@aws-sdk/client-kafka 3.296.0 → 3.298.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/commands/BatchAssociateScramSecretCommand.js +2 -3
- package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterCommand.js +2 -3
- package/dist-cjs/commands/CreateClusterV2Command.js +2 -3
- package/dist-cjs/commands/CreateConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -3
- package/dist-cjs/commands/DeleteConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterOperationCommand.js +2 -3
- package/dist-cjs/commands/DescribeClusterV2Command.js +2 -3
- package/dist-cjs/commands/DescribeConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +2 -3
- package/dist-cjs/commands/GetBootstrapBrokersCommand.js +2 -3
- package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListClusterOperationsCommand.js +2 -3
- package/dist-cjs/commands/ListClustersCommand.js +2 -3
- package/dist-cjs/commands/ListClustersV2Command.js +2 -3
- package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +2 -3
- package/dist-cjs/commands/ListConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListKafkaVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListNodesCommand.js +2 -3
- package/dist-cjs/commands/ListScramSecretsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/RebootBrokerCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateBrokerCountCommand.js +2 -3
- package/dist-cjs/commands/UpdateBrokerStorageCommand.js +2 -3
- package/dist-cjs/commands/UpdateBrokerTypeCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +2 -3
- package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -3
- package/dist-cjs/commands/UpdateConnectivityCommand.js +2 -3
- package/dist-cjs/commands/UpdateMonitoringCommand.js +2 -3
- package/dist-cjs/commands/UpdateSecurityCommand.js +2 -3
- package/dist-cjs/commands/UpdateStorageCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -499
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +2 -3
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +2 -3
- package/dist-es/commands/CreateClusterCommand.js +2 -3
- package/dist-es/commands/CreateClusterV2Command.js +2 -3
- package/dist-es/commands/CreateConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteClusterCommand.js +2 -3
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeClusterCommand.js +2 -3
- package/dist-es/commands/DescribeClusterOperationCommand.js +2 -3
- package/dist-es/commands/DescribeClusterV2Command.js +2 -3
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -3
- package/dist-es/commands/GetBootstrapBrokersCommand.js +2 -3
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +2 -3
- package/dist-es/commands/ListClusterOperationsCommand.js +2 -3
- package/dist-es/commands/ListClustersCommand.js +2 -3
- package/dist-es/commands/ListClustersV2Command.js +2 -3
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -3
- package/dist-es/commands/ListConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListKafkaVersionsCommand.js +2 -3
- package/dist-es/commands/ListNodesCommand.js +2 -3
- package/dist-es/commands/ListScramSecretsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/RebootBrokerCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateBrokerCountCommand.js +2 -3
- package/dist-es/commands/UpdateBrokerStorageCommand.js +2 -3
- package/dist-es/commands/UpdateBrokerTypeCommand.js +2 -3
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +2 -3
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -3
- package/dist-es/commands/UpdateConnectivityCommand.js +2 -3
- package/dist-es/commands/UpdateMonitoringCommand.js +2 -3
- package/dist-es/commands/UpdateSecurityCommand.js +2 -3
- package/dist-es/commands/UpdateStorageCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -372
- package/dist-types/Kafka.d.ts +37 -0
- package/dist-types/KafkaClient.d.ts +24 -4
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateClusterV2Command.d.ts +16 -0
- package/dist-types/commands/CreateConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterV2Command.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +16 -0
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +16 -0
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersV2Command.d.ts +16 -0
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListNodesCommand.d.ts +16 -0
- package/dist-types/commands/ListScramSecretsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RebootBrokerCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStorageCommand.d.ts +16 -0
- package/dist-types/models/KafkaServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +303 -496
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersV2Paginator.d.ts +3 -0
- package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNodesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListScramSecretsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -328
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListKafkaVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListKafkaVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of Apache Kafka versions.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListKafkaVersionsCommandInput - {@link ListKafkaVersionsCommandInput}
|
|
34
|
+
* @returns {@link ListKafkaVersionsCommandOutput}
|
|
28
35
|
* @see {@link ListKafkaVersionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListKafkaVersionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsRespons
|
|
|
46
53
|
export declare class ListKafkaVersionsCommand extends $Command<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig> {
|
|
47
54
|
readonly input: ListKafkaVersionsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListKafkaVersionsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { ListNodesRequest, ListNodesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListNodesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListNodesCommandInput extends ListNodesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListNodesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of the broker nodes in the cluster.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBea
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListNodesCommandInput - {@link ListNodesCommandInput}
|
|
34
|
+
* @returns {@link ListNodesCommandOutput}
|
|
28
35
|
* @see {@link ListNodesCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListNodesCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBea
|
|
|
46
53
|
export declare class ListNodesCommand extends $Command<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig> {
|
|
47
54
|
readonly input: ListNodesCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListNodesCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNodesCommandInput, ListNodesCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListScramSecretsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListScramSecretsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of the Scram Secrets associated with an Amazon MSK cluster.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListScramSecretsCommandInput - {@link ListScramSecretsCommandInput}
|
|
34
|
+
* @returns {@link ListScramSecretsCommandOutput}
|
|
28
35
|
* @see {@link ListScramSecretsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListScramSecretsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse,
|
|
|
55
62
|
export declare class ListScramSecretsCommand extends $Command<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig> {
|
|
56
63
|
readonly input: ListScramSecretsCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListScramSecretsCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListScramSecretsCommandInput, ListScramSecretsCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of the tags associated with the specified resource.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
43
50
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig> {
|
|
44
51
|
readonly input: ListTagsForResourceCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: ListTagsForResourceCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RebootBrokerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RebootBrokerCommandInput extends RebootBrokerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RebootBrokerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Reboots brokers.
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param RebootBrokerCommandInput - {@link RebootBrokerCommandInput}
|
|
34
|
+
* @returns {@link RebootBrokerCommandOutput}
|
|
28
35
|
* @see {@link RebootBrokerCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link RebootBrokerCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __Metad
|
|
|
55
62
|
export declare class RebootBrokerCommand extends $Command<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig> {
|
|
56
63
|
readonly input: RebootBrokerCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: RebootBrokerCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootBrokerCommandInput, RebootBrokerCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { TagResourceRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Adds tags to the specified MSK resource.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
34
|
+
* @returns {@link TagResourceCommandOutput}
|
|
28
35
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
43
50
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig> {
|
|
44
51
|
readonly input: TagResourceCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: TagResourceCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { UntagResourceRequest } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Removes the tags associated with the keys that are provided in the query.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
34
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
28
35
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -43,11 +50,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
43
50
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig> {
|
|
44
51
|
readonly input: UntagResourceCommandInput;
|
|
45
52
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
46
56
|
constructor(input: UntagResourceCommandInput);
|
|
47
57
|
/**
|
|
48
58
|
* @internal
|
|
49
59
|
*/
|
|
50
60
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
61
|
+
/**
|
|
62
|
+
* @internal
|
|
63
|
+
*/
|
|
51
64
|
private serialize;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
52
68
|
private deserialize;
|
|
53
69
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBrokerCountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBrokerCountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the number of broker nodes in the cluster.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateBrokerCountCommandInput - {@link UpdateBrokerCountCommandInput}
|
|
34
|
+
* @returns {@link UpdateBrokerCountCommandOutput}
|
|
28
35
|
* @see {@link UpdateBrokerCountCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateBrokerCountCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountRespons
|
|
|
49
56
|
export declare class UpdateBrokerCountCommand extends $Command<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateBrokerCountCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateBrokerCountCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBrokerStorageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBrokerStorageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the EBS storage associated with MSK brokers.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateBrokerStorageCommandInput - {@link UpdateBrokerStorageCommandInput}
|
|
34
|
+
* @returns {@link UpdateBrokerStorageCommandOutput}
|
|
28
35
|
* @see {@link UpdateBrokerStorageCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateBrokerStorageCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageRes
|
|
|
49
56
|
export declare class UpdateBrokerStorageCommand extends $Command<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateBrokerStorageCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateBrokerStorageCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateBrokerTypeCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateBrokerTypeCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates EC2 instance type.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateBrokerTypeCommandInput - {@link UpdateBrokerTypeCommandInput}
|
|
34
|
+
* @returns {@link UpdateBrokerTypeCommandOutput}
|
|
28
35
|
* @see {@link UpdateBrokerTypeCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateBrokerTypeCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse,
|
|
|
55
62
|
export declare class UpdateBrokerTypeCommand extends $Command<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateBrokerTypeCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateBrokerTypeCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateClusterConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateClusterConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the cluster with the configuration that is specified in the request body.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterCo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateClusterConfigurationCommandInput - {@link UpdateClusterConfigurationCommandInput}
|
|
34
|
+
* @returns {@link UpdateClusterConfigurationCommandOutput}
|
|
28
35
|
* @see {@link UpdateClusterConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateClusterConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterCo
|
|
|
52
59
|
export declare class UpdateClusterConfigurationCommand extends $Command<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateClusterConfigurationCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateClusterConfigurationCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateClusterKafkaVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateClusterKafkaVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the Apache Kafka version for the cluster.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKaf
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateClusterKafkaVersionCommandInput - {@link UpdateClusterKafkaVersionCommandInput}
|
|
34
|
+
* @returns {@link UpdateClusterKafkaVersionCommandOutput}
|
|
28
35
|
* @see {@link UpdateClusterKafkaVersionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateClusterKafkaVersionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKaf
|
|
|
55
62
|
export declare class UpdateClusterKafkaVersionCommand extends $Command<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateClusterKafkaVersionCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateClusterKafkaVersionCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
5
|
import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates an MSK configuration.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateConfigurationCommandInput - {@link UpdateConfigurationCommandInput}
|
|
34
|
+
* @returns {@link UpdateConfigurationCommandOutput}
|
|
28
35
|
* @see {@link UpdateConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
|
|
|
52
59
|
export declare class UpdateConfigurationCommand extends $Command<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateConfigurationCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateConfigurationCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|