| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchLogs.DeleteDestination
Description
Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.
Creating a Request
data DeleteDestination Source #
See: newDeleteDestination smart constructor.
Constructors
| DeleteDestination' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteDestination |
Create a value of DeleteDestination 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:
DeleteDestination, deleteDestination_destinationName - The name of the destination.
Request Lenses
deleteDestination_destinationName :: Lens' DeleteDestination Text Source #
The name of the destination.
Destructuring the Response
data DeleteDestinationResponse Source #
See: newDeleteDestinationResponse smart constructor.
Constructors
| DeleteDestinationResponse' | |
Instances
newDeleteDestinationResponse :: DeleteDestinationResponse Source #
Create a value of DeleteDestinationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.