libZSservicesZSamazonka-neptuneZSamazonka-neptune
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.Neptune.DescribeDBClusterSnapshotAttributes

Description

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

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

To add or remove access for an Amazon account to copy or restore a manual DB cluster snapshot, or to make the manual DB cluster snapshot public or private, use the ModifyDBClusterSnapshotAttribute API action.

Synopsis

Creating a Request

data DescribeDBClusterSnapshotAttributes Source #

Constructors

DescribeDBClusterSnapshotAttributes' 

Fields

Instances

Instances details
Eq DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

Read DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

Show DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

Generic DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

NFData DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

Hashable DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

AWSRequest DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

ToHeaders DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

ToPath DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

ToQuery DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributes = D1 ('MetaData "DescribeDBClusterSnapshotAttributes" "Amazonka.Neptune.DescribeDBClusterSnapshotAttributes" "libZSservicesZSamazonka-neptuneZSamazonka-neptune" 'False) (C1 ('MetaCons "DescribeDBClusterSnapshotAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbClusterSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDBClusterSnapshotAttributes Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

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:

$sel:dbClusterSnapshotIdentifier:DescribeDBClusterSnapshotAttributes', describeDBClusterSnapshotAttributes_dbClusterSnapshotIdentifier - The identifier for the DB cluster snapshot to describe the attributes for.

Request Lenses

describeDBClusterSnapshotAttributes_dbClusterSnapshotIdentifier :: Lens' DescribeDBClusterSnapshotAttributes Text Source #

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

Destructuring the Response

data DescribeDBClusterSnapshotAttributesResponse Source #

Instances

Instances details
Eq DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

Read DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

Show DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

Generic DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

NFData DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributesResponse Source # 
Instance details

Defined in Amazonka.Neptune.DescribeDBClusterSnapshotAttributes

type Rep DescribeDBClusterSnapshotAttributesResponse = D1 ('MetaData "DescribeDBClusterSnapshotAttributesResponse" "Amazonka.Neptune.DescribeDBClusterSnapshotAttributes" "libZSservicesZSamazonka-neptuneZSamazonka-neptune" '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