Copyright | (c) 2013-2017 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 |
Language | Haskell2010 |
Deletes the specified snapshot copy grant.
Creating a Request
deleteSnapshotCopyGrant Source #
Creates a value of DeleteSnapshotCopyGrant
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dscgSnapshotCopyGrantName
- The name of the snapshot copy grant to delete.
data DeleteSnapshotCopyGrant Source #
The result of the DeleteSnapshotCopyGrant
action.
See: deleteSnapshotCopyGrant
smart constructor.
Request Lenses
dscgSnapshotCopyGrantName :: Lens' DeleteSnapshotCopyGrant Text Source #
The name of the snapshot copy grant to delete.
Destructuring the Response
deleteSnapshotCopyGrantResponse :: DeleteSnapshotCopyGrantResponse Source #
Creates a value of DeleteSnapshotCopyGrantResponse
with the minimum fields required to make a request.
data DeleteSnapshotCopyGrantResponse Source #
See: deleteSnapshotCopyGrantResponse
smart constructor.