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 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.
DeleteDestination' | |
|
Instances
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:
$sel:destinationName: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.
Instances
newDeleteDestinationResponse :: DeleteDestinationResponse Source #
Create a value of DeleteDestinationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.