@aws-sdk/client-kafka 3.194.0 → 3.197.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/CHANGELOG.md +27 -0
- package/dist-cjs/Kafka.js +15 -0
- package/dist-cjs/KafkaClient.js +11 -8
- package/dist-cjs/commands/BatchAssociateScramSecretCommand.js +10 -0
- package/dist-cjs/commands/BatchDisassociateScramSecretCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterCommand.js +10 -0
- package/dist-cjs/commands/CreateClusterV2Command.js +10 -0
- package/dist-cjs/commands/CreateConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteClusterCommand.js +10 -0
- package/dist-cjs/commands/DeleteConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterOperationCommand.js +10 -0
- package/dist-cjs/commands/DescribeClusterV2Command.js +10 -0
- package/dist-cjs/commands/DescribeConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DescribeConfigurationRevisionCommand.js +10 -0
- package/dist-cjs/commands/GetBootstrapBrokersCommand.js +10 -0
- package/dist-cjs/commands/GetCompatibleKafkaVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListClusterOperationsCommand.js +10 -0
- package/dist-cjs/commands/ListClustersCommand.js +10 -0
- package/dist-cjs/commands/ListClustersV2Command.js +10 -0
- package/dist-cjs/commands/ListConfigurationRevisionsCommand.js +10 -0
- package/dist-cjs/commands/ListConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/ListKafkaVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListNodesCommand.js +10 -0
- package/dist-cjs/commands/ListScramSecretsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/RebootBrokerCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateBrokerCountCommand.js +10 -0
- package/dist-cjs/commands/UpdateBrokerStorageCommand.js +10 -0
- package/dist-cjs/commands/UpdateBrokerTypeCommand.js +10 -0
- package/dist-cjs/commands/UpdateClusterConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateClusterKafkaVersionCommand.js +10 -0
- package/dist-cjs/commands/UpdateConfigurationCommand.js +10 -0
- package/dist-cjs/commands/UpdateConnectivityCommand.js +10 -0
- package/dist-cjs/commands/UpdateMonitoringCommand.js +10 -0
- package/dist-cjs/commands/UpdateSecurityCommand.js +10 -0
- package/dist-cjs/commands/UpdateStorageCommand.js +46 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +16 -3
- package/dist-cjs/protocols/Aws_restJson1.js +89 -2
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/Kafka.js +15 -0
- package/dist-es/KafkaClient.js +12 -9
- package/dist-es/commands/BatchAssociateScramSecretCommand.js +10 -0
- package/dist-es/commands/BatchDisassociateScramSecretCommand.js +10 -0
- package/dist-es/commands/CreateClusterCommand.js +10 -0
- package/dist-es/commands/CreateClusterV2Command.js +10 -0
- package/dist-es/commands/CreateConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteClusterCommand.js +10 -0
- package/dist-es/commands/DeleteConfigurationCommand.js +10 -0
- package/dist-es/commands/DescribeClusterCommand.js +10 -0
- package/dist-es/commands/DescribeClusterOperationCommand.js +10 -0
- package/dist-es/commands/DescribeClusterV2Command.js +10 -0
- package/dist-es/commands/DescribeConfigurationCommand.js +10 -0
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +10 -0
- package/dist-es/commands/GetBootstrapBrokersCommand.js +10 -0
- package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +10 -0
- package/dist-es/commands/ListClusterOperationsCommand.js +10 -0
- package/dist-es/commands/ListClustersCommand.js +10 -0
- package/dist-es/commands/ListClustersV2Command.js +10 -0
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +10 -0
- package/dist-es/commands/ListConfigurationsCommand.js +10 -0
- package/dist-es/commands/ListKafkaVersionsCommand.js +10 -0
- package/dist-es/commands/ListNodesCommand.js +10 -0
- package/dist-es/commands/ListScramSecretsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/RebootBrokerCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateBrokerCountCommand.js +10 -0
- package/dist-es/commands/UpdateBrokerStorageCommand.js +10 -0
- package/dist-es/commands/UpdateBrokerTypeCommand.js +10 -0
- package/dist-es/commands/UpdateClusterConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +10 -0
- package/dist-es/commands/UpdateConfigurationCommand.js +10 -0
- package/dist-es/commands/UpdateConnectivityCommand.js +10 -0
- package/dist-es/commands/UpdateMonitoringCommand.js +10 -0
- package/dist-es/commands/UpdateSecurityCommand.js +10 -0
- package/dist-es/commands/UpdateStorageCommand.js +42 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +11 -0
- package/dist-es/protocols/Aws_restJson1.js +85 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/Kafka.d.ts +7 -0
- package/dist-types/KafkaClient.d.ts +9 -11
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +2 -0
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterV2Command.d.ts +2 -0
- package/dist-types/commands/CreateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterV2Command.d.ts +2 -0
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +2 -0
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +2 -0
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/commands/ListClustersV2Command.d.ts +2 -0
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +2 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListNodesCommand.d.ts +2 -0
- package/dist-types/commands/ListScramSecretsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/RebootBrokerCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +2 -0
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSecurityCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStorageCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +72 -5
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/Kafka.d.ts +17 -0
- package/dist-types/ts3.4/KafkaClient.d.ts +23 -10
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +26 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateBrokerTypeCommand extends $Command<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateBrokerTypeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateBrokerTypeCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterCo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateClusterConfigurationCommand extends $Command<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateClusterConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateClusterConfigurationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKaf
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateClusterKafkaVersionCommand extends $Command<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateClusterKafkaVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateClusterKafkaVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateConfigurationCommand extends $Command<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateConfigurationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateConnectivityCommandOutput extends UpdateConnectivityRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateConnectivityCommand extends $Command<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateConnectivityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateConnectivityCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateMonitoringCommand extends $Command<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateMonitoringCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateMonitoringCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateSecurityCommand extends $Command<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateSecurityCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSecurityCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
5
|
+
import { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0";
|
|
6
|
+
export interface UpdateStorageCommandInput extends UpdateStorageRequest {
|
|
7
|
+
}
|
|
8
|
+
export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __MetadataBearer {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* Updates cluster broker volume size (or) sets cluster storage mode to TIERED.
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { KafkaClient, UpdateStorageCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
16
|
+
* // const { KafkaClient, UpdateStorageCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
17
|
+
* const client = new KafkaClient(config);
|
|
18
|
+
* const command = new UpdateStorageCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link UpdateStorageCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link UpdateStorageCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class UpdateStorageCommand extends $Command<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig> {
|
|
28
|
+
readonly input: UpdateStorageCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateStorageCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KafkaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStorageCommandInput, UpdateStorageCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { KafkaServiceException as __BaseException } from "./KafkaServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes
|
|
4
|
+
* <p>Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.</p>
|
|
5
5
|
*/
|
|
6
6
|
export interface ProvisionedThroughput {
|
|
7
7
|
/**
|
|
8
|
-
* Provisioned throughput is enabled or not
|
|
8
|
+
* <p>Provisioned throughput is enabled or not.</p>
|
|
9
9
|
*/
|
|
10
10
|
Enabled?: boolean;
|
|
11
11
|
/**
|
|
12
|
-
* Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second
|
|
12
|
+
* <p>Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.</p>
|
|
13
13
|
*/
|
|
14
14
|
VolumeThroughput?: number;
|
|
15
15
|
}
|
|
@@ -22,7 +22,7 @@ export interface BrokerEBSVolumeInfo {
|
|
|
22
22
|
*/
|
|
23
23
|
KafkaBrokerNodeId: string | undefined;
|
|
24
24
|
/**
|
|
25
|
-
* EBS volume provisioned throughput information
|
|
25
|
+
* <p>EBS volume provisioned throughput information.</p>
|
|
26
26
|
*/
|
|
27
27
|
ProvisionedThroughput?: ProvisionedThroughput;
|
|
28
28
|
/**
|
|
@@ -60,7 +60,7 @@ export interface ConnectivityInfo {
|
|
|
60
60
|
*/
|
|
61
61
|
export interface EBSStorageInfo {
|
|
62
62
|
/**
|
|
63
|
-
* EBS volume provisioned throughput information
|
|
63
|
+
* <p>EBS volume provisioned throughput information.</p>
|
|
64
64
|
*/
|
|
65
65
|
ProvisionedThroughput?: ProvisionedThroughput;
|
|
66
66
|
/**
|
|
@@ -307,6 +307,10 @@ export interface OpenMonitoringInfo {
|
|
|
307
307
|
*/
|
|
308
308
|
Prometheus: PrometheusInfo | undefined;
|
|
309
309
|
}
|
|
310
|
+
export declare enum StorageMode {
|
|
311
|
+
LOCAL = "LOCAL",
|
|
312
|
+
TIERED = "TIERED"
|
|
313
|
+
}
|
|
310
314
|
/**
|
|
311
315
|
* <p>Provisioned cluster.</p>
|
|
312
316
|
*/
|
|
@@ -351,6 +355,10 @@ export interface Provisioned {
|
|
|
351
355
|
* <p>The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.</p>
|
|
352
356
|
*/
|
|
353
357
|
ZookeeperConnectStringTls?: string;
|
|
358
|
+
/**
|
|
359
|
+
* <p>This controls storage mode for supported storage tiers.</p>
|
|
360
|
+
*/
|
|
361
|
+
StorageMode?: StorageMode | string;
|
|
354
362
|
}
|
|
355
363
|
/**
|
|
356
364
|
* <p>Details for client authentication using SASL.</p>
|
|
@@ -569,6 +577,10 @@ export interface ClusterInfo {
|
|
|
569
577
|
* <p>The connection string to use to connect to zookeeper cluster on Tls port.</p>
|
|
570
578
|
*/
|
|
571
579
|
ZookeeperConnectStringTls?: string;
|
|
580
|
+
/**
|
|
581
|
+
* <p>This controls storage mode for supported storage tiers.</p>
|
|
582
|
+
*/
|
|
583
|
+
StorageMode?: StorageMode | string;
|
|
572
584
|
}
|
|
573
585
|
/**
|
|
574
586
|
* <p>Returns information about an error state of the cluster.</p>
|
|
@@ -666,6 +678,10 @@ export interface MutableClusterInfo {
|
|
|
666
678
|
* <p>Information about the broker access configuration.</p>
|
|
667
679
|
*/
|
|
668
680
|
ConnectivityInfo?: ConnectivityInfo;
|
|
681
|
+
/**
|
|
682
|
+
* <p>This controls storage mode for supported storage tiers.</p>
|
|
683
|
+
*/
|
|
684
|
+
StorageMode?: StorageMode | string;
|
|
669
685
|
}
|
|
670
686
|
/**
|
|
671
687
|
* <p>Returns information about a cluster operation.</p>
|
|
@@ -1135,6 +1151,10 @@ export interface CreateClusterRequest {
|
|
|
1135
1151
|
* <p>Create tags when creating the cluster.</p>
|
|
1136
1152
|
*/
|
|
1137
1153
|
Tags?: Record<string, string>;
|
|
1154
|
+
/**
|
|
1155
|
+
* <p>This controls storage mode for supported storage tiers.</p>
|
|
1156
|
+
*/
|
|
1157
|
+
StorageMode?: StorageMode | string;
|
|
1138
1158
|
}
|
|
1139
1159
|
export interface CreateClusterResponse {
|
|
1140
1160
|
/**
|
|
@@ -1190,6 +1210,10 @@ export interface ProvisionedRequest {
|
|
|
1190
1210
|
* <p>The number of broker nodes in the cluster.</p>
|
|
1191
1211
|
*/
|
|
1192
1212
|
NumberOfBrokerNodes: number | undefined;
|
|
1213
|
+
/**
|
|
1214
|
+
* <p>This controls storage mode for supported storage tiers.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
StorageMode?: StorageMode | string;
|
|
1193
1217
|
}
|
|
1194
1218
|
/**
|
|
1195
1219
|
* <p>Serverless cluster request.</p>
|
|
@@ -1972,6 +1996,41 @@ export interface UpdateSecurityResponse {
|
|
|
1972
1996
|
*/
|
|
1973
1997
|
ClusterOperationArn?: string;
|
|
1974
1998
|
}
|
|
1999
|
+
/**
|
|
2000
|
+
* <p>Request object for UpdateStorage api. Its used to update the storage attributes for the cluster.</p>
|
|
2001
|
+
*/
|
|
2002
|
+
export interface UpdateStorageRequest {
|
|
2003
|
+
/**
|
|
2004
|
+
* <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
|
|
2005
|
+
*/
|
|
2006
|
+
ClusterArn: string | undefined;
|
|
2007
|
+
/**
|
|
2008
|
+
* <p>The version of cluster to update from. A successful operation will then generate a new version.</p>
|
|
2009
|
+
*/
|
|
2010
|
+
CurrentVersion: string | undefined;
|
|
2011
|
+
/**
|
|
2012
|
+
* <p>EBS volume provisioned throughput information.</p>
|
|
2013
|
+
*/
|
|
2014
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
2015
|
+
/**
|
|
2016
|
+
* <p>Controls storage mode for supported storage tiers.</p>
|
|
2017
|
+
*/
|
|
2018
|
+
StorageMode?: StorageMode | string;
|
|
2019
|
+
/**
|
|
2020
|
+
* <p>size of the EBS volume to update.</p>
|
|
2021
|
+
*/
|
|
2022
|
+
VolumeSizeGB?: number;
|
|
2023
|
+
}
|
|
2024
|
+
export interface UpdateStorageResponse {
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>The Amazon Resource Name (ARN) of the cluster.</p>
|
|
2027
|
+
*/
|
|
2028
|
+
ClusterArn?: string;
|
|
2029
|
+
/**
|
|
2030
|
+
* <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
|
|
2031
|
+
*/
|
|
2032
|
+
ClusterOperationArn?: string;
|
|
2033
|
+
}
|
|
1975
2034
|
/**
|
|
1976
2035
|
* @internal
|
|
1977
2036
|
*/
|
|
@@ -2460,3 +2519,11 @@ export declare const UpdateSecurityRequestFilterSensitiveLog: (obj: UpdateSecuri
|
|
|
2460
2519
|
* @internal
|
|
2461
2520
|
*/
|
|
2462
2521
|
export declare const UpdateSecurityResponseFilterSensitiveLog: (obj: UpdateSecurityResponse) => any;
|
|
2522
|
+
/**
|
|
2523
|
+
* @internal
|
|
2524
|
+
*/
|
|
2525
|
+
export declare const UpdateStorageRequestFilterSensitiveLog: (obj: UpdateStorageRequest) => any;
|
|
2526
|
+
/**
|
|
2527
|
+
* @internal
|
|
2528
|
+
*/
|
|
2529
|
+
export declare const UpdateStorageResponseFilterSensitiveLog: (obj: UpdateStorageResponse) => any;
|
|
@@ -35,6 +35,7 @@ import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } fro
|
|
|
35
35
|
import { UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput } from "../commands/UpdateConnectivityCommand";
|
|
36
36
|
import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "../commands/UpdateMonitoringCommand";
|
|
37
37
|
import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "../commands/UpdateSecurityCommand";
|
|
38
|
+
import { UpdateStorageCommandInput, UpdateStorageCommandOutput } from "../commands/UpdateStorageCommand";
|
|
38
39
|
export declare const serializeAws_restJson1BatchAssociateScramSecretCommand: (input: BatchAssociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
40
|
export declare const serializeAws_restJson1BatchDisassociateScramSecretCommand: (input: BatchDisassociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
41
|
export declare const serializeAws_restJson1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -70,6 +71,7 @@ export declare const serializeAws_restJson1UpdateConfigurationCommand: (input: U
|
|
|
70
71
|
export declare const serializeAws_restJson1UpdateConnectivityCommand: (input: UpdateConnectivityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
72
|
export declare const serializeAws_restJson1UpdateMonitoringCommand: (input: UpdateMonitoringCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
73
|
export declare const serializeAws_restJson1UpdateSecurityCommand: (input: UpdateSecurityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_restJson1UpdateStorageCommand: (input: UpdateStorageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
75
|
export declare const deserializeAws_restJson1BatchAssociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateScramSecretCommandOutput>;
|
|
74
76
|
export declare const deserializeAws_restJson1BatchDisassociateScramSecretCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateScramSecretCommandOutput>;
|
|
75
77
|
export declare const deserializeAws_restJson1CreateClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClusterCommandOutput>;
|
|
@@ -105,3 +107,4 @@ export declare const deserializeAws_restJson1UpdateConfigurationCommand: (output
|
|
|
105
107
|
export declare const deserializeAws_restJson1UpdateConnectivityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectivityCommandOutput>;
|
|
106
108
|
export declare const deserializeAws_restJson1UpdateMonitoringCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMonitoringCommandOutput>;
|
|
107
109
|
export declare const deserializeAws_restJson1UpdateSecurityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_restJson1UpdateStorageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStorageCommandOutput>;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { KafkaClientConfig } from "./KafkaClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -139,6 +139,10 @@ import {
|
|
|
139
139
|
UpdateSecurityCommandInput,
|
|
140
140
|
UpdateSecurityCommandOutput,
|
|
141
141
|
} from "./commands/UpdateSecurityCommand";
|
|
142
|
+
import {
|
|
143
|
+
UpdateStorageCommandInput,
|
|
144
|
+
UpdateStorageCommandOutput,
|
|
145
|
+
} from "./commands/UpdateStorageCommand";
|
|
142
146
|
import { KafkaClient } from "./KafkaClient";
|
|
143
147
|
export declare class Kafka extends KafkaClient {
|
|
144
148
|
batchAssociateScramSecret(
|
|
@@ -596,4 +600,17 @@ export declare class Kafka extends KafkaClient {
|
|
|
596
600
|
options: __HttpHandlerOptions,
|
|
597
601
|
cb: (err: any, data?: UpdateSecurityCommandOutput) => void
|
|
598
602
|
): void;
|
|
603
|
+
updateStorage(
|
|
604
|
+
args: UpdateStorageCommandInput,
|
|
605
|
+
options?: __HttpHandlerOptions
|
|
606
|
+
): Promise<UpdateStorageCommandOutput>;
|
|
607
|
+
updateStorage(
|
|
608
|
+
args: UpdateStorageCommandInput,
|
|
609
|
+
cb: (err: any, data?: UpdateStorageCommandOutput) => void
|
|
610
|
+
): void;
|
|
611
|
+
updateStorage(
|
|
612
|
+
args: UpdateStorageCommandInput,
|
|
613
|
+
options: __HttpHandlerOptions,
|
|
614
|
+
cb: (err: any, data?: UpdateStorageCommandOutput) => void
|
|
615
|
+
): void;
|
|
599
616
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -182,6 +183,15 @@ import {
|
|
|
182
183
|
UpdateSecurityCommandInput,
|
|
183
184
|
UpdateSecurityCommandOutput,
|
|
184
185
|
} from "./commands/UpdateSecurityCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateStorageCommandInput,
|
|
188
|
+
UpdateStorageCommandOutput,
|
|
189
|
+
} from "./commands/UpdateStorageCommand";
|
|
190
|
+
import {
|
|
191
|
+
ClientInputEndpointParameters,
|
|
192
|
+
ClientResolvedEndpointParameters,
|
|
193
|
+
EndpointParameters,
|
|
194
|
+
} from "./endpoint/EndpointParameters";
|
|
185
195
|
export declare type ServiceInputTypes =
|
|
186
196
|
| BatchAssociateScramSecretCommandInput
|
|
187
197
|
| BatchDisassociateScramSecretCommandInput
|
|
@@ -217,7 +227,8 @@ export declare type ServiceInputTypes =
|
|
|
217
227
|
| UpdateConfigurationCommandInput
|
|
218
228
|
| UpdateConnectivityCommandInput
|
|
219
229
|
| UpdateMonitoringCommandInput
|
|
220
|
-
| UpdateSecurityCommandInput
|
|
230
|
+
| UpdateSecurityCommandInput
|
|
231
|
+
| UpdateStorageCommandInput;
|
|
221
232
|
export declare type ServiceOutputTypes =
|
|
222
233
|
| BatchAssociateScramSecretCommandOutput
|
|
223
234
|
| BatchDisassociateScramSecretCommandOutput
|
|
@@ -253,7 +264,8 @@ export declare type ServiceOutputTypes =
|
|
|
253
264
|
| UpdateConfigurationCommandOutput
|
|
254
265
|
| UpdateConnectivityCommandOutput
|
|
255
266
|
| UpdateMonitoringCommandOutput
|
|
256
|
-
| UpdateSecurityCommandOutput
|
|
267
|
+
| UpdateSecurityCommandOutput
|
|
268
|
+
| UpdateStorageCommandOutput;
|
|
257
269
|
export interface ClientDefaults
|
|
258
270
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
259
271
|
requestHandler?: __HttpHandler;
|
|
@@ -275,7 +287,6 @@ export interface ClientDefaults
|
|
|
275
287
|
serviceId?: string;
|
|
276
288
|
region?: string | __Provider<string>;
|
|
277
289
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
278
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
279
290
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
280
291
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
281
292
|
}
|
|
@@ -284,21 +295,23 @@ declare type KafkaClientConfigType = Partial<
|
|
|
284
295
|
> &
|
|
285
296
|
ClientDefaults &
|
|
286
297
|
RegionInputConfig &
|
|
287
|
-
|
|
298
|
+
EndpointInputConfig<EndpointParameters> &
|
|
288
299
|
RetryInputConfig &
|
|
289
300
|
HostHeaderInputConfig &
|
|
290
301
|
AwsAuthInputConfig &
|
|
291
|
-
UserAgentInputConfig
|
|
302
|
+
UserAgentInputConfig &
|
|
303
|
+
ClientInputEndpointParameters;
|
|
292
304
|
export interface KafkaClientConfig extends KafkaClientConfigType {}
|
|
293
305
|
declare type KafkaClientResolvedConfigType =
|
|
294
306
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
295
307
|
Required<ClientDefaults> &
|
|
296
308
|
RegionResolvedConfig &
|
|
297
|
-
|
|
309
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
298
310
|
RetryResolvedConfig &
|
|
299
311
|
HostHeaderResolvedConfig &
|
|
300
312
|
AwsAuthResolvedConfig &
|
|
301
|
-
UserAgentResolvedConfig
|
|
313
|
+
UserAgentResolvedConfig &
|
|
314
|
+
ClientResolvedEndpointParameters;
|
|
302
315
|
export interface KafkaClientResolvedConfig
|
|
303
316
|
extends KafkaClientResolvedConfigType {}
|
|
304
317
|
export declare class KafkaClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchAssociateScramSecretCommand extends $Command<
|
|
|
25
26
|
KafkaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchAssociateScramSecretCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchAssociateScramSecretCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDisassociateScramSecretCommand extends $Command<
|
|
|
25
26
|
KafkaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDisassociateScramSecretCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDisassociateScramSecretCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateClusterCommand extends $Command<
|
|
|
24
25
|
KafkaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateClusterCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateClusterCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateClusterV2Command extends $Command<
|
|
|
24
25
|
KafkaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateClusterV2CommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateClusterV2CommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateConfigurationCommand extends $Command<
|
|
|
25
26
|
KafkaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteClusterCommand extends $Command<
|
|
|
24
25
|
KafkaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteClusterCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteClusterCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteConfigurationCommand extends $Command<
|
|
|
25
26
|
KafkaClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DescribeClusterCommand extends $Command<
|
|
|
24
25
|
KafkaClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DescribeClusterCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DescribeClusterCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|