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 |
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.
PutAccountVdmAttributes' | |
|
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.
PutAccountVdmAttributesResponse' | |
|
Instances
Generic PutAccountVdmAttributesResponse Source # | |
Read PutAccountVdmAttributesResponse Source # | |
Show PutAccountVdmAttributesResponse Source # | |
Defined in Amazonka.SESV2.PutAccountVdmAttributes | |
NFData PutAccountVdmAttributesResponse Source # | |
Defined in Amazonka.SESV2.PutAccountVdmAttributes rnf :: PutAccountVdmAttributesResponse -> () # | |
Eq PutAccountVdmAttributesResponse Source # | |
type Rep PutAccountVdmAttributesResponse Source # | |
Defined in Amazonka.SESV2.PutAccountVdmAttributes type Rep PutAccountVdmAttributesResponse = D1 ('MetaData "PutAccountVdmAttributesResponse" "Amazonka.SESV2.PutAccountVdmAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "PutAccountVdmAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.