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 |
Deletes an event destination in a configuration set.
Synopsis
- data DeleteConfigurationSetEventDestination = DeleteConfigurationSetEventDestination' {}
- newDeleteConfigurationSetEventDestination :: Text -> Text -> DeleteConfigurationSetEventDestination
- deleteConfigurationSetEventDestination_eventDestinationName :: Lens' DeleteConfigurationSetEventDestination Text
- deleteConfigurationSetEventDestination_configurationSetName :: Lens' DeleteConfigurationSetEventDestination Text
- data DeleteConfigurationSetEventDestinationResponse = DeleteConfigurationSetEventDestinationResponse' {
- httpStatus :: Int
- newDeleteConfigurationSetEventDestinationResponse :: Int -> DeleteConfigurationSetEventDestinationResponse
- deleteConfigurationSetEventDestinationResponse_httpStatus :: Lens' DeleteConfigurationSetEventDestinationResponse Int
Creating a Request
data DeleteConfigurationSetEventDestination Source #
See: newDeleteConfigurationSetEventDestination
smart constructor.
DeleteConfigurationSetEventDestination' | |
|
Instances
newDeleteConfigurationSetEventDestination Source #
:: Text |
|
-> Text |
|
-> DeleteConfigurationSetEventDestination |
Create a value of DeleteConfigurationSetEventDestination
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:eventDestinationName:DeleteConfigurationSetEventDestination'
, deleteConfigurationSetEventDestination_eventDestinationName
- EventDestinationName
$sel:configurationSetName:DeleteConfigurationSetEventDestination'
, deleteConfigurationSetEventDestination_configurationSetName
- ConfigurationSetName
Request Lenses
deleteConfigurationSetEventDestination_eventDestinationName :: Lens' DeleteConfigurationSetEventDestination Text Source #
EventDestinationName
deleteConfigurationSetEventDestination_configurationSetName :: Lens' DeleteConfigurationSetEventDestination Text Source #
ConfigurationSetName
Destructuring the Response
data DeleteConfigurationSetEventDestinationResponse Source #
An empty object that indicates that the event destination was deleted successfully.
See: newDeleteConfigurationSetEventDestinationResponse
smart constructor.
DeleteConfigurationSetEventDestinationResponse' | |
|
Instances
Eq DeleteConfigurationSetEventDestinationResponse Source # | |
Read DeleteConfigurationSetEventDestinationResponse Source # | |
Show DeleteConfigurationSetEventDestinationResponse Source # | |
Generic DeleteConfigurationSetEventDestinationResponse Source # | |
NFData DeleteConfigurationSetEventDestinationResponse Source # | |
type Rep DeleteConfigurationSetEventDestinationResponse Source # | |
Defined in Amazonka.PinpointSMSVoice.DeleteConfigurationSetEventDestination type Rep DeleteConfigurationSetEventDestinationResponse = D1 ('MetaData "DeleteConfigurationSetEventDestinationResponse" "Amazonka.PinpointSMSVoice.DeleteConfigurationSetEventDestination" "libZSservicesZSamazonka-pinpoint-sms-voiceZSamazonka-pinpoint-sms-voice" 'False) (C1 ('MetaCons "DeleteConfigurationSetEventDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteConfigurationSetEventDestinationResponse Source #
:: Int |
|
-> DeleteConfigurationSetEventDestinationResponse |
Create a value of DeleteConfigurationSetEventDestinationResponse
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:DeleteConfigurationSetEventDestinationResponse'
, deleteConfigurationSetEventDestinationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteConfigurationSetEventDestinationResponse_httpStatus :: Lens' DeleteConfigurationSetEventDestinationResponse Int Source #
The response's http status code.