| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.ApplicationResponse
Description
Synopsis
- data ApplicationResponse = ApplicationResponse' {}
- newApplicationResponse :: Text -> Text -> Text -> ApplicationResponse
- applicationResponse_creationDate :: Lens' ApplicationResponse (Maybe Text)
- 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.
Constructors
| ApplicationResponse' | |
Fields
| |
Instances
newApplicationResponse Source #
Arguments
| :: 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:creationDate:ApplicationResponse', applicationResponse_creationDate - The date and time when the Application was created.
$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_creationDate :: Lens' ApplicationResponse (Maybe Text) Source #
The date and time when the Application was created.
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.