| 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.PutAccountVdmAttributes
Description
Update your Amazon SES account VDM attributes.
You can execute this operation no more than once per second.
Synopsis
- data PutAccountVdmAttributes = PutAccountVdmAttributes' {}
- newPutAccountVdmAttributes :: VdmAttributes -> PutAccountVdmAttributes
- putAccountVdmAttributes_vdmAttributes :: Lens' PutAccountVdmAttributes VdmAttributes
- data PutAccountVdmAttributesResponse = PutAccountVdmAttributesResponse' {
- httpStatus :: Int
- newPutAccountVdmAttributesResponse :: Int -> PutAccountVdmAttributesResponse
- putAccountVdmAttributesResponse_httpStatus :: Lens' PutAccountVdmAttributesResponse Int
Creating a Request
data PutAccountVdmAttributes Source #
A request to submit new account VDM attributes.
See: newPutAccountVdmAttributes smart constructor.
Constructors
| PutAccountVdmAttributes' | |
Fields
| |
Instances
newPutAccountVdmAttributes Source #
Create a value of PutAccountVdmAttributes 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:vdmAttributes:PutAccountVdmAttributes', putAccountVdmAttributes_vdmAttributes - The VDM attributes that you wish to apply to your Amazon SES account.
Request Lenses
putAccountVdmAttributes_vdmAttributes :: Lens' PutAccountVdmAttributes VdmAttributes Source #
The VDM attributes that you wish to apply to your Amazon SES account.
Destructuring the Response
data PutAccountVdmAttributesResponse Source #
See: newPutAccountVdmAttributesResponse smart constructor.
Constructors
| PutAccountVdmAttributesResponse' | |
Fields
| |
Instances
newPutAccountVdmAttributesResponse Source #
Create a value of PutAccountVdmAttributesResponse 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:PutAccountVdmAttributesResponse', putAccountVdmAttributesResponse_httpStatus - The response's http status code.
Response Lenses
putAccountVdmAttributesResponse_httpStatus :: Lens' PutAccountVdmAttributesResponse Int Source #
The response's http status code.