| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.PutEmailIdentityConfigurationSetAttributes
Description
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.
Constructors
| PutEmailIdentityConfigurationSetAttributes' | |
Fields
| |
Instances
newPutEmailIdentityConfigurationSetAttributes Source #
Arguments
| :: 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.
Constructors
| PutEmailIdentityConfigurationSetAttributesResponse' | |
Fields
| |
Instances
newPutEmailIdentityConfigurationSetAttributesResponse Source #
Arguments
| :: 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.