amazonka-docdb-2.0: Amazon DocumentDB with MongoDB compatibility 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.DocumentDB.DescribeDBClusterSnapshotAttributes

Description

Returns a list of cluster snapshot attribute names and values for a manual DB cluster snapshot.

When you share snapshots with other Amazon Web Services accounts, DescribeDBClusterSnapshotAttributes returns the restore attribute and a list of IDs for the Amazon Web Services accounts that are authorized to copy or restore the manual cluster snapshot. If all is included in the list of values for the restore attribute, then the manual cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts.

Synopsis

Creating a Request

data DescribeDBClusterSnapshotAttributes Source #

Represents the input to DescribeDBClusterSnapshotAttributes.

See: newDescribeDBClusterSnapshotAttributes smart constructor.

Constructors

DescribeDBClusterSnapshotAttributes' 

Fields

Instances

Instances details
ToHeaders DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

ToPath DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

ToQuery DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

AWSRequest DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Generic DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Read DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Show DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

NFData DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Eq DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Hashable DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

type AWSResponse DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributes = D1 ('MetaData "DescribeDBClusterSnapshotAttributes" "Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes" "amazonka-docdb-2.0-7OwFe1BulfiBtMsDpDrdzX" 'False) (C1 ('MetaCons "DescribeDBClusterSnapshotAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeDBClusterSnapshotAttributes Source #

Create a value of DescribeDBClusterSnapshotAttributes 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:

DescribeDBClusterSnapshotAttributes, describeDBClusterSnapshotAttributes_dbClusterSnapshotIdentifier - The identifier for the cluster snapshot to describe the attributes for.

Request Lenses

describeDBClusterSnapshotAttributes_dbClusterSnapshotIdentifier :: Lens' DescribeDBClusterSnapshotAttributes Text Source #

The identifier for the cluster snapshot to describe the attributes for.

Destructuring the Response

data DescribeDBClusterSnapshotAttributesResponse Source #

Instances

Instances details
Generic DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Read DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Show DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

NFData DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

Eq DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributesResponse = D1 ('MetaData "DescribeDBClusterSnapshotAttributesResponse" "Amazonka.DocumentDB.DescribeDBClusterSnapshotAttributes" "amazonka-docdb-2.0-7OwFe1BulfiBtMsDpDrdzX" 'False) (C1 ('MetaCons "DescribeDBClusterSnapshotAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotAttributesResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DBClusterSnapshotAttributesResult)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

Response Lenses