@aws-sdk/client-dynamodb 3.651.1 → 3.656.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 (135) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +1 -1
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/index.js +3 -1
  4. package/dist-cjs/runtimeConfig.browser.js +2 -0
  5. package/dist-cjs/runtimeConfig.js +2 -0
  6. package/dist-es/endpoint/EndpointParameters.js +2 -0
  7. package/dist-es/endpoint/endpointResolver.js +1 -1
  8. package/dist-es/endpoint/ruleset.js +3 -3
  9. package/dist-es/runtimeConfig.browser.js +2 -0
  10. package/dist-es/runtimeConfig.js +2 -0
  11. package/dist-types/DynamoDBClient.d.ts +5 -0
  12. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +11 -0
  13. package/dist-types/commands/BatchGetItemCommand.d.ts +11 -0
  14. package/dist-types/commands/BatchWriteItemCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateBackupCommand.d.ts +11 -0
  16. package/dist-types/commands/CreateGlobalTableCommand.d.ts +11 -0
  17. package/dist-types/commands/CreateTableCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteBackupCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteItemCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteTableCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeBackupCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeEndpointsCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeExportCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeGlobalTableCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeImportCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +11 -0
  31. package/dist-types/commands/DescribeLimitsCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeTableCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +11 -0
  35. package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +11 -0
  36. package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +11 -0
  37. package/dist-types/commands/ExecuteStatementCommand.d.ts +11 -0
  38. package/dist-types/commands/ExecuteTransactionCommand.d.ts +11 -0
  39. package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +11 -0
  40. package/dist-types/commands/GetItemCommand.d.ts +11 -0
  41. package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
  42. package/dist-types/commands/ImportTableCommand.d.ts +11 -0
  43. package/dist-types/commands/ListBackupsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListContributorInsightsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListExportsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListGlobalTablesCommand.d.ts +11 -0
  47. package/dist-types/commands/ListImportsCommand.d.ts +11 -0
  48. package/dist-types/commands/ListTablesCommand.d.ts +11 -0
  49. package/dist-types/commands/ListTagsOfResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/PutItemCommand.d.ts +11 -0
  51. package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
  52. package/dist-types/commands/QueryCommand.d.ts +11 -0
  53. package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +11 -0
  54. package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +11 -0
  55. package/dist-types/commands/ScanCommand.d.ts +11 -0
  56. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  57. package/dist-types/commands/TransactGetItemsCommand.d.ts +11 -0
  58. package/dist-types/commands/TransactWriteItemsCommand.d.ts +11 -0
  59. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  60. package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +11 -0
  61. package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +11 -0
  62. package/dist-types/commands/UpdateGlobalTableCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateItemCommand.d.ts +11 -0
  65. package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +11 -0
  66. package/dist-types/commands/UpdateTableCommand.d.ts +11 -0
  67. package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +11 -0
  68. package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +11 -0
  69. package/dist-types/endpoint/EndpointParameters.d.ts +12 -0
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  71. package/dist-types/runtimeConfig.d.ts +2 -0
  72. package/dist-types/runtimeConfig.native.d.ts +2 -0
  73. package/dist-types/ts3.4/DynamoDBClient.d.ts +4 -0
  74. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetItemCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/PutItemCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/ScanCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +12 -0
  132. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -0
  133. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -0
  134. package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -0
  135. package/package.json +37 -37
@@ -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
  }
@@ -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
  }
@@ -7,6 +7,8 @@ export interface ClientInputEndpointParameters {
7
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
8
8
  useFipsEndpoint?: boolean | Provider<boolean>;
9
9
  endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
10
+ accountId?: string | Provider<string>;
11
+ accountIdEndpointMode?: string | Provider<string>;
10
12
  }
11
13
  export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
12
14
  defaultSigningName: string;
@@ -19,6 +21,10 @@ export declare const commonParams: {
19
21
  readonly type: "builtInParams";
20
22
  readonly name: "useFipsEndpoint";
21
23
  };
24
+ readonly AccountId: {
25
+ readonly type: "builtInParams";
26
+ readonly name: "accountId";
27
+ };
22
28
  readonly Endpoint: {
23
29
  readonly type: "builtInParams";
24
30
  readonly name: "endpoint";
@@ -31,10 +37,16 @@ export declare const commonParams: {
31
37
  readonly type: "builtInParams";
32
38
  readonly name: "useDualstackEndpoint";
33
39
  };
40
+ readonly AccountIdEndpointMode: {
41
+ readonly type: "builtInParams";
42
+ readonly name: "accountIdEndpointMode";
43
+ };
34
44
  };
35
45
  export interface EndpointParameters extends __EndpointParameters {
36
46
  Region?: string;
37
47
  UseDualStack?: boolean;
38
48
  UseFIPS?: boolean;
39
49
  Endpoint?: string;
50
+ AccountId?: string;
51
+ AccountIdEndpointMode?: string;
40
52
  }
@@ -6,6 +6,7 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";
6
6
  export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ accountIdEndpointMode: "disabled" | "preferred" | "required" | (() => Promise<string>);
9
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
11
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
11
12
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
@@ -47,4 +48,5 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
47
48
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
48
49
  endpointCacheSize?: number | undefined;
49
50
  endpointDiscoveryEnabled?: boolean | undefined;
51
+ accountId?: string | import("@smithy/types").Provider<string> | undefined;
50
52
  };
@@ -6,6 +6,7 @@ import { DynamoDBClientConfig } from "./DynamoDBClient";
6
6
  export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ accountIdEndpointMode: "disabled" | "preferred" | "required" | import("@smithy/types").Provider<import("@aws-sdk/core/account-id-endpoint").AccountIdEndpointMode>;
9
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
11
  credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
11
12
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
@@ -47,4 +48,5 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
47
48
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
48
49
  endpointCacheSize?: number | undefined;
49
50
  endpointDiscoveryEnabled?: boolean | undefined;
51
+ accountId?: string | import("@smithy/types").Provider<string> | undefined;
50
52
  };
@@ -20,6 +20,7 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
20
20
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  region: string | import("@smithy/types").Provider<any>;
23
+ accountIdEndpointMode: "disabled" | "preferred" | "required" | (() => Promise<string>);
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
24
25
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
@@ -46,4 +47,5 @@ export declare const getRuntimeConfig: (config: DynamoDBClientConfig) => {
46
47
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
47
48
  endpointCacheSize?: number | undefined;
48
49
  endpointDiscoveryEnabled?: boolean | undefined;
50
+ accountId?: string | import("@smithy/types").Provider<string> | undefined;
49
51
  };
@@ -1,3 +1,4 @@
1
+ import { AccountIdEndpointMode } from "@aws-sdk/core/account-id-endpoint";
1
2
  import {
2
3
  EndpointDiscoveryInputConfig,
3
4
  EndpointDiscoveryResolvedConfig,
@@ -411,6 +412,9 @@ export interface ClientDefaults
411
412
  useDualstackEndpoint?: boolean | __Provider<boolean>;
412
413
  useFipsEndpoint?: boolean | __Provider<boolean>;
413
414
  region?: string | __Provider<string>;
415
+ accountIdEndpointMode?:
416
+ | AccountIdEndpointMode
417
+ | __Provider<AccountIdEndpointMode>;
414
418
  defaultUserAgentProvider?: Provider<__UserAgent>;
415
419
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
416
420
  maxAttempts?: number | __Provider<number>;
@@ -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
+ }