@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
|
@@ -213,4 +213,15 @@ declare const BatchExecuteStatementCommand_base: {
|
|
|
213
213
|
* @public
|
|
214
214
|
*/
|
|
215
215
|
export declare class BatchExecuteStatementCommand extends BatchExecuteStatementCommand_base {
|
|
216
|
+
/** @internal type navigation helper, not in runtime. */
|
|
217
|
+
protected static __types: {
|
|
218
|
+
api: {
|
|
219
|
+
input: BatchExecuteStatementInput;
|
|
220
|
+
output: BatchExecuteStatementOutput;
|
|
221
|
+
};
|
|
222
|
+
sdk: {
|
|
223
|
+
input: BatchExecuteStatementCommandInput;
|
|
224
|
+
output: BatchExecuteStatementCommandOutput;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
216
227
|
}
|
|
@@ -338,4 +338,15 @@ declare const BatchGetItemCommand_base: {
|
|
|
338
338
|
*
|
|
339
339
|
*/
|
|
340
340
|
export declare class BatchGetItemCommand extends BatchGetItemCommand_base {
|
|
341
|
+
/** @internal type navigation helper, not in runtime. */
|
|
342
|
+
protected static __types: {
|
|
343
|
+
api: {
|
|
344
|
+
input: BatchGetItemInput;
|
|
345
|
+
output: BatchGetItemOutput;
|
|
346
|
+
};
|
|
347
|
+
sdk: {
|
|
348
|
+
input: BatchGetItemCommandInput;
|
|
349
|
+
output: BatchGetItemCommandOutput;
|
|
350
|
+
};
|
|
351
|
+
};
|
|
341
352
|
}
|
|
@@ -384,4 +384,15 @@ declare const BatchWriteItemCommand_base: {
|
|
|
384
384
|
*
|
|
385
385
|
*/
|
|
386
386
|
export declare class BatchWriteItemCommand extends BatchWriteItemCommand_base {
|
|
387
|
+
/** @internal type navigation helper, not in runtime. */
|
|
388
|
+
protected static __types: {
|
|
389
|
+
api: {
|
|
390
|
+
input: BatchWriteItemInput;
|
|
391
|
+
output: BatchWriteItemOutput;
|
|
392
|
+
};
|
|
393
|
+
sdk: {
|
|
394
|
+
input: BatchWriteItemCommandInput;
|
|
395
|
+
output: BatchWriteItemCommandOutput;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
387
398
|
}
|
|
@@ -131,4 +131,15 @@ declare const CreateBackupCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class CreateBackupCommand extends CreateBackupCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: CreateBackupInput;
|
|
138
|
+
output: CreateBackupOutput;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: CreateBackupCommandInput;
|
|
142
|
+
output: CreateBackupCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -180,4 +180,15 @@ declare const CreateGlobalTableCommand_base: {
|
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
export declare class CreateGlobalTableCommand extends CreateGlobalTableCommand_base {
|
|
183
|
+
/** @internal type navigation helper, not in runtime. */
|
|
184
|
+
protected static __types: {
|
|
185
|
+
api: {
|
|
186
|
+
input: CreateGlobalTableInput;
|
|
187
|
+
output: CreateGlobalTableOutput;
|
|
188
|
+
};
|
|
189
|
+
sdk: {
|
|
190
|
+
input: CreateGlobalTableCommandInput;
|
|
191
|
+
output: CreateGlobalTableCommandOutput;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
183
194
|
}
|
|
@@ -404,4 +404,15 @@ declare const CreateTableCommand_base: {
|
|
|
404
404
|
*
|
|
405
405
|
*/
|
|
406
406
|
export declare class CreateTableCommand extends CreateTableCommand_base {
|
|
407
|
+
/** @internal type navigation helper, not in runtime. */
|
|
408
|
+
protected static __types: {
|
|
409
|
+
api: {
|
|
410
|
+
input: CreateTableInput;
|
|
411
|
+
output: CreateTableOutput;
|
|
412
|
+
};
|
|
413
|
+
sdk: {
|
|
414
|
+
input: CreateTableCommandInput;
|
|
415
|
+
output: CreateTableCommandOutput;
|
|
416
|
+
};
|
|
417
|
+
};
|
|
407
418
|
}
|
|
@@ -178,4 +178,15 @@ declare const DeleteBackupCommand_base: {
|
|
|
178
178
|
* @public
|
|
179
179
|
*/
|
|
180
180
|
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
|
|
181
|
+
/** @internal type navigation helper, not in runtime. */
|
|
182
|
+
protected static __types: {
|
|
183
|
+
api: {
|
|
184
|
+
input: DeleteBackupInput;
|
|
185
|
+
output: DeleteBackupOutput;
|
|
186
|
+
};
|
|
187
|
+
sdk: {
|
|
188
|
+
input: DeleteBackupCommandInput;
|
|
189
|
+
output: DeleteBackupCommandOutput;
|
|
190
|
+
};
|
|
191
|
+
};
|
|
181
192
|
}
|
|
@@ -269,4 +269,15 @@ declare const DeleteItemCommand_base: {
|
|
|
269
269
|
*
|
|
270
270
|
*/
|
|
271
271
|
export declare class DeleteItemCommand extends DeleteItemCommand_base {
|
|
272
|
+
/** @internal type navigation helper, not in runtime. */
|
|
273
|
+
protected static __types: {
|
|
274
|
+
api: {
|
|
275
|
+
input: DeleteItemInput;
|
|
276
|
+
output: DeleteItemOutput;
|
|
277
|
+
};
|
|
278
|
+
sdk: {
|
|
279
|
+
input: DeleteItemCommandInput;
|
|
280
|
+
output: DeleteItemCommandOutput;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
272
283
|
}
|
|
@@ -123,4 +123,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: DeleteResourcePolicyInput;
|
|
130
|
+
output: DeleteResourcePolicyOutput;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: DeleteResourcePolicyCommandInput;
|
|
134
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -293,4 +293,15 @@ declare const DeleteTableCommand_base: {
|
|
|
293
293
|
*
|
|
294
294
|
*/
|
|
295
295
|
export declare class DeleteTableCommand extends DeleteTableCommand_base {
|
|
296
|
+
/** @internal type navigation helper, not in runtime. */
|
|
297
|
+
protected static __types: {
|
|
298
|
+
api: {
|
|
299
|
+
input: DeleteTableInput;
|
|
300
|
+
output: DeleteTableOutput;
|
|
301
|
+
};
|
|
302
|
+
sdk: {
|
|
303
|
+
input: DeleteTableCommandInput;
|
|
304
|
+
output: DeleteTableCommandOutput;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
296
307
|
}
|
|
@@ -158,4 +158,15 @@ declare const DescribeBackupCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class DescribeBackupCommand extends DescribeBackupCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: DescribeBackupInput;
|
|
165
|
+
output: DescribeBackupOutput;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: DescribeBackupCommandInput;
|
|
169
|
+
output: DescribeBackupCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -84,4 +84,15 @@ declare const DescribeContinuousBackupsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DescribeContinuousBackupsCommand extends DescribeContinuousBackupsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DescribeContinuousBackupsInput;
|
|
91
|
+
output: DescribeContinuousBackupsOutput;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DescribeContinuousBackupsCommandInput;
|
|
95
|
+
output: DescribeContinuousBackupsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeContributorInsightsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeContributorInsightsCommand extends DescribeContributorInsightsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeContributorInsightsInput;
|
|
83
|
+
output: DescribeContributorInsightsOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeContributorInsightsCommandInput;
|
|
87
|
+
output: DescribeContributorInsightsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -61,4 +61,15 @@ declare const DescribeEndpointsCommand_base: {
|
|
|
61
61
|
* @public
|
|
62
62
|
*/
|
|
63
63
|
export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
|
|
64
|
+
/** @internal type navigation helper, not in runtime. */
|
|
65
|
+
protected static __types: {
|
|
66
|
+
api: {
|
|
67
|
+
input: {};
|
|
68
|
+
output: DescribeEndpointsResponse;
|
|
69
|
+
};
|
|
70
|
+
sdk: {
|
|
71
|
+
input: DescribeEndpointsCommandInput;
|
|
72
|
+
output: DescribeEndpointsCommandOutput;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
64
75
|
}
|
|
@@ -105,4 +105,15 @@ declare const DescribeExportCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class DescribeExportCommand extends DescribeExportCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: DescribeExportInput;
|
|
112
|
+
output: DescribeExportOutput;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: DescribeExportCommandInput;
|
|
116
|
+
output: DescribeExportCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -105,4 +105,15 @@ declare const DescribeGlobalTableCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class DescribeGlobalTableCommand extends DescribeGlobalTableCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: DescribeGlobalTableInput;
|
|
112
|
+
output: DescribeGlobalTableOutput;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: DescribeGlobalTableCommandInput;
|
|
116
|
+
output: DescribeGlobalTableCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -161,4 +161,15 @@ declare const DescribeGlobalTableSettingsCommand_base: {
|
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class DescribeGlobalTableSettingsCommand extends DescribeGlobalTableSettingsCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: DescribeGlobalTableSettingsInput;
|
|
168
|
+
output: DescribeGlobalTableSettingsOutput;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: DescribeGlobalTableSettingsCommandInput;
|
|
172
|
+
output: DescribeGlobalTableSettingsCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -146,4 +146,15 @@ declare const DescribeImportCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class DescribeImportCommand extends DescribeImportCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: DescribeImportInput;
|
|
153
|
+
output: DescribeImportOutput;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: DescribeImportCommandInput;
|
|
157
|
+
output: DescribeImportCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|
|
@@ -74,4 +74,15 @@ declare const DescribeKinesisStreamingDestinationCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DescribeKinesisStreamingDestinationCommand extends DescribeKinesisStreamingDestinationCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DescribeKinesisStreamingDestinationInput;
|
|
81
|
+
output: DescribeKinesisStreamingDestinationOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DescribeKinesisStreamingDestinationCommandInput;
|
|
85
|
+
output: DescribeKinesisStreamingDestinationCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -149,4 +149,15 @@ declare const DescribeLimitsCommand_base: {
|
|
|
149
149
|
*
|
|
150
150
|
*/
|
|
151
151
|
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: {};
|
|
156
|
+
output: DescribeLimitsOutput;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: DescribeLimitsCommandInput;
|
|
160
|
+
output: DescribeLimitsCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -274,4 +274,15 @@ declare const DescribeTableCommand_base: {
|
|
|
274
274
|
*
|
|
275
275
|
*/
|
|
276
276
|
export declare class DescribeTableCommand extends DescribeTableCommand_base {
|
|
277
|
+
/** @internal type navigation helper, not in runtime. */
|
|
278
|
+
protected static __types: {
|
|
279
|
+
api: {
|
|
280
|
+
input: DescribeTableInput;
|
|
281
|
+
output: DescribeTableOutput;
|
|
282
|
+
};
|
|
283
|
+
sdk: {
|
|
284
|
+
input: DescribeTableCommandInput;
|
|
285
|
+
output: DescribeTableCommandOutput;
|
|
286
|
+
};
|
|
287
|
+
};
|
|
277
288
|
}
|
|
@@ -151,4 +151,15 @@ declare const DescribeTableReplicaAutoScalingCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class DescribeTableReplicaAutoScalingCommand extends DescribeTableReplicaAutoScalingCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: DescribeTableReplicaAutoScalingInput;
|
|
158
|
+
output: DescribeTableReplicaAutoScalingOutput;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: DescribeTableReplicaAutoScalingCommandInput;
|
|
162
|
+
output: DescribeTableReplicaAutoScalingCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -69,4 +69,15 @@ declare const DescribeTimeToLiveCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DescribeTimeToLiveCommand extends DescribeTimeToLiveCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DescribeTimeToLiveInput;
|
|
76
|
+
output: DescribeTimeToLiveOutput;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DescribeTimeToLiveCommandInput;
|
|
80
|
+
output: DescribeTimeToLiveCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -107,4 +107,15 @@ declare const DisableKinesisStreamingDestinationCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class DisableKinesisStreamingDestinationCommand extends DisableKinesisStreamingDestinationCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: KinesisStreamingDestinationInput;
|
|
114
|
+
output: KinesisStreamingDestinationOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: DisableKinesisStreamingDestinationCommandInput;
|
|
118
|
+
output: DisableKinesisStreamingDestinationCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -109,4 +109,15 @@ declare const EnableKinesisStreamingDestinationCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class EnableKinesisStreamingDestinationCommand extends EnableKinesisStreamingDestinationCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: KinesisStreamingDestinationInput;
|
|
116
|
+
output: KinesisStreamingDestinationOutput;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: EnableKinesisStreamingDestinationCommandInput;
|
|
120
|
+
output: EnableKinesisStreamingDestinationCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -227,4 +227,15 @@ declare const ExecuteStatementCommand_base: {
|
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
229
|
export declare class ExecuteStatementCommand extends ExecuteStatementCommand_base {
|
|
230
|
+
/** @internal type navigation helper, not in runtime. */
|
|
231
|
+
protected static __types: {
|
|
232
|
+
api: {
|
|
233
|
+
input: ExecuteStatementInput;
|
|
234
|
+
output: ExecuteStatementOutput;
|
|
235
|
+
};
|
|
236
|
+
sdk: {
|
|
237
|
+
input: ExecuteStatementCommandInput;
|
|
238
|
+
output: ExecuteStatementCommandOutput;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
230
241
|
}
|
|
@@ -518,4 +518,15 @@ declare const ExecuteTransactionCommand_base: {
|
|
|
518
518
|
* @public
|
|
519
519
|
*/
|
|
520
520
|
export declare class ExecuteTransactionCommand extends ExecuteTransactionCommand_base {
|
|
521
|
+
/** @internal type navigation helper, not in runtime. */
|
|
522
|
+
protected static __types: {
|
|
523
|
+
api: {
|
|
524
|
+
input: ExecuteTransactionInput;
|
|
525
|
+
output: ExecuteTransactionOutput;
|
|
526
|
+
};
|
|
527
|
+
sdk: {
|
|
528
|
+
input: ExecuteTransactionCommandInput;
|
|
529
|
+
output: ExecuteTransactionCommandOutput;
|
|
530
|
+
};
|
|
531
|
+
};
|
|
521
532
|
}
|
|
@@ -132,4 +132,15 @@ declare const ExportTableToPointInTimeCommand_base: {
|
|
|
132
132
|
* @public
|
|
133
133
|
*/
|
|
134
134
|
export declare class ExportTableToPointInTimeCommand extends ExportTableToPointInTimeCommand_base {
|
|
135
|
+
/** @internal type navigation helper, not in runtime. */
|
|
136
|
+
protected static __types: {
|
|
137
|
+
api: {
|
|
138
|
+
input: ExportTableToPointInTimeInput;
|
|
139
|
+
output: ExportTableToPointInTimeOutput;
|
|
140
|
+
};
|
|
141
|
+
sdk: {
|
|
142
|
+
input: ExportTableToPointInTimeCommandInput;
|
|
143
|
+
output: ExportTableToPointInTimeCommandOutput;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
135
146
|
}
|
|
@@ -241,4 +241,15 @@ declare const GetItemCommand_base: {
|
|
|
241
241
|
*
|
|
242
242
|
*/
|
|
243
243
|
export declare class GetItemCommand extends GetItemCommand_base {
|
|
244
|
+
/** @internal type navigation helper, not in runtime. */
|
|
245
|
+
protected static __types: {
|
|
246
|
+
api: {
|
|
247
|
+
input: GetItemInput;
|
|
248
|
+
output: GetItemOutput;
|
|
249
|
+
};
|
|
250
|
+
sdk: {
|
|
251
|
+
input: GetItemCommandInput;
|
|
252
|
+
output: GetItemCommandOutput;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
244
255
|
}
|
|
@@ -106,4 +106,15 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: GetResourcePolicyInput;
|
|
113
|
+
output: GetResourcePolicyOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: GetResourcePolicyCommandInput;
|
|
117
|
+
output: GetResourcePolicyCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -248,4 +248,15 @@ declare const ImportTableCommand_base: {
|
|
|
248
248
|
* @public
|
|
249
249
|
*/
|
|
250
250
|
export declare class ImportTableCommand extends ImportTableCommand_base {
|
|
251
|
+
/** @internal type navigation helper, not in runtime. */
|
|
252
|
+
protected static __types: {
|
|
253
|
+
api: {
|
|
254
|
+
input: ImportTableInput;
|
|
255
|
+
output: ImportTableOutput;
|
|
256
|
+
};
|
|
257
|
+
sdk: {
|
|
258
|
+
input: ImportTableCommandInput;
|
|
259
|
+
output: ImportTableCommandOutput;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
251
262
|
}
|
|
@@ -92,4 +92,15 @@ declare const ListBackupsCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class ListBackupsCommand extends ListBackupsCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: ListBackupsInput;
|
|
99
|
+
output: ListBackupsOutput;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: ListBackupsCommandInput;
|
|
103
|
+
output: ListBackupsCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListContributorInsightsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListContributorInsightsCommand extends ListContributorInsightsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListContributorInsightsInput;
|
|
81
|
+
output: ListContributorInsightsOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListContributorInsightsCommandInput;
|
|
85
|
+
output: ListContributorInsightsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListExportsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListExportsCommand extends ListExportsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListExportsInput;
|
|
92
|
+
output: ListExportsOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListExportsCommandInput;
|
|
96
|
+
output: ListExportsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListGlobalTablesCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListGlobalTablesCommand extends ListGlobalTablesCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListGlobalTablesInput;
|
|
85
|
+
output: ListGlobalTablesOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListGlobalTablesCommandInput;
|
|
89
|
+
output: ListGlobalTablesCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListImportsCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListImportsCommand extends ListImportsCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListImportsInput;
|
|
98
|
+
output: ListImportsOutput;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListImportsCommandInput;
|
|
102
|
+
output: ListImportsCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListTablesCommand_base: {
|
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListTablesCommand extends ListTablesCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListTablesInput;
|
|
94
|
+
output: ListTablesOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListTablesCommandInput;
|
|
98
|
+
output: ListTablesCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListTagsOfResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListTagsOfResourceCommand extends ListTagsOfResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListTagsOfResourceInput;
|
|
83
|
+
output: ListTagsOfResourceOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListTagsOfResourceCommandInput;
|
|
87
|
+
output: ListTagsOfResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -283,4 +283,15 @@ declare const PutItemCommand_base: {
|
|
|
283
283
|
*
|
|
284
284
|
*/
|
|
285
285
|
export declare class PutItemCommand extends PutItemCommand_base {
|
|
286
|
+
/** @internal type navigation helper, not in runtime. */
|
|
287
|
+
protected static __types: {
|
|
288
|
+
api: {
|
|
289
|
+
input: PutItemInput;
|
|
290
|
+
output: PutItemOutput;
|
|
291
|
+
};
|
|
292
|
+
sdk: {
|
|
293
|
+
input: PutItemCommandInput;
|
|
294
|
+
output: PutItemCommandOutput;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
286
297
|
}
|