libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Pinpoint.Types.ApplicationResponse

Description

 
Synopsis

Documentation

data ApplicationResponse Source #

Provides information about an application.

See: newApplicationResponse smart constructor.

Constructors

ApplicationResponse' 

Fields

  • 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
Eq ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Read ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Show 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 #

NFData ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

Methods

rnf :: ApplicationResponse -> () #

Hashable ApplicationResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ApplicationResponse

FromJSON 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" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "ApplicationResponse'" 'PrefixI 'True) ((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: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.