Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data AccountWithRestoreAccess Source #
Describes an Amazon Web Services account authorized to restore a snapshot.
See: newAccountWithRestoreAccess
smart constructor.
Instances
newAccountWithRestoreAccess :: AccountWithRestoreAccess Source #
Create a value of AccountWithRestoreAccess
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:accountAlias:AccountWithRestoreAccess'
, accountWithRestoreAccess_accountAlias
- The identifier of an Amazon Web Services support account authorized to
restore a snapshot. For Amazon Web Services Support, the identifier is
amazon-redshift-support
.
$sel:accountId:AccountWithRestoreAccess'
, accountWithRestoreAccess_accountId
- The identifier of an Amazon Web Services account authorized to restore a
snapshot.
accountWithRestoreAccess_accountAlias :: Lens' AccountWithRestoreAccess (Maybe Text) Source #
The identifier of an Amazon Web Services support account authorized to
restore a snapshot. For Amazon Web Services Support, the identifier is
amazon-redshift-support
.
accountWithRestoreAccess_accountId :: Lens' AccountWithRestoreAccess (Maybe Text) Source #
The identifier of an Amazon Web Services account authorized to restore a snapshot.