libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.Types.DBSnapshotAttributesResult

Description

 
Synopsis

Documentation

data DBSnapshotAttributesResult Source #

Contains the results of a successful call to the DescribeDBSnapshotAttributes API action.

Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to copy or restore a manual DB snapshot. For more information, see the ModifyDBSnapshotAttribute API action.

See: newDBSnapshotAttributesResult smart constructor.

Constructors

DBSnapshotAttributesResult' 

Fields

Instances

Instances details
Eq DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Read DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Show DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Generic DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Associated Types

type Rep DBSnapshotAttributesResult :: Type -> Type #

NFData DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

Hashable DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

FromXML DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

type Rep DBSnapshotAttributesResult Source # 
Instance details

Defined in Amazonka.RDS.Types.DBSnapshotAttributesResult

type Rep DBSnapshotAttributesResult = D1 ('MetaData "DBSnapshotAttributesResult" "Amazonka.RDS.Types.DBSnapshotAttributesResult" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DBSnapshotAttributesResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dbSnapshotIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dbSnapshotAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DBSnapshotAttribute]))))

newDBSnapshotAttributesResult :: DBSnapshotAttributesResult Source #

Create a value of DBSnapshotAttributesResult 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:dbSnapshotIdentifier:DBSnapshotAttributesResult', dbSnapshotAttributesResult_dbSnapshotIdentifier - The identifier of the manual DB snapshot that the attributes apply to.

$sel:dbSnapshotAttributes:DBSnapshotAttributesResult', dbSnapshotAttributesResult_dbSnapshotAttributes - The list of attributes and values for the manual DB snapshot.

dbSnapshotAttributesResult_dbSnapshotIdentifier :: Lens' DBSnapshotAttributesResult (Maybe Text) Source #

The identifier of the manual DB snapshot that the attributes apply to.

dbSnapshotAttributesResult_dbSnapshotAttributes :: Lens' DBSnapshotAttributesResult (Maybe [DBSnapshotAttribute]) Source #

The list of attributes and values for the manual DB snapshot.