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 an existing Resource Set.
Creating a Request
data DeleteResourceSet Source #
See: newDeleteResourceSet
smart constructor.
DeleteResourceSet' | |
|
Instances
Create a value of DeleteResourceSet
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:resourceSetName:DeleteResourceSet'
, deleteResourceSet_resourceSetName
- The ResourceSet to delete
Request Lenses
deleteResourceSet_resourceSetName :: Lens' DeleteResourceSet Text Source #
The ResourceSet to delete
Destructuring the Response
data DeleteResourceSetResponse Source #
See: newDeleteResourceSetResponse
smart constructor.
Instances
newDeleteResourceSetResponse :: DeleteResourceSetResponse Source #
Create a value of DeleteResourceSetResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.