@aws-sdk/client-s3tables 3.1019.0 → 3.1020.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.
@@ -1,14 +1,14 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { CreateNamespaceCommand, } from "./commands/CreateNamespaceCommand";
3
3
  import { CreateTableBucketCommand, } from "./commands/CreateTableBucketCommand";
4
- import { CreateTableCommand } from "./commands/CreateTableCommand";
4
+ import { CreateTableCommand, } from "./commands/CreateTableCommand";
5
5
  import { DeleteNamespaceCommand, } from "./commands/DeleteNamespaceCommand";
6
6
  import { DeleteTableBucketCommand, } from "./commands/DeleteTableBucketCommand";
7
7
  import { DeleteTableBucketEncryptionCommand, } from "./commands/DeleteTableBucketEncryptionCommand";
8
8
  import { DeleteTableBucketMetricsConfigurationCommand, } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
9
9
  import { DeleteTableBucketPolicyCommand, } from "./commands/DeleteTableBucketPolicyCommand";
10
10
  import { DeleteTableBucketReplicationCommand, } from "./commands/DeleteTableBucketReplicationCommand";
11
- import { DeleteTableCommand } from "./commands/DeleteTableCommand";
11
+ import { DeleteTableCommand, } from "./commands/DeleteTableCommand";
12
12
  import { DeleteTablePolicyCommand, } from "./commands/DeleteTablePolicyCommand";
13
13
  import { DeleteTableReplicationCommand, } from "./commands/DeleteTableReplicationCommand";
14
14
  import { GetNamespaceCommand, } from "./commands/GetNamespaceCommand";
@@ -32,7 +32,7 @@ import { GetTableReplicationStatusCommand, } from "./commands/GetTableReplicatio
32
32
  import { GetTableStorageClassCommand, } from "./commands/GetTableStorageClassCommand";
33
33
  import { ListNamespacesCommand, } from "./commands/ListNamespacesCommand";
34
34
  import { ListTableBucketsCommand, } from "./commands/ListTableBucketsCommand";
35
- import { ListTablesCommand } from "./commands/ListTablesCommand";
35
+ import { ListTablesCommand, } from "./commands/ListTablesCommand";
36
36
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
37
37
  import { PutTableBucketEncryptionCommand, } from "./commands/PutTableBucketEncryptionCommand";
38
38
  import { PutTableBucketMaintenanceConfigurationCommand, } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
@@ -44,8 +44,8 @@ import { PutTableMaintenanceConfigurationCommand, } from "./commands/PutTableMai
44
44
  import { PutTablePolicyCommand, } from "./commands/PutTablePolicyCommand";
45
45
  import { PutTableRecordExpirationConfigurationCommand, } from "./commands/PutTableRecordExpirationConfigurationCommand";
46
46
  import { PutTableReplicationCommand, } from "./commands/PutTableReplicationCommand";
47
- import { RenameTableCommand } from "./commands/RenameTableCommand";
48
- import { TagResourceCommand } from "./commands/TagResourceCommand";
47
+ import { RenameTableCommand, } from "./commands/RenameTableCommand";
48
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
49
49
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
50
50
  import { UpdateTableMetadataLocationCommand, } from "./commands/UpdateTableMetadataLocationCommand";
51
51
  import { paginateListNamespaces } from "./pagination/ListNamespacesPaginator";
@@ -1,53 +1,53 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
3
- import { CreateTableBucketCommandInput, CreateTableBucketCommandOutput } from "./commands/CreateTableBucketCommand";
4
- import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
5
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
6
- import { DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput } from "./commands/DeleteTableBucketCommand";
7
- import { DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput } from "./commands/DeleteTableBucketEncryptionCommand";
8
- import { DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
9
- import { DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput } from "./commands/DeleteTableBucketPolicyCommand";
10
- import { DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput } from "./commands/DeleteTableBucketReplicationCommand";
11
- import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
12
- import { DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput } from "./commands/DeleteTablePolicyCommand";
13
- import { DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput } from "./commands/DeleteTableReplicationCommand";
14
- import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
15
- import { GetTableBucketCommandInput, GetTableBucketCommandOutput } from "./commands/GetTableBucketCommand";
16
- import { GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput } from "./commands/GetTableBucketEncryptionCommand";
17
- import { GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
18
- import { GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput } from "./commands/GetTableBucketMetricsConfigurationCommand";
19
- import { GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput } from "./commands/GetTableBucketPolicyCommand";
20
- import { GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput } from "./commands/GetTableBucketReplicationCommand";
21
- import { GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput } from "./commands/GetTableBucketStorageClassCommand";
22
- import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
23
- import { GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput } from "./commands/GetTableEncryptionCommand";
24
- import { GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput } from "./commands/GetTableMaintenanceConfigurationCommand";
25
- import { GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput } from "./commands/GetTableMaintenanceJobStatusCommand";
26
- import { GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput } from "./commands/GetTableMetadataLocationCommand";
27
- import { GetTablePolicyCommandInput, GetTablePolicyCommandOutput } from "./commands/GetTablePolicyCommand";
28
- import { GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput } from "./commands/GetTableRecordExpirationConfigurationCommand";
29
- import { GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput } from "./commands/GetTableRecordExpirationJobStatusCommand";
30
- import { GetTableReplicationCommandInput, GetTableReplicationCommandOutput } from "./commands/GetTableReplicationCommand";
31
- import { GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput } from "./commands/GetTableReplicationStatusCommand";
32
- import { GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput } from "./commands/GetTableStorageClassCommand";
33
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
34
- import { ListTableBucketsCommandInput, ListTableBucketsCommandOutput } from "./commands/ListTableBucketsCommand";
35
- import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
36
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
37
- import { PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOutput } from "./commands/PutTableBucketEncryptionCommand";
38
- import { PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
39
- import { PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput } from "./commands/PutTableBucketMetricsConfigurationCommand";
40
- import { PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput } from "./commands/PutTableBucketPolicyCommand";
41
- import { PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput } from "./commands/PutTableBucketReplicationCommand";
42
- import { PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput } from "./commands/PutTableBucketStorageClassCommand";
43
- import { PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput } from "./commands/PutTableMaintenanceConfigurationCommand";
44
- import { PutTablePolicyCommandInput, PutTablePolicyCommandOutput } from "./commands/PutTablePolicyCommand";
45
- import { PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput } from "./commands/PutTableRecordExpirationConfigurationCommand";
46
- import { PutTableReplicationCommandInput, PutTableReplicationCommandOutput } from "./commands/PutTableReplicationCommand";
47
- import { RenameTableCommandInput, RenameTableCommandOutput } from "./commands/RenameTableCommand";
48
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
49
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
50
- import { UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput } from "./commands/UpdateTableMetadataLocationCommand";
2
+ import { type CreateNamespaceCommandInput, type CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
3
+ import { type CreateTableBucketCommandInput, type CreateTableBucketCommandOutput } from "./commands/CreateTableBucketCommand";
4
+ import { type CreateTableCommandInput, type CreateTableCommandOutput } from "./commands/CreateTableCommand";
5
+ import { type DeleteNamespaceCommandInput, type DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
6
+ import { type DeleteTableBucketCommandInput, type DeleteTableBucketCommandOutput } from "./commands/DeleteTableBucketCommand";
7
+ import { type DeleteTableBucketEncryptionCommandInput, type DeleteTableBucketEncryptionCommandOutput } from "./commands/DeleteTableBucketEncryptionCommand";
8
+ import { type DeleteTableBucketMetricsConfigurationCommandInput, type DeleteTableBucketMetricsConfigurationCommandOutput } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
9
+ import { type DeleteTableBucketPolicyCommandInput, type DeleteTableBucketPolicyCommandOutput } from "./commands/DeleteTableBucketPolicyCommand";
10
+ import { type DeleteTableBucketReplicationCommandInput, type DeleteTableBucketReplicationCommandOutput } from "./commands/DeleteTableBucketReplicationCommand";
11
+ import { type DeleteTableCommandInput, type DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
12
+ import { type DeleteTablePolicyCommandInput, type DeleteTablePolicyCommandOutput } from "./commands/DeleteTablePolicyCommand";
13
+ import { type DeleteTableReplicationCommandInput, type DeleteTableReplicationCommandOutput } from "./commands/DeleteTableReplicationCommand";
14
+ import { type GetNamespaceCommandInput, type GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
15
+ import { type GetTableBucketCommandInput, type GetTableBucketCommandOutput } from "./commands/GetTableBucketCommand";
16
+ import { type GetTableBucketEncryptionCommandInput, type GetTableBucketEncryptionCommandOutput } from "./commands/GetTableBucketEncryptionCommand";
17
+ import { type GetTableBucketMaintenanceConfigurationCommandInput, type GetTableBucketMaintenanceConfigurationCommandOutput } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
18
+ import { type GetTableBucketMetricsConfigurationCommandInput, type GetTableBucketMetricsConfigurationCommandOutput } from "./commands/GetTableBucketMetricsConfigurationCommand";
19
+ import { type GetTableBucketPolicyCommandInput, type GetTableBucketPolicyCommandOutput } from "./commands/GetTableBucketPolicyCommand";
20
+ import { type GetTableBucketReplicationCommandInput, type GetTableBucketReplicationCommandOutput } from "./commands/GetTableBucketReplicationCommand";
21
+ import { type GetTableBucketStorageClassCommandInput, type GetTableBucketStorageClassCommandOutput } from "./commands/GetTableBucketStorageClassCommand";
22
+ import { type GetTableCommandInput, type GetTableCommandOutput } from "./commands/GetTableCommand";
23
+ import { type GetTableEncryptionCommandInput, type GetTableEncryptionCommandOutput } from "./commands/GetTableEncryptionCommand";
24
+ import { type GetTableMaintenanceConfigurationCommandInput, type GetTableMaintenanceConfigurationCommandOutput } from "./commands/GetTableMaintenanceConfigurationCommand";
25
+ import { type GetTableMaintenanceJobStatusCommandInput, type GetTableMaintenanceJobStatusCommandOutput } from "./commands/GetTableMaintenanceJobStatusCommand";
26
+ import { type GetTableMetadataLocationCommandInput, type GetTableMetadataLocationCommandOutput } from "./commands/GetTableMetadataLocationCommand";
27
+ import { type GetTablePolicyCommandInput, type GetTablePolicyCommandOutput } from "./commands/GetTablePolicyCommand";
28
+ import { type GetTableRecordExpirationConfigurationCommandInput, type GetTableRecordExpirationConfigurationCommandOutput } from "./commands/GetTableRecordExpirationConfigurationCommand";
29
+ import { type GetTableRecordExpirationJobStatusCommandInput, type GetTableRecordExpirationJobStatusCommandOutput } from "./commands/GetTableRecordExpirationJobStatusCommand";
30
+ import { type GetTableReplicationCommandInput, type GetTableReplicationCommandOutput } from "./commands/GetTableReplicationCommand";
31
+ import { type GetTableReplicationStatusCommandInput, type GetTableReplicationStatusCommandOutput } from "./commands/GetTableReplicationStatusCommand";
32
+ import { type GetTableStorageClassCommandInput, type GetTableStorageClassCommandOutput } from "./commands/GetTableStorageClassCommand";
33
+ import { type ListNamespacesCommandInput, type ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
34
+ import { type ListTableBucketsCommandInput, type ListTableBucketsCommandOutput } from "./commands/ListTableBucketsCommand";
35
+ import { type ListTablesCommandInput, type ListTablesCommandOutput } from "./commands/ListTablesCommand";
36
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
37
+ import { type PutTableBucketEncryptionCommandInput, type PutTableBucketEncryptionCommandOutput } from "./commands/PutTableBucketEncryptionCommand";
38
+ import { type PutTableBucketMaintenanceConfigurationCommandInput, type PutTableBucketMaintenanceConfigurationCommandOutput } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
39
+ import { type PutTableBucketMetricsConfigurationCommandInput, type PutTableBucketMetricsConfigurationCommandOutput } from "./commands/PutTableBucketMetricsConfigurationCommand";
40
+ import { type PutTableBucketPolicyCommandInput, type PutTableBucketPolicyCommandOutput } from "./commands/PutTableBucketPolicyCommand";
41
+ import { type PutTableBucketReplicationCommandInput, type PutTableBucketReplicationCommandOutput } from "./commands/PutTableBucketReplicationCommand";
42
+ import { type PutTableBucketStorageClassCommandInput, type PutTableBucketStorageClassCommandOutput } from "./commands/PutTableBucketStorageClassCommand";
43
+ import { type PutTableMaintenanceConfigurationCommandInput, type PutTableMaintenanceConfigurationCommandOutput } from "./commands/PutTableMaintenanceConfigurationCommand";
44
+ import { type PutTablePolicyCommandInput, type PutTablePolicyCommandOutput } from "./commands/PutTablePolicyCommand";
45
+ import { type PutTableRecordExpirationConfigurationCommandInput, type PutTableRecordExpirationConfigurationCommandOutput } from "./commands/PutTableRecordExpirationConfigurationCommand";
46
+ import { type PutTableReplicationCommandInput, type PutTableReplicationCommandOutput } from "./commands/PutTableReplicationCommand";
47
+ import { type RenameTableCommandInput, type RenameTableCommandOutput } from "./commands/RenameTableCommand";
48
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
49
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
50
+ import { type UpdateTableMetadataLocationCommandInput, type UpdateTableMetadataLocationCommandOutput } from "./commands/UpdateTableMetadataLocationCommand";
51
51
  import { S3TablesClient } from "./S3TablesClient";
52
52
  export interface S3Tables {
53
53
  /**
@@ -5,58 +5,58 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
11
- import { CreateTableBucketCommandInput, CreateTableBucketCommandOutput } from "./commands/CreateTableBucketCommand";
12
- import { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
13
- import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
14
- import { DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput } from "./commands/DeleteTableBucketCommand";
15
- import { DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput } from "./commands/DeleteTableBucketEncryptionCommand";
16
- import { DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
17
- import { DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput } from "./commands/DeleteTableBucketPolicyCommand";
18
- import { DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput } from "./commands/DeleteTableBucketReplicationCommand";
19
- import { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
20
- import { DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput } from "./commands/DeleteTablePolicyCommand";
21
- import { DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput } from "./commands/DeleteTableReplicationCommand";
22
- import { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
23
- import { GetTableBucketCommandInput, GetTableBucketCommandOutput } from "./commands/GetTableBucketCommand";
24
- import { GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput } from "./commands/GetTableBucketEncryptionCommand";
25
- import { GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
26
- import { GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput } from "./commands/GetTableBucketMetricsConfigurationCommand";
27
- import { GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput } from "./commands/GetTableBucketPolicyCommand";
28
- import { GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput } from "./commands/GetTableBucketReplicationCommand";
29
- import { GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput } from "./commands/GetTableBucketStorageClassCommand";
30
- import { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
31
- import { GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput } from "./commands/GetTableEncryptionCommand";
32
- import { GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput } from "./commands/GetTableMaintenanceConfigurationCommand";
33
- import { GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput } from "./commands/GetTableMaintenanceJobStatusCommand";
34
- import { GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput } from "./commands/GetTableMetadataLocationCommand";
35
- import { GetTablePolicyCommandInput, GetTablePolicyCommandOutput } from "./commands/GetTablePolicyCommand";
36
- import { GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput } from "./commands/GetTableRecordExpirationConfigurationCommand";
37
- import { GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput } from "./commands/GetTableRecordExpirationJobStatusCommand";
38
- import { GetTableReplicationCommandInput, GetTableReplicationCommandOutput } from "./commands/GetTableReplicationCommand";
39
- import { GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput } from "./commands/GetTableReplicationStatusCommand";
40
- import { GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput } from "./commands/GetTableStorageClassCommand";
41
- import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
42
- import { ListTableBucketsCommandInput, ListTableBucketsCommandOutput } from "./commands/ListTableBucketsCommand";
43
- import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
44
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
45
- import { PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOutput } from "./commands/PutTableBucketEncryptionCommand";
46
- import { PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
47
- import { PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput } from "./commands/PutTableBucketMetricsConfigurationCommand";
48
- import { PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput } from "./commands/PutTableBucketPolicyCommand";
49
- import { PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput } from "./commands/PutTableBucketReplicationCommand";
50
- import { PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput } from "./commands/PutTableBucketStorageClassCommand";
51
- import { PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput } from "./commands/PutTableMaintenanceConfigurationCommand";
52
- import { PutTablePolicyCommandInput, PutTablePolicyCommandOutput } from "./commands/PutTablePolicyCommand";
53
- import { PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput } from "./commands/PutTableRecordExpirationConfigurationCommand";
54
- import { PutTableReplicationCommandInput, PutTableReplicationCommandOutput } from "./commands/PutTableReplicationCommand";
55
- import { RenameTableCommandInput, RenameTableCommandOutput } from "./commands/RenameTableCommand";
56
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
58
- import { UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput } from "./commands/UpdateTableMetadataLocationCommand";
59
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
11
+ import type { CreateTableBucketCommandInput, CreateTableBucketCommandOutput } from "./commands/CreateTableBucketCommand";
12
+ import type { CreateTableCommandInput, CreateTableCommandOutput } from "./commands/CreateTableCommand";
13
+ import type { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
14
+ import type { DeleteTableBucketCommandInput, DeleteTableBucketCommandOutput } from "./commands/DeleteTableBucketCommand";
15
+ import type { DeleteTableBucketEncryptionCommandInput, DeleteTableBucketEncryptionCommandOutput } from "./commands/DeleteTableBucketEncryptionCommand";
16
+ import type { DeleteTableBucketMetricsConfigurationCommandInput, DeleteTableBucketMetricsConfigurationCommandOutput } from "./commands/DeleteTableBucketMetricsConfigurationCommand";
17
+ import type { DeleteTableBucketPolicyCommandInput, DeleteTableBucketPolicyCommandOutput } from "./commands/DeleteTableBucketPolicyCommand";
18
+ import type { DeleteTableBucketReplicationCommandInput, DeleteTableBucketReplicationCommandOutput } from "./commands/DeleteTableBucketReplicationCommand";
19
+ import type { DeleteTableCommandInput, DeleteTableCommandOutput } from "./commands/DeleteTableCommand";
20
+ import type { DeleteTablePolicyCommandInput, DeleteTablePolicyCommandOutput } from "./commands/DeleteTablePolicyCommand";
21
+ import type { DeleteTableReplicationCommandInput, DeleteTableReplicationCommandOutput } from "./commands/DeleteTableReplicationCommand";
22
+ import type { GetNamespaceCommandInput, GetNamespaceCommandOutput } from "./commands/GetNamespaceCommand";
23
+ import type { GetTableBucketCommandInput, GetTableBucketCommandOutput } from "./commands/GetTableBucketCommand";
24
+ import type { GetTableBucketEncryptionCommandInput, GetTableBucketEncryptionCommandOutput } from "./commands/GetTableBucketEncryptionCommand";
25
+ import type { GetTableBucketMaintenanceConfigurationCommandInput, GetTableBucketMaintenanceConfigurationCommandOutput } from "./commands/GetTableBucketMaintenanceConfigurationCommand";
26
+ import type { GetTableBucketMetricsConfigurationCommandInput, GetTableBucketMetricsConfigurationCommandOutput } from "./commands/GetTableBucketMetricsConfigurationCommand";
27
+ import type { GetTableBucketPolicyCommandInput, GetTableBucketPolicyCommandOutput } from "./commands/GetTableBucketPolicyCommand";
28
+ import type { GetTableBucketReplicationCommandInput, GetTableBucketReplicationCommandOutput } from "./commands/GetTableBucketReplicationCommand";
29
+ import type { GetTableBucketStorageClassCommandInput, GetTableBucketStorageClassCommandOutput } from "./commands/GetTableBucketStorageClassCommand";
30
+ import type { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
31
+ import type { GetTableEncryptionCommandInput, GetTableEncryptionCommandOutput } from "./commands/GetTableEncryptionCommand";
32
+ import type { GetTableMaintenanceConfigurationCommandInput, GetTableMaintenanceConfigurationCommandOutput } from "./commands/GetTableMaintenanceConfigurationCommand";
33
+ import type { GetTableMaintenanceJobStatusCommandInput, GetTableMaintenanceJobStatusCommandOutput } from "./commands/GetTableMaintenanceJobStatusCommand";
34
+ import type { GetTableMetadataLocationCommandInput, GetTableMetadataLocationCommandOutput } from "./commands/GetTableMetadataLocationCommand";
35
+ import type { GetTablePolicyCommandInput, GetTablePolicyCommandOutput } from "./commands/GetTablePolicyCommand";
36
+ import type { GetTableRecordExpirationConfigurationCommandInput, GetTableRecordExpirationConfigurationCommandOutput } from "./commands/GetTableRecordExpirationConfigurationCommand";
37
+ import type { GetTableRecordExpirationJobStatusCommandInput, GetTableRecordExpirationJobStatusCommandOutput } from "./commands/GetTableRecordExpirationJobStatusCommand";
38
+ import type { GetTableReplicationCommandInput, GetTableReplicationCommandOutput } from "./commands/GetTableReplicationCommand";
39
+ import type { GetTableReplicationStatusCommandInput, GetTableReplicationStatusCommandOutput } from "./commands/GetTableReplicationStatusCommand";
40
+ import type { GetTableStorageClassCommandInput, GetTableStorageClassCommandOutput } from "./commands/GetTableStorageClassCommand";
41
+ import type { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
42
+ import type { ListTableBucketsCommandInput, ListTableBucketsCommandOutput } from "./commands/ListTableBucketsCommand";
43
+ import type { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
44
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
45
+ import type { PutTableBucketEncryptionCommandInput, PutTableBucketEncryptionCommandOutput } from "./commands/PutTableBucketEncryptionCommand";
46
+ import type { PutTableBucketMaintenanceConfigurationCommandInput, PutTableBucketMaintenanceConfigurationCommandOutput } from "./commands/PutTableBucketMaintenanceConfigurationCommand";
47
+ import type { PutTableBucketMetricsConfigurationCommandInput, PutTableBucketMetricsConfigurationCommandOutput } from "./commands/PutTableBucketMetricsConfigurationCommand";
48
+ import type { PutTableBucketPolicyCommandInput, PutTableBucketPolicyCommandOutput } from "./commands/PutTableBucketPolicyCommand";
49
+ import type { PutTableBucketReplicationCommandInput, PutTableBucketReplicationCommandOutput } from "./commands/PutTableBucketReplicationCommand";
50
+ import type { PutTableBucketStorageClassCommandInput, PutTableBucketStorageClassCommandOutput } from "./commands/PutTableBucketStorageClassCommand";
51
+ import type { PutTableMaintenanceConfigurationCommandInput, PutTableMaintenanceConfigurationCommandOutput } from "./commands/PutTableMaintenanceConfigurationCommand";
52
+ import type { PutTablePolicyCommandInput, PutTablePolicyCommandOutput } from "./commands/PutTablePolicyCommand";
53
+ import type { PutTableRecordExpirationConfigurationCommandInput, PutTableRecordExpirationConfigurationCommandOutput } from "./commands/PutTableRecordExpirationConfigurationCommand";
54
+ import type { PutTableReplicationCommandInput, PutTableReplicationCommandOutput } from "./commands/PutTableReplicationCommand";
55
+ import type { RenameTableCommandInput, RenameTableCommandOutput } from "./commands/RenameTableCommand";
56
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
57
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
58
+ import type { UpdateTableMetadataLocationCommandInput, UpdateTableMetadataLocationCommandOutput } from "./commands/UpdateTableMetadataLocationCommand";
59
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
60
60
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
61
61
  export { __Client };
62
62
  /**
@@ -165,7 +165,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
165
165
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
166
166
  * @internal
167
167
  */
168
- defaultUserAgentProvider?: Provider<__UserAgent>;
168
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
169
169
  /**
170
170
  * Default credentials provider; Not available in browser runtime.
171
171
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { S3TablesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./S3TablesClient";
7
7
  export * from "./S3Tables";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { S3TablesExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { IcebergCompactionStrategy, IcebergNullOrder, IcebergSortDirection, JobStatus, MaintenanceStatus, OpenTableFormat, ReplicationStatus, SSEAlgorithm, StorageClass, TableBucketMaintenanceType, TableBucketType, TableMaintenanceJobType, TableMaintenanceType, TableRecordExpirationJobStatus, TableRecordExpirationStatus, TableType } from "./enums";
1
+ import type { IcebergCompactionStrategy, IcebergNullOrder, IcebergSortDirection, JobStatus, MaintenanceStatus, OpenTableFormat, ReplicationStatus, SSEAlgorithm, StorageClass, TableBucketMaintenanceType, TableBucketType, TableMaintenanceJobType, TableMaintenanceType, TableRecordExpirationJobStatus, TableRecordExpirationStatus, TableType } from "./enums";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
3
- import { S3TablesPaginationConfiguration } from "./Interfaces";
3
+ import type { S3TablesPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTableBucketsCommandInput, ListTableBucketsCommandOutput } from "../commands/ListTableBucketsCommand";
3
- import { S3TablesPaginationConfiguration } from "./Interfaces";
3
+ import type { S3TablesPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
3
- import { S3TablesPaginationConfiguration } from "./Interfaces";
3
+ import type { S3TablesPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -366,7 +365,7 @@ export interface ClientDefaults
366
365
  useFipsEndpoint?: boolean | __Provider<boolean>;
367
366
  region?: string | __Provider<string>;
368
367
  profile?: string;
369
- defaultUserAgentProvider?: Provider<__UserAgent>;
368
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
370
369
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
371
370
  maxAttempts?: number | __Provider<number>;
372
371
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { S3TablesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3tables",
3
3
  "description": "AWS SDK for JavaScript S3tables Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3tables",
@@ -25,38 +25,38 @@
25
25
  "dependencies": {
26
26
  "@aws-crypto/sha256-browser": "5.2.0",
27
27
  "@aws-crypto/sha256-js": "5.2.0",
28
- "@aws-sdk/core": "^3.973.25",
29
- "@aws-sdk/credential-provider-node": "^3.972.27",
28
+ "@aws-sdk/core": "^3.973.26",
29
+ "@aws-sdk/credential-provider-node": "^3.972.28",
30
30
  "@aws-sdk/middleware-host-header": "^3.972.8",
31
31
  "@aws-sdk/middleware-logger": "^3.972.8",
32
32
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
33
- "@aws-sdk/middleware-user-agent": "^3.972.26",
33
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
34
34
  "@aws-sdk/region-config-resolver": "^3.972.10",
35
35
  "@aws-sdk/types": "^3.973.6",
36
36
  "@aws-sdk/util-endpoints": "^3.996.5",
37
37
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
38
- "@aws-sdk/util-user-agent-node": "^3.973.12",
38
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
39
39
  "@smithy/config-resolver": "^4.4.13",
40
- "@smithy/core": "^3.23.12",
40
+ "@smithy/core": "^3.23.13",
41
41
  "@smithy/fetch-http-handler": "^5.3.15",
42
42
  "@smithy/hash-node": "^4.2.12",
43
43
  "@smithy/invalid-dependency": "^4.2.12",
44
44
  "@smithy/middleware-content-length": "^4.2.12",
45
- "@smithy/middleware-endpoint": "^4.4.27",
46
- "@smithy/middleware-retry": "^4.4.44",
47
- "@smithy/middleware-serde": "^4.2.15",
45
+ "@smithy/middleware-endpoint": "^4.4.28",
46
+ "@smithy/middleware-retry": "^4.4.45",
47
+ "@smithy/middleware-serde": "^4.2.16",
48
48
  "@smithy/middleware-stack": "^4.2.12",
49
49
  "@smithy/node-config-provider": "^4.3.12",
50
- "@smithy/node-http-handler": "^4.5.0",
50
+ "@smithy/node-http-handler": "^4.5.1",
51
51
  "@smithy/protocol-http": "^5.3.12",
52
- "@smithy/smithy-client": "^4.12.7",
52
+ "@smithy/smithy-client": "^4.12.8",
53
53
  "@smithy/types": "^4.13.1",
54
54
  "@smithy/url-parser": "^4.2.12",
55
55
  "@smithy/util-base64": "^4.3.2",
56
56
  "@smithy/util-body-length-browser": "^4.2.2",
57
57
  "@smithy/util-body-length-node": "^4.2.3",
58
- "@smithy/util-defaults-mode-browser": "^4.3.43",
59
- "@smithy/util-defaults-mode-node": "^4.2.47",
58
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
59
+ "@smithy/util-defaults-mode-node": "^4.2.48",
60
60
  "@smithy/util-endpoints": "^3.3.3",
61
61
  "@smithy/util-middleware": "^4.2.12",
62
62
  "@smithy/util-retry": "^4.2.12",
@@ -64,7 +64,7 @@
64
64
  "tslib": "^2.6.2"
65
65
  },
66
66
  "devDependencies": {
67
- "@smithy/snapshot-testing": "^2.0.3",
67
+ "@smithy/snapshot-testing": "^2.0.4",
68
68
  "@tsconfig/node20": "20.1.8",
69
69
  "@types/node": "^20.14.8",
70
70
  "concurrently": "7.0.0",