Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Creates a configuration set.
Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Synopsis
- data CreateConfigurationSet = CreateConfigurationSet' {}
- newCreateConfigurationSet :: ConfigurationSet -> CreateConfigurationSet
- createConfigurationSet_configurationSet :: Lens' CreateConfigurationSet ConfigurationSet
- data CreateConfigurationSetResponse = CreateConfigurationSetResponse' {
- httpStatus :: Int
- newCreateConfigurationSetResponse :: Int -> CreateConfigurationSetResponse
- createConfigurationSetResponse_httpStatus :: Lens' CreateConfigurationSetResponse Int
Creating a Request
data CreateConfigurationSet Source #
Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
See: newCreateConfigurationSet
smart constructor.
CreateConfigurationSet' | |
|
Instances
newCreateConfigurationSet Source #
Create a value of CreateConfigurationSet
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:configurationSet:CreateConfigurationSet'
, createConfigurationSet_configurationSet
- A data structure that contains the name of the configuration set.
Request Lenses
createConfigurationSet_configurationSet :: Lens' CreateConfigurationSet ConfigurationSet Source #
A data structure that contains the name of the configuration set.
Destructuring the Response
data CreateConfigurationSetResponse Source #
An empty element returned on a successful request.
See: newCreateConfigurationSetResponse
smart constructor.
CreateConfigurationSetResponse' | |
|
Instances
Eq CreateConfigurationSetResponse Source # | |
Read CreateConfigurationSetResponse Source # | |
Show CreateConfigurationSetResponse Source # | |
Defined in Amazonka.SES.CreateConfigurationSet | |
Generic CreateConfigurationSetResponse Source # | |
NFData CreateConfigurationSetResponse Source # | |
Defined in Amazonka.SES.CreateConfigurationSet rnf :: CreateConfigurationSetResponse -> () # | |
type Rep CreateConfigurationSetResponse Source # | |
Defined in Amazonka.SES.CreateConfigurationSet type Rep CreateConfigurationSetResponse = D1 ('MetaData "CreateConfigurationSetResponse" "Amazonka.SES.CreateConfigurationSet" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "CreateConfigurationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newCreateConfigurationSetResponse Source #
Create a value of CreateConfigurationSetResponse
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:CreateConfigurationSetResponse'
, createConfigurationSetResponse_httpStatus
- The response's http status code.
Response Lenses
createConfigurationSetResponse_httpStatus :: Lens' CreateConfigurationSetResponse Int Source #
The response's http status code.