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 TableAutoScalingDescription = TableAutoScalingDescription' {}
- newTableAutoScalingDescription :: TableAutoScalingDescription
- tableAutoScalingDescription_tableStatus :: Lens' TableAutoScalingDescription (Maybe TableStatus)
- tableAutoScalingDescription_replicas :: Lens' TableAutoScalingDescription (Maybe [ReplicaAutoScalingDescription])
- tableAutoScalingDescription_tableName :: Lens' TableAutoScalingDescription (Maybe Text)
Documentation
data TableAutoScalingDescription Source #
Represents the auto scaling configuration for a global table.
See: newTableAutoScalingDescription
smart constructor.
TableAutoScalingDescription' | |
|
Instances
newTableAutoScalingDescription :: TableAutoScalingDescription Source #
Create a value of TableAutoScalingDescription
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:tableStatus:TableAutoScalingDescription'
, tableAutoScalingDescription_tableStatus
- The current state of the table:
CREATING
- The table is being created.UPDATING
- The table is being updated.DELETING
- The table is being deleted.ACTIVE
- The table is ready for use.
$sel:replicas:TableAutoScalingDescription'
, tableAutoScalingDescription_replicas
- Represents replicas of the global table.
$sel:tableName:TableAutoScalingDescription'
, tableAutoScalingDescription_tableName
- The name of the table.
tableAutoScalingDescription_tableStatus :: Lens' TableAutoScalingDescription (Maybe TableStatus) Source #
The current state of the table:
CREATING
- The table is being created.UPDATING
- The table is being updated.DELETING
- The table is being deleted.ACTIVE
- The table is ready for use.
tableAutoScalingDescription_replicas :: Lens' TableAutoScalingDescription (Maybe [ReplicaAutoScalingDescription]) Source #
Represents replicas of the global table.
tableAutoScalingDescription_tableName :: Lens' TableAutoScalingDescription (Maybe Text) Source #
The name of the table.