@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,515 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "../commands/BatchExecuteStatementCommand";
4
- import { BatchGetItemCommandInput, BatchGetItemCommandOutput } from "../commands/BatchGetItemCommand";
5
- import { BatchWriteItemCommandInput, BatchWriteItemCommandOutput } from "../commands/BatchWriteItemCommand";
6
- import { CreateBackupCommandInput, CreateBackupCommandOutput } from "../commands/CreateBackupCommand";
7
- import { CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput } from "../commands/CreateGlobalTableCommand";
8
- import { CreateTableCommandInput, CreateTableCommandOutput } from "../commands/CreateTableCommand";
9
- import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "../commands/DeleteBackupCommand";
10
- import { DeleteItemCommandInput, DeleteItemCommandOutput } from "../commands/DeleteItemCommand";
11
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
12
- import { DeleteTableCommandInput, DeleteTableCommandOutput } from "../commands/DeleteTableCommand";
13
- import { DescribeBackupCommandInput, DescribeBackupCommandOutput } from "../commands/DescribeBackupCommand";
14
- import { DescribeContinuousBackupsCommandInput, DescribeContinuousBackupsCommandOutput } from "../commands/DescribeContinuousBackupsCommand";
15
- import { DescribeContributorInsightsCommandInput, DescribeContributorInsightsCommandOutput } from "../commands/DescribeContributorInsightsCommand";
16
- import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
17
- import { DescribeExportCommandInput, DescribeExportCommandOutput } from "../commands/DescribeExportCommand";
18
- import { DescribeGlobalTableCommandInput, DescribeGlobalTableCommandOutput } from "../commands/DescribeGlobalTableCommand";
19
- import { DescribeGlobalTableSettingsCommandInput, DescribeGlobalTableSettingsCommandOutput } from "../commands/DescribeGlobalTableSettingsCommand";
20
- import { DescribeImportCommandInput, DescribeImportCommandOutput } from "../commands/DescribeImportCommand";
21
- import { DescribeKinesisStreamingDestinationCommandInput, DescribeKinesisStreamingDestinationCommandOutput } from "../commands/DescribeKinesisStreamingDestinationCommand";
22
- import { DescribeLimitsCommandInput, DescribeLimitsCommandOutput } from "../commands/DescribeLimitsCommand";
23
- import { DescribeTableCommandInput, DescribeTableCommandOutput } from "../commands/DescribeTableCommand";
24
- import { DescribeTableReplicaAutoScalingCommandInput, DescribeTableReplicaAutoScalingCommandOutput } from "../commands/DescribeTableReplicaAutoScalingCommand";
25
- import { DescribeTimeToLiveCommandInput, DescribeTimeToLiveCommandOutput } from "../commands/DescribeTimeToLiveCommand";
26
- import { DisableKinesisStreamingDestinationCommandInput, DisableKinesisStreamingDestinationCommandOutput } from "../commands/DisableKinesisStreamingDestinationCommand";
27
- import { EnableKinesisStreamingDestinationCommandInput, EnableKinesisStreamingDestinationCommandOutput } from "../commands/EnableKinesisStreamingDestinationCommand";
28
- import { ExecuteStatementCommandInput, ExecuteStatementCommandOutput } from "../commands/ExecuteStatementCommand";
29
- import { ExecuteTransactionCommandInput, ExecuteTransactionCommandOutput } from "../commands/ExecuteTransactionCommand";
30
- import { ExportTableToPointInTimeCommandInput, ExportTableToPointInTimeCommandOutput } from "../commands/ExportTableToPointInTimeCommand";
31
- import { GetItemCommandInput, GetItemCommandOutput } from "../commands/GetItemCommand";
32
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
33
- import { ImportTableCommandInput, ImportTableCommandOutput } from "../commands/ImportTableCommand";
34
- import { ListBackupsCommandInput, ListBackupsCommandOutput } from "../commands/ListBackupsCommand";
35
- import { ListContributorInsightsCommandInput, ListContributorInsightsCommandOutput } from "../commands/ListContributorInsightsCommand";
36
- import { ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand";
37
- import { ListGlobalTablesCommandInput, ListGlobalTablesCommandOutput } from "../commands/ListGlobalTablesCommand";
38
- import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
39
- import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
40
- import { ListTagsOfResourceCommandInput, ListTagsOfResourceCommandOutput } from "../commands/ListTagsOfResourceCommand";
41
- import { PutItemCommandInput, PutItemCommandOutput } from "../commands/PutItemCommand";
42
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
43
- import { QueryCommandInput, QueryCommandOutput } from "../commands/QueryCommand";
44
- import { RestoreTableFromBackupCommandInput, RestoreTableFromBackupCommandOutput } from "../commands/RestoreTableFromBackupCommand";
45
- import { RestoreTableToPointInTimeCommandInput, RestoreTableToPointInTimeCommandOutput } from "../commands/RestoreTableToPointInTimeCommand";
46
- import { ScanCommandInput, ScanCommandOutput } from "../commands/ScanCommand";
47
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
48
- import { TransactGetItemsCommandInput, TransactGetItemsCommandOutput } from "../commands/TransactGetItemsCommand";
49
- import { TransactWriteItemsCommandInput, TransactWriteItemsCommandOutput } from "../commands/TransactWriteItemsCommand";
50
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
51
- import { UpdateContinuousBackupsCommandInput, UpdateContinuousBackupsCommandOutput } from "../commands/UpdateContinuousBackupsCommand";
52
- import { UpdateContributorInsightsCommandInput, UpdateContributorInsightsCommandOutput } from "../commands/UpdateContributorInsightsCommand";
53
- import { UpdateGlobalTableCommandInput, UpdateGlobalTableCommandOutput } from "../commands/UpdateGlobalTableCommand";
54
- import { UpdateGlobalTableSettingsCommandInput, UpdateGlobalTableSettingsCommandOutput } from "../commands/UpdateGlobalTableSettingsCommand";
55
- import { UpdateItemCommandInput, UpdateItemCommandOutput } from "../commands/UpdateItemCommand";
56
- import { UpdateKinesisStreamingDestinationCommandInput, UpdateKinesisStreamingDestinationCommandOutput } from "../commands/UpdateKinesisStreamingDestinationCommand";
57
- import { UpdateTableCommandInput, UpdateTableCommandOutput } from "../commands/UpdateTableCommand";
58
- import { UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput } from "../commands/UpdateTableReplicaAutoScalingCommand";
59
- import { UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput } from "../commands/UpdateTimeToLiveCommand";
60
- /**
61
- * serializeAws_json1_0BatchExecuteStatementCommand
62
- */
63
- export declare const se_BatchExecuteStatementCommand: (input: BatchExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_0BatchGetItemCommand
66
- */
67
- export declare const se_BatchGetItemCommand: (input: BatchGetItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_0BatchWriteItemCommand
70
- */
71
- export declare const se_BatchWriteItemCommand: (input: BatchWriteItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_0CreateBackupCommand
74
- */
75
- export declare const se_CreateBackupCommand: (input: CreateBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_0CreateGlobalTableCommand
78
- */
79
- export declare const se_CreateGlobalTableCommand: (input: CreateGlobalTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_0CreateTableCommand
82
- */
83
- export declare const se_CreateTableCommand: (input: CreateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_0DeleteBackupCommand
86
- */
87
- export declare const se_DeleteBackupCommand: (input: DeleteBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_0DeleteItemCommand
90
- */
91
- export declare const se_DeleteItemCommand: (input: DeleteItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_0DeleteResourcePolicyCommand
94
- */
95
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_0DeleteTableCommand
98
- */
99
- export declare const se_DeleteTableCommand: (input: DeleteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_0DescribeBackupCommand
102
- */
103
- export declare const se_DescribeBackupCommand: (input: DescribeBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_0DescribeContinuousBackupsCommand
106
- */
107
- export declare const se_DescribeContinuousBackupsCommand: (input: DescribeContinuousBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_0DescribeContributorInsightsCommand
110
- */
111
- export declare const se_DescribeContributorInsightsCommand: (input: DescribeContributorInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_0DescribeEndpointsCommand
114
- */
115
- export declare const se_DescribeEndpointsCommand: (input: DescribeEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_0DescribeExportCommand
118
- */
119
- export declare const se_DescribeExportCommand: (input: DescribeExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_0DescribeGlobalTableCommand
122
- */
123
- export declare const se_DescribeGlobalTableCommand: (input: DescribeGlobalTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_0DescribeGlobalTableSettingsCommand
126
- */
127
- export declare const se_DescribeGlobalTableSettingsCommand: (input: DescribeGlobalTableSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_0DescribeImportCommand
130
- */
131
- export declare const se_DescribeImportCommand: (input: DescribeImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_0DescribeKinesisStreamingDestinationCommand
134
- */
135
- export declare const se_DescribeKinesisStreamingDestinationCommand: (input: DescribeKinesisStreamingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_0DescribeLimitsCommand
138
- */
139
- export declare const se_DescribeLimitsCommand: (input: DescribeLimitsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_0DescribeTableCommand
142
- */
143
- export declare const se_DescribeTableCommand: (input: DescribeTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_0DescribeTableReplicaAutoScalingCommand
146
- */
147
- export declare const se_DescribeTableReplicaAutoScalingCommand: (input: DescribeTableReplicaAutoScalingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_0DescribeTimeToLiveCommand
150
- */
151
- export declare const se_DescribeTimeToLiveCommand: (input: DescribeTimeToLiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_0DisableKinesisStreamingDestinationCommand
154
- */
155
- export declare const se_DisableKinesisStreamingDestinationCommand: (input: DisableKinesisStreamingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_0EnableKinesisStreamingDestinationCommand
158
- */
159
- export declare const se_EnableKinesisStreamingDestinationCommand: (input: EnableKinesisStreamingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_0ExecuteStatementCommand
162
- */
163
- export declare const se_ExecuteStatementCommand: (input: ExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_0ExecuteTransactionCommand
166
- */
167
- export declare const se_ExecuteTransactionCommand: (input: ExecuteTransactionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_0ExportTableToPointInTimeCommand
170
- */
171
- export declare const se_ExportTableToPointInTimeCommand: (input: ExportTableToPointInTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_0GetItemCommand
174
- */
175
- export declare const se_GetItemCommand: (input: GetItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_0GetResourcePolicyCommand
178
- */
179
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_0ImportTableCommand
182
- */
183
- export declare const se_ImportTableCommand: (input: ImportTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_0ListBackupsCommand
186
- */
187
- export declare const se_ListBackupsCommand: (input: ListBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_0ListContributorInsightsCommand
190
- */
191
- export declare const se_ListContributorInsightsCommand: (input: ListContributorInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_0ListExportsCommand
194
- */
195
- export declare const se_ListExportsCommand: (input: ListExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_0ListGlobalTablesCommand
198
- */
199
- export declare const se_ListGlobalTablesCommand: (input: ListGlobalTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_0ListImportsCommand
202
- */
203
- export declare const se_ListImportsCommand: (input: ListImportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_0ListTablesCommand
206
- */
207
- export declare const se_ListTablesCommand: (input: ListTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_0ListTagsOfResourceCommand
210
- */
211
- export declare const se_ListTagsOfResourceCommand: (input: ListTagsOfResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_0PutItemCommand
214
- */
215
- export declare const se_PutItemCommand: (input: PutItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_0PutResourcePolicyCommand
218
- */
219
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_0QueryCommand
222
- */
223
- export declare const se_QueryCommand: (input: QueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_0RestoreTableFromBackupCommand
226
- */
227
- export declare const se_RestoreTableFromBackupCommand: (input: RestoreTableFromBackupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_0RestoreTableToPointInTimeCommand
230
- */
231
- export declare const se_RestoreTableToPointInTimeCommand: (input: RestoreTableToPointInTimeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_0ScanCommand
234
- */
235
- export declare const se_ScanCommand: (input: ScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_0TagResourceCommand
238
- */
239
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_0TransactGetItemsCommand
242
- */
243
- export declare const se_TransactGetItemsCommand: (input: TransactGetItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_0TransactWriteItemsCommand
246
- */
247
- export declare const se_TransactWriteItemsCommand: (input: TransactWriteItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_json1_0UntagResourceCommand
250
- */
251
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_json1_0UpdateContinuousBackupsCommand
254
- */
255
- export declare const se_UpdateContinuousBackupsCommand: (input: UpdateContinuousBackupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_json1_0UpdateContributorInsightsCommand
258
- */
259
- export declare const se_UpdateContributorInsightsCommand: (input: UpdateContributorInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_json1_0UpdateGlobalTableCommand
262
- */
263
- export declare const se_UpdateGlobalTableCommand: (input: UpdateGlobalTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_0UpdateGlobalTableSettingsCommand
266
- */
267
- export declare const se_UpdateGlobalTableSettingsCommand: (input: UpdateGlobalTableSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_json1_0UpdateItemCommand
270
- */
271
- export declare const se_UpdateItemCommand: (input: UpdateItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_json1_0UpdateKinesisStreamingDestinationCommand
274
- */
275
- export declare const se_UpdateKinesisStreamingDestinationCommand: (input: UpdateKinesisStreamingDestinationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_json1_0UpdateTableCommand
278
- */
279
- export declare const se_UpdateTableCommand: (input: UpdateTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_json1_0UpdateTableReplicaAutoScalingCommand
282
- */
283
- export declare const se_UpdateTableReplicaAutoScalingCommand: (input: UpdateTableReplicaAutoScalingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_json1_0UpdateTimeToLiveCommand
286
- */
287
- export declare const se_UpdateTimeToLiveCommand: (input: UpdateTimeToLiveCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * deserializeAws_json1_0BatchExecuteStatementCommand
290
- */
291
- export declare const de_BatchExecuteStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchExecuteStatementCommandOutput>;
292
- /**
293
- * deserializeAws_json1_0BatchGetItemCommand
294
- */
295
- export declare const de_BatchGetItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetItemCommandOutput>;
296
- /**
297
- * deserializeAws_json1_0BatchWriteItemCommand
298
- */
299
- export declare const de_BatchWriteItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchWriteItemCommandOutput>;
300
- /**
301
- * deserializeAws_json1_0CreateBackupCommand
302
- */
303
- export declare const de_CreateBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBackupCommandOutput>;
304
- /**
305
- * deserializeAws_json1_0CreateGlobalTableCommand
306
- */
307
- export declare const de_CreateGlobalTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGlobalTableCommandOutput>;
308
- /**
309
- * deserializeAws_json1_0CreateTableCommand
310
- */
311
- export declare const de_CreateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTableCommandOutput>;
312
- /**
313
- * deserializeAws_json1_0DeleteBackupCommand
314
- */
315
- export declare const de_DeleteBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBackupCommandOutput>;
316
- /**
317
- * deserializeAws_json1_0DeleteItemCommand
318
- */
319
- export declare const de_DeleteItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteItemCommandOutput>;
320
- /**
321
- * deserializeAws_json1_0DeleteResourcePolicyCommand
322
- */
323
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
324
- /**
325
- * deserializeAws_json1_0DeleteTableCommand
326
- */
327
- export declare const de_DeleteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTableCommandOutput>;
328
- /**
329
- * deserializeAws_json1_0DescribeBackupCommand
330
- */
331
- export declare const de_DescribeBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupCommandOutput>;
332
- /**
333
- * deserializeAws_json1_0DescribeContinuousBackupsCommand
334
- */
335
- export declare const de_DescribeContinuousBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContinuousBackupsCommandOutput>;
336
- /**
337
- * deserializeAws_json1_0DescribeContributorInsightsCommand
338
- */
339
- export declare const de_DescribeContributorInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContributorInsightsCommandOutput>;
340
- /**
341
- * deserializeAws_json1_0DescribeEndpointsCommand
342
- */
343
- export declare const de_DescribeEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointsCommandOutput>;
344
- /**
345
- * deserializeAws_json1_0DescribeExportCommand
346
- */
347
- export declare const de_DescribeExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportCommandOutput>;
348
- /**
349
- * deserializeAws_json1_0DescribeGlobalTableCommand
350
- */
351
- export declare const de_DescribeGlobalTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalTableCommandOutput>;
352
- /**
353
- * deserializeAws_json1_0DescribeGlobalTableSettingsCommand
354
- */
355
- export declare const de_DescribeGlobalTableSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGlobalTableSettingsCommandOutput>;
356
- /**
357
- * deserializeAws_json1_0DescribeImportCommand
358
- */
359
- export declare const de_DescribeImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportCommandOutput>;
360
- /**
361
- * deserializeAws_json1_0DescribeKinesisStreamingDestinationCommand
362
- */
363
- export declare const de_DescribeKinesisStreamingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKinesisStreamingDestinationCommandOutput>;
364
- /**
365
- * deserializeAws_json1_0DescribeLimitsCommand
366
- */
367
- export declare const de_DescribeLimitsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLimitsCommandOutput>;
368
- /**
369
- * deserializeAws_json1_0DescribeTableCommand
370
- */
371
- export declare const de_DescribeTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTableCommandOutput>;
372
- /**
373
- * deserializeAws_json1_0DescribeTableReplicaAutoScalingCommand
374
- */
375
- export declare const de_DescribeTableReplicaAutoScalingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTableReplicaAutoScalingCommandOutput>;
376
- /**
377
- * deserializeAws_json1_0DescribeTimeToLiveCommand
378
- */
379
- export declare const de_DescribeTimeToLiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTimeToLiveCommandOutput>;
380
- /**
381
- * deserializeAws_json1_0DisableKinesisStreamingDestinationCommand
382
- */
383
- export declare const de_DisableKinesisStreamingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableKinesisStreamingDestinationCommandOutput>;
384
- /**
385
- * deserializeAws_json1_0EnableKinesisStreamingDestinationCommand
386
- */
387
- export declare const de_EnableKinesisStreamingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableKinesisStreamingDestinationCommandOutput>;
388
- /**
389
- * deserializeAws_json1_0ExecuteStatementCommand
390
- */
391
- export declare const de_ExecuteStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteStatementCommandOutput>;
392
- /**
393
- * deserializeAws_json1_0ExecuteTransactionCommand
394
- */
395
- export declare const de_ExecuteTransactionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteTransactionCommandOutput>;
396
- /**
397
- * deserializeAws_json1_0ExportTableToPointInTimeCommand
398
- */
399
- export declare const de_ExportTableToPointInTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportTableToPointInTimeCommandOutput>;
400
- /**
401
- * deserializeAws_json1_0GetItemCommand
402
- */
403
- export declare const de_GetItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetItemCommandOutput>;
404
- /**
405
- * deserializeAws_json1_0GetResourcePolicyCommand
406
- */
407
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
408
- /**
409
- * deserializeAws_json1_0ImportTableCommand
410
- */
411
- export declare const de_ImportTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportTableCommandOutput>;
412
- /**
413
- * deserializeAws_json1_0ListBackupsCommand
414
- */
415
- export declare const de_ListBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBackupsCommandOutput>;
416
- /**
417
- * deserializeAws_json1_0ListContributorInsightsCommand
418
- */
419
- export declare const de_ListContributorInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContributorInsightsCommandOutput>;
420
- /**
421
- * deserializeAws_json1_0ListExportsCommand
422
- */
423
- export declare const de_ListExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExportsCommandOutput>;
424
- /**
425
- * deserializeAws_json1_0ListGlobalTablesCommand
426
- */
427
- export declare const de_ListGlobalTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGlobalTablesCommandOutput>;
428
- /**
429
- * deserializeAws_json1_0ListImportsCommand
430
- */
431
- export declare const de_ListImportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportsCommandOutput>;
432
- /**
433
- * deserializeAws_json1_0ListTablesCommand
434
- */
435
- export declare const de_ListTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTablesCommandOutput>;
436
- /**
437
- * deserializeAws_json1_0ListTagsOfResourceCommand
438
- */
439
- export declare const de_ListTagsOfResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsOfResourceCommandOutput>;
440
- /**
441
- * deserializeAws_json1_0PutItemCommand
442
- */
443
- export declare const de_PutItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutItemCommandOutput>;
444
- /**
445
- * deserializeAws_json1_0PutResourcePolicyCommand
446
- */
447
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
448
- /**
449
- * deserializeAws_json1_0QueryCommand
450
- */
451
- export declare const de_QueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryCommandOutput>;
452
- /**
453
- * deserializeAws_json1_0RestoreTableFromBackupCommand
454
- */
455
- export declare const de_RestoreTableFromBackupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableFromBackupCommandOutput>;
456
- /**
457
- * deserializeAws_json1_0RestoreTableToPointInTimeCommand
458
- */
459
- export declare const de_RestoreTableToPointInTimeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreTableToPointInTimeCommandOutput>;
460
- /**
461
- * deserializeAws_json1_0ScanCommand
462
- */
463
- export declare const de_ScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScanCommandOutput>;
464
- /**
465
- * deserializeAws_json1_0TagResourceCommand
466
- */
467
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
468
- /**
469
- * deserializeAws_json1_0TransactGetItemsCommand
470
- */
471
- export declare const de_TransactGetItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TransactGetItemsCommandOutput>;
472
- /**
473
- * deserializeAws_json1_0TransactWriteItemsCommand
474
- */
475
- export declare const de_TransactWriteItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TransactWriteItemsCommandOutput>;
476
- /**
477
- * deserializeAws_json1_0UntagResourceCommand
478
- */
479
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
480
- /**
481
- * deserializeAws_json1_0UpdateContinuousBackupsCommand
482
- */
483
- export declare const de_UpdateContinuousBackupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContinuousBackupsCommandOutput>;
484
- /**
485
- * deserializeAws_json1_0UpdateContributorInsightsCommand
486
- */
487
- export declare const de_UpdateContributorInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContributorInsightsCommandOutput>;
488
- /**
489
- * deserializeAws_json1_0UpdateGlobalTableCommand
490
- */
491
- export declare const de_UpdateGlobalTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalTableCommandOutput>;
492
- /**
493
- * deserializeAws_json1_0UpdateGlobalTableSettingsCommand
494
- */
495
- export declare const de_UpdateGlobalTableSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalTableSettingsCommandOutput>;
496
- /**
497
- * deserializeAws_json1_0UpdateItemCommand
498
- */
499
- export declare const de_UpdateItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateItemCommandOutput>;
500
- /**
501
- * deserializeAws_json1_0UpdateKinesisStreamingDestinationCommand
502
- */
503
- export declare const de_UpdateKinesisStreamingDestinationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKinesisStreamingDestinationCommandOutput>;
504
- /**
505
- * deserializeAws_json1_0UpdateTableCommand
506
- */
507
- export declare const de_UpdateTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableCommandOutput>;
508
- /**
509
- * deserializeAws_json1_0UpdateTableReplicaAutoScalingCommand
510
- */
511
- export declare const de_UpdateTableReplicaAutoScalingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTableReplicaAutoScalingCommandOutput>;
512
- /**
513
- * deserializeAws_json1_0UpdateTimeToLiveCommand
514
- */
515
- export declare const de_UpdateTimeToLiveCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTimeToLiveCommandOutput>;