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

Description

 
Synopsis

Documentation

data TemplateCreateMessageBody Source #

Provides information about a request to create a message template.

See: newTemplateCreateMessageBody smart constructor.

Constructors

TemplateCreateMessageBody' 

Fields

  • requestID :: Maybe Text

    The unique identifier for the request to create the message template.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the message template that was created.

  • message :: Maybe Text

    The message that's returned from the API for the request to create the message template.

Instances

Instances details
Eq TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

Read TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

Show TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

Generic TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

Associated Types

type Rep TemplateCreateMessageBody :: Type -> Type #

NFData TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

Hashable TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

FromJSON TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

type Rep TemplateCreateMessageBody Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.TemplateCreateMessageBody

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

newTemplateCreateMessageBody :: TemplateCreateMessageBody Source #

Create a value of TemplateCreateMessageBody 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:requestID:TemplateCreateMessageBody', templateCreateMessageBody_requestID - The unique identifier for the request to create the message template.

$sel:arn:TemplateCreateMessageBody', templateCreateMessageBody_arn - The Amazon Resource Name (ARN) of the message template that was created.

$sel:message:TemplateCreateMessageBody', templateCreateMessageBody_message - The message that's returned from the API for the request to create the message template.

templateCreateMessageBody_requestID :: Lens' TemplateCreateMessageBody (Maybe Text) Source #

The unique identifier for the request to create the message template.

templateCreateMessageBody_arn :: Lens' TemplateCreateMessageBody (Maybe Text) Source #

The Amazon Resource Name (ARN) of the message template that was created.

templateCreateMessageBody_message :: Lens' TemplateCreateMessageBody (Maybe Text) Source #

The message that's returned from the API for the request to create the message template.