libZSservicesZSamazonka-redshiftZSamazonka-redshift
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Redshift.DeleteSnapshotCopyGrant

Description

Deletes the specified snapshot copy grant.

Synopsis

Creating a Request

data DeleteSnapshotCopyGrant Source #

The result of the DeleteSnapshotCopyGrant action.

See: newDeleteSnapshotCopyGrant smart constructor.

Constructors

DeleteSnapshotCopyGrant' 

Fields

Instances

Instances details
Eq DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Read DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Show DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Generic DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Associated Types

type Rep DeleteSnapshotCopyGrant :: Type -> Type #

NFData DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Methods

rnf :: DeleteSnapshotCopyGrant -> () #

Hashable DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

AWSRequest DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

ToHeaders DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

ToPath DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

ToQuery DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

type Rep DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

type Rep DeleteSnapshotCopyGrant = D1 ('MetaData "DeleteSnapshotCopyGrant" "Amazonka.Redshift.DeleteSnapshotCopyGrant" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteSnapshotCopyGrant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotCopyGrantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSnapshotCopyGrant Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

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

Destructuring the Response

data DeleteSnapshotCopyGrantResponse Source #

See: newDeleteSnapshotCopyGrantResponse smart constructor.

Instances

Instances details
Eq DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Read DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Show DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Generic DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

Associated Types

type Rep DeleteSnapshotCopyGrantResponse :: Type -> Type #

NFData DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

type Rep DeleteSnapshotCopyGrantResponse Source # 
Instance details

Defined in Amazonka.Redshift.DeleteSnapshotCopyGrant

type Rep DeleteSnapshotCopyGrantResponse = D1 ('MetaData "DeleteSnapshotCopyGrantResponse" "Amazonka.Redshift.DeleteSnapshotCopyGrant" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteSnapshotCopyGrantResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteSnapshotCopyGrantResponse :: DeleteSnapshotCopyGrantResponse Source #

Create a value of DeleteSnapshotCopyGrantResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.