@aws-sdk/client-kafka 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/Kafka.d.ts +599 -180
- package/dist-types/ts3.4/KafkaClient.d.ts +314 -108
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1025 -1350
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersV2Paginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListScramSecretsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateBrokerStorageRequest,
|
|
15
|
+
UpdateBrokerStorageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBrokerStorageCommandInput
|
|
18
|
+
extends UpdateBrokerStorageRequest {}
|
|
19
|
+
export interface UpdateBrokerStorageCommandOutput
|
|
20
|
+
extends UpdateBrokerStorageResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateBrokerStorageCommand extends $Command<
|
|
23
|
+
UpdateBrokerStorageCommandInput,
|
|
24
|
+
UpdateBrokerStorageCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateBrokerStorageCommandInput;
|
|
28
|
+
constructor(input: UpdateBrokerStorageCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateBrokerTypeRequest,
|
|
15
|
+
UpdateBrokerTypeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {}
|
|
18
|
+
export interface UpdateBrokerTypeCommandOutput
|
|
19
|
+
extends UpdateBrokerTypeResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateBrokerTypeCommand extends $Command<
|
|
22
|
+
UpdateBrokerTypeCommandInput,
|
|
23
|
+
UpdateBrokerTypeCommandOutput,
|
|
24
|
+
KafkaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateBrokerTypeCommandInput;
|
|
27
|
+
constructor(input: UpdateBrokerTypeCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: KafkaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateClusterConfigurationRequest,
|
|
15
|
+
UpdateClusterConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClusterConfigurationCommandInput
|
|
18
|
+
extends UpdateClusterConfigurationRequest {}
|
|
19
|
+
export interface UpdateClusterConfigurationCommandOutput
|
|
20
|
+
extends UpdateClusterConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateClusterConfigurationCommand extends $Command<
|
|
23
|
+
UpdateClusterConfigurationCommandInput,
|
|
24
|
+
UpdateClusterConfigurationCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateClusterConfigurationCommandInput;
|
|
28
|
+
constructor(input: UpdateClusterConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateClusterConfigurationCommandInput,
|
|
35
|
+
UpdateClusterConfigurationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateClusterKafkaVersionRequest,
|
|
15
|
+
UpdateClusterKafkaVersionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateClusterKafkaVersionCommandInput
|
|
18
|
+
extends UpdateClusterKafkaVersionRequest {}
|
|
19
|
+
export interface UpdateClusterKafkaVersionCommandOutput
|
|
20
|
+
extends UpdateClusterKafkaVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateClusterKafkaVersionCommand extends $Command<
|
|
23
|
+
UpdateClusterKafkaVersionCommandInput,
|
|
24
|
+
UpdateClusterKafkaVersionCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateClusterKafkaVersionCommandInput;
|
|
28
|
+
constructor(input: UpdateClusterKafkaVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateClusterKafkaVersionCommandInput,
|
|
35
|
+
UpdateClusterKafkaVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateConfigurationRequest,
|
|
15
|
+
UpdateConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateConfigurationCommandInput
|
|
18
|
+
extends UpdateConfigurationRequest {}
|
|
19
|
+
export interface UpdateConfigurationCommandOutput
|
|
20
|
+
extends UpdateConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateConfigurationCommand extends $Command<
|
|
23
|
+
UpdateConfigurationCommandInput,
|
|
24
|
+
UpdateConfigurationCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateConfigurationCommandInput;
|
|
28
|
+
constructor(input: UpdateConfigurationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateConnectivityRequest,
|
|
15
|
+
UpdateConnectivityResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateConnectivityCommandInput
|
|
18
|
+
extends UpdateConnectivityRequest {}
|
|
19
|
+
export interface UpdateConnectivityCommandOutput
|
|
20
|
+
extends UpdateConnectivityResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateConnectivityCommand extends $Command<
|
|
23
|
+
UpdateConnectivityCommandInput,
|
|
24
|
+
UpdateConnectivityCommandOutput,
|
|
25
|
+
KafkaClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateConnectivityCommandInput;
|
|
28
|
+
constructor(input: UpdateConnectivityCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: KafkaClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateMonitoringRequest,
|
|
15
|
+
UpdateMonitoringResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {}
|
|
18
|
+
export interface UpdateMonitoringCommandOutput
|
|
19
|
+
extends UpdateMonitoringResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateMonitoringCommand extends $Command<
|
|
22
|
+
UpdateMonitoringCommandInput,
|
|
23
|
+
UpdateMonitoringCommandOutput,
|
|
24
|
+
KafkaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateMonitoringCommandInput;
|
|
27
|
+
constructor(input: UpdateMonitoringCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: KafkaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
KafkaClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../KafkaClient";
|
|
13
|
+
import {
|
|
14
|
+
UpdateSecurityRequest,
|
|
15
|
+
UpdateSecurityResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {}
|
|
18
|
+
export interface UpdateSecurityCommandOutput
|
|
19
|
+
extends UpdateSecurityResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UpdateSecurityCommand extends $Command<
|
|
22
|
+
UpdateSecurityCommandInput,
|
|
23
|
+
UpdateSecurityCommandOutput,
|
|
24
|
+
KafkaClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UpdateSecurityCommandInput;
|
|
27
|
+
constructor(input: UpdateSecurityCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: KafkaClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UpdateSecurityCommandInput, UpdateSecurityCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
export * from "./BatchAssociateScramSecretCommand";
|
|
2
|
-
export * from "./BatchDisassociateScramSecretCommand";
|
|
3
|
-
export * from "./CreateClusterCommand";
|
|
4
|
-
export * from "./CreateClusterV2Command";
|
|
5
|
-
export * from "./CreateConfigurationCommand";
|
|
6
|
-
export * from "./DeleteClusterCommand";
|
|
7
|
-
export * from "./DeleteConfigurationCommand";
|
|
8
|
-
export * from "./DescribeClusterCommand";
|
|
9
|
-
export * from "./DescribeClusterOperationCommand";
|
|
10
|
-
export * from "./DescribeClusterV2Command";
|
|
11
|
-
export * from "./DescribeConfigurationCommand";
|
|
12
|
-
export * from "./DescribeConfigurationRevisionCommand";
|
|
13
|
-
export * from "./GetBootstrapBrokersCommand";
|
|
14
|
-
export * from "./GetCompatibleKafkaVersionsCommand";
|
|
15
|
-
export * from "./ListClusterOperationsCommand";
|
|
16
|
-
export * from "./ListClustersCommand";
|
|
17
|
-
export * from "./ListClustersV2Command";
|
|
18
|
-
export * from "./ListConfigurationRevisionsCommand";
|
|
19
|
-
export * from "./ListConfigurationsCommand";
|
|
20
|
-
export * from "./ListKafkaVersionsCommand";
|
|
21
|
-
export * from "./ListNodesCommand";
|
|
22
|
-
export * from "./ListScramSecretsCommand";
|
|
23
|
-
export * from "./ListTagsForResourceCommand";
|
|
24
|
-
export * from "./RebootBrokerCommand";
|
|
25
|
-
export * from "./TagResourceCommand";
|
|
26
|
-
export * from "./UntagResourceCommand";
|
|
27
|
-
export * from "./UpdateBrokerCountCommand";
|
|
28
|
-
export * from "./UpdateBrokerStorageCommand";
|
|
29
|
-
export * from "./UpdateBrokerTypeCommand";
|
|
30
|
-
export * from "./UpdateClusterConfigurationCommand";
|
|
31
|
-
export * from "./UpdateClusterKafkaVersionCommand";
|
|
32
|
-
export * from "./UpdateConfigurationCommand";
|
|
33
|
-
export * from "./UpdateConnectivityCommand";
|
|
34
|
-
export * from "./UpdateMonitoringCommand";
|
|
35
|
-
export * from "./UpdateSecurityCommand";
|
|
1
|
+
export * from "./BatchAssociateScramSecretCommand";
|
|
2
|
+
export * from "./BatchDisassociateScramSecretCommand";
|
|
3
|
+
export * from "./CreateClusterCommand";
|
|
4
|
+
export * from "./CreateClusterV2Command";
|
|
5
|
+
export * from "./CreateConfigurationCommand";
|
|
6
|
+
export * from "./DeleteClusterCommand";
|
|
7
|
+
export * from "./DeleteConfigurationCommand";
|
|
8
|
+
export * from "./DescribeClusterCommand";
|
|
9
|
+
export * from "./DescribeClusterOperationCommand";
|
|
10
|
+
export * from "./DescribeClusterV2Command";
|
|
11
|
+
export * from "./DescribeConfigurationCommand";
|
|
12
|
+
export * from "./DescribeConfigurationRevisionCommand";
|
|
13
|
+
export * from "./GetBootstrapBrokersCommand";
|
|
14
|
+
export * from "./GetCompatibleKafkaVersionsCommand";
|
|
15
|
+
export * from "./ListClusterOperationsCommand";
|
|
16
|
+
export * from "./ListClustersCommand";
|
|
17
|
+
export * from "./ListClustersV2Command";
|
|
18
|
+
export * from "./ListConfigurationRevisionsCommand";
|
|
19
|
+
export * from "./ListConfigurationsCommand";
|
|
20
|
+
export * from "./ListKafkaVersionsCommand";
|
|
21
|
+
export * from "./ListNodesCommand";
|
|
22
|
+
export * from "./ListScramSecretsCommand";
|
|
23
|
+
export * from "./ListTagsForResourceCommand";
|
|
24
|
+
export * from "./RebootBrokerCommand";
|
|
25
|
+
export * from "./TagResourceCommand";
|
|
26
|
+
export * from "./UntagResourceCommand";
|
|
27
|
+
export * from "./UpdateBrokerCountCommand";
|
|
28
|
+
export * from "./UpdateBrokerStorageCommand";
|
|
29
|
+
export * from "./UpdateBrokerTypeCommand";
|
|
30
|
+
export * from "./UpdateClusterConfigurationCommand";
|
|
31
|
+
export * from "./UpdateClusterKafkaVersionCommand";
|
|
32
|
+
export * from "./UpdateConfigurationCommand";
|
|
33
|
+
export * from "./UpdateConnectivityCommand";
|
|
34
|
+
export * from "./UpdateMonitoringCommand";
|
|
35
|
+
export * from "./UpdateSecurityCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./Kafka";
|
|
2
|
-
export * from "./KafkaClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { KafkaServiceException } from "./models/KafkaServiceException";
|
|
1
|
+
export * from "./Kafka";
|
|
2
|
+
export * from "./KafkaClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { KafkaServiceException } from "./models/KafkaServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class KafkaServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|