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 |
Amazonka.PinpointSMSVoice.DeleteConfigurationSetEventDestination
Description
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.
Constructors
DeleteConfigurationSetEventDestination' | |
Fields
|
Instances
newDeleteConfigurationSetEventDestination Source #
Arguments
:: 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.
Constructors
DeleteConfigurationSetEventDestinationResponse' | |
Fields
|
Instances
newDeleteConfigurationSetEventDestinationResponse Source #
Arguments
:: 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.