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.Types.DeleteClusterSnapshotMessage

Description

 
Synopsis

Documentation

data DeleteClusterSnapshotMessage Source #

See: newDeleteClusterSnapshotMessage smart constructor.

Constructors

DeleteClusterSnapshotMessage' 

Fields

  • snapshotClusterIdentifier :: Maybe Text

    The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

    Constraints: Must be the name of valid cluster.

  • snapshotIdentifier :: Text

    The unique identifier of the manual snapshot to be deleted.

    Constraints: Must be the name of an existing snapshot that is in the available, failed, or cancelled state.

Instances

Instances details
Eq DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

Read DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

Show DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

Generic DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

Associated Types

type Rep DeleteClusterSnapshotMessage :: Type -> Type #

NFData DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

Hashable DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

ToQuery DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

type Rep DeleteClusterSnapshotMessage Source # 
Instance details

Defined in Amazonka.Redshift.Types.DeleteClusterSnapshotMessage

type Rep DeleteClusterSnapshotMessage = D1 ('MetaData "DeleteClusterSnapshotMessage" "Amazonka.Redshift.Types.DeleteClusterSnapshotMessage" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "DeleteClusterSnapshotMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteClusterSnapshotMessage Source #

Create a value of DeleteClusterSnapshotMessage 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:snapshotClusterIdentifier:DeleteClusterSnapshotMessage', deleteClusterSnapshotMessage_snapshotClusterIdentifier - The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

Constraints: Must be the name of valid cluster.

$sel:snapshotIdentifier:DeleteClusterSnapshotMessage', deleteClusterSnapshotMessage_snapshotIdentifier - The unique identifier of the manual snapshot to be deleted.

Constraints: Must be the name of an existing snapshot that is in the available, failed, or cancelled state.

deleteClusterSnapshotMessage_snapshotClusterIdentifier :: Lens' DeleteClusterSnapshotMessage (Maybe Text) Source #

The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

Constraints: Must be the name of valid cluster.

deleteClusterSnapshotMessage_snapshotIdentifier :: Lens' DeleteClusterSnapshotMessage Text Source #

The unique identifier of the manual snapshot to be deleted.

Constraints: Must be the name of an existing snapshot that is in the available, failed, or cancelled state.