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.CreateApplicationRequest

Description

 
Synopsis

Documentation

data CreateApplicationRequest Source #

Specifies the display name of an application and the tags to associate with the application.

See: newCreateApplicationRequest smart constructor.

Constructors

CreateApplicationRequest' 

Fields

  • tags :: Maybe (HashMap Text Text)

    A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.

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

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

Read CreateApplicationRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

Show CreateApplicationRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

Generic CreateApplicationRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

Associated Types

type Rep CreateApplicationRequest :: Type -> Type #

NFData CreateApplicationRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

Hashable CreateApplicationRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

ToJSON CreateApplicationRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

type Rep CreateApplicationRequest Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.CreateApplicationRequest

type Rep CreateApplicationRequest = D1 ('MetaData "CreateApplicationRequest" "Amazonka.Pinpoint.Types.CreateApplicationRequest" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "CreateApplicationRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateApplicationRequest Source #

Create a value of CreateApplicationRequest 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:CreateApplicationRequest', createApplicationRequest_tags - A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.

$sel:name:CreateApplicationRequest', createApplicationRequest_name - The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

createApplicationRequest_tags :: Lens' CreateApplicationRequest (Maybe (HashMap Text Text)) Source #

A string-to-string map of key-value pairs that defines the tags to associate with the application. Each tag consists of a required tag key and an associated tag value.

createApplicationRequest_name :: Lens' CreateApplicationRequest Text Source #

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