@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 { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateConnectivityCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateConnectivityCommandInput extends UpdateConnectivityRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateConnectivityCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateConnectivityCommandOutput extends UpdateConnectivityResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the cluster's connectivity 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 UpdateConnectivityCommandOutput extends UpdateConnectivityRespo
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateConnectivityCommandInput - {@link UpdateConnectivityCommandInput}
|
|
34
|
+
* @returns {@link UpdateConnectivityCommandOutput}
|
|
28
35
|
* @see {@link UpdateConnectivityCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateConnectivityCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateConnectivityCommandOutput extends UpdateConnectivityRespo
|
|
|
52
59
|
export declare class UpdateConnectivityCommand extends $Command<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateConnectivityCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateConnectivityCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput>;
|
|
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 { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateMonitoringCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateMonitoringCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.</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 UpdateMonitoringCommandOutput extends UpdateMonitoringResponse,
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateMonitoringCommandInput - {@link UpdateMonitoringCommandInput}
|
|
34
|
+
* @returns {@link UpdateMonitoringCommandOutput}
|
|
28
35
|
* @see {@link UpdateMonitoringCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateMonitoringCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse,
|
|
|
49
56
|
export declare class UpdateMonitoringCommand extends $Command<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig> {
|
|
50
57
|
readonly input: UpdateMonitoringCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: UpdateMonitoringCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput>;
|
|
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 { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateSecurityCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateSecurityCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.</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 UpdateSecurityCommandOutput extends UpdateSecurityResponse, __M
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateSecurityCommandInput - {@link UpdateSecurityCommandInput}
|
|
34
|
+
* @returns {@link UpdateSecurityCommandOutput}
|
|
28
35
|
* @see {@link UpdateSecurityCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateSecurityCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __M
|
|
|
55
62
|
export declare class UpdateSecurityCommand extends $Command<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateSecurityCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateSecurityCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSecurityCommandInput, UpdateSecurityCommandOutput>;
|
|
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 { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateStorageCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateStorageCommandInput extends UpdateStorageRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateStorageCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
|
|
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 UpdateStorageCommandOutput extends UpdateStorageResponse, __Met
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateStorageCommandInput - {@link UpdateStorageCommandInput}
|
|
34
|
+
* @returns {@link UpdateStorageCommandOutput}
|
|
28
35
|
* @see {@link UpdateStorageCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateStorageCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __Met
|
|
|
55
62
|
export declare class UpdateStorageCommand extends $Command<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig> {
|
|
56
63
|
readonly input: UpdateStorageCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: UpdateStorageCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStorageCommandInput, UpdateStorageCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from Kafka service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class KafkaServiceException extends __ServiceException {
|