@aws-sdk/client-dynamodb 3.651.1 → 3.654.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/BatchExecuteStatementCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetItemCommand.d.ts +11 -0
- package/dist-types/commands/BatchWriteItemCommand.d.ts +11 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +11 -0
- package/dist-types/commands/CreateGlobalTableCommand.d.ts +11 -0
- package/dist-types/commands/CreateTableCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBackupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteItemCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBackupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeExportCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGlobalTableCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeImportCommand.d.ts +11 -0
- package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLimitsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTableCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +11 -0
- package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteStatementCommand.d.ts +11 -0
- package/dist-types/commands/ExecuteTransactionCommand.d.ts +11 -0
- package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/GetItemCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/ImportTableCommand.d.ts +11 -0
- package/dist-types/commands/ListBackupsCommand.d.ts +11 -0
- package/dist-types/commands/ListContributorInsightsCommand.d.ts +11 -0
- package/dist-types/commands/ListExportsCommand.d.ts +11 -0
- package/dist-types/commands/ListGlobalTablesCommand.d.ts +11 -0
- package/dist-types/commands/ListImportsCommand.d.ts +11 -0
- package/dist-types/commands/ListTablesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsOfResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutItemCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/QueryCommand.d.ts +11 -0
- package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +11 -0
- package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +11 -0
- package/dist-types/commands/ScanCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TransactGetItemsCommand.d.ts +11 -0
- package/dist-types/commands/TransactWriteItemsCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGlobalTableCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateItemCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ScanCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +12 -1
- package/package.json +37 -37
|
@@ -125,4 +125,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: PutResourcePolicyInput;
|
|
132
|
+
output: PutResourcePolicyOutput;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: PutResourcePolicyCommandInput;
|
|
136
|
+
output: PutResourcePolicyCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -315,4 +315,15 @@ declare const QueryCommand_base: {
|
|
|
315
315
|
*
|
|
316
316
|
*/
|
|
317
317
|
export declare class QueryCommand extends QueryCommand_base {
|
|
318
|
+
/** @internal type navigation helper, not in runtime. */
|
|
319
|
+
protected static __types: {
|
|
320
|
+
api: {
|
|
321
|
+
input: QueryInput;
|
|
322
|
+
output: QueryOutput;
|
|
323
|
+
};
|
|
324
|
+
sdk: {
|
|
325
|
+
input: QueryCommandInput;
|
|
326
|
+
output: QueryCommandOutput;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
318
329
|
}
|
|
@@ -321,4 +321,15 @@ declare const RestoreTableFromBackupCommand_base: {
|
|
|
321
321
|
* @public
|
|
322
322
|
*/
|
|
323
323
|
export declare class RestoreTableFromBackupCommand extends RestoreTableFromBackupCommand_base {
|
|
324
|
+
/** @internal type navigation helper, not in runtime. */
|
|
325
|
+
protected static __types: {
|
|
326
|
+
api: {
|
|
327
|
+
input: RestoreTableFromBackupInput;
|
|
328
|
+
output: RestoreTableFromBackupOutput;
|
|
329
|
+
};
|
|
330
|
+
sdk: {
|
|
331
|
+
input: RestoreTableFromBackupCommandInput;
|
|
332
|
+
output: RestoreTableFromBackupCommandOutput;
|
|
333
|
+
};
|
|
334
|
+
};
|
|
324
335
|
}
|
|
@@ -353,4 +353,15 @@ declare const RestoreTableToPointInTimeCommand_base: {
|
|
|
353
353
|
* @public
|
|
354
354
|
*/
|
|
355
355
|
export declare class RestoreTableToPointInTimeCommand extends RestoreTableToPointInTimeCommand_base {
|
|
356
|
+
/** @internal type navigation helper, not in runtime. */
|
|
357
|
+
protected static __types: {
|
|
358
|
+
api: {
|
|
359
|
+
input: RestoreTableToPointInTimeInput;
|
|
360
|
+
output: RestoreTableToPointInTimeOutput;
|
|
361
|
+
};
|
|
362
|
+
sdk: {
|
|
363
|
+
input: RestoreTableToPointInTimeCommandInput;
|
|
364
|
+
output: RestoreTableToPointInTimeCommandOutput;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
356
367
|
}
|
|
@@ -314,4 +314,15 @@ declare const ScanCommand_base: {
|
|
|
314
314
|
*
|
|
315
315
|
*/
|
|
316
316
|
export declare class ScanCommand extends ScanCommand_base {
|
|
317
|
+
/** @internal type navigation helper, not in runtime. */
|
|
318
|
+
protected static __types: {
|
|
319
|
+
api: {
|
|
320
|
+
input: ScanInput;
|
|
321
|
+
output: ScanOutput;
|
|
322
|
+
};
|
|
323
|
+
sdk: {
|
|
324
|
+
input: ScanCommandInput;
|
|
325
|
+
output: ScanCommandOutput;
|
|
326
|
+
};
|
|
327
|
+
};
|
|
317
328
|
}
|
|
@@ -115,4 +115,15 @@ declare const TagResourceCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: TagResourceInput;
|
|
122
|
+
output: {};
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: TagResourceCommandInput;
|
|
126
|
+
output: TagResourceCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -474,4 +474,15 @@ declare const TransactGetItemsCommand_base: {
|
|
|
474
474
|
* @public
|
|
475
475
|
*/
|
|
476
476
|
export declare class TransactGetItemsCommand extends TransactGetItemsCommand_base {
|
|
477
|
+
/** @internal type navigation helper, not in runtime. */
|
|
478
|
+
protected static __types: {
|
|
479
|
+
api: {
|
|
480
|
+
input: TransactGetItemsInput;
|
|
481
|
+
output: TransactGetItemsOutput;
|
|
482
|
+
};
|
|
483
|
+
sdk: {
|
|
484
|
+
input: TransactGetItemsCommandInput;
|
|
485
|
+
output: TransactGetItemsCommandOutput;
|
|
486
|
+
};
|
|
487
|
+
};
|
|
477
488
|
}
|
|
@@ -643,4 +643,15 @@ declare const TransactWriteItemsCommand_base: {
|
|
|
643
643
|
* @public
|
|
644
644
|
*/
|
|
645
645
|
export declare class TransactWriteItemsCommand extends TransactWriteItemsCommand_base {
|
|
646
|
+
/** @internal type navigation helper, not in runtime. */
|
|
647
|
+
protected static __types: {
|
|
648
|
+
api: {
|
|
649
|
+
input: TransactWriteItemsInput;
|
|
650
|
+
output: TransactWriteItemsOutput;
|
|
651
|
+
};
|
|
652
|
+
sdk: {
|
|
653
|
+
input: TransactWriteItemsCommandInput;
|
|
654
|
+
output: TransactWriteItemsCommandOutput;
|
|
655
|
+
};
|
|
656
|
+
};
|
|
646
657
|
}
|
|
@@ -110,4 +110,15 @@ declare const UntagResourceCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: UntagResourceInput;
|
|
117
|
+
output: {};
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: UntagResourceCommandInput;
|
|
121
|
+
output: UntagResourceCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -90,4 +90,15 @@ declare const UpdateContinuousBackupsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class UpdateContinuousBackupsCommand extends UpdateContinuousBackupsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: UpdateContinuousBackupsInput;
|
|
97
|
+
output: UpdateContinuousBackupsOutput;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: UpdateContinuousBackupsCommandInput;
|
|
101
|
+
output: UpdateContinuousBackupsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -74,4 +74,15 @@ declare const UpdateContributorInsightsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class UpdateContributorInsightsCommand extends UpdateContributorInsightsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: UpdateContributorInsightsInput;
|
|
81
|
+
output: UpdateContributorInsightsOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: UpdateContributorInsightsCommandInput;
|
|
85
|
+
output: UpdateContributorInsightsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -151,4 +151,15 @@ declare const UpdateGlobalTableCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class UpdateGlobalTableCommand extends UpdateGlobalTableCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: UpdateGlobalTableInput;
|
|
158
|
+
output: UpdateGlobalTableOutput;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: UpdateGlobalTableCommandInput;
|
|
162
|
+
output: UpdateGlobalTableCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -265,4 +265,15 @@ declare const UpdateGlobalTableSettingsCommand_base: {
|
|
|
265
265
|
* @public
|
|
266
266
|
*/
|
|
267
267
|
export declare class UpdateGlobalTableSettingsCommand extends UpdateGlobalTableSettingsCommand_base {
|
|
268
|
+
/** @internal type navigation helper, not in runtime. */
|
|
269
|
+
protected static __types: {
|
|
270
|
+
api: {
|
|
271
|
+
input: UpdateGlobalTableSettingsInput;
|
|
272
|
+
output: UpdateGlobalTableSettingsOutput;
|
|
273
|
+
};
|
|
274
|
+
sdk: {
|
|
275
|
+
input: UpdateGlobalTableSettingsCommandInput;
|
|
276
|
+
output: UpdateGlobalTableSettingsCommandOutput;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
268
279
|
}
|
|
@@ -296,4 +296,15 @@ declare const UpdateItemCommand_base: {
|
|
|
296
296
|
*
|
|
297
297
|
*/
|
|
298
298
|
export declare class UpdateItemCommand extends UpdateItemCommand_base {
|
|
299
|
+
/** @internal type navigation helper, not in runtime. */
|
|
300
|
+
protected static __types: {
|
|
301
|
+
api: {
|
|
302
|
+
input: UpdateItemInput;
|
|
303
|
+
output: UpdateItemOutput;
|
|
304
|
+
};
|
|
305
|
+
sdk: {
|
|
306
|
+
input: UpdateItemCommandInput;
|
|
307
|
+
output: UpdateItemCommandOutput;
|
|
308
|
+
};
|
|
309
|
+
};
|
|
299
310
|
}
|
|
@@ -106,4 +106,15 @@ declare const UpdateKinesisStreamingDestinationCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class UpdateKinesisStreamingDestinationCommand extends UpdateKinesisStreamingDestinationCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: UpdateKinesisStreamingDestinationInput;
|
|
113
|
+
output: UpdateKinesisStreamingDestinationOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: UpdateKinesisStreamingDestinationCommandInput;
|
|
117
|
+
output: UpdateKinesisStreamingDestinationCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -440,4 +440,15 @@ declare const UpdateTableCommand_base: {
|
|
|
440
440
|
*
|
|
441
441
|
*/
|
|
442
442
|
export declare class UpdateTableCommand extends UpdateTableCommand_base {
|
|
443
|
+
/** @internal type navigation helper, not in runtime. */
|
|
444
|
+
protected static __types: {
|
|
445
|
+
api: {
|
|
446
|
+
input: UpdateTableInput;
|
|
447
|
+
output: UpdateTableOutput;
|
|
448
|
+
};
|
|
449
|
+
sdk: {
|
|
450
|
+
input: UpdateTableCommandInput;
|
|
451
|
+
output: UpdateTableCommandOutput;
|
|
452
|
+
};
|
|
453
|
+
};
|
|
443
454
|
}
|
|
@@ -229,4 +229,15 @@ declare const UpdateTableReplicaAutoScalingCommand_base: {
|
|
|
229
229
|
* @public
|
|
230
230
|
*/
|
|
231
231
|
export declare class UpdateTableReplicaAutoScalingCommand extends UpdateTableReplicaAutoScalingCommand_base {
|
|
232
|
+
/** @internal type navigation helper, not in runtime. */
|
|
233
|
+
protected static __types: {
|
|
234
|
+
api: {
|
|
235
|
+
input: UpdateTableReplicaAutoScalingInput;
|
|
236
|
+
output: UpdateTableReplicaAutoScalingOutput;
|
|
237
|
+
};
|
|
238
|
+
sdk: {
|
|
239
|
+
input: UpdateTableReplicaAutoScalingCommandInput;
|
|
240
|
+
output: UpdateTableReplicaAutoScalingCommandOutput;
|
|
241
|
+
};
|
|
242
|
+
};
|
|
232
243
|
}
|
|
@@ -128,4 +128,15 @@ declare const UpdateTimeToLiveCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class UpdateTimeToLiveCommand extends UpdateTimeToLiveCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: UpdateTimeToLiveInput;
|
|
135
|
+
output: UpdateTimeToLiveOutput;
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: UpdateTimeToLiveCommandInput;
|
|
139
|
+
output: UpdateTimeToLiveCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -37,4 +37,15 @@ declare const BatchExecuteStatementCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class BatchExecuteStatementCommand extends BatchExecuteStatementCommand_base {
|
|
40
|
+
export declare class BatchExecuteStatementCommand extends BatchExecuteStatementCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchExecuteStatementInput;
|
|
44
|
+
output: BatchExecuteStatementOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchExecuteStatementCommandInput;
|
|
48
|
+
output: BatchExecuteStatementCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const BatchGetItemCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchGetItemCommand extends BatchGetItemCommand_base {
|
|
36
|
+
export declare class BatchGetItemCommand extends BatchGetItemCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchGetItemInput;
|
|
40
|
+
output: BatchGetItemOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchGetItemCommandInput;
|
|
44
|
+
output: BatchGetItemCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const BatchWriteItemCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class BatchWriteItemCommand extends BatchWriteItemCommand_base {
|
|
36
|
+
export declare class BatchWriteItemCommand extends BatchWriteItemCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: BatchWriteItemInput;
|
|
40
|
+
output: BatchWriteItemOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: BatchWriteItemCommandInput;
|
|
44
|
+
output: BatchWriteItemCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateBackupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateBackupCommand extends CreateBackupCommand_base {
|
|
36
|
+
export declare class CreateBackupCommand extends CreateBackupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateBackupInput;
|
|
40
|
+
output: CreateBackupOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateBackupCommandInput;
|
|
44
|
+
output: CreateBackupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateGlobalTableCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base {
|
|
39
|
+
export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateGlobalTableInput;
|
|
43
|
+
output: CreateGlobalTableOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateGlobalTableCommandInput;
|
|
47
|
+
output: CreateGlobalTableCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateTableCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
36
|
+
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateTableInput;
|
|
40
|
+
output: CreateTableOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateTableCommandInput;
|
|
44
|
+
output: CreateTableCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteBackupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
|
|
36
|
+
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteBackupInput;
|
|
40
|
+
output: DeleteBackupOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteBackupCommandInput;
|
|
44
|
+
output: DeleteBackupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteItemCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteItemCommand extends DeleteItemCommand_base {
|
|
36
|
+
export declare class DeleteItemCommand extends DeleteItemCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteItemInput;
|
|
40
|
+
output: DeleteItemOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteItemCommandInput;
|
|
44
|
+
output: DeleteItemCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
40
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteResourcePolicyInput;
|
|
44
|
+
output: DeleteResourcePolicyOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteResourcePolicyCommandInput;
|
|
48
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteTableCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
36
|
+
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteTableInput;
|
|
40
|
+
output: DeleteTableOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteTableCommandInput;
|
|
44
|
+
output: DeleteTableCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeBackupCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeBackupCommand extends DescribeBackupCommand_base {
|
|
36
|
+
export declare class DescribeBackupCommand extends DescribeBackupCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeBackupInput;
|
|
40
|
+
output: DescribeBackupOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeBackupCommandInput;
|
|
44
|
+
output: DescribeBackupCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeContinuousBackupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeContinuousBackupsCommand extends DescribeContinuousBackupsCommand_base {
|
|
40
|
+
export declare class DescribeContinuousBackupsCommand extends DescribeContinuousBackupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeContinuousBackupsInput;
|
|
44
|
+
output: DescribeContinuousBackupsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeContinuousBackupsCommandInput;
|
|
48
|
+
output: DescribeContinuousBackupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeContributorInsightsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeContributorInsightsCommand extends DescribeContributorInsightsCommand_base {
|
|
40
|
+
export declare class DescribeContributorInsightsCommand extends DescribeContributorInsightsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeContributorInsightsInput;
|
|
44
|
+
output: DescribeContributorInsightsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeContributorInsightsCommandInput;
|
|
48
|
+
output: DescribeContributorInsightsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
40
|
+
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: DescribeEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeEndpointsCommandInput;
|
|
48
|
+
output: DescribeEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeExportCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeExportCommand extends DescribeExportCommand_base {
|
|
36
|
+
export declare class DescribeExportCommand extends DescribeExportCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeExportInput;
|
|
40
|
+
output: DescribeExportOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeExportCommandInput;
|
|
44
|
+
output: DescribeExportCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeGlobalTableCommand extends DescribeGlobalTableCommand_base {
|
|
40
|
+
export declare class DescribeGlobalTableCommand extends DescribeGlobalTableCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeGlobalTableInput;
|
|
44
|
+
output: DescribeGlobalTableOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeGlobalTableCommandInput;
|
|
48
|
+
output: DescribeGlobalTableCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeGlobalTableSettingsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeGlobalTableSettingsCommand extends DescribeGlobalTableSettingsCommand_base {
|
|
40
|
+
export declare class DescribeGlobalTableSettingsCommand extends DescribeGlobalTableSettingsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeGlobalTableSettingsInput;
|
|
44
|
+
output: DescribeGlobalTableSettingsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeGlobalTableSettingsCommandInput;
|
|
48
|
+
output: DescribeGlobalTableSettingsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeImportCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeImportCommand extends DescribeImportCommand_base {
|
|
36
|
+
export declare class DescribeImportCommand extends DescribeImportCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeImportInput;
|
|
40
|
+
output: DescribeImportOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeImportCommandInput;
|
|
44
|
+
output: DescribeImportCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeKinesisStreamingDestinationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeKinesisStreamingDestinationCommand extends DescribeKinesisStreamingDestinationCommand_base {
|
|
40
|
+
export declare class DescribeKinesisStreamingDestinationCommand extends DescribeKinesisStreamingDestinationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeKinesisStreamingDestinationInput;
|
|
44
|
+
output: DescribeKinesisStreamingDestinationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeKinesisStreamingDestinationCommandInput;
|
|
48
|
+
output: DescribeKinesisStreamingDestinationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeLimitsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
36
|
+
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: DescribeLimitsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeLimitsCommandInput;
|
|
44
|
+
output: DescribeLimitsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|