amazonka-ses-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToQuery ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

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

Read ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Show ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

NFData ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Methods

rnf :: ConfigurationSet -> () #

Eq ConfigurationSet Source # 
Instance details

Defined in Amazonka.SES.Types.ConfigurationSet

Hashable 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" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" '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.