@aws-sdk/client-dynamodb 3.927.0 → 3.929.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.
Files changed (78) hide show
  1. package/dist-cjs/index.js +3099 -3619
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DynamoDBClient.js +2 -0
  4. package/dist-es/commands/BatchExecuteStatementCommand.js +3 -9
  5. package/dist-es/commands/BatchGetItemCommand.js +3 -9
  6. package/dist-es/commands/BatchWriteItemCommand.js +3 -9
  7. package/dist-es/commands/CreateBackupCommand.js +3 -9
  8. package/dist-es/commands/CreateGlobalTableCommand.js +3 -9
  9. package/dist-es/commands/CreateTableCommand.js +3 -9
  10. package/dist-es/commands/DeleteBackupCommand.js +3 -9
  11. package/dist-es/commands/DeleteItemCommand.js +3 -9
  12. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeleteTableCommand.js +3 -9
  14. package/dist-es/commands/DescribeBackupCommand.js +3 -9
  15. package/dist-es/commands/DescribeContinuousBackupsCommand.js +3 -9
  16. package/dist-es/commands/DescribeContributorInsightsCommand.js +3 -9
  17. package/dist-es/commands/DescribeEndpointsCommand.js +3 -9
  18. package/dist-es/commands/DescribeExportCommand.js +3 -9
  19. package/dist-es/commands/DescribeGlobalTableCommand.js +3 -9
  20. package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +3 -9
  21. package/dist-es/commands/DescribeImportCommand.js +3 -9
  22. package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +3 -9
  23. package/dist-es/commands/DescribeLimitsCommand.js +3 -9
  24. package/dist-es/commands/DescribeTableCommand.js +3 -9
  25. package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +3 -9
  26. package/dist-es/commands/DescribeTimeToLiveCommand.js +3 -9
  27. package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +3 -9
  28. package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +3 -9
  29. package/dist-es/commands/ExecuteStatementCommand.js +3 -9
  30. package/dist-es/commands/ExecuteTransactionCommand.js +3 -9
  31. package/dist-es/commands/ExportTableToPointInTimeCommand.js +3 -9
  32. package/dist-es/commands/GetItemCommand.js +3 -9
  33. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  34. package/dist-es/commands/ImportTableCommand.js +3 -9
  35. package/dist-es/commands/ListBackupsCommand.js +3 -9
  36. package/dist-es/commands/ListContributorInsightsCommand.js +3 -9
  37. package/dist-es/commands/ListExportsCommand.js +3 -9
  38. package/dist-es/commands/ListGlobalTablesCommand.js +3 -9
  39. package/dist-es/commands/ListImportsCommand.js +3 -9
  40. package/dist-es/commands/ListTablesCommand.js +3 -9
  41. package/dist-es/commands/ListTagsOfResourceCommand.js +3 -9
  42. package/dist-es/commands/PutItemCommand.js +3 -9
  43. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  44. package/dist-es/commands/QueryCommand.js +3 -9
  45. package/dist-es/commands/RestoreTableFromBackupCommand.js +3 -9
  46. package/dist-es/commands/RestoreTableToPointInTimeCommand.js +3 -9
  47. package/dist-es/commands/ScanCommand.js +3 -9
  48. package/dist-es/commands/TagResourceCommand.js +3 -9
  49. package/dist-es/commands/TransactGetItemsCommand.js +3 -9
  50. package/dist-es/commands/TransactWriteItemsCommand.js +3 -9
  51. package/dist-es/commands/UntagResourceCommand.js +3 -9
  52. package/dist-es/commands/UpdateContinuousBackupsCommand.js +3 -9
  53. package/dist-es/commands/UpdateContributorInsightsCommand.js +3 -9
  54. package/dist-es/commands/UpdateGlobalTableCommand.js +3 -9
  55. package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +3 -9
  56. package/dist-es/commands/UpdateItemCommand.js +3 -9
  57. package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +3 -9
  58. package/dist-es/commands/UpdateTableCommand.js +3 -9
  59. package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +3 -9
  60. package/dist-es/commands/UpdateTimeToLiveCommand.js +3 -9
  61. package/dist-es/runtimeConfig.shared.js +7 -0
  62. package/dist-es/schemas/schemas_0.js +2878 -0
  63. package/dist-types/DynamoDBClient.d.ts +10 -1
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +397 -0
  69. package/dist-types/ts3.4/DynamoDBClient.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +403 -0
  75. package/package.json +8 -7
  76. package/dist-es/protocols/Aws_json1_0.js +0 -3108
  77. package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  78. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -686
@@ -1,686 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchExecuteStatementCommandInput,
8
- BatchExecuteStatementCommandOutput,
9
- } from "../commands/BatchExecuteStatementCommand";
10
- import {
11
- BatchGetItemCommandInput,
12
- BatchGetItemCommandOutput,
13
- } from "../commands/BatchGetItemCommand";
14
- import {
15
- BatchWriteItemCommandInput,
16
- BatchWriteItemCommandOutput,
17
- } from "../commands/BatchWriteItemCommand";
18
- import {
19
- CreateBackupCommandInput,
20
- CreateBackupCommandOutput,
21
- } from "../commands/CreateBackupCommand";
22
- import {
23
- CreateGlobalTableCommandInput,
24
- CreateGlobalTableCommandOutput,
25
- } from "../commands/CreateGlobalTableCommand";
26
- import {
27
- CreateTableCommandInput,
28
- CreateTableCommandOutput,
29
- } from "../commands/CreateTableCommand";
30
- import {
31
- DeleteBackupCommandInput,
32
- DeleteBackupCommandOutput,
33
- } from "../commands/DeleteBackupCommand";
34
- import {
35
- DeleteItemCommandInput,
36
- DeleteItemCommandOutput,
37
- } from "../commands/DeleteItemCommand";
38
- import {
39
- DeleteResourcePolicyCommandInput,
40
- DeleteResourcePolicyCommandOutput,
41
- } from "../commands/DeleteResourcePolicyCommand";
42
- import {
43
- DeleteTableCommandInput,
44
- DeleteTableCommandOutput,
45
- } from "../commands/DeleteTableCommand";
46
- import {
47
- DescribeBackupCommandInput,
48
- DescribeBackupCommandOutput,
49
- } from "../commands/DescribeBackupCommand";
50
- import {
51
- DescribeContinuousBackupsCommandInput,
52
- DescribeContinuousBackupsCommandOutput,
53
- } from "../commands/DescribeContinuousBackupsCommand";
54
- import {
55
- DescribeContributorInsightsCommandInput,
56
- DescribeContributorInsightsCommandOutput,
57
- } from "../commands/DescribeContributorInsightsCommand";
58
- import {
59
- DescribeEndpointsCommandInput,
60
- DescribeEndpointsCommandOutput,
61
- } from "../commands/DescribeEndpointsCommand";
62
- import {
63
- DescribeExportCommandInput,
64
- DescribeExportCommandOutput,
65
- } from "../commands/DescribeExportCommand";
66
- import {
67
- DescribeGlobalTableCommandInput,
68
- DescribeGlobalTableCommandOutput,
69
- } from "../commands/DescribeGlobalTableCommand";
70
- import {
71
- DescribeGlobalTableSettingsCommandInput,
72
- DescribeGlobalTableSettingsCommandOutput,
73
- } from "../commands/DescribeGlobalTableSettingsCommand";
74
- import {
75
- DescribeImportCommandInput,
76
- DescribeImportCommandOutput,
77
- } from "../commands/DescribeImportCommand";
78
- import {
79
- DescribeKinesisStreamingDestinationCommandInput,
80
- DescribeKinesisStreamingDestinationCommandOutput,
81
- } from "../commands/DescribeKinesisStreamingDestinationCommand";
82
- import {
83
- DescribeLimitsCommandInput,
84
- DescribeLimitsCommandOutput,
85
- } from "../commands/DescribeLimitsCommand";
86
- import {
87
- DescribeTableCommandInput,
88
- DescribeTableCommandOutput,
89
- } from "../commands/DescribeTableCommand";
90
- import {
91
- DescribeTableReplicaAutoScalingCommandInput,
92
- DescribeTableReplicaAutoScalingCommandOutput,
93
- } from "../commands/DescribeTableReplicaAutoScalingCommand";
94
- import {
95
- DescribeTimeToLiveCommandInput,
96
- DescribeTimeToLiveCommandOutput,
97
- } from "../commands/DescribeTimeToLiveCommand";
98
- import {
99
- DisableKinesisStreamingDestinationCommandInput,
100
- DisableKinesisStreamingDestinationCommandOutput,
101
- } from "../commands/DisableKinesisStreamingDestinationCommand";
102
- import {
103
- EnableKinesisStreamingDestinationCommandInput,
104
- EnableKinesisStreamingDestinationCommandOutput,
105
- } from "../commands/EnableKinesisStreamingDestinationCommand";
106
- import {
107
- ExecuteStatementCommandInput,
108
- ExecuteStatementCommandOutput,
109
- } from "../commands/ExecuteStatementCommand";
110
- import {
111
- ExecuteTransactionCommandInput,
112
- ExecuteTransactionCommandOutput,
113
- } from "../commands/ExecuteTransactionCommand";
114
- import {
115
- ExportTableToPointInTimeCommandInput,
116
- ExportTableToPointInTimeCommandOutput,
117
- } from "../commands/ExportTableToPointInTimeCommand";
118
- import {
119
- GetItemCommandInput,
120
- GetItemCommandOutput,
121
- } from "../commands/GetItemCommand";
122
- import {
123
- GetResourcePolicyCommandInput,
124
- GetResourcePolicyCommandOutput,
125
- } from "../commands/GetResourcePolicyCommand";
126
- import {
127
- ImportTableCommandInput,
128
- ImportTableCommandOutput,
129
- } from "../commands/ImportTableCommand";
130
- import {
131
- ListBackupsCommandInput,
132
- ListBackupsCommandOutput,
133
- } from "../commands/ListBackupsCommand";
134
- import {
135
- ListContributorInsightsCommandInput,
136
- ListContributorInsightsCommandOutput,
137
- } from "../commands/ListContributorInsightsCommand";
138
- import {
139
- ListExportsCommandInput,
140
- ListExportsCommandOutput,
141
- } from "../commands/ListExportsCommand";
142
- import {
143
- ListGlobalTablesCommandInput,
144
- ListGlobalTablesCommandOutput,
145
- } from "../commands/ListGlobalTablesCommand";
146
- import {
147
- ListImportsCommandInput,
148
- ListImportsCommandOutput,
149
- } from "../commands/ListImportsCommand";
150
- import {
151
- ListTablesCommandInput,
152
- ListTablesCommandOutput,
153
- } from "../commands/ListTablesCommand";
154
- import {
155
- ListTagsOfResourceCommandInput,
156
- ListTagsOfResourceCommandOutput,
157
- } from "../commands/ListTagsOfResourceCommand";
158
- import {
159
- PutItemCommandInput,
160
- PutItemCommandOutput,
161
- } from "../commands/PutItemCommand";
162
- import {
163
- PutResourcePolicyCommandInput,
164
- PutResourcePolicyCommandOutput,
165
- } from "../commands/PutResourcePolicyCommand";
166
- import {
167
- QueryCommandInput,
168
- QueryCommandOutput,
169
- } from "../commands/QueryCommand";
170
- import {
171
- RestoreTableFromBackupCommandInput,
172
- RestoreTableFromBackupCommandOutput,
173
- } from "../commands/RestoreTableFromBackupCommand";
174
- import {
175
- RestoreTableToPointInTimeCommandInput,
176
- RestoreTableToPointInTimeCommandOutput,
177
- } from "../commands/RestoreTableToPointInTimeCommand";
178
- import { ScanCommandInput, ScanCommandOutput } from "../commands/ScanCommand";
179
- import {
180
- TagResourceCommandInput,
181
- TagResourceCommandOutput,
182
- } from "../commands/TagResourceCommand";
183
- import {
184
- TransactGetItemsCommandInput,
185
- TransactGetItemsCommandOutput,
186
- } from "../commands/TransactGetItemsCommand";
187
- import {
188
- TransactWriteItemsCommandInput,
189
- TransactWriteItemsCommandOutput,
190
- } from "../commands/TransactWriteItemsCommand";
191
- import {
192
- UntagResourceCommandInput,
193
- UntagResourceCommandOutput,
194
- } from "../commands/UntagResourceCommand";
195
- import {
196
- UpdateContinuousBackupsCommandInput,
197
- UpdateContinuousBackupsCommandOutput,
198
- } from "../commands/UpdateContinuousBackupsCommand";
199
- import {
200
- UpdateContributorInsightsCommandInput,
201
- UpdateContributorInsightsCommandOutput,
202
- } from "../commands/UpdateContributorInsightsCommand";
203
- import {
204
- UpdateGlobalTableCommandInput,
205
- UpdateGlobalTableCommandOutput,
206
- } from "../commands/UpdateGlobalTableCommand";
207
- import {
208
- UpdateGlobalTableSettingsCommandInput,
209
- UpdateGlobalTableSettingsCommandOutput,
210
- } from "../commands/UpdateGlobalTableSettingsCommand";
211
- import {
212
- UpdateItemCommandInput,
213
- UpdateItemCommandOutput,
214
- } from "../commands/UpdateItemCommand";
215
- import {
216
- UpdateKinesisStreamingDestinationCommandInput,
217
- UpdateKinesisStreamingDestinationCommandOutput,
218
- } from "../commands/UpdateKinesisStreamingDestinationCommand";
219
- import {
220
- UpdateTableCommandInput,
221
- UpdateTableCommandOutput,
222
- } from "../commands/UpdateTableCommand";
223
- import {
224
- UpdateTableReplicaAutoScalingCommandInput,
225
- UpdateTableReplicaAutoScalingCommandOutput,
226
- } from "../commands/UpdateTableReplicaAutoScalingCommand";
227
- import {
228
- UpdateTimeToLiveCommandInput,
229
- UpdateTimeToLiveCommandOutput,
230
- } from "../commands/UpdateTimeToLiveCommand";
231
- export declare const se_BatchExecuteStatementCommand: (
232
- input: BatchExecuteStatementCommandInput,
233
- context: __SerdeContext
234
- ) => Promise<__HttpRequest>;
235
- export declare const se_BatchGetItemCommand: (
236
- input: BatchGetItemCommandInput,
237
- context: __SerdeContext
238
- ) => Promise<__HttpRequest>;
239
- export declare const se_BatchWriteItemCommand: (
240
- input: BatchWriteItemCommandInput,
241
- context: __SerdeContext
242
- ) => Promise<__HttpRequest>;
243
- export declare const se_CreateBackupCommand: (
244
- input: CreateBackupCommandInput,
245
- context: __SerdeContext
246
- ) => Promise<__HttpRequest>;
247
- export declare const se_CreateGlobalTableCommand: (
248
- input: CreateGlobalTableCommandInput,
249
- context: __SerdeContext
250
- ) => Promise<__HttpRequest>;
251
- export declare const se_CreateTableCommand: (
252
- input: CreateTableCommandInput,
253
- context: __SerdeContext
254
- ) => Promise<__HttpRequest>;
255
- export declare const se_DeleteBackupCommand: (
256
- input: DeleteBackupCommandInput,
257
- context: __SerdeContext
258
- ) => Promise<__HttpRequest>;
259
- export declare const se_DeleteItemCommand: (
260
- input: DeleteItemCommandInput,
261
- context: __SerdeContext
262
- ) => Promise<__HttpRequest>;
263
- export declare const se_DeleteResourcePolicyCommand: (
264
- input: DeleteResourcePolicyCommandInput,
265
- context: __SerdeContext
266
- ) => Promise<__HttpRequest>;
267
- export declare const se_DeleteTableCommand: (
268
- input: DeleteTableCommandInput,
269
- context: __SerdeContext
270
- ) => Promise<__HttpRequest>;
271
- export declare const se_DescribeBackupCommand: (
272
- input: DescribeBackupCommandInput,
273
- context: __SerdeContext
274
- ) => Promise<__HttpRequest>;
275
- export declare const se_DescribeContinuousBackupsCommand: (
276
- input: DescribeContinuousBackupsCommandInput,
277
- context: __SerdeContext
278
- ) => Promise<__HttpRequest>;
279
- export declare const se_DescribeContributorInsightsCommand: (
280
- input: DescribeContributorInsightsCommandInput,
281
- context: __SerdeContext
282
- ) => Promise<__HttpRequest>;
283
- export declare const se_DescribeEndpointsCommand: (
284
- input: DescribeEndpointsCommandInput,
285
- context: __SerdeContext
286
- ) => Promise<__HttpRequest>;
287
- export declare const se_DescribeExportCommand: (
288
- input: DescribeExportCommandInput,
289
- context: __SerdeContext
290
- ) => Promise<__HttpRequest>;
291
- export declare const se_DescribeGlobalTableCommand: (
292
- input: DescribeGlobalTableCommandInput,
293
- context: __SerdeContext
294
- ) => Promise<__HttpRequest>;
295
- export declare const se_DescribeGlobalTableSettingsCommand: (
296
- input: DescribeGlobalTableSettingsCommandInput,
297
- context: __SerdeContext
298
- ) => Promise<__HttpRequest>;
299
- export declare const se_DescribeImportCommand: (
300
- input: DescribeImportCommandInput,
301
- context: __SerdeContext
302
- ) => Promise<__HttpRequest>;
303
- export declare const se_DescribeKinesisStreamingDestinationCommand: (
304
- input: DescribeKinesisStreamingDestinationCommandInput,
305
- context: __SerdeContext
306
- ) => Promise<__HttpRequest>;
307
- export declare const se_DescribeLimitsCommand: (
308
- input: DescribeLimitsCommandInput,
309
- context: __SerdeContext
310
- ) => Promise<__HttpRequest>;
311
- export declare const se_DescribeTableCommand: (
312
- input: DescribeTableCommandInput,
313
- context: __SerdeContext
314
- ) => Promise<__HttpRequest>;
315
- export declare const se_DescribeTableReplicaAutoScalingCommand: (
316
- input: DescribeTableReplicaAutoScalingCommandInput,
317
- context: __SerdeContext
318
- ) => Promise<__HttpRequest>;
319
- export declare const se_DescribeTimeToLiveCommand: (
320
- input: DescribeTimeToLiveCommandInput,
321
- context: __SerdeContext
322
- ) => Promise<__HttpRequest>;
323
- export declare const se_DisableKinesisStreamingDestinationCommand: (
324
- input: DisableKinesisStreamingDestinationCommandInput,
325
- context: __SerdeContext
326
- ) => Promise<__HttpRequest>;
327
- export declare const se_EnableKinesisStreamingDestinationCommand: (
328
- input: EnableKinesisStreamingDestinationCommandInput,
329
- context: __SerdeContext
330
- ) => Promise<__HttpRequest>;
331
- export declare const se_ExecuteStatementCommand: (
332
- input: ExecuteStatementCommandInput,
333
- context: __SerdeContext
334
- ) => Promise<__HttpRequest>;
335
- export declare const se_ExecuteTransactionCommand: (
336
- input: ExecuteTransactionCommandInput,
337
- context: __SerdeContext
338
- ) => Promise<__HttpRequest>;
339
- export declare const se_ExportTableToPointInTimeCommand: (
340
- input: ExportTableToPointInTimeCommandInput,
341
- context: __SerdeContext
342
- ) => Promise<__HttpRequest>;
343
- export declare const se_GetItemCommand: (
344
- input: GetItemCommandInput,
345
- context: __SerdeContext
346
- ) => Promise<__HttpRequest>;
347
- export declare const se_GetResourcePolicyCommand: (
348
- input: GetResourcePolicyCommandInput,
349
- context: __SerdeContext
350
- ) => Promise<__HttpRequest>;
351
- export declare const se_ImportTableCommand: (
352
- input: ImportTableCommandInput,
353
- context: __SerdeContext
354
- ) => Promise<__HttpRequest>;
355
- export declare const se_ListBackupsCommand: (
356
- input: ListBackupsCommandInput,
357
- context: __SerdeContext
358
- ) => Promise<__HttpRequest>;
359
- export declare const se_ListContributorInsightsCommand: (
360
- input: ListContributorInsightsCommandInput,
361
- context: __SerdeContext
362
- ) => Promise<__HttpRequest>;
363
- export declare const se_ListExportsCommand: (
364
- input: ListExportsCommandInput,
365
- context: __SerdeContext
366
- ) => Promise<__HttpRequest>;
367
- export declare const se_ListGlobalTablesCommand: (
368
- input: ListGlobalTablesCommandInput,
369
- context: __SerdeContext
370
- ) => Promise<__HttpRequest>;
371
- export declare const se_ListImportsCommand: (
372
- input: ListImportsCommandInput,
373
- context: __SerdeContext
374
- ) => Promise<__HttpRequest>;
375
- export declare const se_ListTablesCommand: (
376
- input: ListTablesCommandInput,
377
- context: __SerdeContext
378
- ) => Promise<__HttpRequest>;
379
- export declare const se_ListTagsOfResourceCommand: (
380
- input: ListTagsOfResourceCommandInput,
381
- context: __SerdeContext
382
- ) => Promise<__HttpRequest>;
383
- export declare const se_PutItemCommand: (
384
- input: PutItemCommandInput,
385
- context: __SerdeContext
386
- ) => Promise<__HttpRequest>;
387
- export declare const se_PutResourcePolicyCommand: (
388
- input: PutResourcePolicyCommandInput,
389
- context: __SerdeContext
390
- ) => Promise<__HttpRequest>;
391
- export declare const se_QueryCommand: (
392
- input: QueryCommandInput,
393
- context: __SerdeContext
394
- ) => Promise<__HttpRequest>;
395
- export declare const se_RestoreTableFromBackupCommand: (
396
- input: RestoreTableFromBackupCommandInput,
397
- context: __SerdeContext
398
- ) => Promise<__HttpRequest>;
399
- export declare const se_RestoreTableToPointInTimeCommand: (
400
- input: RestoreTableToPointInTimeCommandInput,
401
- context: __SerdeContext
402
- ) => Promise<__HttpRequest>;
403
- export declare const se_ScanCommand: (
404
- input: ScanCommandInput,
405
- context: __SerdeContext
406
- ) => Promise<__HttpRequest>;
407
- export declare const se_TagResourceCommand: (
408
- input: TagResourceCommandInput,
409
- context: __SerdeContext
410
- ) => Promise<__HttpRequest>;
411
- export declare const se_TransactGetItemsCommand: (
412
- input: TransactGetItemsCommandInput,
413
- context: __SerdeContext
414
- ) => Promise<__HttpRequest>;
415
- export declare const se_TransactWriteItemsCommand: (
416
- input: TransactWriteItemsCommandInput,
417
- context: __SerdeContext
418
- ) => Promise<__HttpRequest>;
419
- export declare const se_UntagResourceCommand: (
420
- input: UntagResourceCommandInput,
421
- context: __SerdeContext
422
- ) => Promise<__HttpRequest>;
423
- export declare const se_UpdateContinuousBackupsCommand: (
424
- input: UpdateContinuousBackupsCommandInput,
425
- context: __SerdeContext
426
- ) => Promise<__HttpRequest>;
427
- export declare const se_UpdateContributorInsightsCommand: (
428
- input: UpdateContributorInsightsCommandInput,
429
- context: __SerdeContext
430
- ) => Promise<__HttpRequest>;
431
- export declare const se_UpdateGlobalTableCommand: (
432
- input: UpdateGlobalTableCommandInput,
433
- context: __SerdeContext
434
- ) => Promise<__HttpRequest>;
435
- export declare const se_UpdateGlobalTableSettingsCommand: (
436
- input: UpdateGlobalTableSettingsCommandInput,
437
- context: __SerdeContext
438
- ) => Promise<__HttpRequest>;
439
- export declare const se_UpdateItemCommand: (
440
- input: UpdateItemCommandInput,
441
- context: __SerdeContext
442
- ) => Promise<__HttpRequest>;
443
- export declare const se_UpdateKinesisStreamingDestinationCommand: (
444
- input: UpdateKinesisStreamingDestinationCommandInput,
445
- context: __SerdeContext
446
- ) => Promise<__HttpRequest>;
447
- export declare const se_UpdateTableCommand: (
448
- input: UpdateTableCommandInput,
449
- context: __SerdeContext
450
- ) => Promise<__HttpRequest>;
451
- export declare const se_UpdateTableReplicaAutoScalingCommand: (
452
- input: UpdateTableReplicaAutoScalingCommandInput,
453
- context: __SerdeContext
454
- ) => Promise<__HttpRequest>;
455
- export declare const se_UpdateTimeToLiveCommand: (
456
- input: UpdateTimeToLiveCommandInput,
457
- context: __SerdeContext
458
- ) => Promise<__HttpRequest>;
459
- export declare const de_BatchExecuteStatementCommand: (
460
- output: __HttpResponse,
461
- context: __SerdeContext
462
- ) => Promise<BatchExecuteStatementCommandOutput>;
463
- export declare const de_BatchGetItemCommand: (
464
- output: __HttpResponse,
465
- context: __SerdeContext
466
- ) => Promise<BatchGetItemCommandOutput>;
467
- export declare const de_BatchWriteItemCommand: (
468
- output: __HttpResponse,
469
- context: __SerdeContext
470
- ) => Promise<BatchWriteItemCommandOutput>;
471
- export declare const de_CreateBackupCommand: (
472
- output: __HttpResponse,
473
- context: __SerdeContext
474
- ) => Promise<CreateBackupCommandOutput>;
475
- export declare const de_CreateGlobalTableCommand: (
476
- output: __HttpResponse,
477
- context: __SerdeContext
478
- ) => Promise<CreateGlobalTableCommandOutput>;
479
- export declare const de_CreateTableCommand: (
480
- output: __HttpResponse,
481
- context: __SerdeContext
482
- ) => Promise<CreateTableCommandOutput>;
483
- export declare const de_DeleteBackupCommand: (
484
- output: __HttpResponse,
485
- context: __SerdeContext
486
- ) => Promise<DeleteBackupCommandOutput>;
487
- export declare const de_DeleteItemCommand: (
488
- output: __HttpResponse,
489
- context: __SerdeContext
490
- ) => Promise<DeleteItemCommandOutput>;
491
- export declare const de_DeleteResourcePolicyCommand: (
492
- output: __HttpResponse,
493
- context: __SerdeContext
494
- ) => Promise<DeleteResourcePolicyCommandOutput>;
495
- export declare const de_DeleteTableCommand: (
496
- output: __HttpResponse,
497
- context: __SerdeContext
498
- ) => Promise<DeleteTableCommandOutput>;
499
- export declare const de_DescribeBackupCommand: (
500
- output: __HttpResponse,
501
- context: __SerdeContext
502
- ) => Promise<DescribeBackupCommandOutput>;
503
- export declare const de_DescribeContinuousBackupsCommand: (
504
- output: __HttpResponse,
505
- context: __SerdeContext
506
- ) => Promise<DescribeContinuousBackupsCommandOutput>;
507
- export declare const de_DescribeContributorInsightsCommand: (
508
- output: __HttpResponse,
509
- context: __SerdeContext
510
- ) => Promise<DescribeContributorInsightsCommandOutput>;
511
- export declare const de_DescribeEndpointsCommand: (
512
- output: __HttpResponse,
513
- context: __SerdeContext
514
- ) => Promise<DescribeEndpointsCommandOutput>;
515
- export declare const de_DescribeExportCommand: (
516
- output: __HttpResponse,
517
- context: __SerdeContext
518
- ) => Promise<DescribeExportCommandOutput>;
519
- export declare const de_DescribeGlobalTableCommand: (
520
- output: __HttpResponse,
521
- context: __SerdeContext
522
- ) => Promise<DescribeGlobalTableCommandOutput>;
523
- export declare const de_DescribeGlobalTableSettingsCommand: (
524
- output: __HttpResponse,
525
- context: __SerdeContext
526
- ) => Promise<DescribeGlobalTableSettingsCommandOutput>;
527
- export declare const de_DescribeImportCommand: (
528
- output: __HttpResponse,
529
- context: __SerdeContext
530
- ) => Promise<DescribeImportCommandOutput>;
531
- export declare const de_DescribeKinesisStreamingDestinationCommand: (
532
- output: __HttpResponse,
533
- context: __SerdeContext
534
- ) => Promise<DescribeKinesisStreamingDestinationCommandOutput>;
535
- export declare const de_DescribeLimitsCommand: (
536
- output: __HttpResponse,
537
- context: __SerdeContext
538
- ) => Promise<DescribeLimitsCommandOutput>;
539
- export declare const de_DescribeTableCommand: (
540
- output: __HttpResponse,
541
- context: __SerdeContext
542
- ) => Promise<DescribeTableCommandOutput>;
543
- export declare const de_DescribeTableReplicaAutoScalingCommand: (
544
- output: __HttpResponse,
545
- context: __SerdeContext
546
- ) => Promise<DescribeTableReplicaAutoScalingCommandOutput>;
547
- export declare const de_DescribeTimeToLiveCommand: (
548
- output: __HttpResponse,
549
- context: __SerdeContext
550
- ) => Promise<DescribeTimeToLiveCommandOutput>;
551
- export declare const de_DisableKinesisStreamingDestinationCommand: (
552
- output: __HttpResponse,
553
- context: __SerdeContext
554
- ) => Promise<DisableKinesisStreamingDestinationCommandOutput>;
555
- export declare const de_EnableKinesisStreamingDestinationCommand: (
556
- output: __HttpResponse,
557
- context: __SerdeContext
558
- ) => Promise<EnableKinesisStreamingDestinationCommandOutput>;
559
- export declare const de_ExecuteStatementCommand: (
560
- output: __HttpResponse,
561
- context: __SerdeContext
562
- ) => Promise<ExecuteStatementCommandOutput>;
563
- export declare const de_ExecuteTransactionCommand: (
564
- output: __HttpResponse,
565
- context: __SerdeContext
566
- ) => Promise<ExecuteTransactionCommandOutput>;
567
- export declare const de_ExportTableToPointInTimeCommand: (
568
- output: __HttpResponse,
569
- context: __SerdeContext
570
- ) => Promise<ExportTableToPointInTimeCommandOutput>;
571
- export declare const de_GetItemCommand: (
572
- output: __HttpResponse,
573
- context: __SerdeContext
574
- ) => Promise<GetItemCommandOutput>;
575
- export declare const de_GetResourcePolicyCommand: (
576
- output: __HttpResponse,
577
- context: __SerdeContext
578
- ) => Promise<GetResourcePolicyCommandOutput>;
579
- export declare const de_ImportTableCommand: (
580
- output: __HttpResponse,
581
- context: __SerdeContext
582
- ) => Promise<ImportTableCommandOutput>;
583
- export declare const de_ListBackupsCommand: (
584
- output: __HttpResponse,
585
- context: __SerdeContext
586
- ) => Promise<ListBackupsCommandOutput>;
587
- export declare const de_ListContributorInsightsCommand: (
588
- output: __HttpResponse,
589
- context: __SerdeContext
590
- ) => Promise<ListContributorInsightsCommandOutput>;
591
- export declare const de_ListExportsCommand: (
592
- output: __HttpResponse,
593
- context: __SerdeContext
594
- ) => Promise<ListExportsCommandOutput>;
595
- export declare const de_ListGlobalTablesCommand: (
596
- output: __HttpResponse,
597
- context: __SerdeContext
598
- ) => Promise<ListGlobalTablesCommandOutput>;
599
- export declare const de_ListImportsCommand: (
600
- output: __HttpResponse,
601
- context: __SerdeContext
602
- ) => Promise<ListImportsCommandOutput>;
603
- export declare const de_ListTablesCommand: (
604
- output: __HttpResponse,
605
- context: __SerdeContext
606
- ) => Promise<ListTablesCommandOutput>;
607
- export declare const de_ListTagsOfResourceCommand: (
608
- output: __HttpResponse,
609
- context: __SerdeContext
610
- ) => Promise<ListTagsOfResourceCommandOutput>;
611
- export declare const de_PutItemCommand: (
612
- output: __HttpResponse,
613
- context: __SerdeContext
614
- ) => Promise<PutItemCommandOutput>;
615
- export declare const de_PutResourcePolicyCommand: (
616
- output: __HttpResponse,
617
- context: __SerdeContext
618
- ) => Promise<PutResourcePolicyCommandOutput>;
619
- export declare const de_QueryCommand: (
620
- output: __HttpResponse,
621
- context: __SerdeContext
622
- ) => Promise<QueryCommandOutput>;
623
- export declare const de_RestoreTableFromBackupCommand: (
624
- output: __HttpResponse,
625
- context: __SerdeContext
626
- ) => Promise<RestoreTableFromBackupCommandOutput>;
627
- export declare const de_RestoreTableToPointInTimeCommand: (
628
- output: __HttpResponse,
629
- context: __SerdeContext
630
- ) => Promise<RestoreTableToPointInTimeCommandOutput>;
631
- export declare const de_ScanCommand: (
632
- output: __HttpResponse,
633
- context: __SerdeContext
634
- ) => Promise<ScanCommandOutput>;
635
- export declare const de_TagResourceCommand: (
636
- output: __HttpResponse,
637
- context: __SerdeContext
638
- ) => Promise<TagResourceCommandOutput>;
639
- export declare const de_TransactGetItemsCommand: (
640
- output: __HttpResponse,
641
- context: __SerdeContext
642
- ) => Promise<TransactGetItemsCommandOutput>;
643
- export declare const de_TransactWriteItemsCommand: (
644
- output: __HttpResponse,
645
- context: __SerdeContext
646
- ) => Promise<TransactWriteItemsCommandOutput>;
647
- export declare const de_UntagResourceCommand: (
648
- output: __HttpResponse,
649
- context: __SerdeContext
650
- ) => Promise<UntagResourceCommandOutput>;
651
- export declare const de_UpdateContinuousBackupsCommand: (
652
- output: __HttpResponse,
653
- context: __SerdeContext
654
- ) => Promise<UpdateContinuousBackupsCommandOutput>;
655
- export declare const de_UpdateContributorInsightsCommand: (
656
- output: __HttpResponse,
657
- context: __SerdeContext
658
- ) => Promise<UpdateContributorInsightsCommandOutput>;
659
- export declare const de_UpdateGlobalTableCommand: (
660
- output: __HttpResponse,
661
- context: __SerdeContext
662
- ) => Promise<UpdateGlobalTableCommandOutput>;
663
- export declare const de_UpdateGlobalTableSettingsCommand: (
664
- output: __HttpResponse,
665
- context: __SerdeContext
666
- ) => Promise<UpdateGlobalTableSettingsCommandOutput>;
667
- export declare const de_UpdateItemCommand: (
668
- output: __HttpResponse,
669
- context: __SerdeContext
670
- ) => Promise<UpdateItemCommandOutput>;
671
- export declare const de_UpdateKinesisStreamingDestinationCommand: (
672
- output: __HttpResponse,
673
- context: __SerdeContext
674
- ) => Promise<UpdateKinesisStreamingDestinationCommandOutput>;
675
- export declare const de_UpdateTableCommand: (
676
- output: __HttpResponse,
677
- context: __SerdeContext
678
- ) => Promise<UpdateTableCommandOutput>;
679
- export declare const de_UpdateTableReplicaAutoScalingCommand: (
680
- output: __HttpResponse,
681
- context: __SerdeContext
682
- ) => Promise<UpdateTableReplicaAutoScalingCommandOutput>;
683
- export declare const de_UpdateTimeToLiveCommand: (
684
- output: __HttpResponse,
685
- context: __SerdeContext
686
- ) => Promise<UpdateTimeToLiveCommandOutput>;