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

Description

Updates an existing message template for messages that are sent through the email channel.

Synopsis

Creating a Request

data UpdateEmailTemplate Source #

See: newUpdateEmailTemplate smart constructor.

Constructors

UpdateEmailTemplate' 

Fields

  • version :: Maybe Text

    The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.

    If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur.

    If you don't specify a value for this parameter, Amazon Pinpoint does the following:

    • For a get operation, retrieves information about the active version of the template.
    • For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
    • For a delete operation, deletes the template, including all versions of the template.
  • createNewVersion :: Maybe Bool

    Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

    If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

  • templateName :: Text

    The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.

  • emailTemplateRequest :: EmailTemplateRequest
     

Instances

Instances details
Eq UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Read UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Show UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Generic UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Associated Types

type Rep UpdateEmailTemplate :: Type -> Type #

NFData UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Methods

rnf :: UpdateEmailTemplate -> () #

Hashable UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

ToJSON UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

AWSRequest UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Associated Types

type AWSResponse UpdateEmailTemplate #

ToHeaders UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

ToPath UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

ToQuery UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

type Rep UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

type Rep UpdateEmailTemplate = D1 ('MetaData "UpdateEmailTemplate" "Amazonka.Pinpoint.UpdateEmailTemplate" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "UpdateEmailTemplate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createNewVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "emailTemplateRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EmailTemplateRequest))))
type AWSResponse UpdateEmailTemplate Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

newUpdateEmailTemplate Source #

Create a value of UpdateEmailTemplate 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:version:UpdateEmailTemplate', updateEmailTemplate_version - The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.

If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur.

If you don't specify a value for this parameter, Amazon Pinpoint does the following:

  • For a get operation, retrieves information about the active version of the template.
  • For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
  • For a delete operation, deletes the template, including all versions of the template.

$sel:createNewVersion:UpdateEmailTemplate', updateEmailTemplate_createNewVersion - Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

$sel:templateName:UpdateEmailTemplate', updateEmailTemplate_templateName - The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.

$sel:emailTemplateRequest:UpdateEmailTemplate', updateEmailTemplate_emailTemplateRequest - Undocumented member.

Request Lenses

updateEmailTemplate_version :: Lens' UpdateEmailTemplate (Maybe Text) Source #

The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.

If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur.

If you don't specify a value for this parameter, Amazon Pinpoint does the following:

  • For a get operation, retrieves information about the active version of the template.
  • For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
  • For a delete operation, deletes the template, including all versions of the template.

updateEmailTemplate_createNewVersion :: Lens' UpdateEmailTemplate (Maybe Bool) Source #

Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.

If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.

updateEmailTemplate_templateName :: Lens' UpdateEmailTemplate Text Source #

The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.

Destructuring the Response

data UpdateEmailTemplateResponse Source #

See: newUpdateEmailTemplateResponse smart constructor.

Constructors

UpdateEmailTemplateResponse' 

Fields

Instances

Instances details
Eq UpdateEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Read UpdateEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Show UpdateEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Generic UpdateEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

Associated Types

type Rep UpdateEmailTemplateResponse :: Type -> Type #

NFData UpdateEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

type Rep UpdateEmailTemplateResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.UpdateEmailTemplate

type Rep UpdateEmailTemplateResponse = D1 ('MetaData "UpdateEmailTemplateResponse" "Amazonka.Pinpoint.UpdateEmailTemplate" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "UpdateEmailTemplateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "messageBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MessageBody)))

newUpdateEmailTemplateResponse Source #

Create a value of UpdateEmailTemplateResponse 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:httpStatus:UpdateEmailTemplateResponse', updateEmailTemplateResponse_httpStatus - The response's http status code.

$sel:messageBody:UpdateEmailTemplateResponse', updateEmailTemplateResponse_messageBody - Undocumented member.

Response Lenses