@aws-sdk/client-kafka 3.1019.0 → 3.1021.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-es/Kafka.js +5 -5
- package/dist-types/Kafka.d.ts +59 -59
- package/dist-types/KafkaClient.d.ts +62 -62
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeTopicPartitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClientVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReplicatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScramSecretsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/KafkaClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/Kafka.js
CHANGED
|
@@ -5,13 +5,13 @@ import { CreateClusterCommand, } from "./commands/CreateClusterCommand";
|
|
|
5
5
|
import { CreateClusterV2Command, } from "./commands/CreateClusterV2Command";
|
|
6
6
|
import { CreateConfigurationCommand, } from "./commands/CreateConfigurationCommand";
|
|
7
7
|
import { CreateReplicatorCommand, } from "./commands/CreateReplicatorCommand";
|
|
8
|
-
import { CreateTopicCommand } from "./commands/CreateTopicCommand";
|
|
8
|
+
import { CreateTopicCommand, } from "./commands/CreateTopicCommand";
|
|
9
9
|
import { CreateVpcConnectionCommand, } from "./commands/CreateVpcConnectionCommand";
|
|
10
10
|
import { DeleteClusterCommand, } from "./commands/DeleteClusterCommand";
|
|
11
11
|
import { DeleteClusterPolicyCommand, } from "./commands/DeleteClusterPolicyCommand";
|
|
12
12
|
import { DeleteConfigurationCommand, } from "./commands/DeleteConfigurationCommand";
|
|
13
13
|
import { DeleteReplicatorCommand, } from "./commands/DeleteReplicatorCommand";
|
|
14
|
-
import { DeleteTopicCommand } from "./commands/DeleteTopicCommand";
|
|
14
|
+
import { DeleteTopicCommand, } from "./commands/DeleteTopicCommand";
|
|
15
15
|
import { DeleteVpcConnectionCommand, } from "./commands/DeleteVpcConnectionCommand";
|
|
16
16
|
import { DescribeClusterCommand, } from "./commands/DescribeClusterCommand";
|
|
17
17
|
import { DescribeClusterOperationCommand, } from "./commands/DescribeClusterOperationCommand";
|
|
@@ -38,12 +38,12 @@ import { ListNodesCommand } from "./commands/ListNodesCommand";
|
|
|
38
38
|
import { ListReplicatorsCommand, } from "./commands/ListReplicatorsCommand";
|
|
39
39
|
import { ListScramSecretsCommand, } from "./commands/ListScramSecretsCommand";
|
|
40
40
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
41
|
-
import { ListTopicsCommand } from "./commands/ListTopicsCommand";
|
|
41
|
+
import { ListTopicsCommand, } from "./commands/ListTopicsCommand";
|
|
42
42
|
import { ListVpcConnectionsCommand, } from "./commands/ListVpcConnectionsCommand";
|
|
43
43
|
import { PutClusterPolicyCommand, } from "./commands/PutClusterPolicyCommand";
|
|
44
44
|
import { RebootBrokerCommand, } from "./commands/RebootBrokerCommand";
|
|
45
45
|
import { RejectClientVpcConnectionCommand, } from "./commands/RejectClientVpcConnectionCommand";
|
|
46
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
46
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
47
47
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
48
48
|
import { UpdateBrokerCountCommand, } from "./commands/UpdateBrokerCountCommand";
|
|
49
49
|
import { UpdateBrokerStorageCommand, } from "./commands/UpdateBrokerStorageCommand";
|
|
@@ -57,7 +57,7 @@ import { UpdateRebalancingCommand, } from "./commands/UpdateRebalancingCommand";
|
|
|
57
57
|
import { UpdateReplicationInfoCommand, } from "./commands/UpdateReplicationInfoCommand";
|
|
58
58
|
import { UpdateSecurityCommand, } from "./commands/UpdateSecurityCommand";
|
|
59
59
|
import { UpdateStorageCommand, } from "./commands/UpdateStorageCommand";
|
|
60
|
-
import { UpdateTopicCommand } from "./commands/UpdateTopicCommand";
|
|
60
|
+
import { UpdateTopicCommand, } from "./commands/UpdateTopicCommand";
|
|
61
61
|
import { KafkaClient } from "./KafkaClient";
|
|
62
62
|
import { paginateDescribeTopicPartitions } from "./pagination/DescribeTopicPartitionsPaginator";
|
|
63
63
|
import { paginateListClientVpcConnections } from "./pagination/ListClientVpcConnectionsPaginator";
|
package/dist-types/Kafka.d.ts
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "./commands/BatchAssociateScramSecretCommand";
|
|
3
|
-
import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "./commands/BatchDisassociateScramSecretCommand";
|
|
4
|
-
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
5
|
-
import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
|
|
6
|
-
import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
|
|
7
|
-
import { CreateReplicatorCommandInput, CreateReplicatorCommandOutput } from "./commands/CreateReplicatorCommand";
|
|
8
|
-
import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
|
|
9
|
-
import { CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput } from "./commands/CreateVpcConnectionCommand";
|
|
10
|
-
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
11
|
-
import { DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput } from "./commands/DeleteClusterPolicyCommand";
|
|
12
|
-
import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
|
|
13
|
-
import { DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput } from "./commands/DeleteReplicatorCommand";
|
|
14
|
-
import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
|
|
15
|
-
import { DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput } from "./commands/DeleteVpcConnectionCommand";
|
|
16
|
-
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
17
|
-
import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
|
|
18
|
-
import { DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput } from "./commands/DescribeClusterOperationV2Command";
|
|
19
|
-
import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
|
|
20
|
-
import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
|
|
21
|
-
import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
|
|
22
|
-
import { DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput } from "./commands/DescribeReplicatorCommand";
|
|
23
|
-
import { DescribeTopicCommandInput, DescribeTopicCommandOutput } from "./commands/DescribeTopicCommand";
|
|
24
|
-
import { DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput } from "./commands/DescribeTopicPartitionsCommand";
|
|
25
|
-
import { DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput } from "./commands/DescribeVpcConnectionCommand";
|
|
26
|
-
import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
|
|
27
|
-
import { GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput } from "./commands/GetClusterPolicyCommand";
|
|
28
|
-
import { GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput } from "./commands/GetCompatibleKafkaVersionsCommand";
|
|
29
|
-
import { ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput } from "./commands/ListClientVpcConnectionsCommand";
|
|
30
|
-
import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "./commands/ListClusterOperationsCommand";
|
|
31
|
-
import { ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput } from "./commands/ListClusterOperationsV2Command";
|
|
32
|
-
import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
33
|
-
import { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "./commands/ListClustersV2Command";
|
|
34
|
-
import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "./commands/ListConfigurationRevisionsCommand";
|
|
35
|
-
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
|
|
36
|
-
import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
|
|
37
|
-
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
38
|
-
import { ListReplicatorsCommandInput, ListReplicatorsCommandOutput } from "./commands/ListReplicatorsCommand";
|
|
39
|
-
import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
|
|
40
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
41
|
-
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
42
|
-
import { ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput } from "./commands/ListVpcConnectionsCommand";
|
|
43
|
-
import { PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput } from "./commands/PutClusterPolicyCommand";
|
|
44
|
-
import { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "./commands/RebootBrokerCommand";
|
|
45
|
-
import { RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput } from "./commands/RejectClientVpcConnectionCommand";
|
|
46
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
47
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
48
|
-
import { UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput } from "./commands/UpdateBrokerCountCommand";
|
|
49
|
-
import { UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput } from "./commands/UpdateBrokerStorageCommand";
|
|
50
|
-
import { UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput } from "./commands/UpdateBrokerTypeCommand";
|
|
51
|
-
import { UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput } from "./commands/UpdateClusterConfigurationCommand";
|
|
52
|
-
import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput } from "./commands/UpdateClusterKafkaVersionCommand";
|
|
53
|
-
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
54
|
-
import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
|
|
55
|
-
import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
|
|
56
|
-
import { UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput } from "./commands/UpdateRebalancingCommand";
|
|
57
|
-
import { UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput } from "./commands/UpdateReplicationInfoCommand";
|
|
58
|
-
import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
|
|
59
|
-
import { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "./commands/UpdateStorageCommand";
|
|
60
|
-
import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
|
|
2
|
+
import { type BatchAssociateScramSecretCommandInput, type BatchAssociateScramSecretCommandOutput } from "./commands/BatchAssociateScramSecretCommand";
|
|
3
|
+
import { type BatchDisassociateScramSecretCommandInput, type BatchDisassociateScramSecretCommandOutput } from "./commands/BatchDisassociateScramSecretCommand";
|
|
4
|
+
import { type CreateClusterCommandInput, type CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
5
|
+
import { type CreateClusterV2CommandInput, type CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
|
|
6
|
+
import { type CreateConfigurationCommandInput, type CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
|
|
7
|
+
import { type CreateReplicatorCommandInput, type CreateReplicatorCommandOutput } from "./commands/CreateReplicatorCommand";
|
|
8
|
+
import { type CreateTopicCommandInput, type CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
|
|
9
|
+
import { type CreateVpcConnectionCommandInput, type CreateVpcConnectionCommandOutput } from "./commands/CreateVpcConnectionCommand";
|
|
10
|
+
import { type DeleteClusterCommandInput, type DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
11
|
+
import { type DeleteClusterPolicyCommandInput, type DeleteClusterPolicyCommandOutput } from "./commands/DeleteClusterPolicyCommand";
|
|
12
|
+
import { type DeleteConfigurationCommandInput, type DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
|
|
13
|
+
import { type DeleteReplicatorCommandInput, type DeleteReplicatorCommandOutput } from "./commands/DeleteReplicatorCommand";
|
|
14
|
+
import { type DeleteTopicCommandInput, type DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
|
|
15
|
+
import { type DeleteVpcConnectionCommandInput, type DeleteVpcConnectionCommandOutput } from "./commands/DeleteVpcConnectionCommand";
|
|
16
|
+
import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
17
|
+
import { type DescribeClusterOperationCommandInput, type DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
|
|
18
|
+
import { type DescribeClusterOperationV2CommandInput, type DescribeClusterOperationV2CommandOutput } from "./commands/DescribeClusterOperationV2Command";
|
|
19
|
+
import { type DescribeClusterV2CommandInput, type DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
|
|
20
|
+
import { type DescribeConfigurationCommandInput, type DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
|
|
21
|
+
import { type DescribeConfigurationRevisionCommandInput, type DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
|
|
22
|
+
import { type DescribeReplicatorCommandInput, type DescribeReplicatorCommandOutput } from "./commands/DescribeReplicatorCommand";
|
|
23
|
+
import { type DescribeTopicCommandInput, type DescribeTopicCommandOutput } from "./commands/DescribeTopicCommand";
|
|
24
|
+
import { type DescribeTopicPartitionsCommandInput, type DescribeTopicPartitionsCommandOutput } from "./commands/DescribeTopicPartitionsCommand";
|
|
25
|
+
import { type DescribeVpcConnectionCommandInput, type DescribeVpcConnectionCommandOutput } from "./commands/DescribeVpcConnectionCommand";
|
|
26
|
+
import { type GetBootstrapBrokersCommandInput, type GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
|
|
27
|
+
import { type GetClusterPolicyCommandInput, type GetClusterPolicyCommandOutput } from "./commands/GetClusterPolicyCommand";
|
|
28
|
+
import { type GetCompatibleKafkaVersionsCommandInput, type GetCompatibleKafkaVersionsCommandOutput } from "./commands/GetCompatibleKafkaVersionsCommand";
|
|
29
|
+
import { type ListClientVpcConnectionsCommandInput, type ListClientVpcConnectionsCommandOutput } from "./commands/ListClientVpcConnectionsCommand";
|
|
30
|
+
import { type ListClusterOperationsCommandInput, type ListClusterOperationsCommandOutput } from "./commands/ListClusterOperationsCommand";
|
|
31
|
+
import { type ListClusterOperationsV2CommandInput, type ListClusterOperationsV2CommandOutput } from "./commands/ListClusterOperationsV2Command";
|
|
32
|
+
import { type ListClustersCommandInput, type ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
33
|
+
import { type ListClustersV2CommandInput, type ListClustersV2CommandOutput } from "./commands/ListClustersV2Command";
|
|
34
|
+
import { type ListConfigurationRevisionsCommandInput, type ListConfigurationRevisionsCommandOutput } from "./commands/ListConfigurationRevisionsCommand";
|
|
35
|
+
import { type ListConfigurationsCommandInput, type ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
|
|
36
|
+
import { type ListKafkaVersionsCommandInput, type ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
|
|
37
|
+
import { type ListNodesCommandInput, type ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
38
|
+
import { type ListReplicatorsCommandInput, type ListReplicatorsCommandOutput } from "./commands/ListReplicatorsCommand";
|
|
39
|
+
import { type ListScramSecretsCommandInput, type ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
|
|
40
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
41
|
+
import { type ListTopicsCommandInput, type ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
42
|
+
import { type ListVpcConnectionsCommandInput, type ListVpcConnectionsCommandOutput } from "./commands/ListVpcConnectionsCommand";
|
|
43
|
+
import { type PutClusterPolicyCommandInput, type PutClusterPolicyCommandOutput } from "./commands/PutClusterPolicyCommand";
|
|
44
|
+
import { type RebootBrokerCommandInput, type RebootBrokerCommandOutput } from "./commands/RebootBrokerCommand";
|
|
45
|
+
import { type RejectClientVpcConnectionCommandInput, type RejectClientVpcConnectionCommandOutput } from "./commands/RejectClientVpcConnectionCommand";
|
|
46
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
47
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
48
|
+
import { type UpdateBrokerCountCommandInput, type UpdateBrokerCountCommandOutput } from "./commands/UpdateBrokerCountCommand";
|
|
49
|
+
import { type UpdateBrokerStorageCommandInput, type UpdateBrokerStorageCommandOutput } from "./commands/UpdateBrokerStorageCommand";
|
|
50
|
+
import { type UpdateBrokerTypeCommandInput, type UpdateBrokerTypeCommandOutput } from "./commands/UpdateBrokerTypeCommand";
|
|
51
|
+
import { type UpdateClusterConfigurationCommandInput, type UpdateClusterConfigurationCommandOutput } from "./commands/UpdateClusterConfigurationCommand";
|
|
52
|
+
import { type UpdateClusterKafkaVersionCommandInput, type UpdateClusterKafkaVersionCommandOutput } from "./commands/UpdateClusterKafkaVersionCommand";
|
|
53
|
+
import { type UpdateConfigurationCommandInput, type UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
54
|
+
import { type UpdateConnectivityCommandInput, type UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
|
|
55
|
+
import { type UpdateMonitoringCommandInput, type UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
|
|
56
|
+
import { type UpdateRebalancingCommandInput, type UpdateRebalancingCommandOutput } from "./commands/UpdateRebalancingCommand";
|
|
57
|
+
import { type UpdateReplicationInfoCommandInput, type UpdateReplicationInfoCommandOutput } from "./commands/UpdateReplicationInfoCommand";
|
|
58
|
+
import { type UpdateSecurityCommandInput, type UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
|
|
59
|
+
import { type UpdateStorageCommandInput, type UpdateStorageCommandOutput } from "./commands/UpdateStorageCommand";
|
|
60
|
+
import { type UpdateTopicCommandInput, type UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
|
|
61
61
|
import { KafkaClient } from "./KafkaClient";
|
|
62
62
|
export interface Kafka {
|
|
63
63
|
/**
|
|
@@ -5,68 +5,68 @@ 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 {
|
|
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 { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "./commands/BatchAssociateScramSecretCommand";
|
|
11
|
-
import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "./commands/BatchDisassociateScramSecretCommand";
|
|
12
|
-
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
13
|
-
import { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
|
|
14
|
-
import { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
|
|
15
|
-
import { CreateReplicatorCommandInput, CreateReplicatorCommandOutput } from "./commands/CreateReplicatorCommand";
|
|
16
|
-
import { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
|
|
17
|
-
import { CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput } from "./commands/CreateVpcConnectionCommand";
|
|
18
|
-
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
19
|
-
import { DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput } from "./commands/DeleteClusterPolicyCommand";
|
|
20
|
-
import { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
|
|
21
|
-
import { DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput } from "./commands/DeleteReplicatorCommand";
|
|
22
|
-
import { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
|
|
23
|
-
import { DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput } from "./commands/DeleteVpcConnectionCommand";
|
|
24
|
-
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
25
|
-
import { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
|
|
26
|
-
import { DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput } from "./commands/DescribeClusterOperationV2Command";
|
|
27
|
-
import { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
|
|
28
|
-
import { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
|
|
29
|
-
import { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
|
|
30
|
-
import { DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput } from "./commands/DescribeReplicatorCommand";
|
|
31
|
-
import { DescribeTopicCommandInput, DescribeTopicCommandOutput } from "./commands/DescribeTopicCommand";
|
|
32
|
-
import { DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput } from "./commands/DescribeTopicPartitionsCommand";
|
|
33
|
-
import { DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput } from "./commands/DescribeVpcConnectionCommand";
|
|
34
|
-
import { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
|
|
35
|
-
import { GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput } from "./commands/GetClusterPolicyCommand";
|
|
36
|
-
import { GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput } from "./commands/GetCompatibleKafkaVersionsCommand";
|
|
37
|
-
import { ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput } from "./commands/ListClientVpcConnectionsCommand";
|
|
38
|
-
import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "./commands/ListClusterOperationsCommand";
|
|
39
|
-
import { ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput } from "./commands/ListClusterOperationsV2Command";
|
|
40
|
-
import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
41
|
-
import { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "./commands/ListClustersV2Command";
|
|
42
|
-
import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "./commands/ListConfigurationRevisionsCommand";
|
|
43
|
-
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
|
|
44
|
-
import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
|
|
45
|
-
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
46
|
-
import { ListReplicatorsCommandInput, ListReplicatorsCommandOutput } from "./commands/ListReplicatorsCommand";
|
|
47
|
-
import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
|
|
48
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
49
|
-
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
50
|
-
import { ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput } from "./commands/ListVpcConnectionsCommand";
|
|
51
|
-
import { PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput } from "./commands/PutClusterPolicyCommand";
|
|
52
|
-
import { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "./commands/RebootBrokerCommand";
|
|
53
|
-
import { RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput } from "./commands/RejectClientVpcConnectionCommand";
|
|
54
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
55
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
56
|
-
import { UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput } from "./commands/UpdateBrokerCountCommand";
|
|
57
|
-
import { UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput } from "./commands/UpdateBrokerStorageCommand";
|
|
58
|
-
import { UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput } from "./commands/UpdateBrokerTypeCommand";
|
|
59
|
-
import { UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput } from "./commands/UpdateClusterConfigurationCommand";
|
|
60
|
-
import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput } from "./commands/UpdateClusterKafkaVersionCommand";
|
|
61
|
-
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
62
|
-
import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
|
|
63
|
-
import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
|
|
64
|
-
import { UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput } from "./commands/UpdateRebalancingCommand";
|
|
65
|
-
import { UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput } from "./commands/UpdateReplicationInfoCommand";
|
|
66
|
-
import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
|
|
67
|
-
import { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "./commands/UpdateStorageCommand";
|
|
68
|
-
import { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
|
|
69
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "./commands/BatchAssociateScramSecretCommand";
|
|
11
|
+
import type { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "./commands/BatchDisassociateScramSecretCommand";
|
|
12
|
+
import type { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
13
|
+
import type { CreateClusterV2CommandInput, CreateClusterV2CommandOutput } from "./commands/CreateClusterV2Command";
|
|
14
|
+
import type { CreateConfigurationCommandInput, CreateConfigurationCommandOutput } from "./commands/CreateConfigurationCommand";
|
|
15
|
+
import type { CreateReplicatorCommandInput, CreateReplicatorCommandOutput } from "./commands/CreateReplicatorCommand";
|
|
16
|
+
import type { CreateTopicCommandInput, CreateTopicCommandOutput } from "./commands/CreateTopicCommand";
|
|
17
|
+
import type { CreateVpcConnectionCommandInput, CreateVpcConnectionCommandOutput } from "./commands/CreateVpcConnectionCommand";
|
|
18
|
+
import type { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
19
|
+
import type { DeleteClusterPolicyCommandInput, DeleteClusterPolicyCommandOutput } from "./commands/DeleteClusterPolicyCommand";
|
|
20
|
+
import type { DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput } from "./commands/DeleteConfigurationCommand";
|
|
21
|
+
import type { DeleteReplicatorCommandInput, DeleteReplicatorCommandOutput } from "./commands/DeleteReplicatorCommand";
|
|
22
|
+
import type { DeleteTopicCommandInput, DeleteTopicCommandOutput } from "./commands/DeleteTopicCommand";
|
|
23
|
+
import type { DeleteVpcConnectionCommandInput, DeleteVpcConnectionCommandOutput } from "./commands/DeleteVpcConnectionCommand";
|
|
24
|
+
import type { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
25
|
+
import type { DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput } from "./commands/DescribeClusterOperationCommand";
|
|
26
|
+
import type { DescribeClusterOperationV2CommandInput, DescribeClusterOperationV2CommandOutput } from "./commands/DescribeClusterOperationV2Command";
|
|
27
|
+
import type { DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput } from "./commands/DescribeClusterV2Command";
|
|
28
|
+
import type { DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput } from "./commands/DescribeConfigurationCommand";
|
|
29
|
+
import type { DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput } from "./commands/DescribeConfigurationRevisionCommand";
|
|
30
|
+
import type { DescribeReplicatorCommandInput, DescribeReplicatorCommandOutput } from "./commands/DescribeReplicatorCommand";
|
|
31
|
+
import type { DescribeTopicCommandInput, DescribeTopicCommandOutput } from "./commands/DescribeTopicCommand";
|
|
32
|
+
import type { DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput } from "./commands/DescribeTopicPartitionsCommand";
|
|
33
|
+
import type { DescribeVpcConnectionCommandInput, DescribeVpcConnectionCommandOutput } from "./commands/DescribeVpcConnectionCommand";
|
|
34
|
+
import type { GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput } from "./commands/GetBootstrapBrokersCommand";
|
|
35
|
+
import type { GetClusterPolicyCommandInput, GetClusterPolicyCommandOutput } from "./commands/GetClusterPolicyCommand";
|
|
36
|
+
import type { GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput } from "./commands/GetCompatibleKafkaVersionsCommand";
|
|
37
|
+
import type { ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput } from "./commands/ListClientVpcConnectionsCommand";
|
|
38
|
+
import type { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "./commands/ListClusterOperationsCommand";
|
|
39
|
+
import type { ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput } from "./commands/ListClusterOperationsV2Command";
|
|
40
|
+
import type { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
41
|
+
import type { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "./commands/ListClustersV2Command";
|
|
42
|
+
import type { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "./commands/ListConfigurationRevisionsCommand";
|
|
43
|
+
import type { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
|
|
44
|
+
import type { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "./commands/ListKafkaVersionsCommand";
|
|
45
|
+
import type { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
46
|
+
import type { ListReplicatorsCommandInput, ListReplicatorsCommandOutput } from "./commands/ListReplicatorsCommand";
|
|
47
|
+
import type { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "./commands/ListScramSecretsCommand";
|
|
48
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
49
|
+
import type { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/ListTopicsCommand";
|
|
50
|
+
import type { ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput } from "./commands/ListVpcConnectionsCommand";
|
|
51
|
+
import type { PutClusterPolicyCommandInput, PutClusterPolicyCommandOutput } from "./commands/PutClusterPolicyCommand";
|
|
52
|
+
import type { RebootBrokerCommandInput, RebootBrokerCommandOutput } from "./commands/RebootBrokerCommand";
|
|
53
|
+
import type { RejectClientVpcConnectionCommandInput, RejectClientVpcConnectionCommandOutput } from "./commands/RejectClientVpcConnectionCommand";
|
|
54
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
55
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
56
|
+
import type { UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput } from "./commands/UpdateBrokerCountCommand";
|
|
57
|
+
import type { UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput } from "./commands/UpdateBrokerStorageCommand";
|
|
58
|
+
import type { UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput } from "./commands/UpdateBrokerTypeCommand";
|
|
59
|
+
import type { UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput } from "./commands/UpdateClusterConfigurationCommand";
|
|
60
|
+
import type { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput } from "./commands/UpdateClusterKafkaVersionCommand";
|
|
61
|
+
import type { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "./commands/UpdateConfigurationCommand";
|
|
62
|
+
import type { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "./commands/UpdateConnectivityCommand";
|
|
63
|
+
import type { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "./commands/UpdateMonitoringCommand";
|
|
64
|
+
import type { UpdateRebalancingCommandInput, UpdateRebalancingCommandOutput } from "./commands/UpdateRebalancingCommand";
|
|
65
|
+
import type { UpdateReplicationInfoCommandInput, UpdateReplicationInfoCommandOutput } from "./commands/UpdateReplicationInfoCommand";
|
|
66
|
+
import type { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "./commands/UpdateSecurityCommand";
|
|
67
|
+
import type { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "./commands/UpdateStorageCommand";
|
|
68
|
+
import type { UpdateTopicCommandInput, UpdateTopicCommandOutput } from "./commands/UpdateTopicCommand";
|
|
69
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
70
70
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
71
71
|
export { __Client };
|
|
72
72
|
/**
|
|
@@ -175,7 +175,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
175
175
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
176
176
|
* @internal
|
|
177
177
|
*/
|
|
178
|
-
defaultUserAgentProvider?:
|
|
178
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
179
179
|
/**
|
|
180
180
|
* Default credentials provider; Not available in browser runtime.
|
|
181
181
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { KafkaHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./KafkaClient";
|
|
7
7
|
export * from "./Kafka";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { KafkaExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BrokerAZDistribution, ClientBroker, ClusterState, ClusterType, ConfigurationState, CustomerActionStatus, EnhancedMonitoring, KafkaVersionStatus, NetworkType, NodeType, RebalancingStatus, ReplicationStartingPositionType, ReplicationTopicNameConfigurationType, ReplicatorState, StorageMode, TargetCompressionType, TopicState, UserIdentityType, VpcConnectionState } from "./enums";
|
|
1
|
+
import type { BrokerAZDistribution, ClientBroker, ClusterState, ClusterType, ConfigurationState, CustomerActionStatus, EnhancedMonitoring, KafkaVersionStatus, NetworkType, NodeType, RebalancingStatus, ReplicationStartingPositionType, ReplicationTopicNameConfigurationType, ReplicatorState, StorageMode, TargetCompressionType, TopicState, UserIdentityType, VpcConnectionState } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.</p>
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTopicPartitionsCommandInput, DescribeTopicPartitionsCommandOutput } from "../commands/DescribeTopicPartitionsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClientVpcConnectionsCommandInput, ListClientVpcConnectionsCommandOutput } from "../commands/ListClientVpcConnectionsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "../commands/ListClusterOperationsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterOperationsV2CommandInput, ListClusterOperationsV2CommandOutput } from "../commands/ListClusterOperationsV2Command";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClustersV2CommandInput, ListClustersV2CommandOutput } from "../commands/ListClustersV2Command";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "../commands/ListConfigurationRevisionsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "../commands/ListKafkaVersionsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReplicatorsCommandInput, ListReplicatorsCommandOutput } from "../commands/ListReplicatorsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "../commands/ListScramSecretsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTopicsCommandInput, ListTopicsCommandOutput } from "../commands/ListTopicsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListVpcConnectionsCommandInput, ListVpcConnectionsCommandOutput } from "../commands/ListVpcConnectionsCommand";
|
|
3
|
-
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { KafkaPaginationConfiguration } 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 {
|
|
@@ -426,7 +425,7 @@ export interface ClientDefaults
|
|
|
426
425
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
427
426
|
region?: string | __Provider<string>;
|
|
428
427
|
profile?: string;
|
|
429
|
-
defaultUserAgentProvider?:
|
|
428
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
430
429
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
431
430
|
maxAttempts?: number | __Provider<number>;
|
|
432
431
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafka",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.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-kafka",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|