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 |
Used to associate a configuration set with an email identity.
Synopsis
- data PutEmailIdentityConfigurationSetAttributes = PutEmailIdentityConfigurationSetAttributes' {}
- newPutEmailIdentityConfigurationSetAttributes :: Text -> PutEmailIdentityConfigurationSetAttributes
- putEmailIdentityConfigurationSetAttributes_configurationSetName :: Lens' PutEmailIdentityConfigurationSetAttributes (Maybe Text)
- putEmailIdentityConfigurationSetAttributes_emailIdentity :: Lens' PutEmailIdentityConfigurationSetAttributes Text
- data PutEmailIdentityConfigurationSetAttributesResponse = PutEmailIdentityConfigurationSetAttributesResponse' {
- httpStatus :: Int
- newPutEmailIdentityConfigurationSetAttributesResponse :: Int -> PutEmailIdentityConfigurationSetAttributesResponse
- putEmailIdentityConfigurationSetAttributesResponse_httpStatus :: Lens' PutEmailIdentityConfigurationSetAttributesResponse Int
Creating a Request
data PutEmailIdentityConfigurationSetAttributes Source #
A request to associate a configuration set with an email identity.
See: newPutEmailIdentityConfigurationSetAttributes
smart constructor.
PutEmailIdentityConfigurationSetAttributes' | |
|
Instances
newPutEmailIdentityConfigurationSetAttributes Source #
:: Text |
|
-> PutEmailIdentityConfigurationSetAttributes |
Create a value of PutEmailIdentityConfigurationSetAttributes
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:configurationSetName:PutEmailIdentityConfigurationSetAttributes'
, putEmailIdentityConfigurationSetAttributes_configurationSetName
- The configuration set to associate with an email identity.
$sel:emailIdentity:PutEmailIdentityConfigurationSetAttributes'
, putEmailIdentityConfigurationSetAttributes_emailIdentity
- The email address or domain to associate with a configuration set.
Request Lenses
putEmailIdentityConfigurationSetAttributes_configurationSetName :: Lens' PutEmailIdentityConfigurationSetAttributes (Maybe Text) Source #
The configuration set to associate with an email identity.
putEmailIdentityConfigurationSetAttributes_emailIdentity :: Lens' PutEmailIdentityConfigurationSetAttributes Text Source #
The email address or domain to associate with a configuration set.
Destructuring the Response
data PutEmailIdentityConfigurationSetAttributesResponse Source #
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
See: newPutEmailIdentityConfigurationSetAttributesResponse
smart constructor.
PutEmailIdentityConfigurationSetAttributesResponse' | |
|
Instances
newPutEmailIdentityConfigurationSetAttributesResponse Source #
:: Int |
|
-> PutEmailIdentityConfigurationSetAttributesResponse |
Create a value of PutEmailIdentityConfigurationSetAttributesResponse
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:PutEmailIdentityConfigurationSetAttributesResponse'
, putEmailIdentityConfigurationSetAttributesResponse_httpStatus
- The response's http status code.
Response Lenses
putEmailIdentityConfigurationSetAttributesResponse_httpStatus :: Lens' PutEmailIdentityConfigurationSetAttributesResponse Int Source #
The response's http status code.