@aws-sdk/client-kafka 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Kafka.d.ts +197 -215
- package/dist-types/ts3.4/KafkaClient.d.ts +21 -49
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +14 -51
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListScramSecretsRequest,
|
|
4
|
-
ListScramSecretsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {}
|
|
8
|
-
export interface ListScramSecretsCommandOutput
|
|
9
|
-
extends ListScramSecretsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListScramSecretsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListScramSecretsCommandInput
|
|
8
|
+
input: ListScramSecretsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListScramSecretsCommandInput,
|
|
16
11
|
ListScramSecretsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListScramSecretsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListScramSecretsCommandInput
|
|
17
|
+
input: ListScramSecretsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListScramSecretsCommandInput,
|
|
25
20
|
ListScramSecretsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListTopicsRequest, ListTopicsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListTopicsCommandInput extends ListTopicsRequest {}
|
|
5
|
-
export interface ListTopicsCommandOutput
|
|
6
|
-
extends ListTopicsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListTopicsCommandOutput extends ListTopicsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListTopicsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListTopicsCommandInput
|
|
8
|
+
input: ListTopicsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListTopicsCommandInput,
|
|
13
11
|
ListTopicsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListTopicsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListTopicsCommandInput
|
|
17
|
+
input: ListTopicsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListTopicsCommandInput,
|
|
22
20
|
ListTopicsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListVpcConnectionsRequest,
|
|
4
|
-
ListVpcConnectionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVpcConnectionsRequest, ListVpcConnectionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListVpcConnectionsCommandInput
|
|
8
|
-
extends ListVpcConnectionsRequest {}
|
|
4
|
+
export interface ListVpcConnectionsCommandInput extends ListVpcConnectionsRequest {}
|
|
9
5
|
export interface ListVpcConnectionsCommandOutput
|
|
10
|
-
extends ListVpcConnectionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListVpcConnectionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListVpcConnectionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListVpcConnectionsCommandInput
|
|
9
|
+
input: ListVpcConnectionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListVpcConnectionsCommandInput,
|
|
17
12
|
ListVpcConnectionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutClusterPolicyRequest,
|
|
4
|
-
PutClusterPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutClusterPolicyRequest, PutClusterPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutClusterPolicyCommandInput extends PutClusterPolicyRequest {}
|
|
8
|
-
export interface PutClusterPolicyCommandOutput
|
|
9
|
-
extends PutClusterPolicyResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutClusterPolicyCommandOutput extends PutClusterPolicyResponse, __MetadataBearer {}
|
|
11
6
|
declare const PutClusterPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutClusterPolicyCommandInput
|
|
8
|
+
input: PutClusterPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutClusterPolicyCommandInput,
|
|
16
11
|
PutClusterPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutClusterPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutClusterPolicyCommandInput
|
|
17
|
+
input: PutClusterPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutClusterPolicyCommandInput,
|
|
25
20
|
PutClusterPolicyCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface RebootBrokerCommandInput extends RebootBrokerRequest {}
|
|
5
|
-
export interface RebootBrokerCommandOutput
|
|
6
|
-
extends RebootBrokerResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {}
|
|
8
6
|
declare const RebootBrokerCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: RebootBrokerCommandInput
|
|
8
|
+
input: RebootBrokerCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
RebootBrokerCommandInput,
|
|
13
11
|
RebootBrokerCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const RebootBrokerCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: RebootBrokerCommandInput
|
|
17
|
+
input: RebootBrokerCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
RebootBrokerCommandInput,
|
|
22
20
|
RebootBrokerCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
RejectClientVpcConnectionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface RejectClientVpcConnectionCommandInput
|
|
8
|
-
extends RejectClientVpcConnectionRequest {}
|
|
7
|
+
export interface RejectClientVpcConnectionCommandInput extends RejectClientVpcConnectionRequest {}
|
|
9
8
|
export interface RejectClientVpcConnectionCommandOutput
|
|
10
|
-
extends RejectClientVpcConnectionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends RejectClientVpcConnectionResponse, __MetadataBearer {}
|
|
12
10
|
declare const RejectClientVpcConnectionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: RejectClientVpcConnectionCommandInput
|
|
12
|
+
input: RejectClientVpcConnectionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
RejectClientVpcConnectionCommandInput,
|
|
17
15
|
RejectClientVpcConnectionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const RejectClientVpcConnectionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: RejectClientVpcConnectionCommandInput
|
|
21
|
+
input: RejectClientVpcConnectionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
RejectClientVpcConnectionCommandInput,
|
|
26
24
|
RejectClientVpcConnectionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateBrokerCountRequest,
|
|
4
|
-
UpdateBrokerCountResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateBrokerCountCommandInput
|
|
8
|
-
extends UpdateBrokerCountRequest {}
|
|
4
|
+
export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest {}
|
|
9
5
|
export interface UpdateBrokerCountCommandOutput
|
|
10
|
-
extends UpdateBrokerCountResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateBrokerCountResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateBrokerCountCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateBrokerCountCommandInput
|
|
9
|
+
input: UpdateBrokerCountCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateBrokerCountCommandInput,
|
|
17
12
|
UpdateBrokerCountCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateBrokerCountCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateBrokerCountCommandInput
|
|
18
|
+
input: UpdateBrokerCountCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateBrokerCountCommandInput,
|
|
26
21
|
UpdateBrokerCountCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateBrokerStorageRequest,
|
|
4
|
-
UpdateBrokerStorageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateBrokerStorageCommandInput
|
|
8
|
-
extends UpdateBrokerStorageRequest {}
|
|
4
|
+
export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest {}
|
|
9
5
|
export interface UpdateBrokerStorageCommandOutput
|
|
10
|
-
extends UpdateBrokerStorageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateBrokerStorageResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateBrokerStorageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateBrokerStorageCommandInput
|
|
9
|
+
input: UpdateBrokerStorageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateBrokerStorageCommandInput,
|
|
17
12
|
UpdateBrokerStorageCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateBrokerStorageCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateBrokerStorageCommandInput
|
|
18
|
+
input: UpdateBrokerStorageCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateBrokerStorageCommandInput,
|
|
26
21
|
UpdateBrokerStorageCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateBrokerTypeRequest,
|
|
4
|
-
UpdateBrokerTypeResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {}
|
|
8
|
-
export interface UpdateBrokerTypeCommandOutput
|
|
9
|
-
extends UpdateBrokerTypeResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateBrokerTypeCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateBrokerTypeCommandInput
|
|
8
|
+
input: UpdateBrokerTypeCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateBrokerTypeCommandInput,
|
|
16
11
|
UpdateBrokerTypeCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateBrokerTypeCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateBrokerTypeCommandInput
|
|
17
|
+
input: UpdateBrokerTypeCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateBrokerTypeCommandInput,
|
|
25
20
|
UpdateBrokerTypeCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateClusterConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateClusterConfigurationCommandInput
|
|
8
|
-
extends UpdateClusterConfigurationRequest {}
|
|
7
|
+
export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest {}
|
|
9
8
|
export interface UpdateClusterConfigurationCommandOutput
|
|
10
|
-
extends UpdateClusterConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateClusterConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateClusterConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateClusterConfigurationCommandInput
|
|
12
|
+
input: UpdateClusterConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateClusterConfigurationCommandInput,
|
|
17
15
|
UpdateClusterConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateClusterConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateClusterConfigurationCommandInput
|
|
21
|
+
input: UpdateClusterConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateClusterConfigurationCommandInput,
|
|
26
24
|
UpdateClusterConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateClusterKafkaVersionResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateClusterKafkaVersionCommandInput
|
|
8
|
-
extends UpdateClusterKafkaVersionRequest {}
|
|
7
|
+
export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest {}
|
|
9
8
|
export interface UpdateClusterKafkaVersionCommandOutput
|
|
10
|
-
extends UpdateClusterKafkaVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateClusterKafkaVersionResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateClusterKafkaVersionCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateClusterKafkaVersionCommandInput
|
|
12
|
+
input: UpdateClusterKafkaVersionCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateClusterKafkaVersionCommandInput,
|
|
17
15
|
UpdateClusterKafkaVersionCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateClusterKafkaVersionCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateClusterKafkaVersionCommandInput
|
|
21
|
+
input: UpdateClusterKafkaVersionCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateClusterKafkaVersionCommandInput,
|
|
26
24
|
UpdateClusterKafkaVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateConfigurationRequest,
|
|
4
|
-
UpdateConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConfigurationCommandInput
|
|
8
|
-
extends UpdateConfigurationRequest {}
|
|
4
|
+
export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {}
|
|
9
5
|
export interface UpdateConfigurationCommandOutput
|
|
10
|
-
extends UpdateConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateConfigurationCommandInput
|
|
9
|
+
input: UpdateConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateConfigurationCommandInput,
|
|
17
12
|
UpdateConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateConfigurationCommandInput
|
|
18
|
+
input: UpdateConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateConfigurationCommandInput,
|
|
26
21
|
UpdateConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateConnectivityRequest,
|
|
4
|
-
UpdateConnectivityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConnectivityCommandInput
|
|
8
|
-
extends UpdateConnectivityRequest {}
|
|
4
|
+
export interface UpdateConnectivityCommandInput extends UpdateConnectivityRequest {}
|
|
9
5
|
export interface UpdateConnectivityCommandOutput
|
|
10
|
-
extends UpdateConnectivityResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateConnectivityResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateConnectivityCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateConnectivityCommandInput
|
|
9
|
+
input: UpdateConnectivityCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateConnectivityCommandInput,
|
|
17
12
|
UpdateConnectivityCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateConnectivityCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateConnectivityCommandInput
|
|
18
|
+
input: UpdateConnectivityCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateConnectivityCommandInput,
|
|
26
21
|
UpdateConnectivityCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateMonitoringRequest,
|
|
4
|
-
UpdateMonitoringResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {}
|
|
8
|
-
export interface UpdateMonitoringCommandOutput
|
|
9
|
-
extends UpdateMonitoringResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateMonitoringCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateMonitoringCommandInput
|
|
8
|
+
input: UpdateMonitoringCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateMonitoringCommandInput,
|
|
16
11
|
UpdateMonitoringCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateMonitoringCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateMonitoringCommandInput
|
|
17
|
+
input: UpdateMonitoringCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateMonitoringCommandInput,
|
|
25
20
|
UpdateMonitoringCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateRebalancingRequest,
|
|
4
|
-
UpdateRebalancingResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateRebalancingRequest, UpdateRebalancingResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateRebalancingCommandInput
|
|
8
|
-
extends UpdateRebalancingRequest {}
|
|
4
|
+
export interface UpdateRebalancingCommandInput extends UpdateRebalancingRequest {}
|
|
9
5
|
export interface UpdateRebalancingCommandOutput
|
|
10
|
-
extends UpdateRebalancingResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateRebalancingResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateRebalancingCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateRebalancingCommandInput
|
|
9
|
+
input: UpdateRebalancingCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateRebalancingCommandInput,
|
|
17
12
|
UpdateRebalancingCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateRebalancingCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateRebalancingCommandInput
|
|
18
|
+
input: UpdateRebalancingCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateRebalancingCommandInput,
|
|
26
21
|
UpdateRebalancingCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateReplicationInfoRequest,
|
|
4
|
-
UpdateReplicationInfoResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateReplicationInfoRequest, UpdateReplicationInfoResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateReplicationInfoCommandInput
|
|
8
|
-
extends UpdateReplicationInfoRequest {}
|
|
4
|
+
export interface UpdateReplicationInfoCommandInput extends UpdateReplicationInfoRequest {}
|
|
9
5
|
export interface UpdateReplicationInfoCommandOutput
|
|
10
|
-
extends UpdateReplicationInfoResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateReplicationInfoResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateReplicationInfoCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateReplicationInfoCommandInput
|
|
9
|
+
input: UpdateReplicationInfoCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateReplicationInfoCommandInput,
|
|
17
12
|
UpdateReplicationInfoCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateReplicationInfoCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateReplicationInfoCommandInput
|
|
18
|
+
input: UpdateReplicationInfoCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateReplicationInfoCommandInput,
|
|
26
21
|
UpdateReplicationInfoCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateSecurityRequest,
|
|
4
|
-
UpdateSecurityResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {}
|
|
8
|
-
export interface UpdateSecurityCommandOutput
|
|
9
|
-
extends UpdateSecurityResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateSecurityCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateSecurityCommandInput
|
|
8
|
+
input: UpdateSecurityCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateSecurityCommandInput,
|
|
16
11
|
UpdateSecurityCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateSecurityCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateSecurityCommandInput
|
|
17
|
+
input: UpdateSecurityCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateSecurityCommandInput,
|
|
25
20
|
UpdateSecurityCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateStorageRequest,
|
|
4
|
-
UpdateStorageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateStorageCommandInput extends UpdateStorageRequest {}
|
|
8
|
-
export interface UpdateStorageCommandOutput
|
|
9
|
-
extends UpdateStorageResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateStorageCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateStorageCommandInput
|
|
8
|
+
input: UpdateStorageCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateStorageCommandInput,
|
|
16
11
|
UpdateStorageCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateStorageCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateStorageCommandInput
|
|
17
|
+
input: UpdateStorageCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateStorageCommandInput,
|
|
25
20
|
UpdateStorageCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { UpdateTopicRequest, UpdateTopicResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateTopicCommandInput extends UpdateTopicRequest {}
|
|
5
|
-
export interface UpdateTopicCommandOutput
|
|
6
|
-
extends UpdateTopicResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateTopicCommandOutput extends UpdateTopicResponse, __MetadataBearer {}
|
|
8
6
|
declare const UpdateTopicCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: UpdateTopicCommandInput
|
|
8
|
+
input: UpdateTopicCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
UpdateTopicCommandInput,
|
|
13
11
|
UpdateTopicCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const UpdateTopicCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: UpdateTopicCommandInput
|
|
17
|
+
input: UpdateTopicCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
UpdateTopicCommandInput,
|
|
22
20
|
UpdateTopicCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface KafkaExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|