amazonka-redshift-2.0: Amazon Redshift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest 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 #

Read BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Show BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

NFData BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Eq BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Hashable BatchDeleteClusterSnapshots Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

type AWSResponse 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "BatchDeleteClusterSnapshots'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DeleteClusterSnapshotMessage])))

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
Generic 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

NFData BatchDeleteClusterSnapshotsResponse Source # 
Instance details

Defined in Amazonka.Redshift.BatchDeleteClusterSnapshots

Eq 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" "amazonka-redshift-2.0-4tocKxBWIuj2GdXa6djdUl" 'False) (C1 ('MetaCons "BatchDeleteClusterSnapshotsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SnapshotErrorMessage])) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: 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:errors:BatchDeleteClusterSnapshotsResponse', batchDeleteClusterSnapshotsResponse_errors - A list of any errors returned.

$sel:resources:BatchDeleteClusterSnapshotsResponse', batchDeleteClusterSnapshotsResponse_resources - A list of the snapshot identifiers that were deleted.

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

Response Lenses