@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 { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteConfigurationCommandOutput extends DeleteConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes 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 DeleteConfigurationCommandOutput extends DeleteConfigurationRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteConfigurationCommandInput - {@link DeleteConfigurationCommandInput}
|
|
34
|
+
* @returns {@link DeleteConfigurationCommandOutput}
|
|
28
35
|
* @see {@link DeleteConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface DeleteConfigurationCommandOutput extends DeleteConfigurationRes
|
|
|
46
53
|
export declare class DeleteConfigurationCommand extends $Command<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig> {
|
|
47
54
|
readonly input: DeleteConfigurationCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: DeleteConfigurationCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput>;
|
|
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 { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeClusterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeClusterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</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 DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeClusterCommandInput - {@link DescribeClusterCommandInput}
|
|
34
|
+
* @returns {@link DescribeClusterCommandOutput}
|
|
28
35
|
* @see {@link DescribeClusterCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeClusterCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
|
|
|
49
56
|
export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeClusterCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeClusterCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
|
|
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 { DescribeClusterOperationRequest, DescribeClusterOperationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeClusterOperationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeClusterOperationCommandInput extends DescribeClusterOperationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeClusterOperationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a description of the cluster operation specified by the ARN.</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 DescribeClusterOperationCommandOutput extends DescribeClusterOp
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeClusterOperationCommandInput - {@link DescribeClusterOperationCommandInput}
|
|
34
|
+
* @returns {@link DescribeClusterOperationCommandOutput}
|
|
28
35
|
* @see {@link DescribeClusterOperationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeClusterOperationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeClusterOperationCommandOutput extends DescribeClusterOp
|
|
|
49
56
|
export declare class DescribeClusterOperationCommand extends $Command<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeClusterOperationCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeClusterOperationCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput>;
|
|
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 { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeClusterV2Command}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeClusterV2CommandInput extends DescribeClusterV2Request {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeClusterV2Command}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Response, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</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 DescribeClusterV2CommandOutput extends DescribeClusterV2Respons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeClusterV2CommandInput - {@link DescribeClusterV2CommandInput}
|
|
34
|
+
* @returns {@link DescribeClusterV2CommandOutput}
|
|
28
35
|
* @see {@link DescribeClusterV2CommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeClusterV2CommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Respons
|
|
|
49
56
|
export declare class DescribeClusterV2Command extends $Command<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: DescribeClusterV2CommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: DescribeClusterV2CommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput>;
|
|
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 { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeConfigurationCommandInput extends DescribeConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a description of this 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 DescribeConfigurationCommandOutput extends DescribeConfiguratio
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeConfigurationCommandInput - {@link DescribeConfigurationCommandInput}
|
|
34
|
+
* @returns {@link DescribeConfigurationCommandOutput}
|
|
28
35
|
* @see {@link DescribeConfigurationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeConfigurationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeConfigurationCommandOutput extends DescribeConfiguratio
|
|
|
52
59
|
export declare class DescribeConfigurationCommand extends $Command<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeConfigurationCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeConfigurationCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput>;
|
|
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 { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeConfigurationRevisionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeConfigurationRevisionCommandInput extends DescribeConfigurationRevisionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeConfigurationRevisionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeConfigurationRevisionCommandOutput extends DescribeConfigurationRevisionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a description of this revision of the 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 DescribeConfigurationRevisionCommandOutput extends DescribeConf
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DescribeConfigurationRevisionCommandInput - {@link DescribeConfigurationRevisionCommandInput}
|
|
34
|
+
* @returns {@link DescribeConfigurationRevisionCommandOutput}
|
|
28
35
|
* @see {@link DescribeConfigurationRevisionCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DescribeConfigurationRevisionCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface DescribeConfigurationRevisionCommandOutput extends DescribeConf
|
|
|
52
59
|
export declare class DescribeConfigurationRevisionCommand extends $Command<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig> {
|
|
53
60
|
readonly input: DescribeConfigurationRevisionCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: DescribeConfigurationRevisionCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput>;
|
|
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 { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetBootstrapBrokersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetBootstrapBrokersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>A list of brokers that a client application can use to bootstrap.</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 GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetBootstrapBrokersCommandInput - {@link GetBootstrapBrokersCommandInput}
|
|
34
|
+
* @returns {@link GetBootstrapBrokersCommandOutput}
|
|
28
35
|
* @see {@link GetBootstrapBrokersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetBootstrapBrokersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersRes
|
|
|
49
56
|
export declare class GetBootstrapBrokersCommand extends $Command<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: GetBootstrapBrokersCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: GetBootstrapBrokersCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput>;
|
|
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 { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetCompatibleKafkaVersionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKafkaVersionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetCompatibleKafkaVersionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Gets the Apache Kafka versions to which you can update the 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 GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKa
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param GetCompatibleKafkaVersionsCommandInput - {@link GetCompatibleKafkaVersionsCommandInput}
|
|
34
|
+
* @returns {@link GetCompatibleKafkaVersionsCommandOutput}
|
|
28
35
|
* @see {@link GetCompatibleKafkaVersionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link GetCompatibleKafkaVersionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKa
|
|
|
55
62
|
export declare class GetCompatibleKafkaVersionsCommand extends $Command<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig> {
|
|
56
63
|
readonly input: GetCompatibleKafkaVersionsCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: GetCompatibleKafkaVersionsCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput>;
|
|
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 { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListClusterOperationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListClusterOperationsCommandInput extends ListClusterOperationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListClusterOperationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of all the operations that have been performed on the specified 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 ListClusterOperationsCommandOutput extends ListClusterOperation
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListClusterOperationsCommandInput - {@link ListClusterOperationsCommandInput}
|
|
34
|
+
* @returns {@link ListClusterOperationsCommandOutput}
|
|
28
35
|
* @see {@link ListClusterOperationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListClusterOperationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListClusterOperationsCommandOutput extends ListClusterOperation
|
|
|
46
53
|
export declare class ListClusterOperationsCommand extends $Command<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig> {
|
|
47
54
|
readonly input: ListClusterOperationsCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListClusterOperationsCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput>;
|
|
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 { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListClustersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListClustersCommandInput extends ListClustersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListClustersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of all the MSK clusters in the current Region.</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 ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListClustersCommandInput - {@link ListClustersCommandInput}
|
|
34
|
+
* @returns {@link ListClustersCommandOutput}
|
|
28
35
|
* @see {@link ListClustersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListClustersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
|
|
|
46
53
|
export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig> {
|
|
47
54
|
readonly input: ListClustersCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListClustersCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersCommandInput, ListClustersCommandOutput>;
|
|
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 { ListClustersV2Request, ListClustersV2Response } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListClustersV2Command}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListClustersV2CommandInput extends ListClustersV2Request {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListClustersV2Command}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListClustersV2CommandOutput extends ListClustersV2Response, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of all the MSK clusters in the current Region.</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 ListClustersV2CommandOutput extends ListClustersV2Response, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListClustersV2CommandInput - {@link ListClustersV2CommandInput}
|
|
34
|
+
* @returns {@link ListClustersV2CommandOutput}
|
|
28
35
|
* @see {@link ListClustersV2CommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListClustersV2CommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListClustersV2CommandOutput extends ListClustersV2Response, __M
|
|
|
46
53
|
export declare class ListClustersV2Command extends $Command<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig> {
|
|
47
54
|
readonly input: ListClustersV2CommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListClustersV2CommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClustersV2CommandInput, ListClustersV2CommandOutput>;
|
|
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 { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListConfigurationRevisionsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListConfigurationRevisionsCommandInput extends ListConfigurationRevisionsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListConfigurationRevisionsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of all the MSK configurations in this Region.</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 ListConfigurationRevisionsCommandOutput extends ListConfigurati
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListConfigurationRevisionsCommandInput - {@link ListConfigurationRevisionsCommandInput}
|
|
34
|
+
* @returns {@link ListConfigurationRevisionsCommandOutput}
|
|
28
35
|
* @see {@link ListConfigurationRevisionsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListConfigurationRevisionsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface ListConfigurationRevisionsCommandOutput extends ListConfigurati
|
|
|
52
59
|
export declare class ListConfigurationRevisionsCommand extends $Command<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig> {
|
|
53
60
|
readonly input: ListConfigurationRevisionsCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: ListConfigurationRevisionsCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput>;
|
|
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 { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListConfigurationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListConfigurationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of all the MSK configurations in this Region.</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 ListConfigurationsCommandOutput extends ListConfigurationsRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListConfigurationsCommandInput - {@link ListConfigurationsCommandInput}
|
|
34
|
+
* @returns {@link ListConfigurationsCommandOutput}
|
|
28
35
|
* @see {@link ListConfigurationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListConfigurationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
|
|
|
49
56
|
export declare class ListConfigurationsCommand extends $Command<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: ListConfigurationsCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ListConfigurationsCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|