@aws-sdk/client-dynamodb 3.835.0 → 3.840.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +35 -22
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +22 -12
- package/dist-es/protocols/Aws_json1_0.js +4 -3
- package/dist-types/commands/BatchWriteItemCommand.d.ts +4 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +14 -11
- package/dist-types/commands/CreateGlobalTableCommand.d.ts +16 -13
- package/dist-types/commands/CreateTableCommand.d.ts +26 -16
- package/dist-types/commands/DeleteBackupCommand.d.ts +12 -10
- package/dist-types/commands/DeleteItemCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -13
- package/dist-types/commands/DeleteTableCommand.d.ts +26 -20
- package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportCommand.d.ts +12 -10
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -2
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportCommand.d.ts +1 -3
- package/dist-types/commands/DescribeTableCommand.d.ts +10 -8
- package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -6
- package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +16 -12
- package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +16 -12
- package/dist-types/commands/ExecuteTransactionCommand.d.ts +28 -35
- package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +14 -11
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/ImportTableCommand.d.ts +19 -17
- package/dist-types/commands/ListExportsCommand.d.ts +12 -10
- package/dist-types/commands/ListImportsCommand.d.ts +12 -10
- package/dist-types/commands/PutItemCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -13
- package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +22 -14
- package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +24 -15
- package/dist-types/commands/TagResourceCommand.d.ts +16 -12
- package/dist-types/commands/TransactGetItemsCommand.d.ts +7 -8
- package/dist-types/commands/TransactWriteItemsCommand.d.ts +28 -35
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -12
- package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -2
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -6
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +17 -13
- package/dist-types/commands/UpdateItemCommand.d.ts +2 -1
- package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +16 -12
- package/dist-types/commands/UpdateTableCommand.d.ts +36 -20
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +18 -18
- package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +16 -12
- package/dist-types/models/models_0.d.ts +240 -112
- package/dist-types/ts3.4/models/models_0.d.ts +37 -10
- package/package.json +20 -20
|
@@ -80,19 +80,21 @@ declare const UntagResourceCommand_base: {
|
|
|
80
80
|
*
|
|
81
81
|
* @throws {@link LimitExceededException} (client fault)
|
|
82
82
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
83
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
84
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
83
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
84
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
85
85
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
86
86
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
87
|
-
* <p>When you are creating a table with one or more secondary
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
87
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
88
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
89
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
90
|
+
* operations.</p>
|
|
91
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
92
|
+
* allowed per account.</p>
|
|
92
93
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
93
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
94
|
-
*
|
|
95
|
-
*
|
|
94
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
95
|
+
* parameter.</p>
|
|
96
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
97
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
96
98
|
*
|
|
97
99
|
* @throws {@link ResourceInUseException} (client fault)
|
|
98
100
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -101,13 +103,15 @@ declare const UntagResourceCommand_base: {
|
|
|
101
103
|
* <p>You attempted to recreate an existing table.</p>
|
|
102
104
|
* </li>
|
|
103
105
|
* <li>
|
|
104
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
106
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
107
|
+
* state.</p>
|
|
105
108
|
* </li>
|
|
106
109
|
* <li>
|
|
107
110
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
108
111
|
* </li>
|
|
109
112
|
* </ul>
|
|
110
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
113
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
114
|
+
* again.</p>
|
|
111
115
|
*
|
|
112
116
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
113
117
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -39,7 +39,7 @@ declare const UpdateContinuousBackupsCommand_base: {
|
|
|
39
39
|
* <p>
|
|
40
40
|
* <code>LatestRestorableDateTime</code> is typically 5 minutes before the current time.
|
|
41
41
|
* You can restore your table to any point in time in the last 35 days. You can set the
|
|
42
|
-
*
|
|
42
|
+
* <code>RecoveryPeriodInDays</code> to any value between 1 and 35 days.</p>
|
|
43
43
|
* @example
|
|
44
44
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
45
|
* ```javascript
|
|
@@ -85,7 +85,8 @@ declare const UpdateContinuousBackupsCommand_base: {
|
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link TableNotFoundException} (client fault)
|
|
87
87
|
* <p>A source table with the name <code>TableName</code> does not currently exist within
|
|
88
|
-
* the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
|
|
88
|
+
* the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
|
|
89
|
+
* Region.</p>
|
|
89
90
|
*
|
|
90
91
|
* @throws {@link DynamoDBServiceException}
|
|
91
92
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -36,9 +36,8 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
36
36
|
* <p>To determine which version you're using, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html">Determining the global table version you are using</a>. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html">Upgrading global tables</a>.</p>
|
|
37
37
|
* </important>
|
|
38
38
|
* <note>
|
|
39
|
-
* <p>
|
|
40
|
-
*
|
|
41
|
-
* 2019.11.21</a> you can use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html">UpdateTable</a> instead. </p>
|
|
39
|
+
* <p> If you are using global tables <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html">Version
|
|
40
|
+
* 2019.11.21</a> (Current) you can use <a href="https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html">UpdateTable</a> instead. </p>
|
|
42
41
|
* <p> Although you can use <code>UpdateGlobalTable</code> to add replicas and remove
|
|
43
42
|
* replicas in a single request, for simplicity we recommend that you issue separate
|
|
44
43
|
* requests for adding or removing replicas. </p>
|
|
@@ -84,7 +83,7 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
84
83
|
* // ReplicationGroup: [ // ReplicaDescriptionList
|
|
85
84
|
* // { // ReplicaDescription
|
|
86
85
|
* // RegionName: "STRING_VALUE",
|
|
87
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
86
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
88
87
|
* // ReplicaStatusDescription: "STRING_VALUE",
|
|
89
88
|
* // ReplicaStatusPercentProgress: "STRING_VALUE",
|
|
90
89
|
* // KMSMasterKeyId: "STRING_VALUE",
|
|
@@ -97,7 +96,7 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
97
96
|
* // WarmThroughput: { // TableWarmThroughputDescription
|
|
98
97
|
* // ReadUnitsPerSecond: Number("long"),
|
|
99
98
|
* // WriteUnitsPerSecond: Number("long"),
|
|
100
|
-
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
99
|
+
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
101
100
|
* // },
|
|
102
101
|
* // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
|
|
103
102
|
* // { // ReplicaGlobalSecondaryIndexDescription
|
|
@@ -153,7 +152,8 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
153
152
|
*
|
|
154
153
|
* @throws {@link TableNotFoundException} (client fault)
|
|
155
154
|
* <p>A source table with the name <code>TableName</code> does not currently exist within
|
|
156
|
-
* the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
|
|
155
|
+
* the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
|
|
156
|
+
* Region.</p>
|
|
157
157
|
*
|
|
158
158
|
* @throws {@link DynamoDBServiceException}
|
|
159
159
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -115,7 +115,7 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
115
115
|
* // ReplicaSettings: [ // ReplicaSettingsDescriptionList
|
|
116
116
|
* // { // ReplicaSettingsDescription
|
|
117
117
|
* // RegionName: "STRING_VALUE", // required
|
|
118
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
118
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
119
119
|
* // ReplicaBillingModeSummary: { // BillingModeSummary
|
|
120
120
|
* // BillingMode: "PROVISIONED" || "PAY_PER_REQUEST",
|
|
121
121
|
* // LastUpdateToPayPerRequestDateTime: new Date("TIMESTAMP"),
|
|
@@ -227,19 +227,21 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
227
227
|
*
|
|
228
228
|
* @throws {@link LimitExceededException} (client fault)
|
|
229
229
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
230
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
231
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
230
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
231
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
232
232
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
233
233
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
234
|
-
* <p>When you are creating a table with one or more secondary
|
|
235
|
-
*
|
|
236
|
-
*
|
|
237
|
-
*
|
|
238
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
234
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
235
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
236
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
237
|
+
* operations.</p>
|
|
238
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
239
|
+
* allowed per account.</p>
|
|
239
240
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
240
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
241
|
-
*
|
|
242
|
-
*
|
|
241
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
242
|
+
* parameter.</p>
|
|
243
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
244
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
243
245
|
*
|
|
244
246
|
* @throws {@link ReplicaNotFoundException} (client fault)
|
|
245
247
|
* <p>The specified replica is no longer part of the global table.</p>
|
|
@@ -251,13 +253,15 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
251
253
|
* <p>You attempted to recreate an existing table.</p>
|
|
252
254
|
* </li>
|
|
253
255
|
* <li>
|
|
254
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
256
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
257
|
+
* state.</p>
|
|
255
258
|
* </li>
|
|
256
259
|
* <li>
|
|
257
260
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
258
261
|
* </li>
|
|
259
262
|
* </ul>
|
|
260
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
263
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
264
|
+
* again.</p>
|
|
261
265
|
*
|
|
262
266
|
* @throws {@link DynamoDBServiceException}
|
|
263
267
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -227,7 +227,8 @@ declare const UpdateItemCommand_base: {
|
|
|
227
227
|
* requests and use exponential backoff. For more information, go to <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html#Programming.Errors.RetryAndBackoff">Error Retries and Exponential Backoff</a> in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
228
228
|
*
|
|
229
229
|
* @throws {@link ReplicatedWriteConflictException} (client fault)
|
|
230
|
-
* <p>The request was rejected because one or more items in the request are being modified
|
|
230
|
+
* <p>The request was rejected because one or more items in the request are being modified
|
|
231
|
+
* by a request in another Region. </p>
|
|
231
232
|
*
|
|
232
233
|
* @throws {@link RequestLimitExceeded} (client fault)
|
|
233
234
|
* <p>Throughput exceeds the current throughput quota for your account. Please contact
|
|
@@ -67,19 +67,21 @@ declare const UpdateKinesisStreamingDestinationCommand_base: {
|
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link LimitExceededException} (client fault)
|
|
69
69
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
70
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
71
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
70
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
71
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
72
72
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
73
73
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
74
|
-
* <p>When you are creating a table with one or more secondary
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
74
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
75
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
76
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
77
|
+
* operations.</p>
|
|
78
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
79
|
+
* allowed per account.</p>
|
|
79
80
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
80
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
81
|
-
*
|
|
82
|
-
*
|
|
81
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
82
|
+
* parameter.</p>
|
|
83
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
84
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
83
85
|
*
|
|
84
86
|
* @throws {@link ResourceInUseException} (client fault)
|
|
85
87
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -88,13 +90,15 @@ declare const UpdateKinesisStreamingDestinationCommand_base: {
|
|
|
88
90
|
* <p>You attempted to recreate an existing table.</p>
|
|
89
91
|
* </li>
|
|
90
92
|
* <li>
|
|
91
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
93
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
94
|
+
* state.</p>
|
|
92
95
|
* </li>
|
|
93
96
|
* <li>
|
|
94
97
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
95
98
|
* </li>
|
|
96
99
|
* </ul>
|
|
97
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
100
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
101
|
+
* again.</p>
|
|
98
102
|
*
|
|
99
103
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
100
104
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -29,10 +29,6 @@ declare const UpdateTableCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB
|
|
31
31
|
* Streams settings for a given table.</p>
|
|
32
|
-
* <important>
|
|
33
|
-
* <p>For global tables, this operation only applies to global tables using Version
|
|
34
|
-
* 2019.11.21 (Current version). </p>
|
|
35
|
-
* </important>
|
|
36
32
|
* <p>You can only perform one of the following operations at once:</p>
|
|
37
33
|
* <ul>
|
|
38
34
|
* <li>
|
|
@@ -184,6 +180,16 @@ declare const UpdateTableCommand_base: {
|
|
|
184
180
|
* TableClass: "STANDARD" || "STANDARD_INFREQUENT_ACCESS",
|
|
185
181
|
* DeletionProtectionEnabled: true || false,
|
|
186
182
|
* MultiRegionConsistency: "EVENTUAL" || "STRONG",
|
|
183
|
+
* GlobalTableWitnessUpdates: [ // GlobalTableWitnessGroupUpdateList
|
|
184
|
+
* { // GlobalTableWitnessGroupUpdate
|
|
185
|
+
* Create: { // CreateGlobalTableWitnessGroupMemberAction
|
|
186
|
+
* RegionName: "STRING_VALUE", // required
|
|
187
|
+
* },
|
|
188
|
+
* Delete: { // DeleteGlobalTableWitnessGroupMemberAction
|
|
189
|
+
* RegionName: "STRING_VALUE", // required
|
|
190
|
+
* },
|
|
191
|
+
* },
|
|
192
|
+
* ],
|
|
187
193
|
* OnDemandThroughput: {
|
|
188
194
|
* MaxReadRequestUnits: Number("long"),
|
|
189
195
|
* MaxWriteRequestUnits: Number("long"),
|
|
@@ -210,7 +216,7 @@ declare const UpdateTableCommand_base: {
|
|
|
210
216
|
* // KeyType: "HASH" || "RANGE", // required
|
|
211
217
|
* // },
|
|
212
218
|
* // ],
|
|
213
|
-
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
219
|
+
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
214
220
|
* // CreationDateTime: new Date("TIMESTAMP"),
|
|
215
221
|
* // ProvisionedThroughput: { // ProvisionedThroughputDescription
|
|
216
222
|
* // LastIncreaseDateTime: new Date("TIMESTAMP"),
|
|
@@ -295,7 +301,7 @@ declare const UpdateTableCommand_base: {
|
|
|
295
301
|
* // Replicas: [ // ReplicaDescriptionList
|
|
296
302
|
* // { // ReplicaDescription
|
|
297
303
|
* // RegionName: "STRING_VALUE",
|
|
298
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
304
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
299
305
|
* // ReplicaStatusDescription: "STRING_VALUE",
|
|
300
306
|
* // ReplicaStatusPercentProgress: "STRING_VALUE",
|
|
301
307
|
* // KMSMasterKeyId: "STRING_VALUE",
|
|
@@ -308,7 +314,7 @@ declare const UpdateTableCommand_base: {
|
|
|
308
314
|
* // WarmThroughput: { // TableWarmThroughputDescription
|
|
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
|
* // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
|
|
314
320
|
* // { // ReplicaGlobalSecondaryIndexDescription
|
|
@@ -333,6 +339,12 @@ declare const UpdateTableCommand_base: {
|
|
|
333
339
|
* // },
|
|
334
340
|
* // },
|
|
335
341
|
* // ],
|
|
342
|
+
* // GlobalTableWitnesses: [ // GlobalTableWitnessDescriptionList
|
|
343
|
+
* // { // GlobalTableWitnessDescription
|
|
344
|
+
* // RegionName: "STRING_VALUE",
|
|
345
|
+
* // WitnessStatus: "CREATING" || "DELETING" || "ACTIVE",
|
|
346
|
+
* // },
|
|
347
|
+
* // ],
|
|
336
348
|
* // RestoreSummary: { // RestoreSummary
|
|
337
349
|
* // SourceBackupArn: "STRING_VALUE",
|
|
338
350
|
* // SourceTableArn: "STRING_VALUE",
|
|
@@ -362,7 +374,7 @@ declare const UpdateTableCommand_base: {
|
|
|
362
374
|
* // WarmThroughput: {
|
|
363
375
|
* // ReadUnitsPerSecond: Number("long"),
|
|
364
376
|
* // WriteUnitsPerSecond: Number("long"),
|
|
365
|
-
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
377
|
+
* // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
366
378
|
* // },
|
|
367
379
|
* // MultiRegionConsistency: "EVENTUAL" || "STRONG",
|
|
368
380
|
* // },
|
|
@@ -383,19 +395,21 @@ declare const UpdateTableCommand_base: {
|
|
|
383
395
|
*
|
|
384
396
|
* @throws {@link LimitExceededException} (client fault)
|
|
385
397
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
386
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
387
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
398
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
399
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
388
400
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
389
401
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
390
|
-
* <p>When you are creating a table with one or more secondary
|
|
391
|
-
*
|
|
392
|
-
*
|
|
393
|
-
*
|
|
394
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
402
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
403
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
404
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
405
|
+
* operations.</p>
|
|
406
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
407
|
+
* allowed per account.</p>
|
|
395
408
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
396
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
397
|
-
*
|
|
398
|
-
*
|
|
409
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
410
|
+
* parameter.</p>
|
|
411
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
412
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
399
413
|
*
|
|
400
414
|
* @throws {@link ResourceInUseException} (client fault)
|
|
401
415
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -404,13 +418,15 @@ declare const UpdateTableCommand_base: {
|
|
|
404
418
|
* <p>You attempted to recreate an existing table.</p>
|
|
405
419
|
* </li>
|
|
406
420
|
* <li>
|
|
407
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
421
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
422
|
+
* state.</p>
|
|
408
423
|
* </li>
|
|
409
424
|
* <li>
|
|
410
425
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
411
426
|
* </li>
|
|
412
427
|
* </ul>
|
|
413
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
428
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
429
|
+
* again.</p>
|
|
414
430
|
*
|
|
415
431
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
416
432
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -28,10 +28,6 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Updates auto scaling settings on your global tables at once.</p>
|
|
31
|
-
* <important>
|
|
32
|
-
* <p>For global tables, this operation only applies to global tables using Version
|
|
33
|
-
* 2019.11.21 (Current version). </p>
|
|
34
|
-
* </important>
|
|
35
31
|
* @example
|
|
36
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
33
|
* ```javascript
|
|
@@ -93,7 +89,7 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
93
89
|
* // { // UpdateTableReplicaAutoScalingOutput
|
|
94
90
|
* // TableAutoScalingDescription: { // TableAutoScalingDescription
|
|
95
91
|
* // TableName: "STRING_VALUE",
|
|
96
|
-
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
|
|
92
|
+
* // TableStatus: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
97
93
|
* // Replicas: [ // ReplicaAutoScalingDescriptionList
|
|
98
94
|
* // { // ReplicaAutoScalingDescription
|
|
99
95
|
* // RegionName: "STRING_VALUE",
|
|
@@ -171,7 +167,7 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
171
167
|
* // },
|
|
172
168
|
* // ],
|
|
173
169
|
* // },
|
|
174
|
-
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
|
|
170
|
+
* // ReplicaStatus: "CREATING" || "CREATION_FAILED" || "UPDATING" || "DELETING" || "ACTIVE" || "REGION_DISABLED" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED" || "REPLICATION_NOT_AUTHORIZED",
|
|
175
171
|
* // },
|
|
176
172
|
* // ],
|
|
177
173
|
* // },
|
|
@@ -190,19 +186,21 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
190
186
|
*
|
|
191
187
|
* @throws {@link LimitExceededException} (client fault)
|
|
192
188
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
193
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
194
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
189
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
190
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
195
191
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
196
192
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
197
|
-
* <p>When you are creating a table with one or more secondary
|
|
198
|
-
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
193
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
194
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
195
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
196
|
+
* operations.</p>
|
|
197
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
198
|
+
* allowed per account.</p>
|
|
202
199
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
203
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
204
|
-
*
|
|
205
|
-
*
|
|
200
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
201
|
+
* parameter.</p>
|
|
202
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
203
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
206
204
|
*
|
|
207
205
|
* @throws {@link ResourceInUseException} (client fault)
|
|
208
206
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -211,13 +209,15 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
211
209
|
* <p>You attempted to recreate an existing table.</p>
|
|
212
210
|
* </li>
|
|
213
211
|
* <li>
|
|
214
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
212
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
213
|
+
* state.</p>
|
|
215
214
|
* </li>
|
|
216
215
|
* <li>
|
|
217
216
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
218
217
|
* </li>
|
|
219
218
|
* </ul>
|
|
220
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
219
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
220
|
+
* again.</p>
|
|
221
221
|
*
|
|
222
222
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
223
223
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -89,19 +89,21 @@ declare const UpdateTimeToLiveCommand_base: {
|
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link LimitExceededException} (client fault)
|
|
91
91
|
* <p>There is no limit to the number of daily on-demand backups that can be taken. </p>
|
|
92
|
-
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
93
|
-
* include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
92
|
+
* <p>For most purposes, up to 500 simultaneous table operations are allowed per account.
|
|
93
|
+
* These operations include <code>CreateTable</code>, <code>UpdateTable</code>,
|
|
94
94
|
* <code>DeleteTable</code>,<code>UpdateTimeToLive</code>,
|
|
95
95
|
* <code>RestoreTableFromBackup</code>, and <code>RestoreTableToPointInTime</code>. </p>
|
|
96
|
-
* <p>When you are creating a table with one or more secondary
|
|
97
|
-
*
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
96
|
+
* <p>When you are creating a table with one or more secondary indexes, you can have up
|
|
97
|
+
* to 250 such requests running at a time. However, if the table or index specifications
|
|
98
|
+
* are complex, then DynamoDB might temporarily reduce the number of concurrent
|
|
99
|
+
* operations.</p>
|
|
100
|
+
* <p>When importing into DynamoDB, up to 50 simultaneous import table operations are
|
|
101
|
+
* allowed per account.</p>
|
|
101
102
|
* <p>There is a soft account quota of 2,500 tables.</p>
|
|
102
|
-
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
103
|
-
*
|
|
104
|
-
*
|
|
103
|
+
* <p>GetRecords was called with a value of more than 1000 for the limit request
|
|
104
|
+
* parameter.</p>
|
|
105
|
+
* <p>More than 2 processes are reading from the same streams shard at the same time.
|
|
106
|
+
* Exceeding this limit may result in request throttling.</p>
|
|
105
107
|
*
|
|
106
108
|
* @throws {@link ResourceInUseException} (client fault)
|
|
107
109
|
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
@@ -110,13 +112,15 @@ declare const UpdateTimeToLiveCommand_base: {
|
|
|
110
112
|
* <p>You attempted to recreate an existing table.</p>
|
|
111
113
|
* </li>
|
|
112
114
|
* <li>
|
|
113
|
-
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
115
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code>
|
|
116
|
+
* state.</p>
|
|
114
117
|
* </li>
|
|
115
118
|
* <li>
|
|
116
119
|
* <p>You tried to update a resource that was already being updated.</p>
|
|
117
120
|
* </li>
|
|
118
121
|
* </ul>
|
|
119
|
-
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
122
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request
|
|
123
|
+
* again.</p>
|
|
120
124
|
*
|
|
121
125
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
122
126
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|