@aws-sdk/client-s3tables 3.928.0 → 3.930.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 (73) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +1301 -1351
  3. package/dist-cjs/runtimeConfig.shared.js +2 -0
  4. package/dist-es/S3Tables.js +6 -0
  5. package/dist-es/S3TablesClient.js +2 -0
  6. package/dist-es/commands/CreateNamespaceCommand.js +3 -9
  7. package/dist-es/commands/CreateTableBucketCommand.js +3 -9
  8. package/dist-es/commands/CreateTableCommand.js +3 -9
  9. package/dist-es/commands/DeleteNamespaceCommand.js +3 -9
  10. package/dist-es/commands/DeleteTableBucketCommand.js +3 -9
  11. package/dist-es/commands/DeleteTableBucketEncryptionCommand.js +3 -9
  12. package/dist-es/commands/DeleteTableBucketMetricsConfigurationCommand.js +16 -0
  13. package/dist-es/commands/DeleteTableBucketPolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteTableCommand.js +3 -9
  15. package/dist-es/commands/DeleteTablePolicyCommand.js +3 -9
  16. package/dist-es/commands/GetNamespaceCommand.js +3 -9
  17. package/dist-es/commands/GetTableBucketCommand.js +3 -9
  18. package/dist-es/commands/GetTableBucketEncryptionCommand.js +3 -9
  19. package/dist-es/commands/GetTableBucketMaintenanceConfigurationCommand.js +3 -9
  20. package/dist-es/commands/GetTableBucketMetricsConfigurationCommand.js +16 -0
  21. package/dist-es/commands/GetTableBucketPolicyCommand.js +3 -9
  22. package/dist-es/commands/GetTableCommand.js +3 -9
  23. package/dist-es/commands/GetTableEncryptionCommand.js +3 -9
  24. package/dist-es/commands/GetTableMaintenanceConfigurationCommand.js +3 -9
  25. package/dist-es/commands/GetTableMaintenanceJobStatusCommand.js +3 -9
  26. package/dist-es/commands/GetTableMetadataLocationCommand.js +3 -9
  27. package/dist-es/commands/GetTablePolicyCommand.js +3 -9
  28. package/dist-es/commands/ListNamespacesCommand.js +3 -9
  29. package/dist-es/commands/ListTableBucketsCommand.js +3 -9
  30. package/dist-es/commands/ListTablesCommand.js +3 -9
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  32. package/dist-es/commands/PutTableBucketEncryptionCommand.js +3 -9
  33. package/dist-es/commands/PutTableBucketMaintenanceConfigurationCommand.js +3 -9
  34. package/dist-es/commands/PutTableBucketMetricsConfigurationCommand.js +16 -0
  35. package/dist-es/commands/PutTableBucketPolicyCommand.js +3 -9
  36. package/dist-es/commands/PutTableMaintenanceConfigurationCommand.js +3 -9
  37. package/dist-es/commands/PutTablePolicyCommand.js +3 -9
  38. package/dist-es/commands/RenameTableCommand.js +3 -9
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateTableMetadataLocationCommand.js +3 -9
  42. package/dist-es/commands/index.js +3 -0
  43. package/dist-es/models/models_0.js +0 -26
  44. package/dist-es/runtimeConfig.shared.js +2 -0
  45. package/dist-es/schemas/schemas_0.js +1183 -0
  46. package/dist-types/S3Tables.d.ts +21 -0
  47. package/dist-types/S3TablesClient.d.ts +15 -3
  48. package/dist-types/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +90 -0
  49. package/dist-types/commands/GetTableBucketMetricsConfigurationCommand.d.ts +93 -0
  50. package/dist-types/commands/PutTableBucketMetricsConfigurationCommand.d.ts +90 -0
  51. package/dist-types/commands/index.d.ts +3 -0
  52. package/dist-types/models/models_0.d.ts +57 -3
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +130 -0
  58. package/dist-types/ts3.4/S3Tables.d.ts +69 -0
  59. package/dist-types/ts3.4/S3TablesClient.d.ts +22 -0
  60. package/dist-types/ts3.4/commands/DeleteTableBucketMetricsConfigurationCommand.d.ts +47 -0
  61. package/dist-types/ts3.4/commands/GetTableBucketMetricsConfigurationCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/PutTableBucketMetricsConfigurationCommand.d.ts +47 -0
  63. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +13 -6
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  69. package/dist-types/ts3.4/schemas/schemas_0.d.ts +136 -0
  70. package/package.json +33 -33
  71. package/dist-es/protocols/Aws_restJson1.js +0 -1084
  72. package/dist-types/protocols/Aws_restJson1.d.ts +0 -299
  73. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -401
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,8 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
18
 
20
19
  const resolveClientEndpointParameters = (options) => {
21
20
  return Object.assign(options, {
@@ -91,6 +90,7 @@ class S3TablesClient extends smithyClient.Client {
91
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
92
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
93
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
94
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
95
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
96
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -110,14 +110,14 @@ class S3TablesClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- class S3TablesServiceException extends smithyClient.ServiceException {
113
+ let S3TablesServiceException$1 = class S3TablesServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, S3TablesServiceException.prototype);
117
117
  }
118
- }
118
+ };
119
119
 
120
- class AccessDeniedException extends S3TablesServiceException {
120
+ let AccessDeniedException$1 = class AccessDeniedException extends S3TablesServiceException$1 {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ class AccessDeniedException extends S3TablesServiceException {
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- }
132
- class BadRequestException extends S3TablesServiceException {
131
+ };
132
+ let BadRequestException$1 = class BadRequestException extends S3TablesServiceException$1 {
133
133
  name = "BadRequestException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ class BadRequestException extends S3TablesServiceException {
140
140
  });
141
141
  Object.setPrototypeOf(this, BadRequestException.prototype);
142
142
  }
143
- }
144
- class ConflictException extends S3TablesServiceException {
143
+ };
144
+ let ConflictException$1 = class ConflictException extends S3TablesServiceException$1 {
145
145
  name = "ConflictException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ class ConflictException extends S3TablesServiceException {
152
152
  });
153
153
  Object.setPrototypeOf(this, ConflictException.prototype);
154
154
  }
155
- }
156
- class ForbiddenException extends S3TablesServiceException {
155
+ };
156
+ let ForbiddenException$1 = class ForbiddenException extends S3TablesServiceException$1 {
157
157
  name = "ForbiddenException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ class ForbiddenException extends S3TablesServiceException {
164
164
  });
165
165
  Object.setPrototypeOf(this, ForbiddenException.prototype);
166
166
  }
167
- }
168
- class InternalServerErrorException extends S3TablesServiceException {
167
+ };
168
+ let InternalServerErrorException$1 = class InternalServerErrorException extends S3TablesServiceException$1 {
169
169
  name = "InternalServerErrorException";
170
170
  $fault = "server";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ class InternalServerErrorException extends S3TablesServiceException {
176
176
  });
177
177
  Object.setPrototypeOf(this, InternalServerErrorException.prototype);
178
178
  }
179
- }
180
- class NotFoundException extends S3TablesServiceException {
179
+ };
180
+ let NotFoundException$1 = class NotFoundException extends S3TablesServiceException$1 {
181
181
  name = "NotFoundException";
182
182
  $fault = "client";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ class NotFoundException extends S3TablesServiceException {
188
188
  });
189
189
  Object.setPrototypeOf(this, NotFoundException.prototype);
190
190
  }
191
- }
192
- class TooManyRequestsException extends S3TablesServiceException {
191
+ };
192
+ let TooManyRequestsException$1 = class TooManyRequestsException extends S3TablesServiceException$1 {
193
193
  name = "TooManyRequestsException";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,7 +200,7 @@ class TooManyRequestsException extends S3TablesServiceException {
200
200
  });
201
201
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
202
202
  }
203
- }
203
+ };
204
204
  const SSEAlgorithm = {
205
205
  AES256: "AES256",
206
206
  AWS_KMS: "aws:kms",
@@ -208,14 +208,6 @@ const SSEAlgorithm = {
208
208
  const OpenTableFormat = {
209
209
  ICEBERG: "ICEBERG",
210
210
  };
211
- exports.TableMetadata = void 0;
212
- (function (TableMetadata) {
213
- TableMetadata.visit = (value, visitor) => {
214
- if (value.iceberg !== undefined)
215
- return visitor.iceberg(value.iceberg);
216
- return visitor._(value.$unknown[0], value.$unknown[1]);
217
- };
218
- })(exports.TableMetadata || (exports.TableMetadata = {}));
219
211
  const TableType = {
220
212
  AWS: "aws",
221
213
  CUSTOMER: "customer",
@@ -227,14 +219,6 @@ const TableBucketType = {
227
219
  const TableBucketMaintenanceType = {
228
220
  ICEBERG_UNREFERENCED_FILE_REMOVAL: "icebergUnreferencedFileRemoval",
229
221
  };
230
- exports.TableBucketMaintenanceSettings = void 0;
231
- (function (TableBucketMaintenanceSettings) {
232
- TableBucketMaintenanceSettings.visit = (value, visitor) => {
233
- if (value.icebergUnreferencedFileRemoval !== undefined)
234
- return visitor.icebergUnreferencedFileRemoval(value.icebergUnreferencedFileRemoval);
235
- return visitor._(value.$unknown[0], value.$unknown[1]);
236
- };
237
- })(exports.TableBucketMaintenanceSettings || (exports.TableBucketMaintenanceSettings = {}));
238
222
  const MaintenanceStatus = {
239
223
  DISABLED: "disabled",
240
224
  ENABLED: "enabled",
@@ -249,16 +233,6 @@ const IcebergCompactionStrategy = {
249
233
  SORT: "sort",
250
234
  ZORDER: "z-order",
251
235
  };
252
- exports.TableMaintenanceSettings = void 0;
253
- (function (TableMaintenanceSettings) {
254
- TableMaintenanceSettings.visit = (value, visitor) => {
255
- if (value.icebergCompaction !== undefined)
256
- return visitor.icebergCompaction(value.icebergCompaction);
257
- if (value.icebergSnapshotManagement !== undefined)
258
- return visitor.icebergSnapshotManagement(value.icebergSnapshotManagement);
259
- return visitor._(value.$unknown[0], value.$unknown[1]);
260
- };
261
- })(exports.TableMaintenanceSettings || (exports.TableMaintenanceSettings = {}));
262
236
  const TableMaintenanceJobType = {
263
237
  ICEBERG_COMPACTION: "icebergCompaction",
264
238
  ICEBERG_SNAPSHOT_MANAGEMENT: "icebergSnapshotManagement",
@@ -271,1099 +245,1193 @@ const JobStatus = {
271
245
  SUCCESSFUL: "Successful",
272
246
  };
273
247
 
274
- const se_CreateNamespaceCommand = async (input, context) => {
275
- const b = core.requestBuilder(input, context);
276
- const headers = {
277
- "content-type": "application/json",
278
- };
279
- b.bp("/namespaces/{tableBucketARN}");
280
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
281
- let body;
282
- body = JSON.stringify(smithyClient.take(input, {
283
- namespace: (_) => smithyClient._json(_),
284
- }));
285
- b.m("PUT").h(headers).b(body);
286
- return b.build();
287
- };
288
- const se_CreateTableCommand = async (input, context) => {
289
- const b = core.requestBuilder(input, context);
290
- const headers = {
291
- "content-type": "application/json",
292
- };
293
- b.bp("/tables/{tableBucketARN}/{namespace}");
294
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
295
- b.p("namespace", () => input.namespace, "{namespace}", false);
296
- let body;
297
- body = JSON.stringify(smithyClient.take(input, {
298
- encryptionConfiguration: (_) => smithyClient._json(_),
299
- format: [],
300
- metadata: (_) => smithyClient._json(_),
301
- name: [],
302
- tags: (_) => smithyClient._json(_),
303
- }));
304
- b.m("PUT").h(headers).b(body);
305
- return b.build();
306
- };
307
- const se_CreateTableBucketCommand = async (input, context) => {
308
- const b = core.requestBuilder(input, context);
309
- const headers = {
310
- "content-type": "application/json",
311
- };
312
- b.bp("/buckets");
313
- let body;
314
- body = JSON.stringify(smithyClient.take(input, {
315
- encryptionConfiguration: (_) => smithyClient._json(_),
316
- name: [],
317
- tags: (_) => smithyClient._json(_),
318
- }));
319
- b.m("PUT").h(headers).b(body);
320
- return b.build();
321
- };
322
- const se_DeleteNamespaceCommand = async (input, context) => {
323
- const b = core.requestBuilder(input, context);
324
- const headers = {};
325
- b.bp("/namespaces/{tableBucketARN}/{namespace}");
326
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
327
- b.p("namespace", () => input.namespace, "{namespace}", false);
328
- let body;
329
- b.m("DELETE").h(headers).b(body);
330
- return b.build();
331
- };
332
- const se_DeleteTableCommand = async (input, context) => {
333
- const b = core.requestBuilder(input, context);
334
- const headers = {};
335
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}");
336
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
337
- b.p("namespace", () => input.namespace, "{namespace}", false);
338
- b.p("name", () => input.name, "{name}", false);
339
- const query = smithyClient.map({
340
- [_vT]: [, input[_vT]],
341
- });
342
- let body;
343
- b.m("DELETE").h(headers).q(query).b(body);
344
- return b.build();
345
- };
346
- const se_DeleteTableBucketCommand = async (input, context) => {
347
- const b = core.requestBuilder(input, context);
348
- const headers = {};
349
- b.bp("/buckets/{tableBucketARN}");
350
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
351
- let body;
352
- b.m("DELETE").h(headers).b(body);
353
- return b.build();
354
- };
355
- const se_DeleteTableBucketEncryptionCommand = async (input, context) => {
356
- const b = core.requestBuilder(input, context);
357
- const headers = {};
358
- b.bp("/buckets/{tableBucketARN}/encryption");
359
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
360
- let body;
361
- b.m("DELETE").h(headers).b(body);
362
- return b.build();
363
- };
364
- const se_DeleteTableBucketPolicyCommand = async (input, context) => {
365
- const b = core.requestBuilder(input, context);
366
- const headers = {};
367
- b.bp("/buckets/{tableBucketARN}/policy");
368
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
369
- let body;
370
- b.m("DELETE").h(headers).b(body);
371
- return b.build();
372
- };
373
- const se_DeleteTablePolicyCommand = async (input, context) => {
374
- const b = core.requestBuilder(input, context);
375
- const headers = {};
376
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/policy");
377
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
378
- b.p("namespace", () => input.namespace, "{namespace}", false);
379
- b.p("name", () => input.name, "{name}", false);
380
- let body;
381
- b.m("DELETE").h(headers).b(body);
382
- return b.build();
383
- };
384
- const se_GetNamespaceCommand = async (input, context) => {
385
- const b = core.requestBuilder(input, context);
386
- const headers = {};
387
- b.bp("/namespaces/{tableBucketARN}/{namespace}");
388
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
389
- b.p("namespace", () => input.namespace, "{namespace}", false);
390
- let body;
391
- b.m("GET").h(headers).b(body);
392
- return b.build();
393
- };
394
- const se_GetTableCommand = async (input, context) => {
395
- const b = core.requestBuilder(input, context);
396
- const headers = {};
397
- b.bp("/get-table");
398
- const query = smithyClient.map({
399
- [_tBARN]: [, input[_tBARN]],
400
- [_n]: [, input[_n]],
401
- [_na]: [, input[_na]],
402
- [_tA]: [, input[_tA]],
403
- });
404
- let body;
405
- b.m("GET").h(headers).q(query).b(body);
406
- return b.build();
407
- };
408
- const se_GetTableBucketCommand = async (input, context) => {
409
- const b = core.requestBuilder(input, context);
410
- const headers = {};
411
- b.bp("/buckets/{tableBucketARN}");
412
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
413
- let body;
414
- b.m("GET").h(headers).b(body);
415
- return b.build();
416
- };
417
- const se_GetTableBucketEncryptionCommand = async (input, context) => {
418
- const b = core.requestBuilder(input, context);
419
- const headers = {};
420
- b.bp("/buckets/{tableBucketARN}/encryption");
421
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
422
- let body;
423
- b.m("GET").h(headers).b(body);
424
- return b.build();
425
- };
426
- const se_GetTableBucketMaintenanceConfigurationCommand = async (input, context) => {
427
- const b = core.requestBuilder(input, context);
428
- const headers = {};
429
- b.bp("/buckets/{tableBucketARN}/maintenance");
430
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
431
- let body;
432
- b.m("GET").h(headers).b(body);
433
- return b.build();
434
- };
435
- const se_GetTableBucketPolicyCommand = async (input, context) => {
436
- const b = core.requestBuilder(input, context);
437
- const headers = {};
438
- b.bp("/buckets/{tableBucketARN}/policy");
439
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
440
- let body;
441
- b.m("GET").h(headers).b(body);
442
- return b.build();
443
- };
444
- const se_GetTableEncryptionCommand = async (input, context) => {
445
- const b = core.requestBuilder(input, context);
446
- const headers = {};
447
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/encryption");
448
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
449
- b.p("namespace", () => input.namespace, "{namespace}", false);
450
- b.p("name", () => input.name, "{name}", false);
451
- let body;
452
- b.m("GET").h(headers).b(body);
453
- return b.build();
454
- };
455
- const se_GetTableMaintenanceConfigurationCommand = async (input, context) => {
456
- const b = core.requestBuilder(input, context);
457
- const headers = {};
458
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/maintenance");
459
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
460
- b.p("namespace", () => input.namespace, "{namespace}", false);
461
- b.p("name", () => input.name, "{name}", false);
462
- let body;
463
- b.m("GET").h(headers).b(body);
464
- return b.build();
465
- };
466
- const se_GetTableMaintenanceJobStatusCommand = async (input, context) => {
467
- const b = core.requestBuilder(input, context);
468
- const headers = {};
469
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status");
470
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
471
- b.p("namespace", () => input.namespace, "{namespace}", false);
472
- b.p("name", () => input.name, "{name}", false);
473
- let body;
474
- b.m("GET").h(headers).b(body);
475
- return b.build();
476
- };
477
- const se_GetTableMetadataLocationCommand = async (input, context) => {
478
- const b = core.requestBuilder(input, context);
479
- const headers = {};
480
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/metadata-location");
481
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
482
- b.p("namespace", () => input.namespace, "{namespace}", false);
483
- b.p("name", () => input.name, "{name}", false);
484
- let body;
485
- b.m("GET").h(headers).b(body);
486
- return b.build();
487
- };
488
- const se_GetTablePolicyCommand = async (input, context) => {
489
- const b = core.requestBuilder(input, context);
490
- const headers = {};
491
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/policy");
492
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
493
- b.p("namespace", () => input.namespace, "{namespace}", false);
494
- b.p("name", () => input.name, "{name}", false);
495
- let body;
496
- b.m("GET").h(headers).b(body);
497
- return b.build();
498
- };
499
- const se_ListNamespacesCommand = async (input, context) => {
500
- const b = core.requestBuilder(input, context);
501
- const headers = {};
502
- b.bp("/namespaces/{tableBucketARN}");
503
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
504
- const query = smithyClient.map({
505
- [_p]: [, input[_p]],
506
- [_cT]: [, input[_cT]],
507
- [_mN]: [() => input.maxNamespaces !== void 0, () => input[_mN].toString()],
508
- });
509
- let body;
510
- b.m("GET").h(headers).q(query).b(body);
511
- return b.build();
512
- };
513
- const se_ListTableBucketsCommand = async (input, context) => {
514
- const b = core.requestBuilder(input, context);
515
- const headers = {};
516
- b.bp("/buckets");
517
- const query = smithyClient.map({
518
- [_p]: [, input[_p]],
519
- [_cT]: [, input[_cT]],
520
- [_mB]: [() => input.maxBuckets !== void 0, () => input[_mB].toString()],
521
- [_t]: [, input[_t]],
522
- });
523
- let body;
524
- b.m("GET").h(headers).q(query).b(body);
525
- return b.build();
526
- };
527
- const se_ListTablesCommand = async (input, context) => {
528
- const b = core.requestBuilder(input, context);
529
- const headers = {};
530
- b.bp("/tables/{tableBucketARN}");
531
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
532
- const query = smithyClient.map({
533
- [_n]: [, input[_n]],
534
- [_p]: [, input[_p]],
535
- [_cT]: [, input[_cT]],
536
- [_mT]: [() => input.maxTables !== void 0, () => input[_mT].toString()],
537
- });
538
- let body;
539
- b.m("GET").h(headers).q(query).b(body);
540
- return b.build();
541
- };
542
- const se_ListTagsForResourceCommand = async (input, context) => {
543
- const b = core.requestBuilder(input, context);
544
- const headers = {};
545
- b.bp("/tag/{resourceArn}");
546
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
547
- let body;
548
- b.m("GET").h(headers).b(body);
549
- return b.build();
550
- };
551
- const se_PutTableBucketEncryptionCommand = async (input, context) => {
552
- const b = core.requestBuilder(input, context);
553
- const headers = {
554
- "content-type": "application/json",
555
- };
556
- b.bp("/buckets/{tableBucketARN}/encryption");
557
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
558
- let body;
559
- body = JSON.stringify(smithyClient.take(input, {
560
- encryptionConfiguration: (_) => smithyClient._json(_),
561
- }));
562
- b.m("PUT").h(headers).b(body);
563
- return b.build();
564
- };
565
- const se_PutTableBucketMaintenanceConfigurationCommand = async (input, context) => {
566
- const b = core.requestBuilder(input, context);
567
- const headers = {
568
- "content-type": "application/json",
569
- };
570
- b.bp("/buckets/{tableBucketARN}/maintenance/{type}");
571
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
572
- b.p("type", () => input.type, "{type}", false);
573
- let body;
574
- body = JSON.stringify(smithyClient.take(input, {
575
- value: (_) => smithyClient._json(_),
576
- }));
577
- b.m("PUT").h(headers).b(body);
578
- return b.build();
579
- };
580
- const se_PutTableBucketPolicyCommand = async (input, context) => {
581
- const b = core.requestBuilder(input, context);
582
- const headers = {
583
- "content-type": "application/json",
584
- };
585
- b.bp("/buckets/{tableBucketARN}/policy");
586
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
587
- let body;
588
- body = JSON.stringify(smithyClient.take(input, {
589
- resourcePolicy: [],
590
- }));
591
- b.m("PUT").h(headers).b(body);
592
- return b.build();
593
- };
594
- const se_PutTableMaintenanceConfigurationCommand = async (input, context) => {
595
- const b = core.requestBuilder(input, context);
596
- const headers = {
597
- "content-type": "application/json",
598
- };
599
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}");
600
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
601
- b.p("namespace", () => input.namespace, "{namespace}", false);
602
- b.p("name", () => input.name, "{name}", false);
603
- b.p("type", () => input.type, "{type}", false);
604
- let body;
605
- body = JSON.stringify(smithyClient.take(input, {
606
- value: (_) => smithyClient._json(_),
607
- }));
608
- b.m("PUT").h(headers).b(body);
609
- return b.build();
610
- };
611
- const se_PutTablePolicyCommand = async (input, context) => {
612
- const b = core.requestBuilder(input, context);
613
- const headers = {
614
- "content-type": "application/json",
615
- };
616
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/policy");
617
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
618
- b.p("namespace", () => input.namespace, "{namespace}", false);
619
- b.p("name", () => input.name, "{name}", false);
620
- let body;
621
- body = JSON.stringify(smithyClient.take(input, {
622
- resourcePolicy: [],
623
- }));
624
- b.m("PUT").h(headers).b(body);
625
- return b.build();
626
- };
627
- const se_RenameTableCommand = async (input, context) => {
628
- const b = core.requestBuilder(input, context);
629
- const headers = {
630
- "content-type": "application/json",
631
- };
632
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/rename");
633
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
634
- b.p("namespace", () => input.namespace, "{namespace}", false);
635
- b.p("name", () => input.name, "{name}", false);
636
- let body;
637
- body = JSON.stringify(smithyClient.take(input, {
638
- newName: [],
639
- newNamespaceName: [],
640
- versionToken: [],
641
- }));
642
- b.m("PUT").h(headers).b(body);
643
- return b.build();
644
- };
645
- const se_TagResourceCommand = async (input, context) => {
646
- const b = core.requestBuilder(input, context);
647
- const headers = {
648
- "content-type": "application/json",
649
- };
650
- b.bp("/tag/{resourceArn}");
651
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
652
- let body;
653
- body = JSON.stringify(smithyClient.take(input, {
654
- tags: (_) => smithyClient._json(_),
655
- }));
656
- b.m("POST").h(headers).b(body);
657
- return b.build();
658
- };
659
- const se_UntagResourceCommand = async (input, context) => {
660
- const b = core.requestBuilder(input, context);
661
- const headers = {};
662
- b.bp("/tag/{resourceArn}");
663
- b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
664
- const query = smithyClient.map({
665
- [_tK]: [smithyClient.expectNonNull(input.tagKeys, `tagKeys`) != null, () => input[_tK] || []],
666
- });
667
- let body;
668
- b.m("DELETE").h(headers).q(query).b(body);
669
- return b.build();
670
- };
671
- const se_UpdateTableMetadataLocationCommand = async (input, context) => {
672
- const b = core.requestBuilder(input, context);
673
- const headers = {
674
- "content-type": "application/json",
675
- };
676
- b.bp("/tables/{tableBucketARN}/{namespace}/{name}/metadata-location");
677
- b.p("tableBucketARN", () => input.tableBucketARN, "{tableBucketARN}", false);
678
- b.p("namespace", () => input.namespace, "{namespace}", false);
679
- b.p("name", () => input.name, "{name}", false);
680
- let body;
681
- body = JSON.stringify(smithyClient.take(input, {
682
- metadataLocation: [],
683
- versionToken: [],
684
- }));
685
- b.m("PUT").h(headers).b(body);
686
- return b.build();
687
- };
688
- const de_CreateNamespaceCommand = async (output, context) => {
689
- if (output.statusCode !== 200 && output.statusCode >= 300) {
690
- return de_CommandError(output, context);
691
- }
692
- const contents = smithyClient.map({
693
- $metadata: deserializeMetadata(output),
694
- });
695
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
696
- const doc = smithyClient.take(data, {
697
- namespace: smithyClient._json,
698
- tableBucketARN: smithyClient.expectString,
699
- });
700
- Object.assign(contents, doc);
701
- return contents;
702
- };
703
- const de_CreateTableCommand = async (output, context) => {
704
- if (output.statusCode !== 200 && output.statusCode >= 300) {
705
- return de_CommandError(output, context);
706
- }
707
- const contents = smithyClient.map({
708
- $metadata: deserializeMetadata(output),
709
- });
710
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
711
- const doc = smithyClient.take(data, {
712
- tableARN: smithyClient.expectString,
713
- versionToken: smithyClient.expectString,
714
- });
715
- Object.assign(contents, doc);
716
- return contents;
717
- };
718
- const de_CreateTableBucketCommand = async (output, context) => {
719
- if (output.statusCode !== 200 && output.statusCode >= 300) {
720
- return de_CommandError(output, context);
721
- }
722
- const contents = smithyClient.map({
723
- $metadata: deserializeMetadata(output),
724
- });
725
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
726
- const doc = smithyClient.take(data, {
727
- arn: smithyClient.expectString,
728
- });
729
- Object.assign(contents, doc);
730
- return contents;
731
- };
732
- const de_DeleteNamespaceCommand = async (output, context) => {
733
- if (output.statusCode !== 204 && output.statusCode >= 300) {
734
- return de_CommandError(output, context);
735
- }
736
- const contents = smithyClient.map({
737
- $metadata: deserializeMetadata(output),
738
- });
739
- await smithyClient.collectBody(output.body, context);
740
- return contents;
741
- };
742
- const de_DeleteTableCommand = async (output, context) => {
743
- if (output.statusCode !== 204 && output.statusCode >= 300) {
744
- return de_CommandError(output, context);
745
- }
746
- const contents = smithyClient.map({
747
- $metadata: deserializeMetadata(output),
748
- });
749
- await smithyClient.collectBody(output.body, context);
750
- return contents;
751
- };
752
- const de_DeleteTableBucketCommand = async (output, context) => {
753
- if (output.statusCode !== 204 && output.statusCode >= 300) {
754
- return de_CommandError(output, context);
755
- }
756
- const contents = smithyClient.map({
757
- $metadata: deserializeMetadata(output),
758
- });
759
- await smithyClient.collectBody(output.body, context);
760
- return contents;
761
- };
762
- const de_DeleteTableBucketEncryptionCommand = async (output, context) => {
763
- if (output.statusCode !== 204 && output.statusCode >= 300) {
764
- return de_CommandError(output, context);
765
- }
766
- const contents = smithyClient.map({
767
- $metadata: deserializeMetadata(output),
768
- });
769
- await smithyClient.collectBody(output.body, context);
770
- return contents;
771
- };
772
- const de_DeleteTableBucketPolicyCommand = async (output, context) => {
773
- if (output.statusCode !== 204 && output.statusCode >= 300) {
774
- return de_CommandError(output, context);
775
- }
776
- const contents = smithyClient.map({
777
- $metadata: deserializeMetadata(output),
778
- });
779
- await smithyClient.collectBody(output.body, context);
780
- return contents;
781
- };
782
- const de_DeleteTablePolicyCommand = async (output, context) => {
783
- if (output.statusCode !== 204 && output.statusCode >= 300) {
784
- return de_CommandError(output, context);
785
- }
786
- const contents = smithyClient.map({
787
- $metadata: deserializeMetadata(output),
788
- });
789
- await smithyClient.collectBody(output.body, context);
790
- return contents;
791
- };
792
- const de_GetNamespaceCommand = async (output, context) => {
793
- if (output.statusCode !== 200 && output.statusCode >= 300) {
794
- return de_CommandError(output, context);
795
- }
796
- const contents = smithyClient.map({
797
- $metadata: deserializeMetadata(output),
798
- });
799
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
800
- const doc = smithyClient.take(data, {
801
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
802
- createdBy: smithyClient.expectString,
803
- namespace: smithyClient._json,
804
- namespaceId: smithyClient.expectString,
805
- ownerAccountId: smithyClient.expectString,
806
- tableBucketId: smithyClient.expectString,
807
- });
808
- Object.assign(contents, doc);
809
- return contents;
810
- };
811
- const de_GetTableCommand = async (output, context) => {
812
- if (output.statusCode !== 200 && output.statusCode >= 300) {
813
- return de_CommandError(output, context);
814
- }
815
- const contents = smithyClient.map({
816
- $metadata: deserializeMetadata(output),
817
- });
818
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
819
- const doc = smithyClient.take(data, {
820
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
821
- createdBy: smithyClient.expectString,
822
- format: smithyClient.expectString,
823
- managedByService: smithyClient.expectString,
824
- metadataLocation: smithyClient.expectString,
825
- modifiedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
826
- modifiedBy: smithyClient.expectString,
827
- name: smithyClient.expectString,
828
- namespace: smithyClient._json,
829
- namespaceId: smithyClient.expectString,
830
- ownerAccountId: smithyClient.expectString,
831
- tableARN: smithyClient.expectString,
832
- tableBucketId: smithyClient.expectString,
833
- type: smithyClient.expectString,
834
- versionToken: smithyClient.expectString,
835
- warehouseLocation: smithyClient.expectString,
836
- });
837
- Object.assign(contents, doc);
838
- return contents;
839
- };
840
- const de_GetTableBucketCommand = async (output, context) => {
841
- if (output.statusCode !== 200 && output.statusCode >= 300) {
842
- return de_CommandError(output, context);
843
- }
844
- const contents = smithyClient.map({
845
- $metadata: deserializeMetadata(output),
846
- });
847
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
848
- const doc = smithyClient.take(data, {
849
- arn: smithyClient.expectString,
850
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
851
- name: smithyClient.expectString,
852
- ownerAccountId: smithyClient.expectString,
853
- tableBucketId: smithyClient.expectString,
854
- type: smithyClient.expectString,
855
- });
856
- Object.assign(contents, doc);
857
- return contents;
858
- };
859
- const de_GetTableBucketEncryptionCommand = async (output, context) => {
860
- if (output.statusCode !== 200 && output.statusCode >= 300) {
861
- return de_CommandError(output, context);
862
- }
863
- const contents = smithyClient.map({
864
- $metadata: deserializeMetadata(output),
865
- });
866
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
867
- const doc = smithyClient.take(data, {
868
- encryptionConfiguration: smithyClient._json,
869
- });
870
- Object.assign(contents, doc);
871
- return contents;
872
- };
873
- const de_GetTableBucketMaintenanceConfigurationCommand = async (output, context) => {
874
- if (output.statusCode !== 200 && output.statusCode >= 300) {
875
- return de_CommandError(output, context);
876
- }
877
- const contents = smithyClient.map({
878
- $metadata: deserializeMetadata(output),
879
- });
880
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
881
- const doc = smithyClient.take(data, {
882
- configuration: smithyClient._json,
883
- tableBucketARN: smithyClient.expectString,
884
- });
885
- Object.assign(contents, doc);
886
- return contents;
887
- };
888
- const de_GetTableBucketPolicyCommand = async (output, context) => {
889
- if (output.statusCode !== 200 && output.statusCode >= 300) {
890
- return de_CommandError(output, context);
891
- }
892
- const contents = smithyClient.map({
893
- $metadata: deserializeMetadata(output),
894
- });
895
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
896
- const doc = smithyClient.take(data, {
897
- resourcePolicy: smithyClient.expectString,
898
- });
899
- Object.assign(contents, doc);
900
- return contents;
901
- };
902
- const de_GetTableEncryptionCommand = async (output, context) => {
903
- if (output.statusCode !== 200 && output.statusCode >= 300) {
904
- return de_CommandError(output, context);
905
- }
906
- const contents = smithyClient.map({
907
- $metadata: deserializeMetadata(output),
908
- });
909
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
910
- const doc = smithyClient.take(data, {
911
- encryptionConfiguration: smithyClient._json,
912
- });
913
- Object.assign(contents, doc);
914
- return contents;
915
- };
916
- const de_GetTableMaintenanceConfigurationCommand = async (output, context) => {
917
- if (output.statusCode !== 200 && output.statusCode >= 300) {
918
- return de_CommandError(output, context);
919
- }
920
- const contents = smithyClient.map({
921
- $metadata: deserializeMetadata(output),
922
- });
923
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
924
- const doc = smithyClient.take(data, {
925
- configuration: smithyClient._json,
926
- tableARN: smithyClient.expectString,
927
- });
928
- Object.assign(contents, doc);
929
- return contents;
930
- };
931
- const de_GetTableMaintenanceJobStatusCommand = async (output, context) => {
932
- if (output.statusCode !== 200 && output.statusCode >= 300) {
933
- return de_CommandError(output, context);
934
- }
935
- const contents = smithyClient.map({
936
- $metadata: deserializeMetadata(output),
937
- });
938
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
939
- const doc = smithyClient.take(data, {
940
- status: (_) => de_TableMaintenanceJobStatus(_),
941
- tableARN: smithyClient.expectString,
942
- });
943
- Object.assign(contents, doc);
944
- return contents;
945
- };
946
- const de_GetTableMetadataLocationCommand = async (output, context) => {
947
- if (output.statusCode !== 200 && output.statusCode >= 300) {
948
- return de_CommandError(output, context);
949
- }
950
- const contents = smithyClient.map({
951
- $metadata: deserializeMetadata(output),
952
- });
953
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
954
- const doc = smithyClient.take(data, {
955
- metadataLocation: smithyClient.expectString,
956
- versionToken: smithyClient.expectString,
957
- warehouseLocation: smithyClient.expectString,
958
- });
959
- Object.assign(contents, doc);
960
- return contents;
961
- };
962
- const de_GetTablePolicyCommand = async (output, context) => {
963
- if (output.statusCode !== 200 && output.statusCode >= 300) {
964
- return de_CommandError(output, context);
965
- }
966
- const contents = smithyClient.map({
967
- $metadata: deserializeMetadata(output),
968
- });
969
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
970
- const doc = smithyClient.take(data, {
971
- resourcePolicy: smithyClient.expectString,
972
- });
973
- Object.assign(contents, doc);
974
- return contents;
975
- };
976
- const de_ListNamespacesCommand = async (output, context) => {
977
- if (output.statusCode !== 200 && output.statusCode >= 300) {
978
- return de_CommandError(output, context);
979
- }
980
- const contents = smithyClient.map({
981
- $metadata: deserializeMetadata(output),
982
- });
983
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
984
- const doc = smithyClient.take(data, {
985
- continuationToken: smithyClient.expectString,
986
- namespaces: (_) => de_NamespaceSummaryList(_),
987
- });
988
- Object.assign(contents, doc);
989
- return contents;
990
- };
991
- const de_ListTableBucketsCommand = async (output, context) => {
992
- if (output.statusCode !== 200 && output.statusCode >= 300) {
993
- return de_CommandError(output, context);
994
- }
995
- const contents = smithyClient.map({
996
- $metadata: deserializeMetadata(output),
997
- });
998
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
999
- const doc = smithyClient.take(data, {
1000
- continuationToken: smithyClient.expectString,
1001
- tableBuckets: (_) => de_TableBucketSummaryList(_),
1002
- });
1003
- Object.assign(contents, doc);
1004
- return contents;
1005
- };
1006
- const de_ListTablesCommand = async (output, context) => {
1007
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1008
- return de_CommandError(output, context);
1009
- }
1010
- const contents = smithyClient.map({
1011
- $metadata: deserializeMetadata(output),
1012
- });
1013
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1014
- const doc = smithyClient.take(data, {
1015
- continuationToken: smithyClient.expectString,
1016
- tables: (_) => de_TableSummaryList(_),
1017
- });
1018
- Object.assign(contents, doc);
1019
- return contents;
1020
- };
1021
- const de_ListTagsForResourceCommand = async (output, context) => {
1022
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1023
- return de_CommandError(output, context);
1024
- }
1025
- const contents = smithyClient.map({
1026
- $metadata: deserializeMetadata(output),
1027
- });
1028
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1029
- const doc = smithyClient.take(data, {
1030
- tags: smithyClient._json,
1031
- });
1032
- Object.assign(contents, doc);
1033
- return contents;
1034
- };
1035
- const de_PutTableBucketEncryptionCommand = async (output, context) => {
1036
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1037
- return de_CommandError(output, context);
1038
- }
1039
- const contents = smithyClient.map({
1040
- $metadata: deserializeMetadata(output),
1041
- });
1042
- await smithyClient.collectBody(output.body, context);
1043
- return contents;
1044
- };
1045
- const de_PutTableBucketMaintenanceConfigurationCommand = async (output, context) => {
1046
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1047
- return de_CommandError(output, context);
1048
- }
1049
- const contents = smithyClient.map({
1050
- $metadata: deserializeMetadata(output),
1051
- });
1052
- await smithyClient.collectBody(output.body, context);
1053
- return contents;
1054
- };
1055
- const de_PutTableBucketPolicyCommand = async (output, context) => {
1056
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1057
- return de_CommandError(output, context);
1058
- }
1059
- const contents = smithyClient.map({
1060
- $metadata: deserializeMetadata(output),
1061
- });
1062
- await smithyClient.collectBody(output.body, context);
1063
- return contents;
1064
- };
1065
- const de_PutTableMaintenanceConfigurationCommand = async (output, context) => {
1066
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1067
- return de_CommandError(output, context);
1068
- }
1069
- const contents = smithyClient.map({
1070
- $metadata: deserializeMetadata(output),
1071
- });
1072
- await smithyClient.collectBody(output.body, context);
1073
- return contents;
1074
- };
1075
- const de_PutTablePolicyCommand = async (output, context) => {
1076
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1077
- return de_CommandError(output, context);
1078
- }
1079
- const contents = smithyClient.map({
1080
- $metadata: deserializeMetadata(output),
1081
- });
1082
- await smithyClient.collectBody(output.body, context);
1083
- return contents;
1084
- };
1085
- const de_RenameTableCommand = async (output, context) => {
1086
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1087
- return de_CommandError(output, context);
1088
- }
1089
- const contents = smithyClient.map({
1090
- $metadata: deserializeMetadata(output),
1091
- });
1092
- await smithyClient.collectBody(output.body, context);
1093
- return contents;
1094
- };
1095
- const de_TagResourceCommand = async (output, context) => {
1096
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1097
- return de_CommandError(output, context);
1098
- }
1099
- const contents = smithyClient.map({
1100
- $metadata: deserializeMetadata(output),
1101
- });
1102
- await smithyClient.collectBody(output.body, context);
1103
- return contents;
1104
- };
1105
- const de_UntagResourceCommand = async (output, context) => {
1106
- if (output.statusCode !== 204 && output.statusCode >= 300) {
1107
- return de_CommandError(output, context);
1108
- }
1109
- const contents = smithyClient.map({
1110
- $metadata: deserializeMetadata(output),
1111
- });
1112
- await smithyClient.collectBody(output.body, context);
1113
- return contents;
1114
- };
1115
- const de_UpdateTableMetadataLocationCommand = async (output, context) => {
1116
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1117
- return de_CommandError(output, context);
1118
- }
1119
- const contents = smithyClient.map({
1120
- $metadata: deserializeMetadata(output),
1121
- });
1122
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1123
- const doc = smithyClient.take(data, {
1124
- metadataLocation: smithyClient.expectString,
1125
- name: smithyClient.expectString,
1126
- namespace: smithyClient._json,
1127
- tableARN: smithyClient.expectString,
1128
- versionToken: smithyClient.expectString,
1129
- });
1130
- Object.assign(contents, doc);
1131
- return contents;
1132
- };
1133
- const de_CommandError = async (output, context) => {
1134
- const parsedOutput = {
1135
- ...output,
1136
- body: await core$1.parseJsonErrorBody(output.body, context),
1137
- };
1138
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1139
- switch (errorCode) {
1140
- case "BadRequestException":
1141
- case "com.amazonaws.s3tables#BadRequestException":
1142
- throw await de_BadRequestExceptionRes(parsedOutput);
1143
- case "ConflictException":
1144
- case "com.amazonaws.s3tables#ConflictException":
1145
- throw await de_ConflictExceptionRes(parsedOutput);
1146
- case "ForbiddenException":
1147
- case "com.amazonaws.s3tables#ForbiddenException":
1148
- throw await de_ForbiddenExceptionRes(parsedOutput);
1149
- case "InternalServerErrorException":
1150
- case "com.amazonaws.s3tables#InternalServerErrorException":
1151
- throw await de_InternalServerErrorExceptionRes(parsedOutput);
1152
- case "NotFoundException":
1153
- case "com.amazonaws.s3tables#NotFoundException":
1154
- throw await de_NotFoundExceptionRes(parsedOutput);
1155
- case "TooManyRequestsException":
1156
- case "com.amazonaws.s3tables#TooManyRequestsException":
1157
- throw await de_TooManyRequestsExceptionRes(parsedOutput);
1158
- case "AccessDeniedException":
1159
- case "com.amazonaws.s3tables#AccessDeniedException":
1160
- throw await de_AccessDeniedExceptionRes(parsedOutput);
1161
- default:
1162
- const parsedBody = parsedOutput.body;
1163
- return throwDefaultError({
1164
- output,
1165
- parsedBody,
1166
- errorCode,
1167
- });
1168
- }
1169
- };
1170
- const throwDefaultError = smithyClient.withBaseException(S3TablesServiceException);
1171
- const de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
1172
- const contents = smithyClient.map({});
1173
- const data = parsedOutput.body;
1174
- const doc = smithyClient.take(data, {
1175
- message: smithyClient.expectString,
1176
- });
1177
- Object.assign(contents, doc);
1178
- const exception = new AccessDeniedException({
1179
- $metadata: deserializeMetadata(parsedOutput),
1180
- ...contents,
1181
- });
1182
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1183
- };
1184
- const de_BadRequestExceptionRes = async (parsedOutput, context) => {
1185
- const contents = smithyClient.map({});
1186
- const data = parsedOutput.body;
1187
- const doc = smithyClient.take(data, {
1188
- message: smithyClient.expectString,
1189
- });
1190
- Object.assign(contents, doc);
1191
- const exception = new BadRequestException({
1192
- $metadata: deserializeMetadata(parsedOutput),
1193
- ...contents,
1194
- });
1195
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1196
- };
1197
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1198
- const contents = smithyClient.map({});
1199
- const data = parsedOutput.body;
1200
- const doc = smithyClient.take(data, {
1201
- message: smithyClient.expectString,
1202
- });
1203
- Object.assign(contents, doc);
1204
- const exception = new ConflictException({
1205
- $metadata: deserializeMetadata(parsedOutput),
1206
- ...contents,
1207
- });
1208
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1209
- };
1210
- const de_ForbiddenExceptionRes = async (parsedOutput, context) => {
1211
- const contents = smithyClient.map({});
1212
- const data = parsedOutput.body;
1213
- const doc = smithyClient.take(data, {
1214
- message: smithyClient.expectString,
1215
- });
1216
- Object.assign(contents, doc);
1217
- const exception = new ForbiddenException({
1218
- $metadata: deserializeMetadata(parsedOutput),
1219
- ...contents,
1220
- });
1221
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1222
- };
1223
- const de_InternalServerErrorExceptionRes = async (parsedOutput, context) => {
1224
- const contents = smithyClient.map({});
1225
- const data = parsedOutput.body;
1226
- const doc = smithyClient.take(data, {
1227
- message: smithyClient.expectString,
1228
- });
1229
- Object.assign(contents, doc);
1230
- const exception = new InternalServerErrorException({
1231
- $metadata: deserializeMetadata(parsedOutput),
1232
- ...contents,
1233
- });
1234
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1235
- };
1236
- const de_NotFoundExceptionRes = async (parsedOutput, context) => {
1237
- const contents = smithyClient.map({});
1238
- const data = parsedOutput.body;
1239
- const doc = smithyClient.take(data, {
1240
- message: smithyClient.expectString,
1241
- });
1242
- Object.assign(contents, doc);
1243
- const exception = new NotFoundException({
1244
- $metadata: deserializeMetadata(parsedOutput),
1245
- ...contents,
1246
- });
1247
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1248
- };
1249
- const de_TooManyRequestsExceptionRes = async (parsedOutput, context) => {
1250
- const contents = smithyClient.map({});
1251
- const data = parsedOutput.body;
1252
- const doc = smithyClient.take(data, {
1253
- message: smithyClient.expectString,
1254
- });
1255
- Object.assign(contents, doc);
1256
- const exception = new TooManyRequestsException({
1257
- $metadata: deserializeMetadata(parsedOutput),
1258
- ...contents,
1259
- });
1260
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1261
- };
1262
- const de_NamespaceSummary = (output, context) => {
1263
- return smithyClient.take(output, {
1264
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1265
- createdBy: smithyClient.expectString,
1266
- namespace: smithyClient._json,
1267
- namespaceId: smithyClient.expectString,
1268
- ownerAccountId: smithyClient.expectString,
1269
- tableBucketId: smithyClient.expectString,
1270
- });
1271
- };
1272
- const de_NamespaceSummaryList = (output, context) => {
1273
- const retVal = (output || [])
1274
- .filter((e) => e != null)
1275
- .map((entry) => {
1276
- return de_NamespaceSummary(entry);
1277
- });
1278
- return retVal;
1279
- };
1280
- const de_TableBucketSummary = (output, context) => {
1281
- return smithyClient.take(output, {
1282
- arn: smithyClient.expectString,
1283
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1284
- name: smithyClient.expectString,
1285
- ownerAccountId: smithyClient.expectString,
1286
- tableBucketId: smithyClient.expectString,
1287
- type: smithyClient.expectString,
1288
- });
1289
- };
1290
- const de_TableBucketSummaryList = (output, context) => {
1291
- const retVal = (output || [])
1292
- .filter((e) => e != null)
1293
- .map((entry) => {
1294
- return de_TableBucketSummary(entry);
1295
- });
1296
- return retVal;
1297
- };
1298
- const de_TableMaintenanceJobStatus = (output, context) => {
1299
- return Object.entries(output).reduce((acc, [key, value]) => {
1300
- if (value === null) {
1301
- return acc;
1302
- }
1303
- acc[key] = de_TableMaintenanceJobStatusValue(value);
1304
- return acc;
1305
- }, {});
1306
- };
1307
- const de_TableMaintenanceJobStatusValue = (output, context) => {
1308
- return smithyClient.take(output, {
1309
- failureMessage: smithyClient.expectString,
1310
- lastRunTimestamp: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1311
- status: smithyClient.expectString,
1312
- });
1313
- };
1314
- const de_TableSummary = (output, context) => {
1315
- return smithyClient.take(output, {
1316
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1317
- modifiedAt: (_) => smithyClient.expectNonNull(smithyClient.parseRfc3339DateTimeWithOffset(_)),
1318
- name: smithyClient.expectString,
1319
- namespace: smithyClient._json,
1320
- namespaceId: smithyClient.expectString,
1321
- tableARN: smithyClient.expectString,
1322
- tableBucketId: smithyClient.expectString,
1323
- type: smithyClient.expectString,
1324
- });
1325
- };
1326
- const de_TableSummaryList = (output, context) => {
1327
- const retVal = (output || [])
1328
- .filter((e) => e != null)
1329
- .map((entry) => {
1330
- return de_TableSummary(entry);
1331
- });
1332
- return retVal;
1333
- };
1334
- const deserializeMetadata = (output) => ({
1335
- httpStatusCode: output.statusCode,
1336
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
1337
- extendedRequestId: output.headers["x-amz-id-2"],
1338
- cfId: output.headers["x-amz-cf-id"],
1339
- });
248
+ const _ADE = "AccessDeniedException";
249
+ const _BRE = "BadRequestException";
250
+ const _CE = "ConflictException";
251
+ const _CN = "CreateNamespace";
252
+ const _CNR = "CreateNamespaceRequest";
253
+ const _CNRr = "CreateNamespaceResponse";
254
+ const _CT = "CreateTable";
255
+ const _CTB = "CreateTableBucket";
256
+ const _CTBR = "CreateTableBucketRequest";
257
+ const _CTBRr = "CreateTableBucketResponse";
258
+ const _CTR = "CreateTableRequest";
259
+ const _CTRr = "CreateTableResponse";
260
+ const _DN = "DeleteNamespace";
261
+ const _DNR = "DeleteNamespaceRequest";
262
+ const _DT = "DeleteTable";
263
+ const _DTB = "DeleteTableBucket";
264
+ const _DTBE = "DeleteTableBucketEncryption";
265
+ const _DTBER = "DeleteTableBucketEncryptionRequest";
266
+ const _DTBMC = "DeleteTableBucketMetricsConfiguration";
267
+ const _DTBMCR = "DeleteTableBucketMetricsConfigurationRequest";
268
+ const _DTBP = "DeleteTableBucketPolicy";
269
+ const _DTBPR = "DeleteTableBucketPolicyRequest";
270
+ const _DTBR = "DeleteTableBucketRequest";
271
+ const _DTP = "DeleteTablePolicy";
272
+ const _DTPR = "DeleteTablePolicyRequest";
273
+ const _DTR = "DeleteTableRequest";
274
+ const _EC = "EncryptionConfiguration";
275
+ const _FE = "ForbiddenException";
276
+ const _GN = "GetNamespace";
277
+ const _GNR = "GetNamespaceRequest";
278
+ const _GNRe = "GetNamespaceResponse";
279
+ const _GT = "GetTable";
280
+ const _GTB = "GetTableBucket";
281
+ const _GTBE = "GetTableBucketEncryption";
282
+ const _GTBER = "GetTableBucketEncryptionRequest";
283
+ const _GTBERe = "GetTableBucketEncryptionResponse";
284
+ const _GTBMC = "GetTableBucketMaintenanceConfiguration";
285
+ const _GTBMCR = "GetTableBucketMaintenanceConfigurationRequest";
286
+ const _GTBMCRe = "GetTableBucketMaintenanceConfigurationResponse";
287
+ const _GTBMCRet = "GetTableBucketMetricsConfigurationRequest";
288
+ const _GTBMCReta = "GetTableBucketMetricsConfigurationResponse";
289
+ const _GTBMCe = "GetTableBucketMetricsConfiguration";
290
+ const _GTBP = "GetTableBucketPolicy";
291
+ const _GTBPR = "GetTableBucketPolicyRequest";
292
+ const _GTBPRe = "GetTableBucketPolicyResponse";
293
+ const _GTBR = "GetTableBucketRequest";
294
+ const _GTBRe = "GetTableBucketResponse";
295
+ const _GTE = "GetTableEncryption";
296
+ const _GTER = "GetTableEncryptionRequest";
297
+ const _GTERe = "GetTableEncryptionResponse";
298
+ const _GTMC = "GetTableMaintenanceConfiguration";
299
+ const _GTMCR = "GetTableMaintenanceConfigurationRequest";
300
+ const _GTMCRe = "GetTableMaintenanceConfigurationResponse";
301
+ const _GTMJS = "GetTableMaintenanceJobStatus";
302
+ const _GTMJSR = "GetTableMaintenanceJobStatusRequest";
303
+ const _GTMJSRe = "GetTableMaintenanceJobStatusResponse";
304
+ const _GTML = "GetTableMetadataLocation";
305
+ const _GTMLR = "GetTableMetadataLocationRequest";
306
+ const _GTMLRe = "GetTableMetadataLocationResponse";
307
+ const _GTP = "GetTablePolicy";
308
+ const _GTPR = "GetTablePolicyRequest";
309
+ const _GTPRe = "GetTablePolicyResponse";
310
+ const _GTR = "GetTableRequest";
311
+ const _GTRe = "GetTableResponse";
312
+ const _ICS = "IcebergCompactionSettings";
313
+ const _IM = "IcebergMetadata";
314
+ const _IS = "IcebergSchema";
315
+ const _ISEE = "InternalServerErrorException";
316
+ const _ISMS = "IcebergSnapshotManagementSettings";
317
+ const _IUFRS = "IcebergUnreferencedFileRemovalSettings";
318
+ const _LN = "ListNamespaces";
319
+ const _LNR = "ListNamespacesRequest";
320
+ const _LNRi = "ListNamespacesResponse";
321
+ const _LT = "ListTables";
322
+ const _LTB = "ListTableBuckets";
323
+ const _LTBR = "ListTableBucketsRequest";
324
+ const _LTBRi = "ListTableBucketsResponse";
325
+ const _LTFR = "ListTagsForResource";
326
+ const _LTFRR = "ListTagsForResourceRequest";
327
+ const _LTFRRi = "ListTagsForResourceResponse";
328
+ const _LTR = "ListTablesRequest";
329
+ const _LTRi = "ListTablesResponse";
330
+ const _NFE = "NotFoundException";
331
+ const _NS = "NamespaceSummary";
332
+ const _NSL = "NamespaceSummaryList";
333
+ const _PTBE = "PutTableBucketEncryption";
334
+ const _PTBER = "PutTableBucketEncryptionRequest";
335
+ const _PTBMC = "PutTableBucketMaintenanceConfiguration";
336
+ const _PTBMCR = "PutTableBucketMaintenanceConfigurationRequest";
337
+ const _PTBMCRu = "PutTableBucketMetricsConfigurationRequest";
338
+ const _PTBMCu = "PutTableBucketMetricsConfiguration";
339
+ const _PTBP = "PutTableBucketPolicy";
340
+ const _PTBPR = "PutTableBucketPolicyRequest";
341
+ const _PTMC = "PutTableMaintenanceConfiguration";
342
+ const _PTMCR = "PutTableMaintenanceConfigurationRequest";
343
+ const _PTP = "PutTablePolicy";
344
+ const _PTPR = "PutTablePolicyRequest";
345
+ const _RT = "RenameTable";
346
+ const _RTR = "RenameTableRequest";
347
+ const _SF = "SchemaField";
348
+ const _SFL = "SchemaFieldList";
349
+ const _TBMC = "TableBucketMaintenanceConfiguration";
350
+ const _TBMCV = "TableBucketMaintenanceConfigurationValue";
351
+ const _TBMS = "TableBucketMaintenanceSettings";
352
+ const _TBS = "TableBucketSummary";
353
+ const _TBSL = "TableBucketSummaryList";
354
+ const _TM = "TableMetadata";
355
+ const _TMC = "TableMaintenanceConfiguration";
356
+ const _TMCV = "TableMaintenanceConfigurationValue";
357
+ const _TMJS = "TableMaintenanceJobStatus";
358
+ const _TMJSV = "TableMaintenanceJobStatusValue";
359
+ const _TMRE = "TooManyRequestsException";
360
+ const _TMS = "TableMaintenanceSettings";
361
+ const _TR = "TagResource";
362
+ const _TRR = "TagResourceRequest";
363
+ const _TRRa = "TagResourceResponse";
364
+ const _TS = "TableSummary";
365
+ const _TSL = "TableSummaryList";
366
+ const _UR = "UntagResource";
367
+ const _URR = "UntagResourceRequest";
368
+ const _URRn = "UntagResourceResponse";
369
+ const _UTML = "UpdateTableMetadataLocation";
370
+ const _UTMLR = "UpdateTableMetadataLocationRequest";
371
+ const _UTMLRp = "UpdateTableMetadataLocationResponse";
372
+ const _a = "arn";
373
+ const _c = "client";
374
+ const _cA = "createdAt";
375
+ const _cB = "createdBy";
1340
376
  const _cT = "continuationToken";
1341
- const _mB = "maxBuckets";
377
+ const _co = "configuration";
378
+ const _e = "error";
379
+ const _eC = "encryptionConfiguration";
380
+ const _f = "format";
381
+ const _fM = "failureMessage";
382
+ const _fi = "fields";
383
+ const _h = "http";
384
+ const _hE = "httpError";
385
+ const _hQ = "httpQuery";
386
+ const _i = "id";
387
+ const _iC = "icebergCompaction";
388
+ const _iSM = "icebergSnapshotManagement";
389
+ const _iUFR = "icebergUnreferencedFileRemoval";
390
+ const _ic = "iceberg";
391
+ const _kKA = "kmsKeyArn";
392
+ const _lRT = "lastRunTimestamp";
393
+ const _m = "message";
394
+ const _mA = "modifiedAt";
395
+ const _mB = "modifiedBy";
396
+ const _mBS = "managedByService";
397
+ const _mBa = "maxBuckets";
398
+ const _mL = "metadataLocation";
1342
399
  const _mN = "maxNamespaces";
400
+ const _mSAH = "maxSnapshotAgeHours";
401
+ const _mSTK = "minSnapshotsToKeep";
1343
402
  const _mT = "maxTables";
403
+ const _me = "metadata";
1344
404
  const _n = "namespace";
405
+ const _nCD = "nonCurrentDays";
406
+ const _nI = "namespaceId";
407
+ const _nN = "newName";
408
+ const _nNN = "newNamespaceName";
1345
409
  const _na = "name";
410
+ const _nam = "namespaces";
411
+ const _oAI = "ownerAccountId";
1346
412
  const _p = "prefix";
1347
- const _t = "type";
413
+ const _r = "required";
414
+ const _rA = "resourceArn";
415
+ const _rP = "resourcePolicy";
416
+ const _s = "status";
417
+ const _sA = "sseAlgorithm";
418
+ const _sc = "schema";
419
+ const _se = "server";
420
+ const _set = "settings";
421
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.s3tables";
422
+ const _st = "strategy";
423
+ const _t = "tags";
1348
424
  const _tA = "tableArn";
425
+ const _tARN = "tableARN";
426
+ const _tB = "tableBuckets";
1349
427
  const _tBARN = "tableBucketARN";
428
+ const _tBI = "tableBucketId";
429
+ const _tFSMB = "targetFileSizeMB";
1350
430
  const _tK = "tagKeys";
431
+ const _ta = "tables";
432
+ const _ty = "type";
433
+ const _uD = "unreferencedDays";
434
+ const _v = "value";
1351
435
  const _vT = "versionToken";
436
+ const _wL = "warehouseLocation";
437
+ const n0 = "com.amazonaws.s3tables";
438
+ var AccessDeniedException = [
439
+ -3,
440
+ n0,
441
+ _ADE,
442
+ {
443
+ [_e]: _c,
444
+ [_hE]: 403,
445
+ },
446
+ [_m],
447
+ [0],
448
+ ];
449
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
450
+ var BadRequestException = [
451
+ -3,
452
+ n0,
453
+ _BRE,
454
+ {
455
+ [_e]: _c,
456
+ [_hE]: 400,
457
+ },
458
+ [_m],
459
+ [0],
460
+ ];
461
+ schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
462
+ var ConflictException = [
463
+ -3,
464
+ n0,
465
+ _CE,
466
+ {
467
+ [_e]: _c,
468
+ [_hE]: 409,
469
+ },
470
+ [_m],
471
+ [0],
472
+ ];
473
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
474
+ var CreateNamespaceRequest = [3, n0, _CNR, 0, [_tBARN, _n], [[0, 1], 64 | 0]];
475
+ var CreateNamespaceResponse = [3, n0, _CNRr, 0, [_tBARN, _n], [0, 64 | 0]];
476
+ var CreateTableBucketRequest = [
477
+ 3,
478
+ n0,
479
+ _CTBR,
480
+ 0,
481
+ [_na, _eC, _t],
482
+ [0, () => EncryptionConfiguration, 128 | 0],
483
+ ];
484
+ var CreateTableBucketResponse = [3, n0, _CTBRr, 0, [_a], [0]];
485
+ var CreateTableRequest = [
486
+ 3,
487
+ n0,
488
+ _CTR,
489
+ 0,
490
+ [_tBARN, _n, _na, _f, _me, _eC, _t],
491
+ [[0, 1], [0, 1], 0, 0, () => TableMetadata, () => EncryptionConfiguration, 128 | 0],
492
+ ];
493
+ var CreateTableResponse = [3, n0, _CTRr, 0, [_tARN, _vT], [0, 0]];
494
+ var DeleteNamespaceRequest = [
495
+ 3,
496
+ n0,
497
+ _DNR,
498
+ 0,
499
+ [_tBARN, _n],
500
+ [
501
+ [0, 1],
502
+ [0, 1],
503
+ ],
504
+ ];
505
+ var DeleteTableBucketEncryptionRequest = [3, n0, _DTBER, 0, [_tBARN], [[0, 1]]];
506
+ var DeleteTableBucketMetricsConfigurationRequest = [
507
+ 3,
508
+ n0,
509
+ _DTBMCR,
510
+ 0,
511
+ [_tBARN],
512
+ [[0, 1]],
513
+ ];
514
+ var DeleteTableBucketPolicyRequest = [3, n0, _DTBPR, 0, [_tBARN], [[0, 1]]];
515
+ var DeleteTableBucketRequest = [3, n0, _DTBR, 0, [_tBARN], [[0, 1]]];
516
+ var DeleteTablePolicyRequest = [
517
+ 3,
518
+ n0,
519
+ _DTPR,
520
+ 0,
521
+ [_tBARN, _n, _na],
522
+ [
523
+ [0, 1],
524
+ [0, 1],
525
+ [0, 1],
526
+ ],
527
+ ];
528
+ var DeleteTableRequest = [
529
+ 3,
530
+ n0,
531
+ _DTR,
532
+ 0,
533
+ [_tBARN, _n, _na, _vT],
534
+ [
535
+ [0, 1],
536
+ [0, 1],
537
+ [0, 1],
538
+ [
539
+ 0,
540
+ {
541
+ [_hQ]: _vT,
542
+ },
543
+ ],
544
+ ],
545
+ ];
546
+ var EncryptionConfiguration = [3, n0, _EC, 0, [_sA, _kKA], [0, 0]];
547
+ var ForbiddenException = [
548
+ -3,
549
+ n0,
550
+ _FE,
551
+ {
552
+ [_e]: _c,
553
+ [_hE]: 403,
554
+ },
555
+ [_m],
556
+ [0],
557
+ ];
558
+ schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
559
+ var GetNamespaceRequest = [
560
+ 3,
561
+ n0,
562
+ _GNR,
563
+ 0,
564
+ [_tBARN, _n],
565
+ [
566
+ [0, 1],
567
+ [0, 1],
568
+ ],
569
+ ];
570
+ var GetNamespaceResponse = [
571
+ 3,
572
+ n0,
573
+ _GNRe,
574
+ 0,
575
+ [_n, _cA, _cB, _oAI, _nI, _tBI],
576
+ [64 | 0, 5, 0, 0, 0, 0],
577
+ ];
578
+ var GetTableBucketEncryptionRequest = [3, n0, _GTBER, 0, [_tBARN], [[0, 1]]];
579
+ var GetTableBucketEncryptionResponse = [
580
+ 3,
581
+ n0,
582
+ _GTBERe,
583
+ 0,
584
+ [_eC],
585
+ [() => EncryptionConfiguration],
586
+ ];
587
+ var GetTableBucketMaintenanceConfigurationRequest = [
588
+ 3,
589
+ n0,
590
+ _GTBMCR,
591
+ 0,
592
+ [_tBARN],
593
+ [[0, 1]],
594
+ ];
595
+ var GetTableBucketMaintenanceConfigurationResponse = [
596
+ 3,
597
+ n0,
598
+ _GTBMCRe,
599
+ 0,
600
+ [_tBARN, _co],
601
+ [0, () => TableBucketMaintenanceConfiguration],
602
+ ];
603
+ var GetTableBucketMetricsConfigurationRequest = [3, n0, _GTBMCRet, 0, [_tBARN], [[0, 1]]];
604
+ var GetTableBucketMetricsConfigurationResponse = [
605
+ 3,
606
+ n0,
607
+ _GTBMCReta,
608
+ 0,
609
+ [_tBARN, _i],
610
+ [0, 0],
611
+ ];
612
+ var GetTableBucketPolicyRequest = [3, n0, _GTBPR, 0, [_tBARN], [[0, 1]]];
613
+ var GetTableBucketPolicyResponse = [3, n0, _GTBPRe, 0, [_rP], [0]];
614
+ var GetTableBucketRequest = [3, n0, _GTBR, 0, [_tBARN], [[0, 1]]];
615
+ var GetTableBucketResponse = [
616
+ 3,
617
+ n0,
618
+ _GTBRe,
619
+ 0,
620
+ [_a, _na, _oAI, _cA, _tBI, _ty],
621
+ [0, 0, 0, 5, 0, 0],
622
+ ];
623
+ var GetTableEncryptionRequest = [
624
+ 3,
625
+ n0,
626
+ _GTER,
627
+ 0,
628
+ [_tBARN, _n, _na],
629
+ [
630
+ [0, 1],
631
+ [0, 1],
632
+ [0, 1],
633
+ ],
634
+ ];
635
+ var GetTableEncryptionResponse = [
636
+ 3,
637
+ n0,
638
+ _GTERe,
639
+ 0,
640
+ [_eC],
641
+ [() => EncryptionConfiguration],
642
+ ];
643
+ var GetTableMaintenanceConfigurationRequest = [
644
+ 3,
645
+ n0,
646
+ _GTMCR,
647
+ 0,
648
+ [_tBARN, _n, _na],
649
+ [
650
+ [0, 1],
651
+ [0, 1],
652
+ [0, 1],
653
+ ],
654
+ ];
655
+ var GetTableMaintenanceConfigurationResponse = [
656
+ 3,
657
+ n0,
658
+ _GTMCRe,
659
+ 0,
660
+ [_tARN, _co],
661
+ [0, () => TableMaintenanceConfiguration],
662
+ ];
663
+ var GetTableMaintenanceJobStatusRequest = [
664
+ 3,
665
+ n0,
666
+ _GTMJSR,
667
+ 0,
668
+ [_tBARN, _n, _na],
669
+ [
670
+ [0, 1],
671
+ [0, 1],
672
+ [0, 1],
673
+ ],
674
+ ];
675
+ var GetTableMaintenanceJobStatusResponse = [
676
+ 3,
677
+ n0,
678
+ _GTMJSRe,
679
+ 0,
680
+ [_tARN, _s],
681
+ [0, () => TableMaintenanceJobStatus],
682
+ ];
683
+ var GetTableMetadataLocationRequest = [
684
+ 3,
685
+ n0,
686
+ _GTMLR,
687
+ 0,
688
+ [_tBARN, _n, _na],
689
+ [
690
+ [0, 1],
691
+ [0, 1],
692
+ [0, 1],
693
+ ],
694
+ ];
695
+ var GetTableMetadataLocationResponse = [3, n0, _GTMLRe, 0, [_vT, _mL, _wL], [0, 0, 0]];
696
+ var GetTablePolicyRequest = [
697
+ 3,
698
+ n0,
699
+ _GTPR,
700
+ 0,
701
+ [_tBARN, _n, _na],
702
+ [
703
+ [0, 1],
704
+ [0, 1],
705
+ [0, 1],
706
+ ],
707
+ ];
708
+ var GetTablePolicyResponse = [3, n0, _GTPRe, 0, [_rP], [0]];
709
+ var GetTableRequest = [
710
+ 3,
711
+ n0,
712
+ _GTR,
713
+ 0,
714
+ [_tBARN, _n, _na, _tA],
715
+ [
716
+ [
717
+ 0,
718
+ {
719
+ [_hQ]: _tBARN,
720
+ },
721
+ ],
722
+ [
723
+ 0,
724
+ {
725
+ [_hQ]: _n,
726
+ },
727
+ ],
728
+ [
729
+ 0,
730
+ {
731
+ [_hQ]: _na,
732
+ },
733
+ ],
734
+ [
735
+ 0,
736
+ {
737
+ [_hQ]: _tA,
738
+ },
739
+ ],
740
+ ],
741
+ ];
742
+ var GetTableResponse = [
743
+ 3,
744
+ n0,
745
+ _GTRe,
746
+ 0,
747
+ [_na, _ty, _tARN, _n, _nI, _vT, _mL, _wL, _cA, _cB, _mBS, _mA, _mB, _oAI, _f, _tBI],
748
+ [0, 0, 0, 64 | 0, 0, 0, 0, 0, 5, 0, 0, 5, 0, 0, 0, 0],
749
+ ];
750
+ var IcebergCompactionSettings = [3, n0, _ICS, 0, [_tFSMB, _st], [1, 0]];
751
+ var IcebergMetadata = [3, n0, _IM, 0, [_sc], [() => IcebergSchema]];
752
+ var IcebergSchema = [3, n0, _IS, 0, [_fi], [() => SchemaFieldList]];
753
+ var IcebergSnapshotManagementSettings = [3, n0, _ISMS, 0, [_mSTK, _mSAH], [1, 1]];
754
+ var IcebergUnreferencedFileRemovalSettings = [3, n0, _IUFRS, 0, [_uD, _nCD], [1, 1]];
755
+ var InternalServerErrorException = [
756
+ -3,
757
+ n0,
758
+ _ISEE,
759
+ {
760
+ [_e]: _se,
761
+ [_hE]: 500,
762
+ },
763
+ [_m],
764
+ [0],
765
+ ];
766
+ schema.TypeRegistry.for(n0).registerError(InternalServerErrorException, InternalServerErrorException$1);
767
+ var ListNamespacesRequest = [
768
+ 3,
769
+ n0,
770
+ _LNR,
771
+ 0,
772
+ [_tBARN, _p, _cT, _mN],
773
+ [
774
+ [0, 1],
775
+ [
776
+ 0,
777
+ {
778
+ [_hQ]: _p,
779
+ },
780
+ ],
781
+ [
782
+ 0,
783
+ {
784
+ [_hQ]: _cT,
785
+ },
786
+ ],
787
+ [
788
+ 1,
789
+ {
790
+ [_hQ]: _mN,
791
+ },
792
+ ],
793
+ ],
794
+ ];
795
+ var ListNamespacesResponse = [
796
+ 3,
797
+ n0,
798
+ _LNRi,
799
+ 0,
800
+ [_nam, _cT],
801
+ [() => NamespaceSummaryList, 0],
802
+ ];
803
+ var ListTableBucketsRequest = [
804
+ 3,
805
+ n0,
806
+ _LTBR,
807
+ 0,
808
+ [_p, _cT, _mBa, _ty],
809
+ [
810
+ [
811
+ 0,
812
+ {
813
+ [_hQ]: _p,
814
+ },
815
+ ],
816
+ [
817
+ 0,
818
+ {
819
+ [_hQ]: _cT,
820
+ },
821
+ ],
822
+ [
823
+ 1,
824
+ {
825
+ [_hQ]: _mBa,
826
+ },
827
+ ],
828
+ [
829
+ 0,
830
+ {
831
+ [_hQ]: _ty,
832
+ },
833
+ ],
834
+ ],
835
+ ];
836
+ var ListTableBucketsResponse = [
837
+ 3,
838
+ n0,
839
+ _LTBRi,
840
+ 0,
841
+ [_tB, _cT],
842
+ [() => TableBucketSummaryList, 0],
843
+ ];
844
+ var ListTablesRequest = [
845
+ 3,
846
+ n0,
847
+ _LTR,
848
+ 0,
849
+ [_tBARN, _n, _p, _cT, _mT],
850
+ [
851
+ [0, 1],
852
+ [
853
+ 0,
854
+ {
855
+ [_hQ]: _n,
856
+ },
857
+ ],
858
+ [
859
+ 0,
860
+ {
861
+ [_hQ]: _p,
862
+ },
863
+ ],
864
+ [
865
+ 0,
866
+ {
867
+ [_hQ]: _cT,
868
+ },
869
+ ],
870
+ [
871
+ 1,
872
+ {
873
+ [_hQ]: _mT,
874
+ },
875
+ ],
876
+ ],
877
+ ];
878
+ var ListTablesResponse = [3, n0, _LTRi, 0, [_ta, _cT], [() => TableSummaryList, 0]];
879
+ var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
880
+ var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
881
+ var NamespaceSummary = [
882
+ 3,
883
+ n0,
884
+ _NS,
885
+ 0,
886
+ [_n, _cA, _cB, _oAI, _nI, _tBI],
887
+ [64 | 0, 5, 0, 0, 0, 0],
888
+ ];
889
+ var NotFoundException = [
890
+ -3,
891
+ n0,
892
+ _NFE,
893
+ {
894
+ [_e]: _c,
895
+ [_hE]: 404,
896
+ },
897
+ [_m],
898
+ [0],
899
+ ];
900
+ schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
901
+ var PutTableBucketEncryptionRequest = [
902
+ 3,
903
+ n0,
904
+ _PTBER,
905
+ 0,
906
+ [_tBARN, _eC],
907
+ [[0, 1], () => EncryptionConfiguration],
908
+ ];
909
+ var PutTableBucketMaintenanceConfigurationRequest = [
910
+ 3,
911
+ n0,
912
+ _PTBMCR,
913
+ 0,
914
+ [_tBARN, _ty, _v],
915
+ [[0, 1], [0, 1], () => TableBucketMaintenanceConfigurationValue],
916
+ ];
917
+ var PutTableBucketMetricsConfigurationRequest = [3, n0, _PTBMCRu, 0, [_tBARN], [[0, 1]]];
918
+ var PutTableBucketPolicyRequest = [3, n0, _PTBPR, 0, [_tBARN, _rP], [[0, 1], 0]];
919
+ var PutTableMaintenanceConfigurationRequest = [
920
+ 3,
921
+ n0,
922
+ _PTMCR,
923
+ 0,
924
+ [_tBARN, _n, _na, _ty, _v],
925
+ [[0, 1], [0, 1], [0, 1], [0, 1], () => TableMaintenanceConfigurationValue],
926
+ ];
927
+ var PutTablePolicyRequest = [
928
+ 3,
929
+ n0,
930
+ _PTPR,
931
+ 0,
932
+ [_tBARN, _n, _na, _rP],
933
+ [[0, 1], [0, 1], [0, 1], 0],
934
+ ];
935
+ var RenameTableRequest = [
936
+ 3,
937
+ n0,
938
+ _RTR,
939
+ 0,
940
+ [_tBARN, _n, _na, _nNN, _nN, _vT],
941
+ [[0, 1], [0, 1], [0, 1], 0, 0, 0],
942
+ ];
943
+ var SchemaField = [3, n0, _SF, 0, [_na, _ty, _r], [0, 0, 2]];
944
+ var TableBucketMaintenanceConfigurationValue = [
945
+ 3,
946
+ n0,
947
+ _TBMCV,
948
+ 0,
949
+ [_s, _set],
950
+ [0, () => TableBucketMaintenanceSettings],
951
+ ];
952
+ var TableBucketSummary = [
953
+ 3,
954
+ n0,
955
+ _TBS,
956
+ 0,
957
+ [_a, _na, _oAI, _cA, _tBI, _ty],
958
+ [0, 0, 0, 5, 0, 0],
959
+ ];
960
+ var TableMaintenanceConfigurationValue = [
961
+ 3,
962
+ n0,
963
+ _TMCV,
964
+ 0,
965
+ [_s, _set],
966
+ [0, () => TableMaintenanceSettings],
967
+ ];
968
+ var TableMaintenanceJobStatusValue = [3, n0, _TMJSV, 0, [_s, _lRT, _fM], [0, 5, 0]];
969
+ var TableSummary = [
970
+ 3,
971
+ n0,
972
+ _TS,
973
+ 0,
974
+ [_n, _na, _ty, _tARN, _cA, _mA, _nI, _tBI],
975
+ [64 | 0, 0, 0, 0, 5, 5, 0, 0],
976
+ ];
977
+ var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
978
+ var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
979
+ var TooManyRequestsException = [
980
+ -3,
981
+ n0,
982
+ _TMRE,
983
+ {
984
+ [_e]: _c,
985
+ [_hE]: 429,
986
+ },
987
+ [_m],
988
+ [0],
989
+ ];
990
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
991
+ var UntagResourceRequest = [
992
+ 3,
993
+ n0,
994
+ _URR,
995
+ 0,
996
+ [_rA, _tK],
997
+ [
998
+ [0, 1],
999
+ [
1000
+ 64 | 0,
1001
+ {
1002
+ [_hQ]: _tK,
1003
+ },
1004
+ ],
1005
+ ],
1006
+ ];
1007
+ var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1008
+ var UpdateTableMetadataLocationRequest = [
1009
+ 3,
1010
+ n0,
1011
+ _UTMLR,
1012
+ 0,
1013
+ [_tBARN, _n, _na, _vT, _mL],
1014
+ [[0, 1], [0, 1], [0, 1], 0, 0],
1015
+ ];
1016
+ var UpdateTableMetadataLocationResponse = [
1017
+ 3,
1018
+ n0,
1019
+ _UTMLRp,
1020
+ 0,
1021
+ [_na, _tARN, _n, _vT, _mL],
1022
+ [0, 0, 64 | 0, 0, 0],
1023
+ ];
1024
+ var __Unit = "unit";
1025
+ var S3TablesServiceException = [-3, _sm, "S3TablesServiceException", 0, [], []];
1026
+ schema.TypeRegistry.for(_sm).registerError(S3TablesServiceException, S3TablesServiceException$1);
1027
+ var NamespaceSummaryList = [1, n0, _NSL, 0, () => NamespaceSummary];
1028
+ var SchemaFieldList = [1, n0, _SFL, 0, () => SchemaField];
1029
+ var TableBucketSummaryList = [1, n0, _TBSL, 0, () => TableBucketSummary];
1030
+ var TableSummaryList = [1, n0, _TSL, 0, () => TableSummary];
1031
+ var TableBucketMaintenanceConfiguration = [
1032
+ 2,
1033
+ n0,
1034
+ _TBMC,
1035
+ 0,
1036
+ 0,
1037
+ () => TableBucketMaintenanceConfigurationValue,
1038
+ ];
1039
+ var TableMaintenanceConfiguration = [
1040
+ 2,
1041
+ n0,
1042
+ _TMC,
1043
+ 0,
1044
+ 0,
1045
+ () => TableMaintenanceConfigurationValue,
1046
+ ];
1047
+ var TableMaintenanceJobStatus = [2, n0, _TMJS, 0, 0, () => TableMaintenanceJobStatusValue];
1048
+ var TableBucketMaintenanceSettings = [
1049
+ 3,
1050
+ n0,
1051
+ _TBMS,
1052
+ 0,
1053
+ [_iUFR],
1054
+ [() => IcebergUnreferencedFileRemovalSettings],
1055
+ ];
1056
+ var TableMaintenanceSettings = [
1057
+ 3,
1058
+ n0,
1059
+ _TMS,
1060
+ 0,
1061
+ [_iC, _iSM],
1062
+ [() => IcebergCompactionSettings, () => IcebergSnapshotManagementSettings],
1063
+ ];
1064
+ var TableMetadata = [3, n0, _TM, 0, [_ic], [() => IcebergMetadata]];
1065
+ var CreateNamespace = [
1066
+ 9,
1067
+ n0,
1068
+ _CN,
1069
+ {
1070
+ [_h]: ["PUT", "/namespaces/{tableBucketARN}", 200],
1071
+ },
1072
+ () => CreateNamespaceRequest,
1073
+ () => CreateNamespaceResponse,
1074
+ ];
1075
+ var CreateTable = [
1076
+ 9,
1077
+ n0,
1078
+ _CT,
1079
+ {
1080
+ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}", 200],
1081
+ },
1082
+ () => CreateTableRequest,
1083
+ () => CreateTableResponse,
1084
+ ];
1085
+ var CreateTableBucket = [
1086
+ 9,
1087
+ n0,
1088
+ _CTB,
1089
+ {
1090
+ [_h]: ["PUT", "/buckets", 200],
1091
+ },
1092
+ () => CreateTableBucketRequest,
1093
+ () => CreateTableBucketResponse,
1094
+ ];
1095
+ var DeleteNamespace = [
1096
+ 9,
1097
+ n0,
1098
+ _DN,
1099
+ {
1100
+ [_h]: ["DELETE", "/namespaces/{tableBucketARN}/{namespace}", 204],
1101
+ },
1102
+ () => DeleteNamespaceRequest,
1103
+ () => __Unit,
1104
+ ];
1105
+ var DeleteTable = [
1106
+ 9,
1107
+ n0,
1108
+ _DT,
1109
+ {
1110
+ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}", 204],
1111
+ },
1112
+ () => DeleteTableRequest,
1113
+ () => __Unit,
1114
+ ];
1115
+ var DeleteTableBucket = [
1116
+ 9,
1117
+ n0,
1118
+ _DTB,
1119
+ {
1120
+ [_h]: ["DELETE", "/buckets/{tableBucketARN}", 204],
1121
+ },
1122
+ () => DeleteTableBucketRequest,
1123
+ () => __Unit,
1124
+ ];
1125
+ var DeleteTableBucketEncryption = [
1126
+ 9,
1127
+ n0,
1128
+ _DTBE,
1129
+ {
1130
+ [_h]: ["DELETE", "/buckets/{tableBucketARN}/encryption", 204],
1131
+ },
1132
+ () => DeleteTableBucketEncryptionRequest,
1133
+ () => __Unit,
1134
+ ];
1135
+ var DeleteTableBucketMetricsConfiguration = [
1136
+ 9,
1137
+ n0,
1138
+ _DTBMC,
1139
+ {
1140
+ [_h]: ["DELETE", "/buckets/{tableBucketARN}/metrics", 204],
1141
+ },
1142
+ () => DeleteTableBucketMetricsConfigurationRequest,
1143
+ () => __Unit,
1144
+ ];
1145
+ var DeleteTableBucketPolicy = [
1146
+ 9,
1147
+ n0,
1148
+ _DTBP,
1149
+ {
1150
+ [_h]: ["DELETE", "/buckets/{tableBucketARN}/policy", 204],
1151
+ },
1152
+ () => DeleteTableBucketPolicyRequest,
1153
+ () => __Unit,
1154
+ ];
1155
+ var DeleteTablePolicy = [
1156
+ 9,
1157
+ n0,
1158
+ _DTP,
1159
+ {
1160
+ [_h]: ["DELETE", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 204],
1161
+ },
1162
+ () => DeleteTablePolicyRequest,
1163
+ () => __Unit,
1164
+ ];
1165
+ var GetNamespace = [
1166
+ 9,
1167
+ n0,
1168
+ _GN,
1169
+ {
1170
+ [_h]: ["GET", "/namespaces/{tableBucketARN}/{namespace}", 200],
1171
+ },
1172
+ () => GetNamespaceRequest,
1173
+ () => GetNamespaceResponse,
1174
+ ];
1175
+ var GetTable = [
1176
+ 9,
1177
+ n0,
1178
+ _GT,
1179
+ {
1180
+ [_h]: ["GET", "/get-table", 200],
1181
+ },
1182
+ () => GetTableRequest,
1183
+ () => GetTableResponse,
1184
+ ];
1185
+ var GetTableBucket = [
1186
+ 9,
1187
+ n0,
1188
+ _GTB,
1189
+ {
1190
+ [_h]: ["GET", "/buckets/{tableBucketARN}", 200],
1191
+ },
1192
+ () => GetTableBucketRequest,
1193
+ () => GetTableBucketResponse,
1194
+ ];
1195
+ var GetTableBucketEncryption = [
1196
+ 9,
1197
+ n0,
1198
+ _GTBE,
1199
+ {
1200
+ [_h]: ["GET", "/buckets/{tableBucketARN}/encryption", 200],
1201
+ },
1202
+ () => GetTableBucketEncryptionRequest,
1203
+ () => GetTableBucketEncryptionResponse,
1204
+ ];
1205
+ var GetTableBucketMaintenanceConfiguration = [
1206
+ 9,
1207
+ n0,
1208
+ _GTBMC,
1209
+ {
1210
+ [_h]: ["GET", "/buckets/{tableBucketARN}/maintenance", 200],
1211
+ },
1212
+ () => GetTableBucketMaintenanceConfigurationRequest,
1213
+ () => GetTableBucketMaintenanceConfigurationResponse,
1214
+ ];
1215
+ var GetTableBucketMetricsConfiguration = [
1216
+ 9,
1217
+ n0,
1218
+ _GTBMCe,
1219
+ {
1220
+ [_h]: ["GET", "/buckets/{tableBucketARN}/metrics", 200],
1221
+ },
1222
+ () => GetTableBucketMetricsConfigurationRequest,
1223
+ () => GetTableBucketMetricsConfigurationResponse,
1224
+ ];
1225
+ var GetTableBucketPolicy = [
1226
+ 9,
1227
+ n0,
1228
+ _GTBP,
1229
+ {
1230
+ [_h]: ["GET", "/buckets/{tableBucketARN}/policy", 200],
1231
+ },
1232
+ () => GetTableBucketPolicyRequest,
1233
+ () => GetTableBucketPolicyResponse,
1234
+ ];
1235
+ var GetTableEncryption = [
1236
+ 9,
1237
+ n0,
1238
+ _GTE,
1239
+ {
1240
+ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/encryption", 200],
1241
+ },
1242
+ () => GetTableEncryptionRequest,
1243
+ () => GetTableEncryptionResponse,
1244
+ ];
1245
+ var GetTableMaintenanceConfiguration = [
1246
+ 9,
1247
+ n0,
1248
+ _GTMC,
1249
+ {
1250
+ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance", 200],
1251
+ },
1252
+ () => GetTableMaintenanceConfigurationRequest,
1253
+ () => GetTableMaintenanceConfigurationResponse,
1254
+ ];
1255
+ var GetTableMaintenanceJobStatus = [
1256
+ 9,
1257
+ n0,
1258
+ _GTMJS,
1259
+ {
1260
+ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance-job-status", 200],
1261
+ },
1262
+ () => GetTableMaintenanceJobStatusRequest,
1263
+ () => GetTableMaintenanceJobStatusResponse,
1264
+ ];
1265
+ var GetTableMetadataLocation = [
1266
+ 9,
1267
+ n0,
1268
+ _GTML,
1269
+ {
1270
+ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
1271
+ },
1272
+ () => GetTableMetadataLocationRequest,
1273
+ () => GetTableMetadataLocationResponse,
1274
+ ];
1275
+ var GetTablePolicy = [
1276
+ 9,
1277
+ n0,
1278
+ _GTP,
1279
+ {
1280
+ [_h]: ["GET", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
1281
+ },
1282
+ () => GetTablePolicyRequest,
1283
+ () => GetTablePolicyResponse,
1284
+ ];
1285
+ var ListNamespaces = [
1286
+ 9,
1287
+ n0,
1288
+ _LN,
1289
+ {
1290
+ [_h]: ["GET", "/namespaces/{tableBucketARN}", 200],
1291
+ },
1292
+ () => ListNamespacesRequest,
1293
+ () => ListNamespacesResponse,
1294
+ ];
1295
+ var ListTableBuckets = [
1296
+ 9,
1297
+ n0,
1298
+ _LTB,
1299
+ {
1300
+ [_h]: ["GET", "/buckets", 200],
1301
+ },
1302
+ () => ListTableBucketsRequest,
1303
+ () => ListTableBucketsResponse,
1304
+ ];
1305
+ var ListTables = [
1306
+ 9,
1307
+ n0,
1308
+ _LT,
1309
+ {
1310
+ [_h]: ["GET", "/tables/{tableBucketARN}", 200],
1311
+ },
1312
+ () => ListTablesRequest,
1313
+ () => ListTablesResponse,
1314
+ ];
1315
+ var ListTagsForResource = [
1316
+ 9,
1317
+ n0,
1318
+ _LTFR,
1319
+ {
1320
+ [_h]: ["GET", "/tag/{resourceArn}", 200],
1321
+ },
1322
+ () => ListTagsForResourceRequest,
1323
+ () => ListTagsForResourceResponse,
1324
+ ];
1325
+ var PutTableBucketEncryption = [
1326
+ 9,
1327
+ n0,
1328
+ _PTBE,
1329
+ {
1330
+ [_h]: ["PUT", "/buckets/{tableBucketARN}/encryption", 200],
1331
+ },
1332
+ () => PutTableBucketEncryptionRequest,
1333
+ () => __Unit,
1334
+ ];
1335
+ var PutTableBucketMaintenanceConfiguration = [
1336
+ 9,
1337
+ n0,
1338
+ _PTBMC,
1339
+ {
1340
+ [_h]: ["PUT", "/buckets/{tableBucketARN}/maintenance/{type}", 204],
1341
+ },
1342
+ () => PutTableBucketMaintenanceConfigurationRequest,
1343
+ () => __Unit,
1344
+ ];
1345
+ var PutTableBucketMetricsConfiguration = [
1346
+ 9,
1347
+ n0,
1348
+ _PTBMCu,
1349
+ {
1350
+ [_h]: ["PUT", "/buckets/{tableBucketARN}/metrics", 204],
1351
+ },
1352
+ () => PutTableBucketMetricsConfigurationRequest,
1353
+ () => __Unit,
1354
+ ];
1355
+ var PutTableBucketPolicy = [
1356
+ 9,
1357
+ n0,
1358
+ _PTBP,
1359
+ {
1360
+ [_h]: ["PUT", "/buckets/{tableBucketARN}/policy", 200],
1361
+ },
1362
+ () => PutTableBucketPolicyRequest,
1363
+ () => __Unit,
1364
+ ];
1365
+ var PutTableMaintenanceConfiguration = [
1366
+ 9,
1367
+ n0,
1368
+ _PTMC,
1369
+ {
1370
+ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/maintenance/{type}", 204],
1371
+ },
1372
+ () => PutTableMaintenanceConfigurationRequest,
1373
+ () => __Unit,
1374
+ ];
1375
+ var PutTablePolicy = [
1376
+ 9,
1377
+ n0,
1378
+ _PTP,
1379
+ {
1380
+ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/policy", 200],
1381
+ },
1382
+ () => PutTablePolicyRequest,
1383
+ () => __Unit,
1384
+ ];
1385
+ var RenameTable = [
1386
+ 9,
1387
+ n0,
1388
+ _RT,
1389
+ {
1390
+ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/rename", 204],
1391
+ },
1392
+ () => RenameTableRequest,
1393
+ () => __Unit,
1394
+ ];
1395
+ var TagResource = [
1396
+ 9,
1397
+ n0,
1398
+ _TR,
1399
+ {
1400
+ [_h]: ["POST", "/tag/{resourceArn}", 200],
1401
+ },
1402
+ () => TagResourceRequest,
1403
+ () => TagResourceResponse,
1404
+ ];
1405
+ var UntagResource = [
1406
+ 9,
1407
+ n0,
1408
+ _UR,
1409
+ {
1410
+ [_h]: ["DELETE", "/tag/{resourceArn}", 204],
1411
+ },
1412
+ () => UntagResourceRequest,
1413
+ () => UntagResourceResponse,
1414
+ ];
1415
+ var UpdateTableMetadataLocation = [
1416
+ 9,
1417
+ n0,
1418
+ _UTML,
1419
+ {
1420
+ [_h]: ["PUT", "/tables/{tableBucketARN}/{namespace}/{name}/metadata-location", 200],
1421
+ },
1422
+ () => UpdateTableMetadataLocationRequest,
1423
+ () => UpdateTableMetadataLocationResponse,
1424
+ ];
1352
1425
 
1353
1426
  class CreateNamespaceCommand extends smithyClient.Command
1354
1427
  .classBuilder()
1355
1428
  .ep(commonParams)
1356
1429
  .m(function (Command, cs, config, o) {
1357
- return [
1358
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1359
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1360
- ];
1430
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1361
1431
  })
1362
1432
  .s("S3TableBuckets", "CreateNamespace", {})
1363
1433
  .n("S3TablesClient", "CreateNamespaceCommand")
1364
- .f(void 0, void 0)
1365
- .ser(se_CreateNamespaceCommand)
1366
- .de(de_CreateNamespaceCommand)
1434
+ .sc(CreateNamespace)
1367
1435
  .build() {
1368
1436
  }
1369
1437
 
@@ -1371,16 +1439,11 @@ class CreateTableBucketCommand extends smithyClient.Command
1371
1439
  .classBuilder()
1372
1440
  .ep(commonParams)
1373
1441
  .m(function (Command, cs, config, o) {
1374
- return [
1375
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1376
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1377
- ];
1442
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1378
1443
  })
1379
1444
  .s("S3TableBuckets", "CreateTableBucket", {})
1380
1445
  .n("S3TablesClient", "CreateTableBucketCommand")
1381
- .f(void 0, void 0)
1382
- .ser(se_CreateTableBucketCommand)
1383
- .de(de_CreateTableBucketCommand)
1446
+ .sc(CreateTableBucket)
1384
1447
  .build() {
1385
1448
  }
1386
1449
 
@@ -1388,16 +1451,11 @@ class CreateTableCommand extends smithyClient.Command
1388
1451
  .classBuilder()
1389
1452
  .ep(commonParams)
1390
1453
  .m(function (Command, cs, config, o) {
1391
- return [
1392
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1393
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1394
- ];
1454
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1395
1455
  })
1396
1456
  .s("S3TableBuckets", "CreateTable", {})
1397
1457
  .n("S3TablesClient", "CreateTableCommand")
1398
- .f(void 0, void 0)
1399
- .ser(se_CreateTableCommand)
1400
- .de(de_CreateTableCommand)
1458
+ .sc(CreateTable)
1401
1459
  .build() {
1402
1460
  }
1403
1461
 
@@ -1405,16 +1463,11 @@ class DeleteNamespaceCommand extends smithyClient.Command
1405
1463
  .classBuilder()
1406
1464
  .ep(commonParams)
1407
1465
  .m(function (Command, cs, config, o) {
1408
- return [
1409
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1410
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1411
- ];
1466
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1412
1467
  })
1413
1468
  .s("S3TableBuckets", "DeleteNamespace", {})
1414
1469
  .n("S3TablesClient", "DeleteNamespaceCommand")
1415
- .f(void 0, void 0)
1416
- .ser(se_DeleteNamespaceCommand)
1417
- .de(de_DeleteNamespaceCommand)
1470
+ .sc(DeleteNamespace)
1418
1471
  .build() {
1419
1472
  }
1420
1473
 
@@ -1422,16 +1475,11 @@ class DeleteTableBucketCommand extends smithyClient.Command
1422
1475
  .classBuilder()
1423
1476
  .ep(commonParams)
1424
1477
  .m(function (Command, cs, config, o) {
1425
- return [
1426
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1427
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1428
- ];
1478
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1429
1479
  })
1430
1480
  .s("S3TableBuckets", "DeleteTableBucket", {})
1431
1481
  .n("S3TablesClient", "DeleteTableBucketCommand")
1432
- .f(void 0, void 0)
1433
- .ser(se_DeleteTableBucketCommand)
1434
- .de(de_DeleteTableBucketCommand)
1482
+ .sc(DeleteTableBucket)
1435
1483
  .build() {
1436
1484
  }
1437
1485
 
@@ -1439,16 +1487,23 @@ class DeleteTableBucketEncryptionCommand extends smithyClient.Command
1439
1487
  .classBuilder()
1440
1488
  .ep(commonParams)
1441
1489
  .m(function (Command, cs, config, o) {
1442
- return [
1443
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1444
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1445
- ];
1490
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1446
1491
  })
1447
1492
  .s("S3TableBuckets", "DeleteTableBucketEncryption", {})
1448
1493
  .n("S3TablesClient", "DeleteTableBucketEncryptionCommand")
1449
- .f(void 0, void 0)
1450
- .ser(se_DeleteTableBucketEncryptionCommand)
1451
- .de(de_DeleteTableBucketEncryptionCommand)
1494
+ .sc(DeleteTableBucketEncryption)
1495
+ .build() {
1496
+ }
1497
+
1498
+ class DeleteTableBucketMetricsConfigurationCommand extends smithyClient.Command
1499
+ .classBuilder()
1500
+ .ep(commonParams)
1501
+ .m(function (Command, cs, config, o) {
1502
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1503
+ })
1504
+ .s("S3TableBuckets", "DeleteTableBucketMetricsConfiguration", {})
1505
+ .n("S3TablesClient", "DeleteTableBucketMetricsConfigurationCommand")
1506
+ .sc(DeleteTableBucketMetricsConfiguration)
1452
1507
  .build() {
1453
1508
  }
1454
1509
 
@@ -1456,16 +1511,11 @@ class DeleteTableBucketPolicyCommand extends smithyClient.Command
1456
1511
  .classBuilder()
1457
1512
  .ep(commonParams)
1458
1513
  .m(function (Command, cs, config, o) {
1459
- return [
1460
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1461
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1462
- ];
1514
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1463
1515
  })
1464
1516
  .s("S3TableBuckets", "DeleteTableBucketPolicy", {})
1465
1517
  .n("S3TablesClient", "DeleteTableBucketPolicyCommand")
1466
- .f(void 0, void 0)
1467
- .ser(se_DeleteTableBucketPolicyCommand)
1468
- .de(de_DeleteTableBucketPolicyCommand)
1518
+ .sc(DeleteTableBucketPolicy)
1469
1519
  .build() {
1470
1520
  }
1471
1521
 
@@ -1473,16 +1523,11 @@ class DeleteTableCommand extends smithyClient.Command
1473
1523
  .classBuilder()
1474
1524
  .ep(commonParams)
1475
1525
  .m(function (Command, cs, config, o) {
1476
- return [
1477
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1478
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1479
- ];
1526
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1480
1527
  })
1481
1528
  .s("S3TableBuckets", "DeleteTable", {})
1482
1529
  .n("S3TablesClient", "DeleteTableCommand")
1483
- .f(void 0, void 0)
1484
- .ser(se_DeleteTableCommand)
1485
- .de(de_DeleteTableCommand)
1530
+ .sc(DeleteTable)
1486
1531
  .build() {
1487
1532
  }
1488
1533
 
@@ -1490,16 +1535,11 @@ class DeleteTablePolicyCommand extends smithyClient.Command
1490
1535
  .classBuilder()
1491
1536
  .ep(commonParams)
1492
1537
  .m(function (Command, cs, config, o) {
1493
- return [
1494
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1495
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1496
- ];
1538
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1497
1539
  })
1498
1540
  .s("S3TableBuckets", "DeleteTablePolicy", {})
1499
1541
  .n("S3TablesClient", "DeleteTablePolicyCommand")
1500
- .f(void 0, void 0)
1501
- .ser(se_DeleteTablePolicyCommand)
1502
- .de(de_DeleteTablePolicyCommand)
1542
+ .sc(DeleteTablePolicy)
1503
1543
  .build() {
1504
1544
  }
1505
1545
 
@@ -1507,16 +1547,11 @@ class GetNamespaceCommand extends smithyClient.Command
1507
1547
  .classBuilder()
1508
1548
  .ep(commonParams)
1509
1549
  .m(function (Command, cs, config, o) {
1510
- return [
1511
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1512
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1513
- ];
1550
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1514
1551
  })
1515
1552
  .s("S3TableBuckets", "GetNamespace", {})
1516
1553
  .n("S3TablesClient", "GetNamespaceCommand")
1517
- .f(void 0, void 0)
1518
- .ser(se_GetNamespaceCommand)
1519
- .de(de_GetNamespaceCommand)
1554
+ .sc(GetNamespace)
1520
1555
  .build() {
1521
1556
  }
1522
1557
 
@@ -1524,16 +1559,11 @@ class GetTableBucketCommand extends smithyClient.Command
1524
1559
  .classBuilder()
1525
1560
  .ep(commonParams)
1526
1561
  .m(function (Command, cs, config, o) {
1527
- return [
1528
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1529
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1530
- ];
1562
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1531
1563
  })
1532
1564
  .s("S3TableBuckets", "GetTableBucket", {})
1533
1565
  .n("S3TablesClient", "GetTableBucketCommand")
1534
- .f(void 0, void 0)
1535
- .ser(se_GetTableBucketCommand)
1536
- .de(de_GetTableBucketCommand)
1566
+ .sc(GetTableBucket)
1537
1567
  .build() {
1538
1568
  }
1539
1569
 
@@ -1541,16 +1571,11 @@ class GetTableBucketEncryptionCommand extends smithyClient.Command
1541
1571
  .classBuilder()
1542
1572
  .ep(commonParams)
1543
1573
  .m(function (Command, cs, config, o) {
1544
- return [
1545
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1546
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1547
- ];
1574
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1548
1575
  })
1549
1576
  .s("S3TableBuckets", "GetTableBucketEncryption", {})
1550
1577
  .n("S3TablesClient", "GetTableBucketEncryptionCommand")
1551
- .f(void 0, void 0)
1552
- .ser(se_GetTableBucketEncryptionCommand)
1553
- .de(de_GetTableBucketEncryptionCommand)
1578
+ .sc(GetTableBucketEncryption)
1554
1579
  .build() {
1555
1580
  }
1556
1581
 
@@ -1558,16 +1583,23 @@ class GetTableBucketMaintenanceConfigurationCommand extends smithyClient.Command
1558
1583
  .classBuilder()
1559
1584
  .ep(commonParams)
1560
1585
  .m(function (Command, cs, config, o) {
1561
- return [
1562
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1563
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1564
- ];
1586
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1565
1587
  })
1566
1588
  .s("S3TableBuckets", "GetTableBucketMaintenanceConfiguration", {})
1567
1589
  .n("S3TablesClient", "GetTableBucketMaintenanceConfigurationCommand")
1568
- .f(void 0, void 0)
1569
- .ser(se_GetTableBucketMaintenanceConfigurationCommand)
1570
- .de(de_GetTableBucketMaintenanceConfigurationCommand)
1590
+ .sc(GetTableBucketMaintenanceConfiguration)
1591
+ .build() {
1592
+ }
1593
+
1594
+ class GetTableBucketMetricsConfigurationCommand extends smithyClient.Command
1595
+ .classBuilder()
1596
+ .ep(commonParams)
1597
+ .m(function (Command, cs, config, o) {
1598
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1599
+ })
1600
+ .s("S3TableBuckets", "GetTableBucketMetricsConfiguration", {})
1601
+ .n("S3TablesClient", "GetTableBucketMetricsConfigurationCommand")
1602
+ .sc(GetTableBucketMetricsConfiguration)
1571
1603
  .build() {
1572
1604
  }
1573
1605
 
@@ -1575,16 +1607,11 @@ class GetTableBucketPolicyCommand extends smithyClient.Command
1575
1607
  .classBuilder()
1576
1608
  .ep(commonParams)
1577
1609
  .m(function (Command, cs, config, o) {
1578
- return [
1579
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1580
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1581
- ];
1610
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1582
1611
  })
1583
1612
  .s("S3TableBuckets", "GetTableBucketPolicy", {})
1584
1613
  .n("S3TablesClient", "GetTableBucketPolicyCommand")
1585
- .f(void 0, void 0)
1586
- .ser(se_GetTableBucketPolicyCommand)
1587
- .de(de_GetTableBucketPolicyCommand)
1614
+ .sc(GetTableBucketPolicy)
1588
1615
  .build() {
1589
1616
  }
1590
1617
 
@@ -1592,16 +1619,11 @@ class GetTableCommand extends smithyClient.Command
1592
1619
  .classBuilder()
1593
1620
  .ep(commonParams)
1594
1621
  .m(function (Command, cs, config, o) {
1595
- return [
1596
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1597
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1598
- ];
1622
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1599
1623
  })
1600
1624
  .s("S3TableBuckets", "GetTable", {})
1601
1625
  .n("S3TablesClient", "GetTableCommand")
1602
- .f(void 0, void 0)
1603
- .ser(se_GetTableCommand)
1604
- .de(de_GetTableCommand)
1626
+ .sc(GetTable)
1605
1627
  .build() {
1606
1628
  }
1607
1629
 
@@ -1609,16 +1631,11 @@ class GetTableEncryptionCommand extends smithyClient.Command
1609
1631
  .classBuilder()
1610
1632
  .ep(commonParams)
1611
1633
  .m(function (Command, cs, config, o) {
1612
- return [
1613
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1614
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1615
- ];
1634
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1616
1635
  })
1617
1636
  .s("S3TableBuckets", "GetTableEncryption", {})
1618
1637
  .n("S3TablesClient", "GetTableEncryptionCommand")
1619
- .f(void 0, void 0)
1620
- .ser(se_GetTableEncryptionCommand)
1621
- .de(de_GetTableEncryptionCommand)
1638
+ .sc(GetTableEncryption)
1622
1639
  .build() {
1623
1640
  }
1624
1641
 
@@ -1626,16 +1643,11 @@ class GetTableMaintenanceConfigurationCommand extends smithyClient.Command
1626
1643
  .classBuilder()
1627
1644
  .ep(commonParams)
1628
1645
  .m(function (Command, cs, config, o) {
1629
- return [
1630
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1631
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1632
- ];
1646
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1633
1647
  })
1634
1648
  .s("S3TableBuckets", "GetTableMaintenanceConfiguration", {})
1635
1649
  .n("S3TablesClient", "GetTableMaintenanceConfigurationCommand")
1636
- .f(void 0, void 0)
1637
- .ser(se_GetTableMaintenanceConfigurationCommand)
1638
- .de(de_GetTableMaintenanceConfigurationCommand)
1650
+ .sc(GetTableMaintenanceConfiguration)
1639
1651
  .build() {
1640
1652
  }
1641
1653
 
@@ -1643,16 +1655,11 @@ class GetTableMaintenanceJobStatusCommand extends smithyClient.Command
1643
1655
  .classBuilder()
1644
1656
  .ep(commonParams)
1645
1657
  .m(function (Command, cs, config, o) {
1646
- return [
1647
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1648
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1649
- ];
1658
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1650
1659
  })
1651
1660
  .s("S3TableBuckets", "GetTableMaintenanceJobStatus", {})
1652
1661
  .n("S3TablesClient", "GetTableMaintenanceJobStatusCommand")
1653
- .f(void 0, void 0)
1654
- .ser(se_GetTableMaintenanceJobStatusCommand)
1655
- .de(de_GetTableMaintenanceJobStatusCommand)
1662
+ .sc(GetTableMaintenanceJobStatus)
1656
1663
  .build() {
1657
1664
  }
1658
1665
 
@@ -1660,16 +1667,11 @@ class GetTableMetadataLocationCommand extends smithyClient.Command
1660
1667
  .classBuilder()
1661
1668
  .ep(commonParams)
1662
1669
  .m(function (Command, cs, config, o) {
1663
- return [
1664
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1665
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1666
- ];
1670
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1667
1671
  })
1668
1672
  .s("S3TableBuckets", "GetTableMetadataLocation", {})
1669
1673
  .n("S3TablesClient", "GetTableMetadataLocationCommand")
1670
- .f(void 0, void 0)
1671
- .ser(se_GetTableMetadataLocationCommand)
1672
- .de(de_GetTableMetadataLocationCommand)
1674
+ .sc(GetTableMetadataLocation)
1673
1675
  .build() {
1674
1676
  }
1675
1677
 
@@ -1677,16 +1679,11 @@ class GetTablePolicyCommand extends smithyClient.Command
1677
1679
  .classBuilder()
1678
1680
  .ep(commonParams)
1679
1681
  .m(function (Command, cs, config, o) {
1680
- return [
1681
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1682
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1683
- ];
1682
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1684
1683
  })
1685
1684
  .s("S3TableBuckets", "GetTablePolicy", {})
1686
1685
  .n("S3TablesClient", "GetTablePolicyCommand")
1687
- .f(void 0, void 0)
1688
- .ser(se_GetTablePolicyCommand)
1689
- .de(de_GetTablePolicyCommand)
1686
+ .sc(GetTablePolicy)
1690
1687
  .build() {
1691
1688
  }
1692
1689
 
@@ -1694,16 +1691,11 @@ class ListNamespacesCommand extends smithyClient.Command
1694
1691
  .classBuilder()
1695
1692
  .ep(commonParams)
1696
1693
  .m(function (Command, cs, config, o) {
1697
- return [
1698
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1699
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1700
- ];
1694
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1701
1695
  })
1702
1696
  .s("S3TableBuckets", "ListNamespaces", {})
1703
1697
  .n("S3TablesClient", "ListNamespacesCommand")
1704
- .f(void 0, void 0)
1705
- .ser(se_ListNamespacesCommand)
1706
- .de(de_ListNamespacesCommand)
1698
+ .sc(ListNamespaces)
1707
1699
  .build() {
1708
1700
  }
1709
1701
 
@@ -1711,16 +1703,11 @@ class ListTableBucketsCommand extends smithyClient.Command
1711
1703
  .classBuilder()
1712
1704
  .ep(commonParams)
1713
1705
  .m(function (Command, cs, config, o) {
1714
- return [
1715
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1716
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1717
- ];
1706
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1718
1707
  })
1719
1708
  .s("S3TableBuckets", "ListTableBuckets", {})
1720
1709
  .n("S3TablesClient", "ListTableBucketsCommand")
1721
- .f(void 0, void 0)
1722
- .ser(se_ListTableBucketsCommand)
1723
- .de(de_ListTableBucketsCommand)
1710
+ .sc(ListTableBuckets)
1724
1711
  .build() {
1725
1712
  }
1726
1713
 
@@ -1728,16 +1715,11 @@ class ListTablesCommand extends smithyClient.Command
1728
1715
  .classBuilder()
1729
1716
  .ep(commonParams)
1730
1717
  .m(function (Command, cs, config, o) {
1731
- return [
1732
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1733
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1734
- ];
1718
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1735
1719
  })
1736
1720
  .s("S3TableBuckets", "ListTables", {})
1737
1721
  .n("S3TablesClient", "ListTablesCommand")
1738
- .f(void 0, void 0)
1739
- .ser(se_ListTablesCommand)
1740
- .de(de_ListTablesCommand)
1722
+ .sc(ListTables)
1741
1723
  .build() {
1742
1724
  }
1743
1725
 
@@ -1745,16 +1727,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
1745
1727
  .classBuilder()
1746
1728
  .ep(commonParams)
1747
1729
  .m(function (Command, cs, config, o) {
1748
- return [
1749
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1750
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1751
- ];
1730
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1752
1731
  })
1753
1732
  .s("S3TableBuckets", "ListTagsForResource", {})
1754
1733
  .n("S3TablesClient", "ListTagsForResourceCommand")
1755
- .f(void 0, void 0)
1756
- .ser(se_ListTagsForResourceCommand)
1757
- .de(de_ListTagsForResourceCommand)
1734
+ .sc(ListTagsForResource)
1758
1735
  .build() {
1759
1736
  }
1760
1737
 
@@ -1762,16 +1739,11 @@ class PutTableBucketEncryptionCommand extends smithyClient.Command
1762
1739
  .classBuilder()
1763
1740
  .ep(commonParams)
1764
1741
  .m(function (Command, cs, config, o) {
1765
- return [
1766
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1767
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1768
- ];
1742
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1769
1743
  })
1770
1744
  .s("S3TableBuckets", "PutTableBucketEncryption", {})
1771
1745
  .n("S3TablesClient", "PutTableBucketEncryptionCommand")
1772
- .f(void 0, void 0)
1773
- .ser(se_PutTableBucketEncryptionCommand)
1774
- .de(de_PutTableBucketEncryptionCommand)
1746
+ .sc(PutTableBucketEncryption)
1775
1747
  .build() {
1776
1748
  }
1777
1749
 
@@ -1779,16 +1751,23 @@ class PutTableBucketMaintenanceConfigurationCommand extends smithyClient.Command
1779
1751
  .classBuilder()
1780
1752
  .ep(commonParams)
1781
1753
  .m(function (Command, cs, config, o) {
1782
- return [
1783
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1784
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1785
- ];
1754
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1786
1755
  })
1787
1756
  .s("S3TableBuckets", "PutTableBucketMaintenanceConfiguration", {})
1788
1757
  .n("S3TablesClient", "PutTableBucketMaintenanceConfigurationCommand")
1789
- .f(void 0, void 0)
1790
- .ser(se_PutTableBucketMaintenanceConfigurationCommand)
1791
- .de(de_PutTableBucketMaintenanceConfigurationCommand)
1758
+ .sc(PutTableBucketMaintenanceConfiguration)
1759
+ .build() {
1760
+ }
1761
+
1762
+ class PutTableBucketMetricsConfigurationCommand extends smithyClient.Command
1763
+ .classBuilder()
1764
+ .ep(commonParams)
1765
+ .m(function (Command, cs, config, o) {
1766
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1767
+ })
1768
+ .s("S3TableBuckets", "PutTableBucketMetricsConfiguration", {})
1769
+ .n("S3TablesClient", "PutTableBucketMetricsConfigurationCommand")
1770
+ .sc(PutTableBucketMetricsConfiguration)
1792
1771
  .build() {
1793
1772
  }
1794
1773
 
@@ -1796,16 +1775,11 @@ class PutTableBucketPolicyCommand extends smithyClient.Command
1796
1775
  .classBuilder()
1797
1776
  .ep(commonParams)
1798
1777
  .m(function (Command, cs, config, o) {
1799
- return [
1800
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1801
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1802
- ];
1778
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1803
1779
  })
1804
1780
  .s("S3TableBuckets", "PutTableBucketPolicy", {})
1805
1781
  .n("S3TablesClient", "PutTableBucketPolicyCommand")
1806
- .f(void 0, void 0)
1807
- .ser(se_PutTableBucketPolicyCommand)
1808
- .de(de_PutTableBucketPolicyCommand)
1782
+ .sc(PutTableBucketPolicy)
1809
1783
  .build() {
1810
1784
  }
1811
1785
 
@@ -1813,16 +1787,11 @@ class PutTableMaintenanceConfigurationCommand extends smithyClient.Command
1813
1787
  .classBuilder()
1814
1788
  .ep(commonParams)
1815
1789
  .m(function (Command, cs, config, o) {
1816
- return [
1817
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1818
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1819
- ];
1790
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1820
1791
  })
1821
1792
  .s("S3TableBuckets", "PutTableMaintenanceConfiguration", {})
1822
1793
  .n("S3TablesClient", "PutTableMaintenanceConfigurationCommand")
1823
- .f(void 0, void 0)
1824
- .ser(se_PutTableMaintenanceConfigurationCommand)
1825
- .de(de_PutTableMaintenanceConfigurationCommand)
1794
+ .sc(PutTableMaintenanceConfiguration)
1826
1795
  .build() {
1827
1796
  }
1828
1797
 
@@ -1830,16 +1799,11 @@ class PutTablePolicyCommand extends smithyClient.Command
1830
1799
  .classBuilder()
1831
1800
  .ep(commonParams)
1832
1801
  .m(function (Command, cs, config, o) {
1833
- return [
1834
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1835
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1836
- ];
1802
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1837
1803
  })
1838
1804
  .s("S3TableBuckets", "PutTablePolicy", {})
1839
1805
  .n("S3TablesClient", "PutTablePolicyCommand")
1840
- .f(void 0, void 0)
1841
- .ser(se_PutTablePolicyCommand)
1842
- .de(de_PutTablePolicyCommand)
1806
+ .sc(PutTablePolicy)
1843
1807
  .build() {
1844
1808
  }
1845
1809
 
@@ -1847,16 +1811,11 @@ class RenameTableCommand extends smithyClient.Command
1847
1811
  .classBuilder()
1848
1812
  .ep(commonParams)
1849
1813
  .m(function (Command, cs, config, o) {
1850
- return [
1851
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1852
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1853
- ];
1814
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1854
1815
  })
1855
1816
  .s("S3TableBuckets", "RenameTable", {})
1856
1817
  .n("S3TablesClient", "RenameTableCommand")
1857
- .f(void 0, void 0)
1858
- .ser(se_RenameTableCommand)
1859
- .de(de_RenameTableCommand)
1818
+ .sc(RenameTable)
1860
1819
  .build() {
1861
1820
  }
1862
1821
 
@@ -1864,16 +1823,11 @@ class TagResourceCommand extends smithyClient.Command
1864
1823
  .classBuilder()
1865
1824
  .ep(commonParams)
1866
1825
  .m(function (Command, cs, config, o) {
1867
- return [
1868
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1869
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1870
- ];
1826
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1871
1827
  })
1872
1828
  .s("S3TableBuckets", "TagResource", {})
1873
1829
  .n("S3TablesClient", "TagResourceCommand")
1874
- .f(void 0, void 0)
1875
- .ser(se_TagResourceCommand)
1876
- .de(de_TagResourceCommand)
1830
+ .sc(TagResource)
1877
1831
  .build() {
1878
1832
  }
1879
1833
 
@@ -1881,16 +1835,11 @@ class UntagResourceCommand extends smithyClient.Command
1881
1835
  .classBuilder()
1882
1836
  .ep(commonParams)
1883
1837
  .m(function (Command, cs, config, o) {
1884
- return [
1885
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1886
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1887
- ];
1838
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1888
1839
  })
1889
1840
  .s("S3TableBuckets", "UntagResource", {})
1890
1841
  .n("S3TablesClient", "UntagResourceCommand")
1891
- .f(void 0, void 0)
1892
- .ser(se_UntagResourceCommand)
1893
- .de(de_UntagResourceCommand)
1842
+ .sc(UntagResource)
1894
1843
  .build() {
1895
1844
  }
1896
1845
 
@@ -1898,16 +1847,11 @@ class UpdateTableMetadataLocationCommand extends smithyClient.Command
1898
1847
  .classBuilder()
1899
1848
  .ep(commonParams)
1900
1849
  .m(function (Command, cs, config, o) {
1901
- return [
1902
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
1903
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
1904
- ];
1850
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1905
1851
  })
1906
1852
  .s("S3TableBuckets", "UpdateTableMetadataLocation", {})
1907
1853
  .n("S3TablesClient", "UpdateTableMetadataLocationCommand")
1908
- .f(void 0, void 0)
1909
- .ser(se_UpdateTableMetadataLocationCommand)
1910
- .de(de_UpdateTableMetadataLocationCommand)
1854
+ .sc(UpdateTableMetadataLocation)
1911
1855
  .build() {
1912
1856
  }
1913
1857
 
@@ -1919,6 +1863,7 @@ const commands = {
1919
1863
  DeleteTableCommand,
1920
1864
  DeleteTableBucketCommand,
1921
1865
  DeleteTableBucketEncryptionCommand,
1866
+ DeleteTableBucketMetricsConfigurationCommand,
1922
1867
  DeleteTableBucketPolicyCommand,
1923
1868
  DeleteTablePolicyCommand,
1924
1869
  GetNamespaceCommand,
@@ -1926,6 +1871,7 @@ const commands = {
1926
1871
  GetTableBucketCommand,
1927
1872
  GetTableBucketEncryptionCommand,
1928
1873
  GetTableBucketMaintenanceConfigurationCommand,
1874
+ GetTableBucketMetricsConfigurationCommand,
1929
1875
  GetTableBucketPolicyCommand,
1930
1876
  GetTableEncryptionCommand,
1931
1877
  GetTableMaintenanceConfigurationCommand,
@@ -1938,6 +1884,7 @@ const commands = {
1938
1884
  ListTagsForResourceCommand,
1939
1885
  PutTableBucketEncryptionCommand,
1940
1886
  PutTableBucketMaintenanceConfigurationCommand,
1887
+ PutTableBucketMetricsConfigurationCommand,
1941
1888
  PutTableBucketPolicyCommand,
1942
1889
  PutTableMaintenanceConfigurationCommand,
1943
1890
  PutTablePolicyCommand,
@@ -1964,23 +1911,25 @@ Object.defineProperty(exports, "__Client", {
1964
1911
  enumerable: true,
1965
1912
  get: function () { return smithyClient.Client; }
1966
1913
  });
1967
- exports.AccessDeniedException = AccessDeniedException;
1968
- exports.BadRequestException = BadRequestException;
1969
- exports.ConflictException = ConflictException;
1914
+ exports.AccessDeniedException = AccessDeniedException$1;
1915
+ exports.BadRequestException = BadRequestException$1;
1916
+ exports.ConflictException = ConflictException$1;
1970
1917
  exports.CreateNamespaceCommand = CreateNamespaceCommand;
1971
1918
  exports.CreateTableBucketCommand = CreateTableBucketCommand;
1972
1919
  exports.CreateTableCommand = CreateTableCommand;
1973
1920
  exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
1974
1921
  exports.DeleteTableBucketCommand = DeleteTableBucketCommand;
1975
1922
  exports.DeleteTableBucketEncryptionCommand = DeleteTableBucketEncryptionCommand;
1923
+ exports.DeleteTableBucketMetricsConfigurationCommand = DeleteTableBucketMetricsConfigurationCommand;
1976
1924
  exports.DeleteTableBucketPolicyCommand = DeleteTableBucketPolicyCommand;
1977
1925
  exports.DeleteTableCommand = DeleteTableCommand;
1978
1926
  exports.DeleteTablePolicyCommand = DeleteTablePolicyCommand;
1979
- exports.ForbiddenException = ForbiddenException;
1927
+ exports.ForbiddenException = ForbiddenException$1;
1980
1928
  exports.GetNamespaceCommand = GetNamespaceCommand;
1981
1929
  exports.GetTableBucketCommand = GetTableBucketCommand;
1982
1930
  exports.GetTableBucketEncryptionCommand = GetTableBucketEncryptionCommand;
1983
1931
  exports.GetTableBucketMaintenanceConfigurationCommand = GetTableBucketMaintenanceConfigurationCommand;
1932
+ exports.GetTableBucketMetricsConfigurationCommand = GetTableBucketMetricsConfigurationCommand;
1984
1933
  exports.GetTableBucketPolicyCommand = GetTableBucketPolicyCommand;
1985
1934
  exports.GetTableCommand = GetTableCommand;
1986
1935
  exports.GetTableEncryptionCommand = GetTableEncryptionCommand;
@@ -1989,24 +1938,25 @@ exports.GetTableMaintenanceJobStatusCommand = GetTableMaintenanceJobStatusComman
1989
1938
  exports.GetTableMetadataLocationCommand = GetTableMetadataLocationCommand;
1990
1939
  exports.GetTablePolicyCommand = GetTablePolicyCommand;
1991
1940
  exports.IcebergCompactionStrategy = IcebergCompactionStrategy;
1992
- exports.InternalServerErrorException = InternalServerErrorException;
1941
+ exports.InternalServerErrorException = InternalServerErrorException$1;
1993
1942
  exports.JobStatus = JobStatus;
1994
1943
  exports.ListNamespacesCommand = ListNamespacesCommand;
1995
1944
  exports.ListTableBucketsCommand = ListTableBucketsCommand;
1996
1945
  exports.ListTablesCommand = ListTablesCommand;
1997
1946
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1998
1947
  exports.MaintenanceStatus = MaintenanceStatus;
1999
- exports.NotFoundException = NotFoundException;
1948
+ exports.NotFoundException = NotFoundException$1;
2000
1949
  exports.OpenTableFormat = OpenTableFormat;
2001
1950
  exports.PutTableBucketEncryptionCommand = PutTableBucketEncryptionCommand;
2002
1951
  exports.PutTableBucketMaintenanceConfigurationCommand = PutTableBucketMaintenanceConfigurationCommand;
1952
+ exports.PutTableBucketMetricsConfigurationCommand = PutTableBucketMetricsConfigurationCommand;
2003
1953
  exports.PutTableBucketPolicyCommand = PutTableBucketPolicyCommand;
2004
1954
  exports.PutTableMaintenanceConfigurationCommand = PutTableMaintenanceConfigurationCommand;
2005
1955
  exports.PutTablePolicyCommand = PutTablePolicyCommand;
2006
1956
  exports.RenameTableCommand = RenameTableCommand;
2007
1957
  exports.S3Tables = S3Tables;
2008
1958
  exports.S3TablesClient = S3TablesClient;
2009
- exports.S3TablesServiceException = S3TablesServiceException;
1959
+ exports.S3TablesServiceException = S3TablesServiceException$1;
2010
1960
  exports.SSEAlgorithm = SSEAlgorithm;
2011
1961
  exports.TableBucketMaintenanceType = TableBucketMaintenanceType;
2012
1962
  exports.TableBucketType = TableBucketType;
@@ -2014,7 +1964,7 @@ exports.TableMaintenanceJobType = TableMaintenanceJobType;
2014
1964
  exports.TableMaintenanceType = TableMaintenanceType;
2015
1965
  exports.TableType = TableType;
2016
1966
  exports.TagResourceCommand = TagResourceCommand;
2017
- exports.TooManyRequestsException = TooManyRequestsException;
1967
+ exports.TooManyRequestsException = TooManyRequestsException$1;
2018
1968
  exports.UntagResourceCommand = UntagResourceCommand;
2019
1969
  exports.UpdateTableMetadataLocationCommand = UpdateTableMetadataLocationCommand;
2020
1970
  exports.paginateListNamespaces = paginateListNamespaces;