Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ApplicationResponse = ApplicationResponse' {}
- newApplicationResponse :: Text -> Text -> Text -> ApplicationResponse
- applicationResponse_tags :: Lens' ApplicationResponse (Maybe (HashMap Text Text))
- applicationResponse_id :: Lens' ApplicationResponse Text
- applicationResponse_arn :: Lens' ApplicationResponse Text
- applicationResponse_name :: Lens' ApplicationResponse Text
Documentation
data ApplicationResponse Source #
Provides information about an application.
See: newApplicationResponse
smart constructor.
ApplicationResponse' | |
|
Instances
newApplicationResponse Source #
:: Text | |
-> Text | |
-> Text | |
-> ApplicationResponse |
Create a value of ApplicationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:tags:ApplicationResponse'
, applicationResponse_tags
- A string-to-string map of key-value pairs that identifies the tags that
are associated with the application. Each tag consists of a required tag
key and an associated tag value.
$sel:id:ApplicationResponse'
, applicationResponse_id
- The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
$sel:arn:ApplicationResponse'
, applicationResponse_arn
- The Amazon Resource Name (ARN) of the application.
$sel:name:ApplicationResponse'
, applicationResponse_name
- The display name of the application. This name is displayed as the
Project name on the Amazon Pinpoint console.
applicationResponse_tags :: Lens' ApplicationResponse (Maybe (HashMap Text Text)) Source #
A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.
applicationResponse_id :: Lens' ApplicationResponse Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationResponse_arn :: Lens' ApplicationResponse Text Source #
The Amazon Resource Name (ARN) of the application.
applicationResponse_name :: Lens' ApplicationResponse Text Source #
The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.