amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pinpoint.Types.ApplicationResponse

Description

 
Synopsis

Documentation

data ApplicationResponse Source #

Provides information about an application.

See: newApplicationResponse smart constructor.

Constructors

ApplicationResponse' 

Fields

  • creationDate :: Maybe Text

    The date and time when the Application was created.

  • tags :: Maybe (HashMap Text Text)

    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.

  • id :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

  • arn :: Text

    The Amazon Resource Name (ARN) of the application.

  • name :: Text

    The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

Instances

Instances details
FromJSON ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Generic ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Associated Types

type Rep ApplicationResponse :: Type -> Type #

Read ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Show ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

NFData ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Methods

rnf :: ApplicationResponse -> () #

Eq ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Hashable ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

type Rep ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

type Rep ApplicationResponse = D1 ('MetaData "ApplicationResponse" "Amazonka.Pinpoint.Types.ApplicationResponse" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "ApplicationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newApplicationResponse Source #

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.