Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Network.AWS.SES.DeleteConfigurationSetEventDestination
Description
Deletes a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
You can execute this operation no more than once per second.
- deleteConfigurationSetEventDestination :: Text -> Text -> DeleteConfigurationSetEventDestination
- data DeleteConfigurationSetEventDestination
- dcsedConfigurationSetName :: Lens' DeleteConfigurationSetEventDestination Text
- dcsedEventDestinationName :: Lens' DeleteConfigurationSetEventDestination Text
- deleteConfigurationSetEventDestinationResponse :: Int -> DeleteConfigurationSetEventDestinationResponse
- data DeleteConfigurationSetEventDestinationResponse
- dcsedrsResponseStatus :: Lens' DeleteConfigurationSetEventDestinationResponse Int
Creating a Request
deleteConfigurationSetEventDestination #
Arguments
:: Text | |
-> Text | |
-> DeleteConfigurationSetEventDestination |
Creates a value of DeleteConfigurationSetEventDestination
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcsedConfigurationSetName
- The name of the configuration set from which to delete the event destination.dcsedEventDestinationName
- The name of the event destination to delete.
data DeleteConfigurationSetEventDestination #
Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
See: deleteConfigurationSetEventDestination
smart constructor.
Instances
Request Lenses
dcsedConfigurationSetName :: Lens' DeleteConfigurationSetEventDestination Text #
The name of the configuration set from which to delete the event destination.
dcsedEventDestinationName :: Lens' DeleteConfigurationSetEventDestination Text #
The name of the event destination to delete.
Destructuring the Response
deleteConfigurationSetEventDestinationResponse #
Creates a value of DeleteConfigurationSetEventDestinationResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcsedrsResponseStatus
- -- | The response status code.
data DeleteConfigurationSetEventDestinationResponse #
An empty element returned on a successful request.
See: deleteConfigurationSetEventDestinationResponse
smart constructor.
Instances
Response Lenses
dcsedrsResponseStatus :: Lens' DeleteConfigurationSetEventDestinationResponse Int #
- - | The response status code.