| 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.Redshift.DeleteSnapshotCopyGrant
Description
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.
Constructors
| DeleteSnapshotCopyGrant' | |
Fields
| |
Instances
newDeleteSnapshotCopyGrant Source #
Arguments
| :: Text | |
| -> DeleteSnapshotCopyGrant |
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:
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.
Constructors
| DeleteSnapshotCopyGrantResponse' | |
Instances
| Generic DeleteSnapshotCopyGrantResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant Associated Types type Rep DeleteSnapshotCopyGrantResponse :: Type -> Type # | |
| Read DeleteSnapshotCopyGrantResponse Source # | |
| Show DeleteSnapshotCopyGrantResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant Methods showsPrec :: Int -> DeleteSnapshotCopyGrantResponse -> ShowS # | |
| NFData DeleteSnapshotCopyGrantResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant Methods rnf :: DeleteSnapshotCopyGrantResponse -> () # | |
| Eq DeleteSnapshotCopyGrantResponse Source # | |
| type Rep DeleteSnapshotCopyGrantResponse Source # | |
Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant | |
newDeleteSnapshotCopyGrantResponse :: DeleteSnapshotCopyGrantResponse Source #
Create a value of DeleteSnapshotCopyGrantResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.