@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
@@ -0,0 +1,130 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var BadRequestException: StaticErrorSchema;
4
+ export declare var ConflictException: StaticErrorSchema;
5
+ export declare var CreateNamespaceRequest: StaticStructureSchema;
6
+ export declare var CreateNamespaceResponse: StaticStructureSchema;
7
+ export declare var CreateTableBucketRequest: StaticStructureSchema;
8
+ export declare var CreateTableBucketResponse: StaticStructureSchema;
9
+ export declare var CreateTableRequest: StaticStructureSchema;
10
+ export declare var CreateTableResponse: StaticStructureSchema;
11
+ export declare var DeleteNamespaceRequest: StaticStructureSchema;
12
+ export declare var DeleteTableBucketEncryptionRequest: StaticStructureSchema;
13
+ export declare var DeleteTableBucketMetricsConfigurationRequest: StaticStructureSchema;
14
+ export declare var DeleteTableBucketPolicyRequest: StaticStructureSchema;
15
+ export declare var DeleteTableBucketRequest: StaticStructureSchema;
16
+ export declare var DeleteTablePolicyRequest: StaticStructureSchema;
17
+ export declare var DeleteTableRequest: StaticStructureSchema;
18
+ export declare var EncryptionConfiguration: StaticStructureSchema;
19
+ export declare var ForbiddenException: StaticErrorSchema;
20
+ export declare var GetNamespaceRequest: StaticStructureSchema;
21
+ export declare var GetNamespaceResponse: StaticStructureSchema;
22
+ export declare var GetTableBucketEncryptionRequest: StaticStructureSchema;
23
+ export declare var GetTableBucketEncryptionResponse: StaticStructureSchema;
24
+ export declare var GetTableBucketMaintenanceConfigurationRequest: StaticStructureSchema;
25
+ export declare var GetTableBucketMaintenanceConfigurationResponse: StaticStructureSchema;
26
+ export declare var GetTableBucketMetricsConfigurationRequest: StaticStructureSchema;
27
+ export declare var GetTableBucketMetricsConfigurationResponse: StaticStructureSchema;
28
+ export declare var GetTableBucketPolicyRequest: StaticStructureSchema;
29
+ export declare var GetTableBucketPolicyResponse: StaticStructureSchema;
30
+ export declare var GetTableBucketRequest: StaticStructureSchema;
31
+ export declare var GetTableBucketResponse: StaticStructureSchema;
32
+ export declare var GetTableEncryptionRequest: StaticStructureSchema;
33
+ export declare var GetTableEncryptionResponse: StaticStructureSchema;
34
+ export declare var GetTableMaintenanceConfigurationRequest: StaticStructureSchema;
35
+ export declare var GetTableMaintenanceConfigurationResponse: StaticStructureSchema;
36
+ export declare var GetTableMaintenanceJobStatusRequest: StaticStructureSchema;
37
+ export declare var GetTableMaintenanceJobStatusResponse: StaticStructureSchema;
38
+ export declare var GetTableMetadataLocationRequest: StaticStructureSchema;
39
+ export declare var GetTableMetadataLocationResponse: StaticStructureSchema;
40
+ export declare var GetTablePolicyRequest: StaticStructureSchema;
41
+ export declare var GetTablePolicyResponse: StaticStructureSchema;
42
+ export declare var GetTableRequest: StaticStructureSchema;
43
+ export declare var GetTableResponse: StaticStructureSchema;
44
+ export declare var IcebergCompactionSettings: StaticStructureSchema;
45
+ export declare var IcebergMetadata: StaticStructureSchema;
46
+ export declare var IcebergSchema: StaticStructureSchema;
47
+ export declare var IcebergSnapshotManagementSettings: StaticStructureSchema;
48
+ export declare var IcebergUnreferencedFileRemovalSettings: StaticStructureSchema;
49
+ export declare var InternalServerErrorException: StaticErrorSchema;
50
+ export declare var ListNamespacesRequest: StaticStructureSchema;
51
+ export declare var ListNamespacesResponse: StaticStructureSchema;
52
+ export declare var ListTableBucketsRequest: StaticStructureSchema;
53
+ export declare var ListTableBucketsResponse: StaticStructureSchema;
54
+ export declare var ListTablesRequest: StaticStructureSchema;
55
+ export declare var ListTablesResponse: StaticStructureSchema;
56
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
57
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
58
+ export declare var NamespaceSummary: StaticStructureSchema;
59
+ export declare var NotFoundException: StaticErrorSchema;
60
+ export declare var PutTableBucketEncryptionRequest: StaticStructureSchema;
61
+ export declare var PutTableBucketMaintenanceConfigurationRequest: StaticStructureSchema;
62
+ export declare var PutTableBucketMetricsConfigurationRequest: StaticStructureSchema;
63
+ export declare var PutTableBucketPolicyRequest: StaticStructureSchema;
64
+ export declare var PutTableMaintenanceConfigurationRequest: StaticStructureSchema;
65
+ export declare var PutTablePolicyRequest: StaticStructureSchema;
66
+ export declare var RenameTableRequest: StaticStructureSchema;
67
+ export declare var SchemaField: StaticStructureSchema;
68
+ export declare var TableBucketMaintenanceConfigurationValue: StaticStructureSchema;
69
+ export declare var TableBucketSummary: StaticStructureSchema;
70
+ export declare var TableMaintenanceConfigurationValue: StaticStructureSchema;
71
+ export declare var TableMaintenanceJobStatusValue: StaticStructureSchema;
72
+ export declare var TableSummary: StaticStructureSchema;
73
+ export declare var TagResourceRequest: StaticStructureSchema;
74
+ export declare var TagResourceResponse: StaticStructureSchema;
75
+ export declare var TooManyRequestsException: StaticErrorSchema;
76
+ export declare var UntagResourceRequest: StaticStructureSchema;
77
+ export declare var UntagResourceResponse: StaticStructureSchema;
78
+ export declare var UpdateTableMetadataLocationRequest: StaticStructureSchema;
79
+ export declare var UpdateTableMetadataLocationResponse: StaticStructureSchema;
80
+ export declare var __Unit: "unit";
81
+ export declare var S3TablesServiceException: StaticErrorSchema;
82
+ export declare var NamespaceList: number;
83
+ export declare var NamespaceSummaryList: StaticListSchema;
84
+ export declare var SchemaFieldList: StaticListSchema;
85
+ export declare var TableBucketSummaryList: StaticListSchema;
86
+ export declare var TableSummaryList: StaticListSchema;
87
+ export declare var TagKeyList: number;
88
+ export declare var TableBucketMaintenanceConfiguration: StaticMapSchema;
89
+ export declare var TableMaintenanceConfiguration: StaticMapSchema;
90
+ export declare var TableMaintenanceJobStatus: StaticMapSchema;
91
+ export declare var Tags: number;
92
+ export declare var TableBucketMaintenanceSettings: StaticStructureSchema;
93
+ export declare var TableMaintenanceSettings: StaticStructureSchema;
94
+ export declare var TableMetadata: StaticStructureSchema;
95
+ export declare var CreateNamespace: StaticOperationSchema;
96
+ export declare var CreateTable: StaticOperationSchema;
97
+ export declare var CreateTableBucket: StaticOperationSchema;
98
+ export declare var DeleteNamespace: StaticOperationSchema;
99
+ export declare var DeleteTable: StaticOperationSchema;
100
+ export declare var DeleteTableBucket: StaticOperationSchema;
101
+ export declare var DeleteTableBucketEncryption: StaticOperationSchema;
102
+ export declare var DeleteTableBucketMetricsConfiguration: StaticOperationSchema;
103
+ export declare var DeleteTableBucketPolicy: StaticOperationSchema;
104
+ export declare var DeleteTablePolicy: StaticOperationSchema;
105
+ export declare var GetNamespace: StaticOperationSchema;
106
+ export declare var GetTable: StaticOperationSchema;
107
+ export declare var GetTableBucket: StaticOperationSchema;
108
+ export declare var GetTableBucketEncryption: StaticOperationSchema;
109
+ export declare var GetTableBucketMaintenanceConfiguration: StaticOperationSchema;
110
+ export declare var GetTableBucketMetricsConfiguration: StaticOperationSchema;
111
+ export declare var GetTableBucketPolicy: StaticOperationSchema;
112
+ export declare var GetTableEncryption: StaticOperationSchema;
113
+ export declare var GetTableMaintenanceConfiguration: StaticOperationSchema;
114
+ export declare var GetTableMaintenanceJobStatus: StaticOperationSchema;
115
+ export declare var GetTableMetadataLocation: StaticOperationSchema;
116
+ export declare var GetTablePolicy: StaticOperationSchema;
117
+ export declare var ListNamespaces: StaticOperationSchema;
118
+ export declare var ListTableBuckets: StaticOperationSchema;
119
+ export declare var ListTables: StaticOperationSchema;
120
+ export declare var ListTagsForResource: StaticOperationSchema;
121
+ export declare var PutTableBucketEncryption: StaticOperationSchema;
122
+ export declare var PutTableBucketMaintenanceConfiguration: StaticOperationSchema;
123
+ export declare var PutTableBucketMetricsConfiguration: StaticOperationSchema;
124
+ export declare var PutTableBucketPolicy: StaticOperationSchema;
125
+ export declare var PutTableMaintenanceConfiguration: StaticOperationSchema;
126
+ export declare var PutTablePolicy: StaticOperationSchema;
127
+ export declare var RenameTable: StaticOperationSchema;
128
+ export declare var TagResource: StaticOperationSchema;
129
+ export declare var UntagResource: StaticOperationSchema;
130
+ export declare var UpdateTableMetadataLocation: StaticOperationSchema;
@@ -23,6 +23,10 @@ import {
23
23
  DeleteTableBucketEncryptionCommandInput,
24
24
  DeleteTableBucketEncryptionCommandOutput,
25
25
  } from "./commands/DeleteTableBucketEncryptionCommand";
26
+ import {
27
+ DeleteTableBucketMetricsConfigurationCommandInput,
28
+ DeleteTableBucketMetricsConfigurationCommandOutput,
29
+ } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
26
30
  import {
27
31
  DeleteTableBucketPolicyCommandInput,
28
32
  DeleteTableBucketPolicyCommandOutput,
@@ -51,6 +55,10 @@ import {
51
55
  GetTableBucketMaintenanceConfigurationCommandInput,
52
56
  GetTableBucketMaintenanceConfigurationCommandOutput,
53
57
  } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
58
+ import {
59
+ GetTableBucketMetricsConfigurationCommandInput,
60
+ GetTableBucketMetricsConfigurationCommandOutput,
61
+ } from "./commands/GetTableBucketMetricsConfigurationCommand";
54
62
  import {
55
63
  GetTableBucketPolicyCommandInput,
56
64
  GetTableBucketPolicyCommandOutput,
@@ -103,6 +111,10 @@ import {
103
111
  PutTableBucketMaintenanceConfigurationCommandInput,
104
112
  PutTableBucketMaintenanceConfigurationCommandOutput,
105
113
  } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
114
+ import {
115
+ PutTableBucketMetricsConfigurationCommandInput,
116
+ PutTableBucketMetricsConfigurationCommandOutput,
117
+ } from "./commands/PutTableBucketMetricsConfigurationCommand";
106
118
  import {
107
119
  PutTableBucketPolicyCommandInput,
108
120
  PutTableBucketPolicyCommandOutput,
@@ -224,6 +236,25 @@ export interface S3Tables {
224
236
  options: __HttpHandlerOptions,
225
237
  cb: (err: any, data?: DeleteTableBucketEncryptionCommandOutput) => void
226
238
  ): void;
239
+ deleteTableBucketMetricsConfiguration(
240
+ args: DeleteTableBucketMetricsConfigurationCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<DeleteTableBucketMetricsConfigurationCommandOutput>;
243
+ deleteTableBucketMetricsConfiguration(
244
+ args: DeleteTableBucketMetricsConfigurationCommandInput,
245
+ cb: (
246
+ err: any,
247
+ data?: DeleteTableBucketMetricsConfigurationCommandOutput
248
+ ) => void
249
+ ): void;
250
+ deleteTableBucketMetricsConfiguration(
251
+ args: DeleteTableBucketMetricsConfigurationCommandInput,
252
+ options: __HttpHandlerOptions,
253
+ cb: (
254
+ err: any,
255
+ data?: DeleteTableBucketMetricsConfigurationCommandOutput
256
+ ) => void
257
+ ): void;
227
258
  deleteTableBucketPolicy(
228
259
  args: DeleteTableBucketPolicyCommandInput,
229
260
  options?: __HttpHandlerOptions
@@ -322,6 +353,25 @@ export interface S3Tables {
322
353
  data?: GetTableBucketMaintenanceConfigurationCommandOutput
323
354
  ) => void
324
355
  ): void;
356
+ getTableBucketMetricsConfiguration(
357
+ args: GetTableBucketMetricsConfigurationCommandInput,
358
+ options?: __HttpHandlerOptions
359
+ ): Promise<GetTableBucketMetricsConfigurationCommandOutput>;
360
+ getTableBucketMetricsConfiguration(
361
+ args: GetTableBucketMetricsConfigurationCommandInput,
362
+ cb: (
363
+ err: any,
364
+ data?: GetTableBucketMetricsConfigurationCommandOutput
365
+ ) => void
366
+ ): void;
367
+ getTableBucketMetricsConfiguration(
368
+ args: GetTableBucketMetricsConfigurationCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (
371
+ err: any,
372
+ data?: GetTableBucketMetricsConfigurationCommandOutput
373
+ ) => void
374
+ ): void;
325
375
  getTableBucketPolicy(
326
376
  args: GetTableBucketPolicyCommandInput,
327
377
  options?: __HttpHandlerOptions
@@ -485,6 +535,25 @@ export interface S3Tables {
485
535
  data?: PutTableBucketMaintenanceConfigurationCommandOutput
486
536
  ) => void
487
537
  ): void;
538
+ putTableBucketMetricsConfiguration(
539
+ args: PutTableBucketMetricsConfigurationCommandInput,
540
+ options?: __HttpHandlerOptions
541
+ ): Promise<PutTableBucketMetricsConfigurationCommandOutput>;
542
+ putTableBucketMetricsConfiguration(
543
+ args: PutTableBucketMetricsConfigurationCommandInput,
544
+ cb: (
545
+ err: any,
546
+ data?: PutTableBucketMetricsConfigurationCommandOutput
547
+ ) => void
548
+ ): void;
549
+ putTableBucketMetricsConfiguration(
550
+ args: PutTableBucketMetricsConfigurationCommandInput,
551
+ options: __HttpHandlerOptions,
552
+ cb: (
553
+ err: any,
554
+ data?: PutTableBucketMetricsConfigurationCommandOutput
555
+ ) => void
556
+ ): void;
488
557
  putTableBucketPolicy(
489
558
  args: PutTableBucketPolicyCommandInput,
490
559
  options?: __HttpHandlerOptions
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -69,6 +72,10 @@ import {
69
72
  DeleteTableBucketEncryptionCommandInput,
70
73
  DeleteTableBucketEncryptionCommandOutput,
71
74
  } from "./commands/DeleteTableBucketEncryptionCommand";
75
+ import {
76
+ DeleteTableBucketMetricsConfigurationCommandInput,
77
+ DeleteTableBucketMetricsConfigurationCommandOutput,
78
+ } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
72
79
  import {
73
80
  DeleteTableBucketPolicyCommandInput,
74
81
  DeleteTableBucketPolicyCommandOutput,
@@ -97,6 +104,10 @@ import {
97
104
  GetTableBucketMaintenanceConfigurationCommandInput,
98
105
  GetTableBucketMaintenanceConfigurationCommandOutput,
99
106
  } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
107
+ import {
108
+ GetTableBucketMetricsConfigurationCommandInput,
109
+ GetTableBucketMetricsConfigurationCommandOutput,
110
+ } from "./commands/GetTableBucketMetricsConfigurationCommand";
100
111
  import {
101
112
  GetTableBucketPolicyCommandInput,
102
113
  GetTableBucketPolicyCommandOutput,
@@ -149,6 +160,10 @@ import {
149
160
  PutTableBucketMaintenanceConfigurationCommandInput,
150
161
  PutTableBucketMaintenanceConfigurationCommandOutput,
151
162
  } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
163
+ import {
164
+ PutTableBucketMetricsConfigurationCommandInput,
165
+ PutTableBucketMetricsConfigurationCommandOutput,
166
+ } from "./commands/PutTableBucketMetricsConfigurationCommand";
152
167
  import {
153
168
  PutTableBucketPolicyCommandInput,
154
169
  PutTableBucketPolicyCommandOutput,
@@ -191,6 +206,7 @@ export type ServiceInputTypes =
191
206
  | DeleteNamespaceCommandInput
192
207
  | DeleteTableBucketCommandInput
193
208
  | DeleteTableBucketEncryptionCommandInput
209
+ | DeleteTableBucketMetricsConfigurationCommandInput
194
210
  | DeleteTableBucketPolicyCommandInput
195
211
  | DeleteTableCommandInput
196
212
  | DeleteTablePolicyCommandInput
@@ -198,6 +214,7 @@ export type ServiceInputTypes =
198
214
  | GetTableBucketCommandInput
199
215
  | GetTableBucketEncryptionCommandInput
200
216
  | GetTableBucketMaintenanceConfigurationCommandInput
217
+ | GetTableBucketMetricsConfigurationCommandInput
201
218
  | GetTableBucketPolicyCommandInput
202
219
  | GetTableCommandInput
203
220
  | GetTableEncryptionCommandInput
@@ -211,6 +228,7 @@ export type ServiceInputTypes =
211
228
  | ListTagsForResourceCommandInput
212
229
  | PutTableBucketEncryptionCommandInput
213
230
  | PutTableBucketMaintenanceConfigurationCommandInput
231
+ | PutTableBucketMetricsConfigurationCommandInput
214
232
  | PutTableBucketPolicyCommandInput
215
233
  | PutTableMaintenanceConfigurationCommandInput
216
234
  | PutTablePolicyCommandInput
@@ -225,6 +243,7 @@ export type ServiceOutputTypes =
225
243
  | DeleteNamespaceCommandOutput
226
244
  | DeleteTableBucketCommandOutput
227
245
  | DeleteTableBucketEncryptionCommandOutput
246
+ | DeleteTableBucketMetricsConfigurationCommandOutput
228
247
  | DeleteTableBucketPolicyCommandOutput
229
248
  | DeleteTableCommandOutput
230
249
  | DeleteTablePolicyCommandOutput
@@ -232,6 +251,7 @@ export type ServiceOutputTypes =
232
251
  | GetTableBucketCommandOutput
233
252
  | GetTableBucketEncryptionCommandOutput
234
253
  | GetTableBucketMaintenanceConfigurationCommandOutput
254
+ | GetTableBucketMetricsConfigurationCommandOutput
235
255
  | GetTableBucketPolicyCommandOutput
236
256
  | GetTableCommandOutput
237
257
  | GetTableEncryptionCommandOutput
@@ -245,6 +265,7 @@ export type ServiceOutputTypes =
245
265
  | ListTagsForResourceCommandOutput
246
266
  | PutTableBucketEncryptionCommandOutput
247
267
  | PutTableBucketMaintenanceConfigurationCommandOutput
268
+ | PutTableBucketMetricsConfigurationCommandOutput
248
269
  | PutTableBucketPolicyCommandOutput
249
270
  | PutTableMaintenanceConfigurationCommandOutput
250
271
  | PutTablePolicyCommandOutput
@@ -276,6 +297,7 @@ export interface ClientDefaults
276
297
  retryMode?: string | __Provider<string>;
277
298
  logger?: __Logger;
278
299
  extensions?: RuntimeExtension[];
300
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
279
301
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
280
302
  }
281
303
  export type S3TablesClientConfigType = Partial<
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteTableBucketMetricsConfigurationRequest } from "../models/models_0";
4
+ import {
5
+ S3TablesClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../S3TablesClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteTableBucketMetricsConfigurationCommandInput
12
+ extends DeleteTableBucketMetricsConfigurationRequest {}
13
+ export interface DeleteTableBucketMetricsConfigurationCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DeleteTableBucketMetricsConfigurationCommand_base: {
16
+ new (
17
+ input: DeleteTableBucketMetricsConfigurationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteTableBucketMetricsConfigurationCommandInput,
20
+ DeleteTableBucketMetricsConfigurationCommandOutput,
21
+ S3TablesClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: DeleteTableBucketMetricsConfigurationCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteTableBucketMetricsConfigurationCommandInput,
29
+ DeleteTableBucketMetricsConfigurationCommandOutput,
30
+ S3TablesClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteTableBucketMetricsConfigurationCommand extends DeleteTableBucketMetricsConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteTableBucketMetricsConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteTableBucketMetricsConfigurationCommandInput;
44
+ output: DeleteTableBucketMetricsConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ GetTableBucketMetricsConfigurationRequest,
5
+ GetTableBucketMetricsConfigurationResponse,
6
+ } from "../models/models_0";
7
+ import {
8
+ S3TablesClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../S3TablesClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface GetTableBucketMetricsConfigurationCommandInput
15
+ extends GetTableBucketMetricsConfigurationRequest {}
16
+ export interface GetTableBucketMetricsConfigurationCommandOutput
17
+ extends GetTableBucketMetricsConfigurationResponse,
18
+ __MetadataBearer {}
19
+ declare const GetTableBucketMetricsConfigurationCommand_base: {
20
+ new (
21
+ input: GetTableBucketMetricsConfigurationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ GetTableBucketMetricsConfigurationCommandInput,
24
+ GetTableBucketMetricsConfigurationCommandOutput,
25
+ S3TablesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: GetTableBucketMetricsConfigurationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ GetTableBucketMetricsConfigurationCommandInput,
33
+ GetTableBucketMetricsConfigurationCommandOutput,
34
+ S3TablesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class GetTableBucketMetricsConfigurationCommand extends GetTableBucketMetricsConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetTableBucketMetricsConfigurationRequest;
44
+ output: GetTableBucketMetricsConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetTableBucketMetricsConfigurationCommandInput;
48
+ output: GetTableBucketMetricsConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { PutTableBucketMetricsConfigurationRequest } from "../models/models_0";
4
+ import {
5
+ S3TablesClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../S3TablesClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface PutTableBucketMetricsConfigurationCommandInput
12
+ extends PutTableBucketMetricsConfigurationRequest {}
13
+ export interface PutTableBucketMetricsConfigurationCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const PutTableBucketMetricsConfigurationCommand_base: {
16
+ new (
17
+ input: PutTableBucketMetricsConfigurationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ PutTableBucketMetricsConfigurationCommandInput,
20
+ PutTableBucketMetricsConfigurationCommandOutput,
21
+ S3TablesClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ input: PutTableBucketMetricsConfigurationCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ PutTableBucketMetricsConfigurationCommandInput,
29
+ PutTableBucketMetricsConfigurationCommandOutput,
30
+ S3TablesClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class PutTableBucketMetricsConfigurationCommand extends PutTableBucketMetricsConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: PutTableBucketMetricsConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: PutTableBucketMetricsConfigurationCommandInput;
44
+ output: PutTableBucketMetricsConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -4,6 +4,7 @@ export * from "./CreateTableCommand";
4
4
  export * from "./DeleteNamespaceCommand";
5
5
  export * from "./DeleteTableBucketCommand";
6
6
  export * from "./DeleteTableBucketEncryptionCommand";
7
+ export * from "./DeleteTableBucketMetricsConfigurationCommand";
7
8
  export * from "./DeleteTableBucketPolicyCommand";
8
9
  export * from "./DeleteTableCommand";
9
10
  export * from "./DeleteTablePolicyCommand";
@@ -11,6 +12,7 @@ export * from "./GetNamespaceCommand";
11
12
  export * from "./GetTableBucketCommand";
12
13
  export * from "./GetTableBucketEncryptionCommand";
13
14
  export * from "./GetTableBucketMaintenanceConfigurationCommand";
15
+ export * from "./GetTableBucketMetricsConfigurationCommand";
14
16
  export * from "./GetTableBucketPolicyCommand";
15
17
  export * from "./GetTableCommand";
16
18
  export * from "./GetTableEncryptionCommand";
@@ -24,6 +26,7 @@ export * from "./ListTablesCommand";
24
26
  export * from "./ListTagsForResourceCommand";
25
27
  export * from "./PutTableBucketEncryptionCommand";
26
28
  export * from "./PutTableBucketMaintenanceConfigurationCommand";
29
+ export * from "./PutTableBucketMetricsConfigurationCommand";
27
30
  export * from "./PutTableBucketPolicyCommand";
28
31
  export * from "./PutTableMaintenanceConfigurationCommand";
29
32
  export * from "./PutTablePolicyCommand";
@@ -92,7 +92,6 @@ export declare namespace TableMetadata {
92
92
  iceberg: (value: IcebergMetadata) => T;
93
93
  _: (name: string, value: any) => T;
94
94
  }
95
- const visit: <T>(value: TableMetadata, visitor: Visitor<T>) => T;
96
95
  }
97
96
  export interface CreateTableRequest {
98
97
  tableBucketARN: string | undefined;
@@ -131,6 +130,9 @@ export interface DeleteTableBucketRequest {
131
130
  export interface DeleteTableBucketEncryptionRequest {
132
131
  tableBucketARN: string | undefined;
133
132
  }
133
+ export interface DeleteTableBucketMetricsConfigurationRequest {
134
+ tableBucketARN: string | undefined;
135
+ }
134
136
  export interface DeleteTableBucketPolicyRequest {
135
137
  tableBucketARN: string | undefined;
136
138
  }
@@ -233,10 +235,6 @@ export declare namespace TableBucketMaintenanceSettings {
233
235
  ) => T;
234
236
  _: (name: string, value: any) => T;
235
237
  }
236
- const visit: <T>(
237
- value: TableBucketMaintenanceSettings,
238
- visitor: Visitor<T>
239
- ) => T;
240
238
  }
241
239
  export declare const MaintenanceStatus: {
242
240
  readonly DISABLED: "disabled";
@@ -259,6 +257,13 @@ export interface GetTableBucketMaintenanceConfigurationResponse {
259
257
  >
260
258
  | undefined;
261
259
  }
260
+ export interface GetTableBucketMetricsConfigurationRequest {
261
+ tableBucketARN: string | undefined;
262
+ }
263
+ export interface GetTableBucketMetricsConfigurationResponse {
264
+ tableBucketARN: string | undefined;
265
+ id?: string | undefined;
266
+ }
262
267
  export interface GetTableBucketPolicyRequest {
263
268
  tableBucketARN: string | undefined;
264
269
  }
@@ -325,7 +330,6 @@ export declare namespace TableMaintenanceSettings {
325
330
  icebergSnapshotManagement: (value: IcebergSnapshotManagementSettings) => T;
326
331
  _: (name: string, value: any) => T;
327
332
  }
328
- const visit: <T>(value: TableMaintenanceSettings, visitor: Visitor<T>) => T;
329
333
  }
330
334
  export interface TableMaintenanceConfigurationValue {
331
335
  status?: MaintenanceStatus | undefined;
@@ -457,6 +461,9 @@ export interface PutTableBucketMaintenanceConfigurationRequest {
457
461
  type: TableBucketMaintenanceType | undefined;
458
462
  value: TableBucketMaintenanceConfigurationValue | undefined;
459
463
  }
464
+ export interface PutTableBucketMetricsConfigurationRequest {
465
+ tableBucketARN: string | undefined;
466
+ }
460
467
  export interface PutTableBucketPolicyRequest {
461
468
  tableBucketARN: string | undefined;
462
469
  resourcePolicy: string | undefined;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: S3TablesClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3TablesHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;