@aws-sdk/client-dynamodb 3.687.0 → 3.691.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-cjs/index.js CHANGED
@@ -568,6 +568,12 @@ var GlobalTableStatus = {
568
568
  DELETING: "DELETING",
569
569
  UPDATING: "UPDATING"
570
570
  };
571
+ var IndexStatus = {
572
+ ACTIVE: "ACTIVE",
573
+ CREATING: "CREATING",
574
+ DELETING: "DELETING",
575
+ UPDATING: "UPDATING"
576
+ };
571
577
  var ReplicaStatus = {
572
578
  ACTIVE: "ACTIVE",
573
579
  CREATING: "CREATING",
@@ -581,6 +587,15 @@ var TableClass = {
581
587
  STANDARD: "STANDARD",
582
588
  STANDARD_INFREQUENT_ACCESS: "STANDARD_INFREQUENT_ACCESS"
583
589
  };
590
+ var TableStatus = {
591
+ ACTIVE: "ACTIVE",
592
+ ARCHIVED: "ARCHIVED",
593
+ ARCHIVING: "ARCHIVING",
594
+ CREATING: "CREATING",
595
+ DELETING: "DELETING",
596
+ INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
597
+ UPDATING: "UPDATING"
598
+ };
584
599
  var _GlobalTableAlreadyExistsException = class _GlobalTableAlreadyExistsException extends DynamoDBServiceException {
585
600
  /**
586
601
  * @internal
@@ -598,21 +613,6 @@ var _GlobalTableAlreadyExistsException = class _GlobalTableAlreadyExistsExceptio
598
613
  };
599
614
  __name(_GlobalTableAlreadyExistsException, "GlobalTableAlreadyExistsException");
600
615
  var GlobalTableAlreadyExistsException = _GlobalTableAlreadyExistsException;
601
- var IndexStatus = {
602
- ACTIVE: "ACTIVE",
603
- CREATING: "CREATING",
604
- DELETING: "DELETING",
605
- UPDATING: "UPDATING"
606
- };
607
- var TableStatus = {
608
- ACTIVE: "ACTIVE",
609
- ARCHIVED: "ARCHIVED",
610
- ARCHIVING: "ARCHIVING",
611
- CREATING: "CREATING",
612
- DELETING: "DELETING",
613
- INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
614
- UPDATING: "UPDATING"
615
- };
616
616
  var _ResourceInUseException = class _ResourceInUseException extends DynamoDBServiceException {
617
617
  /**
618
618
  * @internal
@@ -3533,7 +3533,8 @@ var de_GlobalSecondaryIndexDescription = /* @__PURE__ */ __name((output, context
3533
3533
  KeySchema: import_smithy_client._json,
3534
3534
  OnDemandThroughput: import_smithy_client._json,
3535
3535
  Projection: import_smithy_client._json,
3536
- ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context)
3536
+ ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
3537
+ WarmThroughput: import_smithy_client._json
3537
3538
  });
3538
3539
  }, "de_GlobalSecondaryIndexDescription");
3539
3540
  var de_GlobalSecondaryIndexDescriptionList = /* @__PURE__ */ __name((output, context) => {
@@ -3786,7 +3787,8 @@ var de_ReplicaDescription = /* @__PURE__ */ __name((output, context) => {
3786
3787
  ReplicaStatus: import_smithy_client.expectString,
3787
3788
  ReplicaStatusDescription: import_smithy_client.expectString,
3788
3789
  ReplicaStatusPercentProgress: import_smithy_client.expectString,
3789
- ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context)
3790
+ ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context),
3791
+ WarmThroughput: import_smithy_client._json
3790
3792
  });
3791
3793
  }, "de_ReplicaDescription");
3792
3794
  var de_ReplicaDescriptionList = /* @__PURE__ */ __name((output, context) => {
@@ -3949,7 +3951,8 @@ var de_TableDescription = /* @__PURE__ */ __name((output, context) => {
3949
3951
  TableId: import_smithy_client.expectString,
3950
3952
  TableName: import_smithy_client.expectString,
3951
3953
  TableSizeBytes: import_smithy_client.expectLong,
3952
- TableStatus: import_smithy_client.expectString
3954
+ TableStatus: import_smithy_client.expectString,
3955
+ WarmThroughput: import_smithy_client._json
3953
3956
  });
3954
3957
  }, "de_TableDescription");
3955
3958
  var de_TransactGetItemsOutput = /* @__PURE__ */ __name((output, context) => {
@@ -5217,11 +5220,11 @@ var waitUntilTableNotExists = /* @__PURE__ */ __name(async (params, input) => {
5217
5220
  TableInUseException,
5218
5221
  TableNotFoundException,
5219
5222
  GlobalTableStatus,
5223
+ IndexStatus,
5220
5224
  ReplicaStatus,
5221
5225
  TableClass,
5222
- GlobalTableAlreadyExistsException,
5223
- IndexStatus,
5224
5226
  TableStatus,
5227
+ GlobalTableAlreadyExistsException,
5225
5228
  ResourceInUseException,
5226
5229
  ReturnValue,
5227
5230
  TransactionConflictException,
@@ -280,6 +280,12 @@ export const GlobalTableStatus = {
280
280
  DELETING: "DELETING",
281
281
  UPDATING: "UPDATING",
282
282
  };
283
+ export const IndexStatus = {
284
+ ACTIVE: "ACTIVE",
285
+ CREATING: "CREATING",
286
+ DELETING: "DELETING",
287
+ UPDATING: "UPDATING",
288
+ };
283
289
  export const ReplicaStatus = {
284
290
  ACTIVE: "ACTIVE",
285
291
  CREATING: "CREATING",
@@ -293,6 +299,15 @@ export const TableClass = {
293
299
  STANDARD: "STANDARD",
294
300
  STANDARD_INFREQUENT_ACCESS: "STANDARD_INFREQUENT_ACCESS",
295
301
  };
302
+ export const TableStatus = {
303
+ ACTIVE: "ACTIVE",
304
+ ARCHIVED: "ARCHIVED",
305
+ ARCHIVING: "ARCHIVING",
306
+ CREATING: "CREATING",
307
+ DELETING: "DELETING",
308
+ INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
309
+ UPDATING: "UPDATING",
310
+ };
296
311
  export class GlobalTableAlreadyExistsException extends __BaseException {
297
312
  constructor(opts) {
298
313
  super({
@@ -305,21 +320,6 @@ export class GlobalTableAlreadyExistsException extends __BaseException {
305
320
  Object.setPrototypeOf(this, GlobalTableAlreadyExistsException.prototype);
306
321
  }
307
322
  }
308
- export const IndexStatus = {
309
- ACTIVE: "ACTIVE",
310
- CREATING: "CREATING",
311
- DELETING: "DELETING",
312
- UPDATING: "UPDATING",
313
- };
314
- export const TableStatus = {
315
- ACTIVE: "ACTIVE",
316
- ARCHIVED: "ARCHIVED",
317
- ARCHIVING: "ARCHIVING",
318
- CREATING: "CREATING",
319
- DELETING: "DELETING",
320
- INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
321
- UPDATING: "UPDATING",
322
- };
323
323
  export class ResourceInUseException extends __BaseException {
324
324
  constructor(opts) {
325
325
  super({
@@ -2532,6 +2532,7 @@ const de_GlobalSecondaryIndexDescription = (output, context) => {
2532
2532
  OnDemandThroughput: _json,
2533
2533
  Projection: _json,
2534
2534
  ProvisionedThroughput: (_) => de_ProvisionedThroughputDescription(_, context),
2535
+ WarmThroughput: _json,
2535
2536
  });
2536
2537
  };
2537
2538
  const de_GlobalSecondaryIndexDescriptionList = (output, context) => {
@@ -2805,6 +2806,7 @@ const de_ReplicaDescription = (output, context) => {
2805
2806
  ReplicaStatusDescription: __expectString,
2806
2807
  ReplicaStatusPercentProgress: __expectString,
2807
2808
  ReplicaTableClassSummary: (_) => de_TableClassSummary(_, context),
2809
+ WarmThroughput: _json,
2808
2810
  });
2809
2811
  };
2810
2812
  const de_ReplicaDescriptionList = (output, context) => {
@@ -2976,6 +2978,7 @@ const de_TableDescription = (output, context) => {
2976
2978
  TableName: __expectString,
2977
2979
  TableSizeBytes: __expectLong,
2978
2980
  TableStatus: __expectString,
2981
+ WarmThroughput: _json,
2979
2982
  });
2980
2983
  };
2981
2984
  const de_TransactGetItemsOutput = (output, context) => {
@@ -113,6 +113,11 @@ declare const CreateGlobalTableCommand_base: {
113
113
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
114
114
  * // MaxReadRequestUnits: Number("long"),
115
115
  * // },
116
+ * // WarmThroughput: { // TableWarmThroughputDescription
117
+ * // ReadUnitsPerSecond: Number("long"),
118
+ * // WriteUnitsPerSecond: Number("long"),
119
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
120
+ * // },
116
121
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
117
122
  * // { // ReplicaGlobalSecondaryIndexDescription
118
123
  * // IndexName: "STRING_VALUE",
@@ -122,6 +127,11 @@ declare const CreateGlobalTableCommand_base: {
122
127
  * // OnDemandThroughputOverride: {
123
128
  * // MaxReadRequestUnits: Number("long"),
124
129
  * // },
130
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
131
+ * // ReadUnitsPerSecond: Number("long"),
132
+ * // WriteUnitsPerSecond: Number("long"),
133
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
134
+ * // },
125
135
  * // },
126
136
  * // ],
127
137
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -100,6 +100,10 @@ declare const CreateTableCommand_base: {
100
100
  * MaxReadRequestUnits: Number("long"),
101
101
  * MaxWriteRequestUnits: Number("long"),
102
102
  * },
103
+ * WarmThroughput: { // WarmThroughput
104
+ * ReadUnitsPerSecond: Number("long"),
105
+ * WriteUnitsPerSecond: Number("long"),
106
+ * },
103
107
  * },
104
108
  * ],
105
109
  * BillingMode: "PROVISIONED" || "PAY_PER_REQUEST",
@@ -124,6 +128,10 @@ declare const CreateTableCommand_base: {
124
128
  * ],
125
129
  * TableClass: "STANDARD" || "STANDARD_INFREQUENT_ACCESS",
126
130
  * DeletionProtectionEnabled: true || false,
131
+ * WarmThroughput: {
132
+ * ReadUnitsPerSecond: Number("long"),
133
+ * WriteUnitsPerSecond: Number("long"),
134
+ * },
127
135
  * ResourcePolicy: "STRING_VALUE",
128
136
  * OnDemandThroughput: {
129
137
  * MaxReadRequestUnits: Number("long"),
@@ -215,6 +223,11 @@ declare const CreateTableCommand_base: {
215
223
  * // MaxReadRequestUnits: Number("long"),
216
224
  * // MaxWriteRequestUnits: Number("long"),
217
225
  * // },
226
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
227
+ * // ReadUnitsPerSecond: Number("long"),
228
+ * // WriteUnitsPerSecond: Number("long"),
229
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
230
+ * // },
218
231
  * // },
219
232
  * // ],
220
233
  * // StreamSpecification: { // StreamSpecification
@@ -237,6 +250,11 @@ declare const CreateTableCommand_base: {
237
250
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
238
251
  * // MaxReadRequestUnits: Number("long"),
239
252
  * // },
253
+ * // WarmThroughput: { // TableWarmThroughputDescription
254
+ * // ReadUnitsPerSecond: Number("long"),
255
+ * // WriteUnitsPerSecond: Number("long"),
256
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
257
+ * // },
240
258
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
241
259
  * // { // ReplicaGlobalSecondaryIndexDescription
242
260
  * // IndexName: "STRING_VALUE",
@@ -246,6 +264,11 @@ declare const CreateTableCommand_base: {
246
264
  * // OnDemandThroughputOverride: {
247
265
  * // MaxReadRequestUnits: Number("long"),
248
266
  * // },
267
+ * // WarmThroughput: {
268
+ * // ReadUnitsPerSecond: Number("long"),
269
+ * // WriteUnitsPerSecond: Number("long"),
270
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
271
+ * // },
249
272
  * // },
250
273
  * // ],
251
274
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -281,6 +304,11 @@ declare const CreateTableCommand_base: {
281
304
  * // MaxReadRequestUnits: Number("long"),
282
305
  * // MaxWriteRequestUnits: Number("long"),
283
306
  * // },
307
+ * // WarmThroughput: {
308
+ * // ReadUnitsPerSecond: Number("long"),
309
+ * // WriteUnitsPerSecond: Number("long"),
310
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
311
+ * // },
284
312
  * // },
285
313
  * // };
286
314
  *
@@ -144,6 +144,11 @@ declare const DeleteTableCommand_base: {
144
144
  * // MaxReadRequestUnits: Number("long"),
145
145
  * // MaxWriteRequestUnits: Number("long"),
146
146
  * // },
147
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
148
+ * // ReadUnitsPerSecond: Number("long"),
149
+ * // WriteUnitsPerSecond: Number("long"),
150
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
151
+ * // },
147
152
  * // },
148
153
  * // ],
149
154
  * // StreamSpecification: { // StreamSpecification
@@ -166,6 +171,11 @@ declare const DeleteTableCommand_base: {
166
171
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
167
172
  * // MaxReadRequestUnits: Number("long"),
168
173
  * // },
174
+ * // WarmThroughput: { // TableWarmThroughputDescription
175
+ * // ReadUnitsPerSecond: Number("long"),
176
+ * // WriteUnitsPerSecond: Number("long"),
177
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
178
+ * // },
169
179
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
170
180
  * // { // ReplicaGlobalSecondaryIndexDescription
171
181
  * // IndexName: "STRING_VALUE",
@@ -175,6 +185,11 @@ declare const DeleteTableCommand_base: {
175
185
  * // OnDemandThroughputOverride: {
176
186
  * // MaxReadRequestUnits: Number("long"),
177
187
  * // },
188
+ * // WarmThroughput: {
189
+ * // ReadUnitsPerSecond: Number("long"),
190
+ * // WriteUnitsPerSecond: Number("long"),
191
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
192
+ * // },
178
193
  * // },
179
194
  * // ],
180
195
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -210,6 +225,11 @@ declare const DeleteTableCommand_base: {
210
225
  * // MaxReadRequestUnits: Number("long"),
211
226
  * // MaxWriteRequestUnits: Number("long"),
212
227
  * // },
228
+ * // WarmThroughput: {
229
+ * // ReadUnitsPerSecond: Number("long"),
230
+ * // WriteUnitsPerSecond: Number("long"),
231
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
232
+ * // },
213
233
  * // },
214
234
  * // };
215
235
  *
@@ -58,6 +58,11 @@ declare const DescribeGlobalTableCommand_base: {
58
58
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
59
59
  * // MaxReadRequestUnits: Number("long"),
60
60
  * // },
61
+ * // WarmThroughput: { // TableWarmThroughputDescription
62
+ * // ReadUnitsPerSecond: Number("long"),
63
+ * // WriteUnitsPerSecond: Number("long"),
64
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
65
+ * // },
61
66
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
62
67
  * // { // ReplicaGlobalSecondaryIndexDescription
63
68
  * // IndexName: "STRING_VALUE",
@@ -67,6 +72,11 @@ declare const DescribeGlobalTableCommand_base: {
67
72
  * // OnDemandThroughputOverride: {
68
73
  * // MaxReadRequestUnits: Number("long"),
69
74
  * // },
75
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
76
+ * // ReadUnitsPerSecond: Number("long"),
77
+ * // WriteUnitsPerSecond: Number("long"),
78
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
79
+ * // },
70
80
  * // },
71
81
  * // ],
72
82
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -114,6 +114,10 @@ declare const DescribeImportCommand_base: {
114
114
  * // MaxReadRequestUnits: Number("long"),
115
115
  * // MaxWriteRequestUnits: Number("long"),
116
116
  * // },
117
+ * // WarmThroughput: { // WarmThroughput
118
+ * // ReadUnitsPerSecond: Number("long"),
119
+ * // WriteUnitsPerSecond: Number("long"),
120
+ * // },
117
121
  * // },
118
122
  * // ],
119
123
  * // },
@@ -135,6 +135,11 @@ declare const DescribeTableCommand_base: {
135
135
  * // MaxReadRequestUnits: Number("long"),
136
136
  * // MaxWriteRequestUnits: Number("long"),
137
137
  * // },
138
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
139
+ * // ReadUnitsPerSecond: Number("long"),
140
+ * // WriteUnitsPerSecond: Number("long"),
141
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
142
+ * // },
138
143
  * // },
139
144
  * // ],
140
145
  * // StreamSpecification: { // StreamSpecification
@@ -157,6 +162,11 @@ declare const DescribeTableCommand_base: {
157
162
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
158
163
  * // MaxReadRequestUnits: Number("long"),
159
164
  * // },
165
+ * // WarmThroughput: { // TableWarmThroughputDescription
166
+ * // ReadUnitsPerSecond: Number("long"),
167
+ * // WriteUnitsPerSecond: Number("long"),
168
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
169
+ * // },
160
170
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
161
171
  * // { // ReplicaGlobalSecondaryIndexDescription
162
172
  * // IndexName: "STRING_VALUE",
@@ -166,6 +176,11 @@ declare const DescribeTableCommand_base: {
166
176
  * // OnDemandThroughputOverride: {
167
177
  * // MaxReadRequestUnits: Number("long"),
168
178
  * // },
179
+ * // WarmThroughput: {
180
+ * // ReadUnitsPerSecond: Number("long"),
181
+ * // WriteUnitsPerSecond: Number("long"),
182
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
183
+ * // },
169
184
  * // },
170
185
  * // ],
171
186
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -201,6 +216,11 @@ declare const DescribeTableCommand_base: {
201
216
  * // MaxReadRequestUnits: Number("long"),
202
217
  * // MaxWriteRequestUnits: Number("long"),
203
218
  * // },
219
+ * // WarmThroughput: {
220
+ * // ReadUnitsPerSecond: Number("long"),
221
+ * // WriteUnitsPerSecond: Number("long"),
222
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
223
+ * // },
204
224
  * // },
205
225
  * // };
206
226
  *
@@ -102,6 +102,10 @@ declare const ImportTableCommand_base: {
102
102
  * MaxReadRequestUnits: Number("long"),
103
103
  * MaxWriteRequestUnits: Number("long"),
104
104
  * },
105
+ * WarmThroughput: { // WarmThroughput
106
+ * ReadUnitsPerSecond: Number("long"),
107
+ * WriteUnitsPerSecond: Number("long"),
108
+ * },
105
109
  * },
106
110
  * ],
107
111
  * },
@@ -183,6 +187,10 @@ declare const ImportTableCommand_base: {
183
187
  * // MaxReadRequestUnits: Number("long"),
184
188
  * // MaxWriteRequestUnits: Number("long"),
185
189
  * // },
190
+ * // WarmThroughput: { // WarmThroughput
191
+ * // ReadUnitsPerSecond: Number("long"),
192
+ * // WriteUnitsPerSecond: Number("long"),
193
+ * // },
186
194
  * // },
187
195
  * // ],
188
196
  * // },
@@ -85,6 +85,10 @@ declare const RestoreTableFromBackupCommand_base: {
85
85
  * MaxReadRequestUnits: Number("long"),
86
86
  * MaxWriteRequestUnits: Number("long"),
87
87
  * },
88
+ * WarmThroughput: { // WarmThroughput
89
+ * ReadUnitsPerSecond: Number("long"),
90
+ * WriteUnitsPerSecond: Number("long"),
91
+ * },
88
92
  * },
89
93
  * ],
90
94
  * LocalSecondaryIndexOverride: [ // LocalSecondaryIndexList
@@ -203,6 +207,11 @@ declare const RestoreTableFromBackupCommand_base: {
203
207
  * // MaxReadRequestUnits: Number("long"),
204
208
  * // MaxWriteRequestUnits: Number("long"),
205
209
  * // },
210
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
211
+ * // ReadUnitsPerSecond: Number("long"),
212
+ * // WriteUnitsPerSecond: Number("long"),
213
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
214
+ * // },
206
215
  * // },
207
216
  * // ],
208
217
  * // StreamSpecification: { // StreamSpecification
@@ -225,6 +234,11 @@ declare const RestoreTableFromBackupCommand_base: {
225
234
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
226
235
  * // MaxReadRequestUnits: Number("long"),
227
236
  * // },
237
+ * // WarmThroughput: { // TableWarmThroughputDescription
238
+ * // ReadUnitsPerSecond: Number("long"),
239
+ * // WriteUnitsPerSecond: Number("long"),
240
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
241
+ * // },
228
242
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
229
243
  * // { // ReplicaGlobalSecondaryIndexDescription
230
244
  * // IndexName: "STRING_VALUE",
@@ -234,6 +248,11 @@ declare const RestoreTableFromBackupCommand_base: {
234
248
  * // OnDemandThroughputOverride: {
235
249
  * // MaxReadRequestUnits: Number("long"),
236
250
  * // },
251
+ * // WarmThroughput: {
252
+ * // ReadUnitsPerSecond: Number("long"),
253
+ * // WriteUnitsPerSecond: Number("long"),
254
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
255
+ * // },
237
256
  * // },
238
257
  * // ],
239
258
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -269,6 +288,11 @@ declare const RestoreTableFromBackupCommand_base: {
269
288
  * // MaxReadRequestUnits: Number("long"),
270
289
  * // MaxWriteRequestUnits: Number("long"),
271
290
  * // },
291
+ * // WarmThroughput: {
292
+ * // ReadUnitsPerSecond: Number("long"),
293
+ * // WriteUnitsPerSecond: Number("long"),
294
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
295
+ * // },
272
296
  * // },
273
297
  * // };
274
298
  *
@@ -113,6 +113,10 @@ declare const RestoreTableToPointInTimeCommand_base: {
113
113
  * MaxReadRequestUnits: Number("long"),
114
114
  * MaxWriteRequestUnits: Number("long"),
115
115
  * },
116
+ * WarmThroughput: { // WarmThroughput
117
+ * ReadUnitsPerSecond: Number("long"),
118
+ * WriteUnitsPerSecond: Number("long"),
119
+ * },
116
120
  * },
117
121
  * ],
118
122
  * LocalSecondaryIndexOverride: [ // LocalSecondaryIndexList
@@ -231,6 +235,11 @@ declare const RestoreTableToPointInTimeCommand_base: {
231
235
  * // MaxReadRequestUnits: Number("long"),
232
236
  * // MaxWriteRequestUnits: Number("long"),
233
237
  * // },
238
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
239
+ * // ReadUnitsPerSecond: Number("long"),
240
+ * // WriteUnitsPerSecond: Number("long"),
241
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
242
+ * // },
234
243
  * // },
235
244
  * // ],
236
245
  * // StreamSpecification: { // StreamSpecification
@@ -253,6 +262,11 @@ declare const RestoreTableToPointInTimeCommand_base: {
253
262
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
254
263
  * // MaxReadRequestUnits: Number("long"),
255
264
  * // },
265
+ * // WarmThroughput: { // TableWarmThroughputDescription
266
+ * // ReadUnitsPerSecond: Number("long"),
267
+ * // WriteUnitsPerSecond: Number("long"),
268
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
269
+ * // },
256
270
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
257
271
  * // { // ReplicaGlobalSecondaryIndexDescription
258
272
  * // IndexName: "STRING_VALUE",
@@ -262,6 +276,11 @@ declare const RestoreTableToPointInTimeCommand_base: {
262
276
  * // OnDemandThroughputOverride: {
263
277
  * // MaxReadRequestUnits: Number("long"),
264
278
  * // },
279
+ * // WarmThroughput: {
280
+ * // ReadUnitsPerSecond: Number("long"),
281
+ * // WriteUnitsPerSecond: Number("long"),
282
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
283
+ * // },
265
284
  * // },
266
285
  * // ],
267
286
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -297,6 +316,11 @@ declare const RestoreTableToPointInTimeCommand_base: {
297
316
  * // MaxReadRequestUnits: Number("long"),
298
317
  * // MaxWriteRequestUnits: Number("long"),
299
318
  * // },
319
+ * // WarmThroughput: {
320
+ * // ReadUnitsPerSecond: Number("long"),
321
+ * // WriteUnitsPerSecond: Number("long"),
322
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
323
+ * // },
300
324
  * // },
301
325
  * // };
302
326
  *
@@ -94,6 +94,11 @@ declare const UpdateGlobalTableCommand_base: {
94
94
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
95
95
  * // MaxReadRequestUnits: Number("long"),
96
96
  * // },
97
+ * // WarmThroughput: { // TableWarmThroughputDescription
98
+ * // ReadUnitsPerSecond: Number("long"),
99
+ * // WriteUnitsPerSecond: Number("long"),
100
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
101
+ * // },
97
102
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
98
103
  * // { // ReplicaGlobalSecondaryIndexDescription
99
104
  * // IndexName: "STRING_VALUE",
@@ -103,6 +108,11 @@ declare const UpdateGlobalTableCommand_base: {
103
108
  * // OnDemandThroughputOverride: {
104
109
  * // MaxReadRequestUnits: Number("long"),
105
110
  * // },
111
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
112
+ * // ReadUnitsPerSecond: Number("long"),
113
+ * // WriteUnitsPerSecond: Number("long"),
114
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
115
+ * // },
106
116
  * // },
107
117
  * // ],
108
118
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -84,6 +84,10 @@ declare const UpdateTableCommand_base: {
84
84
  * MaxReadRequestUnits: Number("long"),
85
85
  * MaxWriteRequestUnits: Number("long"),
86
86
  * },
87
+ * WarmThroughput: { // WarmThroughput
88
+ * ReadUnitsPerSecond: Number("long"),
89
+ * WriteUnitsPerSecond: Number("long"),
90
+ * },
87
91
  * },
88
92
  * Create: { // CreateGlobalSecondaryIndexAction
89
93
  * IndexName: "STRING_VALUE", // required
@@ -107,6 +111,10 @@ declare const UpdateTableCommand_base: {
107
111
  * MaxReadRequestUnits: Number("long"),
108
112
  * MaxWriteRequestUnits: Number("long"),
109
113
  * },
114
+ * WarmThroughput: {
115
+ * ReadUnitsPerSecond: Number("long"),
116
+ * WriteUnitsPerSecond: Number("long"),
117
+ * },
110
118
  * },
111
119
  * Delete: { // DeleteGlobalSecondaryIndexAction
112
120
  * IndexName: "STRING_VALUE", // required
@@ -179,6 +187,10 @@ declare const UpdateTableCommand_base: {
179
187
  * MaxReadRequestUnits: Number("long"),
180
188
  * MaxWriteRequestUnits: Number("long"),
181
189
  * },
190
+ * WarmThroughput: {
191
+ * ReadUnitsPerSecond: Number("long"),
192
+ * WriteUnitsPerSecond: Number("long"),
193
+ * },
182
194
  * };
183
195
  * const command = new UpdateTableCommand(input);
184
196
  * const response = await client.send(command);
@@ -265,6 +277,11 @@ declare const UpdateTableCommand_base: {
265
277
  * // MaxReadRequestUnits: Number("long"),
266
278
  * // MaxWriteRequestUnits: Number("long"),
267
279
  * // },
280
+ * // WarmThroughput: { // GlobalSecondaryIndexWarmThroughputDescription
281
+ * // ReadUnitsPerSecond: Number("long"),
282
+ * // WriteUnitsPerSecond: Number("long"),
283
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
284
+ * // },
268
285
  * // },
269
286
  * // ],
270
287
  * // StreamSpecification: { // StreamSpecification
@@ -287,6 +304,11 @@ declare const UpdateTableCommand_base: {
287
304
  * // OnDemandThroughputOverride: { // OnDemandThroughputOverride
288
305
  * // MaxReadRequestUnits: Number("long"),
289
306
  * // },
307
+ * // WarmThroughput: { // TableWarmThroughputDescription
308
+ * // ReadUnitsPerSecond: Number("long"),
309
+ * // WriteUnitsPerSecond: Number("long"),
310
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
311
+ * // },
290
312
  * // GlobalSecondaryIndexes: [ // ReplicaGlobalSecondaryIndexDescriptionList
291
313
  * // { // ReplicaGlobalSecondaryIndexDescription
292
314
  * // IndexName: "STRING_VALUE",
@@ -296,6 +318,11 @@ declare const UpdateTableCommand_base: {
296
318
  * // OnDemandThroughputOverride: {
297
319
  * // MaxReadRequestUnits: Number("long"),
298
320
  * // },
321
+ * // WarmThroughput: {
322
+ * // ReadUnitsPerSecond: Number("long"),
323
+ * // WriteUnitsPerSecond: Number("long"),
324
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE",
325
+ * // },
299
326
  * // },
300
327
  * // ],
301
328
  * // ReplicaInaccessibleDateTime: new Date("TIMESTAMP"),
@@ -331,6 +358,11 @@ declare const UpdateTableCommand_base: {
331
358
  * // MaxReadRequestUnits: Number("long"),
332
359
  * // MaxWriteRequestUnits: Number("long"),
333
360
  * // },
361
+ * // WarmThroughput: {
362
+ * // ReadUnitsPerSecond: Number("long"),
363
+ * // WriteUnitsPerSecond: Number("long"),
364
+ * // Status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "INACCESSIBLE_ENCRYPTION_CREDENTIALS" || "ARCHIVING" || "ARCHIVED",
365
+ * // },
334
366
  * // },
335
367
  * // };
336
368
  *