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 snapshot copy grant.
Synopsis
- data DeleteSnapshotCopyGrant = DeleteSnapshotCopyGrant' {}
- newDeleteSnapshotCopyGrant :: Text -> DeleteSnapshotCopyGrant
- deleteSnapshotCopyGrant_snapshotCopyGrantName :: Lens' DeleteSnapshotCopyGrant Text
- data DeleteSnapshotCopyGrantResponse = DeleteSnapshotCopyGrantResponse' {
- newDeleteSnapshotCopyGrantResponse :: DeleteSnapshotCopyGrantResponse
Creating a Request
data DeleteSnapshotCopyGrant Source #
The result of the DeleteSnapshotCopyGrant
action.
See: newDeleteSnapshotCopyGrant
smart constructor.
DeleteSnapshotCopyGrant' | |
|
Instances
newDeleteSnapshotCopyGrant Source #
Create a value of DeleteSnapshotCopyGrant
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:snapshotCopyGrantName:DeleteSnapshotCopyGrant'
, deleteSnapshotCopyGrant_snapshotCopyGrantName
- The name of the snapshot copy grant to delete.
Request Lenses
deleteSnapshotCopyGrant_snapshotCopyGrantName :: Lens' DeleteSnapshotCopyGrant Text Source #
The name of the snapshot copy grant to delete.
Destructuring the Response
data DeleteSnapshotCopyGrantResponse Source #
See: newDeleteSnapshotCopyGrantResponse
smart constructor.
Instances
newDeleteSnapshotCopyGrantResponse :: DeleteSnapshotCopyGrantResponse Source #
Create a value of DeleteSnapshotCopyGrantResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.