Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DBSnapshotAttributesResult = DBSnapshotAttributesResult' {}
- newDBSnapshotAttributesResult :: DBSnapshotAttributesResult
- dbSnapshotAttributesResult_dbSnapshotIdentifier :: Lens' DBSnapshotAttributesResult (Maybe Text)
- dbSnapshotAttributesResult_dbSnapshotAttributes :: Lens' DBSnapshotAttributesResult (Maybe [DBSnapshotAttribute])
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.
DBSnapshotAttributesResult' | |
|
Instances
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.