libZSservicesZSamazonka-sesZSamazonka-ses
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.SES.Types.ConfigurationSet

Description

 
Synopsis

Documentation

data ConfigurationSet Source #

The name of the configuration set.

Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.

See: newConfigurationSet smart constructor.

Constructors

ConfigurationSet' 

Fields

  • name :: Text

    The name of the configuration set. The name must meet the following requirements:

    • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
    • Contain 64 characters or fewer.

Instances

Instances details
Eq ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Read ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Show ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Generic ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Associated Types

type Rep ConfigurationSet :: Type -> Type #

NFData ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Methods

rnf :: ConfigurationSet -> () #

Hashable ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

ToQuery ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

FromXML ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

type Rep ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

type Rep ConfigurationSet = D1 ('MetaData "ConfigurationSet" "Amazonka.SES.Types.ConfigurationSet" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "ConfigurationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newConfigurationSet Source #

Create a value of ConfigurationSet 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:name:ConfigurationSet', configurationSet_name - The name of the configuration set. The name must meet the following requirements:

  • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • Contain 64 characters or fewer.

configurationSet_name :: Lens' ConfigurationSet Text Source #

The name of the configuration set. The name must meet the following requirements:

  • Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • Contain 64 characters or fewer.