@@ -156,7 +156,7 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB
156
156
* // KeyType: "HASH" || "RANGE", // required
157
157
* // },
158
158
* // ],
159
- * // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
159
+ * // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED" ,
160
160
* // CreationDateTime: new Date("TIMESTAMP"),
161
161
* // ProvisionedThroughput: { // ProvisionedThroughputDescription
162
162
* // LastIncreaseDateTime: new Date("TIMESTAMP"),
@@ -241,7 +241,7 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB
241
241
* // Replicas: [ // ReplicaDescriptionList
242
242
* // { // ReplicaDescription
243
243
* // RegionName: "STRING_VALUE",
244
- * // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
244
+ * // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED" ,
245
245
* // ReplicaStatusDescription: "STRING_VALUE",
246
246
* // ReplicaStatusPercentProgress: "STRING_VALUE",
247
247
* // KMSMasterKeyId: "STRING_VALUE",
@@ -254,7 +254,7 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB
254
254
* // WarmThroughput: { // TableWarmThroughputDescription
255
255
* // ReadUnitsPerSecond: Number("long"),
256
256
* // WriteUnitsPerSecond: Number("long"),
257
- * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
257
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED" ,
258
258
* // },
259
259
* // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
260
260
* // { // ReplicaGlobalSecondaryIndexDescription
@@ -279,6 +279,12 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB
279
279
* // },
280
280
* // },
281
281
* // ],
282
+ * // GlobalTableWitnesses: [ // GlobalTableWitnessDescriptionList
283
+ * // { // GlobalTableWitnessDescription
284
+ * // RegionName: "STRING_VALUE",
285
+ * // WitnessStatus: "CREATING" || "DELETING" || "ACTIVE",
286
+ * // },
287
+ * // ],
282
288
* // RestoreSummary: { // RestoreSummary
283
289
* // SourceBackupArn: "STRING_VALUE",
284
290
* // SourceTableArn: "STRING_VALUE",
@@ -308,7 +314,7 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB
308
314
* // WarmThroughput: {
309
315
* // ReadUnitsPerSecond: Number("long"),
310
316
* // WriteUnitsPerSecond: Number("long"),
311
- * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
317
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED" ,
312
318
* // },
313
319
* // MultiRegionConsistency: "EVENTUAL" || "STRONG",
314
320
* // },
@@ -329,19 +335,21 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB
329
335
*
330
336
* @throws {@link LimitExceededException } (client fault)
331
337
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
332
- * <p>For most purposes, up to 500 simultaneous table operations are allowed per account. These operations
333
- * include <code>CreateTable</code>, <code>UpdateTable</code>,
338
+ * <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
339
+ * These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
334
340
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
335
341
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
336
- * <p>When you are creating a table with one or more secondary
337
- * indexes, you can have up to 250 such requests running at a time. However, if the table or
338
- * index specifications are complex, then DynamoDB might temporarily reduce the number
339
- * of concurrent operations.</p>
340
- * <p>When importing into DynamoDB, up to 50 simultaneous import table operations are allowed per account.</p>
342
+ * <p>When you are creating a table with one or more secondary indexes, you can have up
343
+ * to 250 such requests running at a time. However, if the table or index specifications
344
+ * are complex, then DynamoDB might temporarily reduce the number of concurrent
345
+ * operations.</p>
346
+ * <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
347
+ * allowed per account.</p>
341
348
* <p>There is a soft account quota of 2,500 tables.</p>
342
- * <p>GetRecords was called with a value of more than 1000 for the limit request parameter.</p>
343
- * <p>More than 2 processes are reading from the same streams shard at the same time. Exceeding
344
- * this limit may result in request throttling.</p>
349
+ * <p>GetRecords was called with a value of more than 1000 for the limit request
350
+ * parameter.</p>
351
+ * <p>More than 2 processes are reading from the same streams shard at the same time.
352
+ * Exceeding this limit may result in request throttling.</p>
345
353
*
346
354
* @throws {@link ResourceInUseException } (client fault)
347
355
* <p>The operation conflicts with the resource's availability. For example:</p>
@@ -350,13 +358,15 @@ export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataB
350
358
* <p>You attempted to recreate an existing table.</p>
351
359
* </li>
352
360
* <li>
353
- * <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
361
+ * <p>You tried to delete a table currently in the <code>CREATING</code>
362
+ * state.</p>
354
363
* </li>
355
364
* <li>
356
365
* <p>You tried to update a resource that was already being updated.</p>
357
366
* </li>
358
367
* </ul>
359
- * <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
368
+ * <p>When appropriate, wait for the ongoing update to complete and attempt the request
369
+ * again.</p>
360
370
*
361
371
* @throws {@link DynamoDBServiceException }
362
372
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
0 commit comments