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.BatchDeleteClusterSnapshots

Description

Deletes a set of cluster snapshots.

Synopsis

Creating a Request

data BatchDeleteClusterSnapshots Source #

See: newBatchDeleteClusterSnapshots smart constructor.

Constructors

BatchDeleteClusterSnapshots' 

Fields

Instances

Instances details
Eq BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Read BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Show BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Generic BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Associated Types

type Rep BatchDeleteClusterSnapshots :: Type -> Type #

NFData BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Hashable BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

AWSRequest BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

ToHeaders BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

ToPath BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

ToQuery BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

type Rep BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

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

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

newBatchDeleteClusterSnapshots :: BatchDeleteClusterSnapshots Source #

Create a value of BatchDeleteClusterSnapshots 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:identifiers:BatchDeleteClusterSnapshots', batchDeleteClusterSnapshots_identifiers - A list of identifiers for the snapshots that you want to delete.

Request Lenses

batchDeleteClusterSnapshots_identifiers :: Lens' BatchDeleteClusterSnapshots [DeleteClusterSnapshotMessage] Source #

A list of identifiers for the snapshots that you want to delete.

Destructuring the Response

data BatchDeleteClusterSnapshotsResponse Source #

Constructors

BatchDeleteClusterSnapshotsResponse' 

Fields

Instances

Instances details
Eq BatchDeleteClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Read BatchDeleteClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Show BatchDeleteClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Generic BatchDeleteClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

NFData BatchDeleteClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

type Rep BatchDeleteClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

type Rep BatchDeleteClusterSnapshotsResponse = D1 ('MetaData "BatchDeleteClusterSnapshotsResponse" "Amazonka.Redshift.BatchDeleteClusterSnapshots" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "BatchDeleteClusterSnapshotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SnapshotErrorMessage])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchDeleteClusterSnapshotsResponse Source #

Create a value of BatchDeleteClusterSnapshotsResponse 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:resources:BatchDeleteClusterSnapshotsResponse', batchDeleteClusterSnapshotsResponse_resources - A list of the snapshot identifiers that were deleted.

$sel:errors:BatchDeleteClusterSnapshotsResponse', batchDeleteClusterSnapshotsResponse_errors - A list of any errors returned.

$sel:httpStatus:BatchDeleteClusterSnapshotsResponse', batchDeleteClusterSnapshotsResponse_httpStatus - The response's http status code.

Response Lenses