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 |
Adds or updates the delivery options for a configuration set.
Synopsis
- data PutConfigurationSetDeliveryOptions = PutConfigurationSetDeliveryOptions' {}
- newPutConfigurationSetDeliveryOptions :: Text -> PutConfigurationSetDeliveryOptions
- putConfigurationSetDeliveryOptions_deliveryOptions :: Lens' PutConfigurationSetDeliveryOptions (Maybe DeliveryOptions)
- putConfigurationSetDeliveryOptions_configurationSetName :: Lens' PutConfigurationSetDeliveryOptions Text
- data PutConfigurationSetDeliveryOptionsResponse = PutConfigurationSetDeliveryOptionsResponse' {
- httpStatus :: Int
- newPutConfigurationSetDeliveryOptionsResponse :: Int -> PutConfigurationSetDeliveryOptionsResponse
- putConfigurationSetDeliveryOptionsResponse_httpStatus :: Lens' PutConfigurationSetDeliveryOptionsResponse Int
Creating a Request
data PutConfigurationSetDeliveryOptions Source #
A request to modify the delivery options for a configuration set.
See: newPutConfigurationSetDeliveryOptions
smart constructor.
PutConfigurationSetDeliveryOptions' | |
|
Instances
newPutConfigurationSetDeliveryOptions Source #
:: Text |
|
-> PutConfigurationSetDeliveryOptions |
Create a value of PutConfigurationSetDeliveryOptions
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:deliveryOptions:PutConfigurationSetDeliveryOptions'
, putConfigurationSetDeliveryOptions_deliveryOptions
- Specifies whether messages that use the configuration set are required
to use Transport Layer Security (TLS).
$sel:configurationSetName:PutConfigurationSetDeliveryOptions'
, putConfigurationSetDeliveryOptions_configurationSetName
- The name of the configuration set that you want to specify the delivery
options for.
Request Lenses
putConfigurationSetDeliveryOptions_deliveryOptions :: Lens' PutConfigurationSetDeliveryOptions (Maybe DeliveryOptions) Source #
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
putConfigurationSetDeliveryOptions_configurationSetName :: Lens' PutConfigurationSetDeliveryOptions Text Source #
The name of the configuration set that you want to specify the delivery options for.
Destructuring the Response
data PutConfigurationSetDeliveryOptionsResponse Source #
An HTTP 200 response if the request succeeds, or an error message if the request fails.
See: newPutConfigurationSetDeliveryOptionsResponse
smart constructor.
PutConfigurationSetDeliveryOptionsResponse' | |
|
Instances
Eq PutConfigurationSetDeliveryOptionsResponse Source # | |
Read PutConfigurationSetDeliveryOptionsResponse Source # | |
Show PutConfigurationSetDeliveryOptionsResponse Source # | |
Generic PutConfigurationSetDeliveryOptionsResponse Source # | |
Defined in Amazonka.SES.PutConfigurationSetDeliveryOptions type Rep PutConfigurationSetDeliveryOptionsResponse :: Type -> Type # | |
NFData PutConfigurationSetDeliveryOptionsResponse Source # | |
type Rep PutConfigurationSetDeliveryOptionsResponse Source # | |
Defined in Amazonka.SES.PutConfigurationSetDeliveryOptions type Rep PutConfigurationSetDeliveryOptionsResponse = D1 ('MetaData "PutConfigurationSetDeliveryOptionsResponse" "Amazonka.SES.PutConfigurationSetDeliveryOptions" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "PutConfigurationSetDeliveryOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newPutConfigurationSetDeliveryOptionsResponse Source #
Create a value of PutConfigurationSetDeliveryOptionsResponse
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:PutConfigurationSetDeliveryOptionsResponse'
, putConfigurationSetDeliveryOptionsResponse_httpStatus
- The response's http status code.
Response Lenses
putConfigurationSetDeliveryOptionsResponse_httpStatus :: Lens' PutConfigurationSetDeliveryOptionsResponse Int Source #
The response's http status code.