Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CloudWatchLogs.DeleteDestination
Description
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it. This will not delete the physical resource encapsulated by the destination.
See: AWS API Reference for DeleteDestination.
Creating a Request
Arguments
:: Text | |
-> DeleteDestination |
Creates a value of DeleteDestination
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteDestination Source
See: deleteDestination
smart constructor.
Instances
Request Lenses
ddDestinationName :: Lens' DeleteDestination Text Source
The name of destination to delete.
Destructuring the Response
deleteDestinationResponse :: DeleteDestinationResponse Source
Creates a value of DeleteDestinationResponse
with the minimum fields required to make a request.
data DeleteDestinationResponse Source
See: deleteDestinationResponse
smart constructor.