@aws-sdk/client-dynamodb 3.637.0 → 3.648.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-types/commands/CreateTableCommand.d.ts +13 -3
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +13 -3
- package/dist-types/commands/DeleteTableCommand.d.ts +13 -3
- package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +13 -3
- package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +13 -3
- package/dist-types/commands/ImportTableCommand.d.ts +13 -3
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +13 -3
- package/dist-types/commands/TagResourceCommand.d.ts +22 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +22 -3
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +13 -3
- package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +13 -3
- package/dist-types/commands/UpdateTableCommand.d.ts +13 -3
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +13 -3
- package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +13 -3
- package/dist-types/models/models_0.d.ts +13 -3
- package/package.json +6 -6
|
@@ -314,9 +314,19 @@ declare const CreateTableCommand_base: {
|
|
|
314
314
|
* this limit may result in request throttling.</p>
|
|
315
315
|
*
|
|
316
316
|
* @throws {@link ResourceInUseException} (client fault)
|
|
317
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
318
|
-
*
|
|
319
|
-
*
|
|
317
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
318
|
+
* <ul>
|
|
319
|
+
* <li>
|
|
320
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
321
|
+
* </li>
|
|
322
|
+
* <li>
|
|
323
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
324
|
+
* </li>
|
|
325
|
+
* <li>
|
|
326
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
327
|
+
* </li>
|
|
328
|
+
* </ul>
|
|
329
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
320
330
|
*
|
|
321
331
|
* @throws {@link DynamoDBServiceException}
|
|
322
332
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -99,9 +99,19 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
99
99
|
* <p>If you specified an <code>ExpectedRevisionId</code>, it's possible that a policy is present for the resource but its revision ID didn't match the expected value.</p>
|
|
100
100
|
*
|
|
101
101
|
* @throws {@link ResourceInUseException} (client fault)
|
|
102
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
103
|
-
*
|
|
104
|
-
*
|
|
102
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
103
|
+
* <ul>
|
|
104
|
+
* <li>
|
|
105
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
106
|
+
* </li>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
109
|
+
* </li>
|
|
110
|
+
* <li>
|
|
111
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
112
|
+
* </li>
|
|
113
|
+
* </ul>
|
|
114
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
105
115
|
*
|
|
106
116
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
117
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -243,9 +243,19 @@ declare const DeleteTableCommand_base: {
|
|
|
243
243
|
* this limit may result in request throttling.</p>
|
|
244
244
|
*
|
|
245
245
|
* @throws {@link ResourceInUseException} (client fault)
|
|
246
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
247
|
-
*
|
|
248
|
-
*
|
|
246
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
247
|
+
* <ul>
|
|
248
|
+
* <li>
|
|
249
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
250
|
+
* </li>
|
|
251
|
+
* <li>
|
|
252
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
253
|
+
* </li>
|
|
254
|
+
* <li>
|
|
255
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
256
|
+
* </li>
|
|
257
|
+
* </ul>
|
|
258
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
249
259
|
*
|
|
250
260
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
251
261
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -83,9 +83,19 @@ declare const DisableKinesisStreamingDestinationCommand_base: {
|
|
|
83
83
|
* this limit may result in request throttling.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link ResourceInUseException} (client fault)
|
|
86
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
87
|
-
*
|
|
88
|
-
*
|
|
86
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
87
|
+
* <ul>
|
|
88
|
+
* <li>
|
|
89
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
90
|
+
* </li>
|
|
91
|
+
* <li>
|
|
92
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
93
|
+
* </li>
|
|
94
|
+
* <li>
|
|
95
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
96
|
+
* </li>
|
|
97
|
+
* </ul>
|
|
98
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
89
99
|
*
|
|
90
100
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
91
101
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -85,9 +85,19 @@ declare const EnableKinesisStreamingDestinationCommand_base: {
|
|
|
85
85
|
* this limit may result in request throttling.</p>
|
|
86
86
|
*
|
|
87
87
|
* @throws {@link ResourceInUseException} (client fault)
|
|
88
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
89
|
-
*
|
|
90
|
-
*
|
|
88
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
89
|
+
* <ul>
|
|
90
|
+
* <li>
|
|
91
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
92
|
+
* </li>
|
|
93
|
+
* <li>
|
|
94
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
95
|
+
* </li>
|
|
96
|
+
* <li>
|
|
97
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
98
|
+
* </li>
|
|
99
|
+
* </ul>
|
|
100
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
91
101
|
*
|
|
92
102
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
93
103
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -228,9 +228,19 @@ declare const ImportTableCommand_base: {
|
|
|
228
228
|
* this limit may result in request throttling.</p>
|
|
229
229
|
*
|
|
230
230
|
* @throws {@link ResourceInUseException} (client fault)
|
|
231
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
232
|
-
*
|
|
233
|
-
*
|
|
231
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
232
|
+
* <ul>
|
|
233
|
+
* <li>
|
|
234
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
235
|
+
* </li>
|
|
236
|
+
* <li>
|
|
237
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
238
|
+
* </li>
|
|
239
|
+
* <li>
|
|
240
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
241
|
+
* </li>
|
|
242
|
+
* </ul>
|
|
243
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
234
244
|
*
|
|
235
245
|
* @throws {@link DynamoDBServiceException}
|
|
236
246
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -101,9 +101,19 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
101
101
|
* <p>If you specified an <code>ExpectedRevisionId</code>, it's possible that a policy is present for the resource but its revision ID didn't match the expected value.</p>
|
|
102
102
|
*
|
|
103
103
|
* @throws {@link ResourceInUseException} (client fault)
|
|
104
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
105
|
-
*
|
|
106
|
-
*
|
|
104
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
105
|
+
* <ul>
|
|
106
|
+
* <li>
|
|
107
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
108
|
+
* </li>
|
|
109
|
+
* <li>
|
|
110
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
111
|
+
* </li>
|
|
112
|
+
* <li>
|
|
113
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
114
|
+
* </li>
|
|
115
|
+
* </ul>
|
|
116
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
107
117
|
*
|
|
108
118
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
109
119
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -31,6 +31,15 @@ declare const TagResourceCommand_base: {
|
|
|
31
31
|
* user-defined tags so that they appear on the Billing and Cost Management console for
|
|
32
32
|
* cost allocation tracking. You can call TagResource up to five times per second, per
|
|
33
33
|
* account. </p>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>TagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after a <code>TagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* </ul>
|
|
34
43
|
* <p>For an overview on tagging DynamoDB resources, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html">Tagging for DynamoDB</a>
|
|
35
44
|
* in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
36
45
|
* @example
|
|
@@ -82,9 +91,19 @@ declare const TagResourceCommand_base: {
|
|
|
82
91
|
* this limit may result in request throttling.</p>
|
|
83
92
|
*
|
|
84
93
|
* @throws {@link ResourceInUseException} (client fault)
|
|
85
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
86
|
-
*
|
|
87
|
-
*
|
|
94
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
95
|
+
* <ul>
|
|
96
|
+
* <li>
|
|
97
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
98
|
+
* </li>
|
|
99
|
+
* <li>
|
|
100
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
101
|
+
* </li>
|
|
102
|
+
* <li>
|
|
103
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
104
|
+
* </li>
|
|
105
|
+
* </ul>
|
|
106
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
88
107
|
*
|
|
89
108
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
109
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -29,6 +29,15 @@ declare const UntagResourceCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Removes the association of tags from an Amazon DynamoDB resource. You can call
|
|
31
31
|
* <code>UntagResource</code> up to five times per second, per account. </p>
|
|
32
|
+
* <ul>
|
|
33
|
+
* <li>
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>UntagResource</code> is an asynchronous operation. If you issue a <a>ListTagsOfResource</a> request immediately after an <code>UntagResource</code> request, DynamoDB might return your previous tag set, if there was one, or an empty tag set. This is because <code>ListTagsOfResource</code> uses an eventually consistent query, and the metadata for your tags or table might not be available at that moment. Wait for a few seconds, and then try the <code>ListTagsOfResource</code> request again.</p>
|
|
36
|
+
* </li>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>The application or removal of tags using <code>TagResource</code> and <code>UntagResource</code> APIs is eventually consistent. <code>ListTagsOfResource</code> API will only reflect the changes after a few seconds.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* </ul>
|
|
32
41
|
* <p>For an overview on tagging DynamoDB resources, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html">Tagging for DynamoDB</a>
|
|
33
42
|
* in the <i>Amazon DynamoDB Developer Guide</i>.</p>
|
|
34
43
|
* @example
|
|
@@ -77,9 +86,19 @@ declare const UntagResourceCommand_base: {
|
|
|
77
86
|
* this limit may result in request throttling.</p>
|
|
78
87
|
*
|
|
79
88
|
* @throws {@link ResourceInUseException} (client fault)
|
|
80
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
81
|
-
*
|
|
82
|
-
*
|
|
89
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
90
|
+
* <ul>
|
|
91
|
+
* <li>
|
|
92
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
93
|
+
* </li>
|
|
94
|
+
* <li>
|
|
95
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
96
|
+
* </li>
|
|
97
|
+
* <li>
|
|
98
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
99
|
+
* </li>
|
|
100
|
+
* </ul>
|
|
101
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
83
102
|
*
|
|
84
103
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
85
104
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -245,9 +245,19 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
245
245
|
* <p>The specified replica is no longer part of the global table.</p>
|
|
246
246
|
*
|
|
247
247
|
* @throws {@link ResourceInUseException} (client fault)
|
|
248
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
249
|
-
*
|
|
250
|
-
*
|
|
248
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
249
|
+
* <ul>
|
|
250
|
+
* <li>
|
|
251
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
252
|
+
* </li>
|
|
253
|
+
* <li>
|
|
254
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
255
|
+
* </li>
|
|
256
|
+
* <li>
|
|
257
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
258
|
+
* </li>
|
|
259
|
+
* </ul>
|
|
260
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
251
261
|
*
|
|
252
262
|
* @throws {@link DynamoDBServiceException}
|
|
253
263
|
* <p>Base exception class for all service exceptions from DynamoDB service.</p>
|
|
@@ -82,9 +82,19 @@ declare const UpdateKinesisStreamingDestinationCommand_base: {
|
|
|
82
82
|
* this limit may result in request throttling.</p>
|
|
83
83
|
*
|
|
84
84
|
* @throws {@link ResourceInUseException} (client fault)
|
|
85
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
86
|
-
*
|
|
87
|
-
*
|
|
85
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
86
|
+
* <ul>
|
|
87
|
+
* <li>
|
|
88
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
89
|
+
* </li>
|
|
90
|
+
* <li>
|
|
91
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
92
|
+
* </li>
|
|
93
|
+
* <li>
|
|
94
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
95
|
+
* </li>
|
|
96
|
+
* </ul>
|
|
97
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
88
98
|
*
|
|
89
99
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
90
100
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -364,9 +364,19 @@ declare const UpdateTableCommand_base: {
|
|
|
364
364
|
* this limit may result in request throttling.</p>
|
|
365
365
|
*
|
|
366
366
|
* @throws {@link ResourceInUseException} (client fault)
|
|
367
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
368
|
-
*
|
|
369
|
-
*
|
|
367
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
368
|
+
* <ul>
|
|
369
|
+
* <li>
|
|
370
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
371
|
+
* </li>
|
|
372
|
+
* <li>
|
|
373
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
374
|
+
* </li>
|
|
375
|
+
* <li>
|
|
376
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
377
|
+
* </li>
|
|
378
|
+
* </ul>
|
|
379
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
370
380
|
*
|
|
371
381
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
372
382
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -205,9 +205,19 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
205
205
|
* this limit may result in request throttling.</p>
|
|
206
206
|
*
|
|
207
207
|
* @throws {@link ResourceInUseException} (client fault)
|
|
208
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
209
|
-
*
|
|
210
|
-
*
|
|
208
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
209
|
+
* <ul>
|
|
210
|
+
* <li>
|
|
211
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
212
|
+
* </li>
|
|
213
|
+
* <li>
|
|
214
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
215
|
+
* </li>
|
|
216
|
+
* <li>
|
|
217
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
218
|
+
* </li>
|
|
219
|
+
* </ul>
|
|
220
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
211
221
|
*
|
|
212
222
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
213
223
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -104,9 +104,19 @@ declare const UpdateTimeToLiveCommand_base: {
|
|
|
104
104
|
* this limit may result in request throttling.</p>
|
|
105
105
|
*
|
|
106
106
|
* @throws {@link ResourceInUseException} (client fault)
|
|
107
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
108
|
-
*
|
|
109
|
-
*
|
|
107
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
108
|
+
* <ul>
|
|
109
|
+
* <li>
|
|
110
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
111
|
+
* </li>
|
|
112
|
+
* <li>
|
|
113
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
114
|
+
* </li>
|
|
115
|
+
* <li>
|
|
116
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
117
|
+
* </li>
|
|
118
|
+
* </ul>
|
|
119
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
110
120
|
*
|
|
111
121
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
112
122
|
* <p>The operation tried to access a nonexistent table or index. The resource might not
|
|
@@ -3124,9 +3124,19 @@ export interface CreateTableOutput {
|
|
|
3124
3124
|
TableDescription?: TableDescription;
|
|
3125
3125
|
}
|
|
3126
3126
|
/**
|
|
3127
|
-
* <p>The operation conflicts with the resource's availability. For example
|
|
3128
|
-
*
|
|
3129
|
-
*
|
|
3127
|
+
* <p>The operation conflicts with the resource's availability. For example:</p>
|
|
3128
|
+
* <ul>
|
|
3129
|
+
* <li>
|
|
3130
|
+
* <p>You attempted to recreate an existing table.</p>
|
|
3131
|
+
* </li>
|
|
3132
|
+
* <li>
|
|
3133
|
+
* <p>You tried to delete a table currently in the <code>CREATING</code> state.</p>
|
|
3134
|
+
* </li>
|
|
3135
|
+
* <li>
|
|
3136
|
+
* <p>You tried to update a resource that was already being updated.</p>
|
|
3137
|
+
* </li>
|
|
3138
|
+
* </ul>
|
|
3139
|
+
* <p>When appropriate, wait for the ongoing update to complete and attempt the request again.</p>
|
|
3130
3140
|
* @public
|
|
3131
3141
|
*/
|
|
3132
3142
|
export declare class ResourceInUseException extends __BaseException {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dynamodb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dynamodb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.648.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-dynamodb",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.645.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.645.0",
|
|
25
25
|
"@aws-sdk/core": "3.635.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.645.0",
|
|
27
27
|
"@aws-sdk/middleware-endpoint-discovery": "3.620.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.620.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.620.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.645.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.614.0",
|
|
33
33
|
"@aws-sdk/types": "3.609.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.645.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.614.0",
|
|
37
37
|
"@smithy/config-resolver": "^3.0.5",
|