|
1889 | 1889 | "GlobalSecondaryIndexes":{
|
1890 | 1890 | "shape":"ReplicaGlobalSecondaryIndexList",
|
1891 | 1891 | "documentation":"<p>Replica-specific global secondary index settings.</p>"
|
| 1892 | + }, |
| 1893 | + "TableClassOverride":{ |
| 1894 | + "shape":"TableClass", |
| 1895 | + "documentation":"<p>Replica-specific table class. If not specified, uses the source table's table class.</p>" |
1892 | 1896 | }
|
1893 | 1897 | },
|
1894 | 1898 | "documentation":"<p>Represents a replica to be created.</p>"
|
|
1940 | 1944 | "Tags":{
|
1941 | 1945 | "shape":"TagList",
|
1942 | 1946 | "documentation":"<p>A list of key-value pairs to label the table. For more information, see <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html\">Tagging for DynamoDB</a>.</p>"
|
| 1947 | + }, |
| 1948 | + "TableClass":{ |
| 1949 | + "shape":"TableClass", |
| 1950 | + "documentation":"<p>The table class of the new table. Valid values are <code>STANDARD</code> and <code>STANDARD_INFREQUENT_ACCESS</code>.</p>" |
1943 | 1951 | }
|
1944 | 1952 | },
|
1945 | 1953 | "documentation":"<p>Represents the input of a <code>CreateTable</code> operation.</p>"
|
|
4177 | 4185 | "ReplicaInaccessibleDateTime":{
|
4178 | 4186 | "shape":"Date",
|
4179 | 4187 | "documentation":"<p>The time at which the replica was first detected as inaccessible. To determine cause of inaccessibility check the <code>ReplicaStatus</code> property.</p>"
|
4180 |
| - } |
| 4188 | + }, |
| 4189 | + "ReplicaTableClassSummary":{"shape":"TableClassSummary"} |
4181 | 4190 | },
|
4182 | 4191 | "documentation":"<p>Contains the details of the replica.</p>"
|
4183 | 4192 | },
|
|
4365 | 4374 | "ReplicaGlobalSecondaryIndexSettings":{
|
4366 | 4375 | "shape":"ReplicaGlobalSecondaryIndexSettingsDescriptionList",
|
4367 | 4376 | "documentation":"<p>Replica global secondary index settings for the global table.</p>"
|
4368 |
| - } |
| 4377 | + }, |
| 4378 | + "ReplicaTableClassSummary":{"shape":"TableClassSummary"} |
4369 | 4379 | },
|
4370 | 4380 | "documentation":"<p>Represents the properties of a replica.</p>"
|
4371 | 4381 | },
|
|
4392 | 4402 | "ReplicaGlobalSecondaryIndexSettingsUpdate":{
|
4393 | 4403 | "shape":"ReplicaGlobalSecondaryIndexSettingsUpdateList",
|
4394 | 4404 | "documentation":"<p>Represents the settings of a global secondary index for a global table that will be modified.</p>"
|
| 4405 | + }, |
| 4406 | + "ReplicaTableClass":{ |
| 4407 | + "shape":"TableClass", |
| 4408 | + "documentation":"<p>Replica-specific table class. If not specified, uses the source table's table class.</p>" |
4395 | 4409 | }
|
4396 | 4410 | },
|
4397 | 4411 | "documentation":"<p>Represents the settings for a global table in a Region that will be modified.</p>"
|
|
4990 | 5004 | },
|
4991 | 5005 | "documentation":"<p>Represents the auto scaling configuration for a global table.</p>"
|
4992 | 5006 | },
|
| 5007 | + "TableClass":{ |
| 5008 | + "type":"string", |
| 5009 | + "enum":[ |
| 5010 | + "STANDARD", |
| 5011 | + "STANDARD_INFREQUENT_ACCESS" |
| 5012 | + ] |
| 5013 | + }, |
| 5014 | + "TableClassSummary":{ |
| 5015 | + "type":"structure", |
| 5016 | + "members":{ |
| 5017 | + "TableClass":{ |
| 5018 | + "shape":"TableClass", |
| 5019 | + "documentation":"<p>The table class of the specified table. Valid values are <code>STANDARD</code> and <code>STANDARD_INFREQUENT_ACCESS</code>.</p>" |
| 5020 | + }, |
| 5021 | + "LastUpdateDateTime":{ |
| 5022 | + "shape":"Date", |
| 5023 | + "documentation":"<p>The date and time at which the table class was last updated.</p>" |
| 5024 | + } |
| 5025 | + }, |
| 5026 | + "documentation":"<p>Contains details of the table class.</p>" |
| 5027 | + }, |
4993 | 5028 | "TableCreationDateTime":{"type":"timestamp"},
|
4994 | 5029 | "TableDescription":{
|
4995 | 5030 | "type":"structure",
|
|
5077 | 5112 | "ArchivalSummary":{
|
5078 | 5113 | "shape":"ArchivalSummary",
|
5079 | 5114 | "documentation":"<p>Contains information about the table archive.</p>"
|
| 5115 | + }, |
| 5116 | + "TableClassSummary":{ |
| 5117 | + "shape":"TableClassSummary", |
| 5118 | + "documentation":"<p>Contains details of the table class.</p>" |
5080 | 5119 | }
|
5081 | 5120 | },
|
5082 | 5121 | "documentation":"<p>Represents the properties of a table.</p>"
|
|
5658 | 5697 | "GlobalSecondaryIndexes":{
|
5659 | 5698 | "shape":"ReplicaGlobalSecondaryIndexList",
|
5660 | 5699 | "documentation":"<p>Replica-specific global secondary index settings.</p>"
|
| 5700 | + }, |
| 5701 | + "TableClassOverride":{ |
| 5702 | + "shape":"TableClass", |
| 5703 | + "documentation":"<p>Replica-specific table class. If not specified, uses the source table's table class.</p>" |
5661 | 5704 | }
|
5662 | 5705 | },
|
5663 | 5706 | "documentation":"<p>Represents a replica to be modified.</p>"
|
|
5697 | 5740 | "ReplicaUpdates":{
|
5698 | 5741 | "shape":"ReplicationGroupUpdateList",
|
5699 | 5742 | "documentation":"<p>A list of replica update actions (create, delete, or update) for the table.</p> <note> <p>This property only applies to <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html\">Version 2019.11.21</a> of global tables.</p> </note>"
|
| 5743 | + }, |
| 5744 | + "TableClass":{ |
| 5745 | + "shape":"TableClass", |
| 5746 | + "documentation":"<p>The table class of the table to be updated. Valid values are <code>STANDARD</code> and <code>STANDARD_INFREQUENT_ACCESS</code>.</p>" |
5700 | 5747 | }
|
5701 | 5748 | },
|
5702 | 5749 | "documentation":"<p>Represents the input of an <code>UpdateTable</code> operation.</p>"
|
|
0 commit comments