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 |
Synopsis
- data GlobalTableDescription = GlobalTableDescription' {}
- newGlobalTableDescription :: GlobalTableDescription
- globalTableDescription_creationDateTime :: Lens' GlobalTableDescription (Maybe UTCTime)
- globalTableDescription_globalTableArn :: Lens' GlobalTableDescription (Maybe Text)
- globalTableDescription_globalTableName :: Lens' GlobalTableDescription (Maybe Text)
- globalTableDescription_globalTableStatus :: Lens' GlobalTableDescription (Maybe GlobalTableStatus)
- globalTableDescription_replicationGroup :: Lens' GlobalTableDescription (Maybe [ReplicaDescription])
Documentation
data GlobalTableDescription Source #
Contains details about the global table.
See: newGlobalTableDescription
smart constructor.
GlobalTableDescription' | |
|
Instances
newGlobalTableDescription :: GlobalTableDescription Source #
Create a value of GlobalTableDescription
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:creationDateTime:GlobalTableDescription'
, globalTableDescription_creationDateTime
- The creation time of the global table.
$sel:globalTableArn:GlobalTableDescription'
, globalTableDescription_globalTableArn
- The unique identifier of the global table.
$sel:globalTableName:GlobalTableDescription'
, globalTableDescription_globalTableName
- The global table name.
$sel:globalTableStatus:GlobalTableDescription'
, globalTableDescription_globalTableStatus
- The current state of the global table:
CREATING
- The global table is being created.UPDATING
- The global table is being updated.DELETING
- The global table is being deleted.ACTIVE
- The global table is ready for use.
$sel:replicationGroup:GlobalTableDescription'
, globalTableDescription_replicationGroup
- The Regions where the global table has replicas.
globalTableDescription_creationDateTime :: Lens' GlobalTableDescription (Maybe UTCTime) Source #
The creation time of the global table.
globalTableDescription_globalTableArn :: Lens' GlobalTableDescription (Maybe Text) Source #
The unique identifier of the global table.
globalTableDescription_globalTableName :: Lens' GlobalTableDescription (Maybe Text) Source #
The global table name.
globalTableDescription_globalTableStatus :: Lens' GlobalTableDescription (Maybe GlobalTableStatus) Source #
The current state of the global table:
CREATING
- The global table is being created.UPDATING
- The global table is being updated.DELETING
- The global table is being deleted.ACTIVE
- The global table is ready for use.
globalTableDescription_replicationGroup :: Lens' GlobalTableDescription (Maybe [ReplicaDescription]) Source #
The Regions where the global table has replicas.