| 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.FMS.DeleteResourceSet
Description
Deletes the specified ResourceSet.
Synopsis
Creating a Request
data DeleteResourceSet Source #
See: newDeleteResourceSet smart constructor.
Constructors
| DeleteResourceSet' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteResourceSet |
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:identifier:DeleteResourceSet', deleteResourceSet_identifier - A unique identifier for the resource set, used in a TODO to refer to the
resource set.
Request Lenses
deleteResourceSet_identifier :: Lens' DeleteResourceSet Text Source #
A unique identifier for the resource set, used in a TODO to refer to the resource set.
Destructuring the Response
data DeleteResourceSetResponse Source #
See: newDeleteResourceSetResponse smart constructor.
Constructors
| DeleteResourceSetResponse' | |
Instances
newDeleteResourceSetResponse :: DeleteResourceSetResponse Source #
Create a value of DeleteResourceSetResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.