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

Description

Rotates the encryption keys for a cluster.

Synopsis

Creating a Request

data RotateEncryptionKey Source #

See: newRotateEncryptionKey smart constructor.

Constructors

RotateEncryptionKey' 

Fields

  • clusterIdentifier :: Text

    The unique identifier of the cluster that you want to rotate the encryption keys for.

    Constraints: Must be the name of valid cluster that has encryption enabled.

Instances

Instances details
Eq RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Read RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Show RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Generic RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Associated Types

type Rep RotateEncryptionKey :: Type -> Type #

NFData RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Methods

rnf :: RotateEncryptionKey -> () #

Hashable RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

AWSRequest RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Associated Types

type AWSResponse RotateEncryptionKey #

ToHeaders RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

ToPath RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

ToQuery RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

type Rep RotateEncryptionKey Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

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

Defined in Amazonka.Redshift.RotateEncryptionKey

newRotateEncryptionKey Source #

Create a value of RotateEncryptionKey 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:clusterIdentifier:RotateEncryptionKey', rotateEncryptionKey_clusterIdentifier - The unique identifier of the cluster that you want to rotate the encryption keys for.

Constraints: Must be the name of valid cluster that has encryption enabled.

Request Lenses

rotateEncryptionKey_clusterIdentifier :: Lens' RotateEncryptionKey Text Source #

The unique identifier of the cluster that you want to rotate the encryption keys for.

Constraints: Must be the name of valid cluster that has encryption enabled.

Destructuring the Response

data RotateEncryptionKeyResponse Source #

See: newRotateEncryptionKeyResponse smart constructor.

Constructors

RotateEncryptionKeyResponse' 

Fields

Instances

Instances details
Eq RotateEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Read RotateEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Show RotateEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Generic RotateEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

Associated Types

type Rep RotateEncryptionKeyResponse :: Type -> Type #

NFData RotateEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

type Rep RotateEncryptionKeyResponse Source # 
Instance details

Defined in Amazonka.Redshift.RotateEncryptionKey

type Rep RotateEncryptionKeyResponse = D1 ('MetaData "RotateEncryptionKeyResponse" "Amazonka.Redshift.RotateEncryptionKey" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "RotateEncryptionKeyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Cluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRotateEncryptionKeyResponse Source #

Create a value of RotateEncryptionKeyResponse 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:cluster:RotateEncryptionKeyResponse', rotateEncryptionKeyResponse_cluster - Undocumented member.

$sel:httpStatus:RotateEncryptionKeyResponse', rotateEncryptionKeyResponse_httpStatus - The response's http status code.

Response Lenses