@aws-sdk/client-kafka
Advanced tools
Comparing version 3.13.0 to 3.13.1
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type BatchAssociateScramSecretCommandInput = BatchAssociateScramSecretRequest; | ||
export type BatchAssociateScramSecretCommandOutput = BatchAssociateScramSecretResponse & __MetadataBearer; | ||
export interface BatchAssociateScramSecretCommandInput extends BatchAssociateScramSecretRequest {} | ||
export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateScramSecretResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type BatchDisassociateScramSecretCommandInput = BatchDisassociateScramSecretRequest; | ||
export type BatchDisassociateScramSecretCommandOutput = BatchDisassociateScramSecretResponse & __MetadataBearer; | ||
export interface BatchDisassociateScramSecretCommandInput extends BatchDisassociateScramSecretRequest {} | ||
export interface BatchDisassociateScramSecretCommandOutput | ||
extends BatchDisassociateScramSecretResponse, | ||
__MetadataBearer {} | ||
@@ -24,0 +26,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type CreateClusterCommandInput = CreateClusterRequest; | ||
export type CreateClusterCommandOutput = CreateClusterResponse & __MetadataBearer; | ||
export interface CreateClusterCommandInput extends CreateClusterRequest {} | ||
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type CreateConfigurationCommandInput = CreateConfigurationRequest; | ||
export type CreateConfigurationCommandOutput = CreateConfigurationResponse & __MetadataBearer; | ||
export interface CreateConfigurationCommandInput extends CreateConfigurationRequest {} | ||
export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type DeleteClusterCommandInput = DeleteClusterRequest; | ||
export type DeleteClusterCommandOutput = DeleteClusterResponse & __MetadataBearer; | ||
export interface DeleteClusterCommandInput extends DeleteClusterRequest {} | ||
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type DeleteConfigurationCommandInput = DeleteConfigurationRequest; | ||
export type DeleteConfigurationCommandOutput = DeleteConfigurationResponse & __MetadataBearer; | ||
export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequest {} | ||
export interface DeleteConfigurationCommandOutput extends DeleteConfigurationResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type DescribeClusterCommandInput = DescribeClusterRequest; | ||
export type DescribeClusterCommandOutput = DescribeClusterResponse & __MetadataBearer; | ||
export interface DescribeClusterCommandInput extends DescribeClusterRequest {} | ||
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type DescribeClusterOperationCommandInput = DescribeClusterOperationRequest; | ||
export type DescribeClusterOperationCommandOutput = DescribeClusterOperationResponse & __MetadataBearer; | ||
export interface DescribeClusterOperationCommandInput extends DescribeClusterOperationRequest {} | ||
export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type DescribeConfigurationCommandInput = DescribeConfigurationRequest; | ||
export type DescribeConfigurationCommandOutput = DescribeConfigurationResponse & __MetadataBearer; | ||
export interface DescribeConfigurationCommandInput extends DescribeConfigurationRequest {} | ||
export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type DescribeConfigurationRevisionCommandInput = DescribeConfigurationRevisionRequest; | ||
export type DescribeConfigurationRevisionCommandOutput = DescribeConfigurationRevisionResponse & __MetadataBearer; | ||
export interface DescribeConfigurationRevisionCommandInput extends DescribeConfigurationRevisionRequest {} | ||
export interface DescribeConfigurationRevisionCommandOutput | ||
extends DescribeConfigurationRevisionResponse, | ||
__MetadataBearer {} | ||
@@ -24,0 +26,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type GetBootstrapBrokersCommandInput = GetBootstrapBrokersRequest; | ||
export type GetBootstrapBrokersCommandOutput = GetBootstrapBrokersResponse & __MetadataBearer; | ||
export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequest {} | ||
export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type GetCompatibleKafkaVersionsCommandInput = GetCompatibleKafkaVersionsRequest; | ||
export type GetCompatibleKafkaVersionsCommandOutput = GetCompatibleKafkaVersionsResponse & __MetadataBearer; | ||
export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKafkaVersionsRequest {} | ||
export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListClusterOperationsCommandInput = ListClusterOperationsRequest; | ||
export type ListClusterOperationsCommandOutput = ListClusterOperationsResponse & __MetadataBearer; | ||
export interface ListClusterOperationsCommandInput extends ListClusterOperationsRequest {} | ||
export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListClustersCommandInput = ListClustersRequest; | ||
export type ListClustersCommandOutput = ListClustersResponse & __MetadataBearer; | ||
export interface ListClustersCommandInput extends ListClustersRequest {} | ||
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListConfigurationRevisionsCommandInput = ListConfigurationRevisionsRequest; | ||
export type ListConfigurationRevisionsCommandOutput = ListConfigurationRevisionsResponse & __MetadataBearer; | ||
export interface ListConfigurationRevisionsCommandInput extends ListConfigurationRevisionsRequest {} | ||
export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListConfigurationsCommandInput = ListConfigurationsRequest; | ||
export type ListConfigurationsCommandOutput = ListConfigurationsResponse & __MetadataBearer; | ||
export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {} | ||
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListKafkaVersionsCommandInput = ListKafkaVersionsRequest; | ||
export type ListKafkaVersionsCommandOutput = ListKafkaVersionsResponse & __MetadataBearer; | ||
export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest {} | ||
export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListNodesCommandInput = ListNodesRequest; | ||
export type ListNodesCommandOutput = ListNodesResponse & __MetadataBearer; | ||
export interface ListNodesCommandInput extends ListNodesRequest {} | ||
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListScramSecretsCommandInput = ListScramSecretsRequest; | ||
export type ListScramSecretsCommandOutput = ListScramSecretsResponse & __MetadataBearer; | ||
export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {} | ||
export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type ListTagsForResourceCommandInput = ListTagsForResourceRequest; | ||
export type ListTagsForResourceCommandOutput = ListTagsForResourceResponse & __MetadataBearer; | ||
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {} | ||
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type RebootBrokerCommandInput = RebootBrokerRequest; | ||
export type RebootBrokerCommandOutput = RebootBrokerResponse & __MetadataBearer; | ||
export interface RebootBrokerCommandInput extends RebootBrokerRequest {} | ||
export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type TagResourceCommandInput = TagResourceRequest; | ||
export type TagResourceCommandOutput = __MetadataBearer; | ||
export interface TagResourceCommandInput extends TagResourceRequest {} | ||
export interface TagResourceCommandOutput extends __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UntagResourceCommandInput = UntagResourceRequest; | ||
export type UntagResourceCommandOutput = __MetadataBearer; | ||
export interface UntagResourceCommandInput extends UntagResourceRequest {} | ||
export interface UntagResourceCommandOutput extends __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UpdateBrokerCountCommandInput = UpdateBrokerCountRequest; | ||
export type UpdateBrokerCountCommandOutput = UpdateBrokerCountResponse & __MetadataBearer; | ||
export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest {} | ||
export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UpdateBrokerStorageCommandInput = UpdateBrokerStorageRequest; | ||
export type UpdateBrokerStorageCommandOutput = UpdateBrokerStorageResponse & __MetadataBearer; | ||
export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest {} | ||
export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UpdateBrokerTypeCommandInput = UpdateBrokerTypeRequest; | ||
export type UpdateBrokerTypeCommandOutput = UpdateBrokerTypeResponse & __MetadataBearer; | ||
export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {} | ||
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UpdateClusterConfigurationCommandInput = UpdateClusterConfigurationRequest; | ||
export type UpdateClusterConfigurationCommandOutput = UpdateClusterConfigurationResponse & __MetadataBearer; | ||
export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest {} | ||
export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UpdateClusterKafkaVersionCommandInput = UpdateClusterKafkaVersionRequest; | ||
export type UpdateClusterKafkaVersionCommandOutput = UpdateClusterKafkaVersionResponse & __MetadataBearer; | ||
export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest {} | ||
export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UpdateConfigurationCommandInput = UpdateConfigurationRequest; | ||
export type UpdateConfigurationCommandOutput = UpdateConfigurationResponse & __MetadataBearer; | ||
export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {} | ||
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
@@ -20,4 +20,4 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
export type UpdateMonitoringCommandInput = UpdateMonitoringRequest; | ||
export type UpdateMonitoringCommandOutput = UpdateMonitoringResponse & __MetadataBearer; | ||
export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {} | ||
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {} | ||
@@ -24,0 +24,0 @@ /** |
{ | ||
"name": "@aws-sdk/client-kafka", | ||
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"scripts": { | ||
@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.13.0", | ||
"@aws-sdk/config-resolver": "3.12.0", | ||
"@aws-sdk/credential-provider-node": "3.13.0", | ||
"@aws-sdk/fetch-http-handler": "3.12.0", | ||
"@aws-sdk/hash-node": "3.12.0", | ||
"@aws-sdk/invalid-dependency": "3.12.0", | ||
"@aws-sdk/middleware-content-length": "3.12.0", | ||
"@aws-sdk/middleware-host-header": "3.12.0", | ||
"@aws-sdk/middleware-logger": "3.12.0", | ||
"@aws-sdk/middleware-retry": "3.12.0", | ||
"@aws-sdk/middleware-serde": "3.12.0", | ||
"@aws-sdk/middleware-signing": "3.12.0", | ||
"@aws-sdk/middleware-stack": "3.12.0", | ||
"@aws-sdk/middleware-user-agent": "3.12.0", | ||
"@aws-sdk/node-config-provider": "3.12.0", | ||
"@aws-sdk/node-http-handler": "3.12.0", | ||
"@aws-sdk/protocol-http": "3.12.0", | ||
"@aws-sdk/smithy-client": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"@aws-sdk/url-parser": "3.12.0", | ||
"@aws-sdk/util-base64-browser": "3.12.0", | ||
"@aws-sdk/util-base64-node": "3.12.0", | ||
"@aws-sdk/util-body-length-browser": "3.12.0", | ||
"@aws-sdk/util-body-length-node": "3.12.0", | ||
"@aws-sdk/util-user-agent-browser": "3.12.0", | ||
"@aws-sdk/util-user-agent-node": "3.12.0", | ||
"@aws-sdk/util-utf8-browser": "3.12.0", | ||
"@aws-sdk/util-utf8-node": "3.12.0", | ||
"@aws-sdk/client-sts": "3.13.1", | ||
"@aws-sdk/config-resolver": "3.13.1", | ||
"@aws-sdk/credential-provider-node": "3.13.1", | ||
"@aws-sdk/fetch-http-handler": "3.13.1", | ||
"@aws-sdk/hash-node": "3.13.1", | ||
"@aws-sdk/invalid-dependency": "3.13.1", | ||
"@aws-sdk/middleware-content-length": "3.13.1", | ||
"@aws-sdk/middleware-host-header": "3.13.1", | ||
"@aws-sdk/middleware-logger": "3.13.1", | ||
"@aws-sdk/middleware-retry": "3.13.1", | ||
"@aws-sdk/middleware-serde": "3.13.1", | ||
"@aws-sdk/middleware-signing": "3.13.1", | ||
"@aws-sdk/middleware-stack": "3.13.1", | ||
"@aws-sdk/middleware-user-agent": "3.13.1", | ||
"@aws-sdk/node-config-provider": "3.13.1", | ||
"@aws-sdk/node-http-handler": "3.13.1", | ||
"@aws-sdk/protocol-http": "3.13.1", | ||
"@aws-sdk/smithy-client": "3.13.1", | ||
"@aws-sdk/types": "3.13.1", | ||
"@aws-sdk/url-parser": "3.13.1", | ||
"@aws-sdk/util-base64-browser": "3.13.1", | ||
"@aws-sdk/util-base64-node": "3.13.1", | ||
"@aws-sdk/util-body-length-browser": "3.13.1", | ||
"@aws-sdk/util-body-length-node": "3.13.1", | ||
"@aws-sdk/util-user-agent-browser": "3.13.1", | ||
"@aws-sdk/util-user-agent-node": "3.13.1", | ||
"@aws-sdk/util-utf8-browser": "3.13.1", | ||
"@aws-sdk/util-utf8-node": "3.13.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.13.0", | ||
"@aws-sdk/client-documentation-generator": "3.13.1", | ||
"@types/node": "^12.7.5", | ||
@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.1.2" | ||
"typescript": "~4.2.4" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
{ | ||
"name": "@aws-sdk/client-kafka", | ||
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"scripts": { | ||
@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.13.0", | ||
"@aws-sdk/config-resolver": "3.12.0", | ||
"@aws-sdk/credential-provider-node": "3.13.0", | ||
"@aws-sdk/fetch-http-handler": "3.12.0", | ||
"@aws-sdk/hash-node": "3.12.0", | ||
"@aws-sdk/invalid-dependency": "3.12.0", | ||
"@aws-sdk/middleware-content-length": "3.12.0", | ||
"@aws-sdk/middleware-host-header": "3.12.0", | ||
"@aws-sdk/middleware-logger": "3.12.0", | ||
"@aws-sdk/middleware-retry": "3.12.0", | ||
"@aws-sdk/middleware-serde": "3.12.0", | ||
"@aws-sdk/middleware-signing": "3.12.0", | ||
"@aws-sdk/middleware-stack": "3.12.0", | ||
"@aws-sdk/middleware-user-agent": "3.12.0", | ||
"@aws-sdk/node-config-provider": "3.12.0", | ||
"@aws-sdk/node-http-handler": "3.12.0", | ||
"@aws-sdk/protocol-http": "3.12.0", | ||
"@aws-sdk/smithy-client": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"@aws-sdk/url-parser": "3.12.0", | ||
"@aws-sdk/util-base64-browser": "3.12.0", | ||
"@aws-sdk/util-base64-node": "3.12.0", | ||
"@aws-sdk/util-body-length-browser": "3.12.0", | ||
"@aws-sdk/util-body-length-node": "3.12.0", | ||
"@aws-sdk/util-user-agent-browser": "3.12.0", | ||
"@aws-sdk/util-user-agent-node": "3.12.0", | ||
"@aws-sdk/util-utf8-browser": "3.12.0", | ||
"@aws-sdk/util-utf8-node": "3.12.0", | ||
"@aws-sdk/client-sts": "3.13.1", | ||
"@aws-sdk/config-resolver": "3.13.1", | ||
"@aws-sdk/credential-provider-node": "3.13.1", | ||
"@aws-sdk/fetch-http-handler": "3.13.1", | ||
"@aws-sdk/hash-node": "3.13.1", | ||
"@aws-sdk/invalid-dependency": "3.13.1", | ||
"@aws-sdk/middleware-content-length": "3.13.1", | ||
"@aws-sdk/middleware-host-header": "3.13.1", | ||
"@aws-sdk/middleware-logger": "3.13.1", | ||
"@aws-sdk/middleware-retry": "3.13.1", | ||
"@aws-sdk/middleware-serde": "3.13.1", | ||
"@aws-sdk/middleware-signing": "3.13.1", | ||
"@aws-sdk/middleware-stack": "3.13.1", | ||
"@aws-sdk/middleware-user-agent": "3.13.1", | ||
"@aws-sdk/node-config-provider": "3.13.1", | ||
"@aws-sdk/node-http-handler": "3.13.1", | ||
"@aws-sdk/protocol-http": "3.13.1", | ||
"@aws-sdk/smithy-client": "3.13.1", | ||
"@aws-sdk/types": "3.13.1", | ||
"@aws-sdk/url-parser": "3.13.1", | ||
"@aws-sdk/util-base64-browser": "3.13.1", | ||
"@aws-sdk/util-base64-node": "3.13.1", | ||
"@aws-sdk/util-body-length-browser": "3.13.1", | ||
"@aws-sdk/util-body-length-node": "3.13.1", | ||
"@aws-sdk/util-user-agent-browser": "3.13.1", | ||
"@aws-sdk/util-user-agent-node": "3.13.1", | ||
"@aws-sdk/util-utf8-browser": "3.13.1", | ||
"@aws-sdk/util-utf8-node": "3.13.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.13.0", | ||
"@aws-sdk/client-documentation-generator": "3.13.1", | ||
"@types/node": "^12.7.5", | ||
@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.1.2" | ||
"typescript": "~4.2.4" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { Kafka } from "../Kafka"; | ||
@@ -16,3 +16,3 @@ import { KafkaClient } from "../KafkaClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListClusterOperationsCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListClusterOperationsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listClusterOperations.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listClusterOperations.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof Kafka)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof KafkaClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { Kafka } from "../Kafka"; | ||
@@ -16,3 +16,3 @@ import { KafkaClient } from "../KafkaClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListClustersCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListClustersCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listClusters.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listClusters.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof Kafka)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof KafkaClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { Kafka } from "../Kafka"; | ||
@@ -16,3 +16,3 @@ import { KafkaClient } from "../KafkaClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListConfigurationRevisionsCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListConfigurationRevisionsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listConfigurationRevisions.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listConfigurationRevisions.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof Kafka)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof KafkaClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { Kafka } from "../Kafka"; | ||
@@ -16,3 +16,3 @@ import { KafkaClient } from "../KafkaClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListConfigurationsCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListConfigurationsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listConfigurations.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listConfigurations.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof Kafka)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof KafkaClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { Kafka } from "../Kafka"; | ||
@@ -16,3 +16,3 @@ import { KafkaClient } from "../KafkaClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListKafkaVersionsCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListKafkaVersionsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listKafkaVersions.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listKafkaVersions.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof Kafka)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof KafkaClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { Kafka } from "../Kafka"; | ||
@@ -16,3 +16,3 @@ import { KafkaClient } from "../KafkaClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListNodesCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListNodesCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listNodes.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listNodes.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof Kafka)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof KafkaClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -1,2 +0,2 @@ | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spread } from "tslib"; | ||
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib"; | ||
import { Kafka } from "../Kafka"; | ||
@@ -16,3 +16,3 @@ import { KafkaClient } from "../KafkaClient"; | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spread([new ListScramSecretsCommand(input)], args))]; | ||
case 0: return [4 /*yield*/, client.send.apply(client, __spreadArray([new ListScramSecretsCommand(input)], __read(args)))]; | ||
case 1: | ||
@@ -36,3 +36,3 @@ // @ts-ignore | ||
switch (_a.label) { | ||
case 0: return [4 /*yield*/, client.listScramSecrets.apply(client, __spread([input], args))]; | ||
case 0: return [4 /*yield*/, client.listScramSecrets.apply(client, __spreadArray([input], __read(args)))]; | ||
case 1: | ||
@@ -63,3 +63,3 @@ // @ts-ignore | ||
if (!(config.client instanceof Kafka)) return [3 /*break*/, 3]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 2: | ||
@@ -70,3 +70,3 @@ page = _a.sent(); | ||
if (!(config.client instanceof KafkaClient)) return [3 /*break*/, 5]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spread([config.client, input], additionalArguments)))]; | ||
return [4 /*yield*/, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))]; | ||
case 4: | ||
@@ -73,0 +73,0 @@ page = _a.sent(); |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type BatchAssociateScramSecretCommandInput = BatchAssociateScramSecretRequest; | ||
export declare type BatchAssociateScramSecretCommandOutput = BatchAssociateScramSecretResponse & __MetadataBearer; | ||
export interface BatchAssociateScramSecretCommandInput extends BatchAssociateScramSecretRequest { | ||
} | ||
export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateScramSecretResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Associates one or more Scram Secrets with an Amazon MSK cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type BatchDisassociateScramSecretCommandInput = BatchDisassociateScramSecretRequest; | ||
export declare type BatchDisassociateScramSecretCommandOutput = BatchDisassociateScramSecretResponse & __MetadataBearer; | ||
export interface BatchDisassociateScramSecretCommandInput extends BatchDisassociateScramSecretRequest { | ||
} | ||
export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassociateScramSecretResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Disassociates one or more Scram Secrets from an Amazon MSK cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type CreateClusterCommandInput = CreateClusterRequest; | ||
export declare type CreateClusterCommandOutput = CreateClusterResponse & __MetadataBearer; | ||
export interface CreateClusterCommandInput extends CreateClusterRequest { | ||
} | ||
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Creates a new MSK cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type CreateConfigurationCommandInput = CreateConfigurationRequest; | ||
export declare type CreateConfigurationCommandOutput = CreateConfigurationResponse & __MetadataBearer; | ||
export interface CreateConfigurationCommandInput extends CreateConfigurationRequest { | ||
} | ||
export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Creates a new MSK configuration.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DeleteClusterCommandInput = DeleteClusterRequest; | ||
export declare type DeleteClusterCommandOutput = DeleteClusterResponse & __MetadataBearer; | ||
export interface DeleteClusterCommandInput extends DeleteClusterRequest { | ||
} | ||
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DeleteConfigurationCommandInput = DeleteConfigurationRequest; | ||
export declare type DeleteConfigurationCommandOutput = DeleteConfigurationResponse & __MetadataBearer; | ||
export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequest { | ||
} | ||
export interface DeleteConfigurationCommandOutput extends DeleteConfigurationResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Deletes an MSK Configuration.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DescribeClusterCommandInput = DescribeClusterRequest; | ||
export declare type DescribeClusterCommandOutput = DescribeClusterResponse & __MetadataBearer; | ||
export interface DescribeClusterCommandInput extends DescribeClusterRequest { | ||
} | ||
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DescribeClusterOperationCommandInput = DescribeClusterOperationRequest; | ||
export declare type DescribeClusterOperationCommandOutput = DescribeClusterOperationResponse & __MetadataBearer; | ||
export interface DescribeClusterOperationCommandInput extends DescribeClusterOperationRequest { | ||
} | ||
export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a description of the cluster operation specified by the ARN.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DescribeConfigurationCommandInput = DescribeConfigurationRequest; | ||
export declare type DescribeConfigurationCommandOutput = DescribeConfigurationResponse & __MetadataBearer; | ||
export interface DescribeConfigurationCommandInput extends DescribeConfigurationRequest { | ||
} | ||
export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a description of this MSK configuration.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type DescribeConfigurationRevisionCommandInput = DescribeConfigurationRevisionRequest; | ||
export declare type DescribeConfigurationRevisionCommandOutput = DescribeConfigurationRevisionResponse & __MetadataBearer; | ||
export interface DescribeConfigurationRevisionCommandInput extends DescribeConfigurationRevisionRequest { | ||
} | ||
export interface DescribeConfigurationRevisionCommandOutput extends DescribeConfigurationRevisionResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a description of this revision of the configuration.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetBootstrapBrokersCommandInput = GetBootstrapBrokersRequest; | ||
export declare type GetBootstrapBrokersCommandOutput = GetBootstrapBrokersResponse & __MetadataBearer; | ||
export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequest { | ||
} | ||
export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>A list of brokers that a client application can use to bootstrap.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type GetCompatibleKafkaVersionsCommandInput = GetCompatibleKafkaVersionsRequest; | ||
export declare type GetCompatibleKafkaVersionsCommandOutput = GetCompatibleKafkaVersionsResponse & __MetadataBearer; | ||
export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKafkaVersionsRequest { | ||
} | ||
export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Gets the Apache Kafka versions to which you can update the MSK cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListClusterOperationsCommandInput = ListClusterOperationsRequest; | ||
export declare type ListClusterOperationsCommandOutput = ListClusterOperationsResponse & __MetadataBearer; | ||
export interface ListClusterOperationsCommandInput extends ListClusterOperationsRequest { | ||
} | ||
export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of all the operations that have been performed on the specified MSK cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListClustersCommandInput = ListClustersRequest; | ||
export declare type ListClustersCommandOutput = ListClustersResponse & __MetadataBearer; | ||
export interface ListClustersCommandInput extends ListClustersRequest { | ||
} | ||
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of all the MSK clusters in the current Region.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListConfigurationRevisionsCommandInput = ListConfigurationRevisionsRequest; | ||
export declare type ListConfigurationRevisionsCommandOutput = ListConfigurationRevisionsResponse & __MetadataBearer; | ||
export interface ListConfigurationRevisionsCommandInput extends ListConfigurationRevisionsRequest { | ||
} | ||
export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of all the MSK configurations in this Region.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListConfigurationsCommandInput = ListConfigurationsRequest; | ||
export declare type ListConfigurationsCommandOutput = ListConfigurationsResponse & __MetadataBearer; | ||
export interface ListConfigurationsCommandInput extends ListConfigurationsRequest { | ||
} | ||
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of all the MSK configurations in this Region.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListKafkaVersionsCommandInput = ListKafkaVersionsRequest; | ||
export declare type ListKafkaVersionsCommandOutput = ListKafkaVersionsResponse & __MetadataBearer; | ||
export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest { | ||
} | ||
export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of Kafka versions.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListNodesCommandInput = ListNodesRequest; | ||
export declare type ListNodesCommandOutput = ListNodesResponse & __MetadataBearer; | ||
export interface ListNodesCommandInput extends ListNodesRequest { | ||
} | ||
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of the broker nodes in the cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListScramSecretsCommandInput = ListScramSecretsRequest; | ||
export declare type ListScramSecretsCommandOutput = ListScramSecretsResponse & __MetadataBearer; | ||
export interface ListScramSecretsCommandInput extends ListScramSecretsRequest { | ||
} | ||
export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of the Scram Secrets associated with an Amazon MSK cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type ListTagsForResourceCommandInput = ListTagsForResourceRequest; | ||
export declare type ListTagsForResourceCommandOutput = ListTagsForResourceResponse & __MetadataBearer; | ||
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest { | ||
} | ||
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Returns a list of the tags associated with the specified resource.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type RebootBrokerCommandInput = RebootBrokerRequest; | ||
export declare type RebootBrokerCommandOutput = RebootBrokerResponse & __MetadataBearer; | ||
export interface RebootBrokerCommandInput extends RebootBrokerRequest { | ||
} | ||
export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * Reboots brokers. |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type TagResourceCommandInput = TagResourceRequest; | ||
export declare type TagResourceCommandOutput = __MetadataBearer; | ||
export interface TagResourceCommandInput extends TagResourceRequest { | ||
} | ||
export interface TagResourceCommandOutput extends __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Adds tags to the specified MSK resource.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UntagResourceCommandInput = UntagResourceRequest; | ||
export declare type UntagResourceCommandOutput = __MetadataBearer; | ||
export interface UntagResourceCommandInput extends UntagResourceRequest { | ||
} | ||
export interface UntagResourceCommandOutput extends __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Removes the tags associated with the keys that are provided in the query.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateBrokerCountCommandInput = UpdateBrokerCountRequest; | ||
export declare type UpdateBrokerCountCommandOutput = UpdateBrokerCountResponse & __MetadataBearer; | ||
export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest { | ||
} | ||
export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Updates the number of broker nodes in the cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateBrokerStorageCommandInput = UpdateBrokerStorageRequest; | ||
export declare type UpdateBrokerStorageCommandOutput = UpdateBrokerStorageResponse & __MetadataBearer; | ||
export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest { | ||
} | ||
export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Updates the EBS storage associated with MSK brokers.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateBrokerTypeCommandInput = UpdateBrokerTypeRequest; | ||
export declare type UpdateBrokerTypeCommandOutput = UpdateBrokerTypeResponse & __MetadataBearer; | ||
export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest { | ||
} | ||
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Updates EC2 instance type.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateClusterConfigurationCommandInput = UpdateClusterConfigurationRequest; | ||
export declare type UpdateClusterConfigurationCommandOutput = UpdateClusterConfigurationResponse & __MetadataBearer; | ||
export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest { | ||
} | ||
export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Updates the cluster with the configuration that is specified in the request body.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateClusterKafkaVersionCommandInput = UpdateClusterKafkaVersionRequest; | ||
export declare type UpdateClusterKafkaVersionCommandOutput = UpdateClusterKafkaVersionResponse & __MetadataBearer; | ||
export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest { | ||
} | ||
export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Updates the Apache Kafka version for the cluster.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateConfigurationCommandInput = UpdateConfigurationRequest; | ||
export declare type UpdateConfigurationCommandOutput = UpdateConfigurationResponse & __MetadataBearer; | ||
export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest { | ||
} | ||
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <p>Updates an MSK configuration.</p> |
@@ -5,4 +5,6 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient"; | ||
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types"; | ||
export declare type UpdateMonitoringCommandInput = UpdateMonitoringRequest; | ||
export declare type UpdateMonitoringCommandOutput = UpdateMonitoringResponse & __MetadataBearer; | ||
export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest { | ||
} | ||
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer { | ||
} | ||
/** | ||
@@ -9,0 +11,0 @@ * <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> |
@@ -119,8 +119,21 @@ import { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "./commands/BatchAssociateScramSecretCommand"; | ||
} | ||
export declare type KafkaClientConfig = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig; | ||
export declare type KafkaClientResolvedConfig = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig; | ||
declare type KafkaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig; | ||
/** | ||
* The configuration interface of KafkaClient class constructor that set the region, credentials and other options. | ||
*/ | ||
export interface KafkaClientConfig extends KafkaClientConfigType { | ||
} | ||
declare type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig; | ||
/** | ||
* The resolved configuration interface of KafkaClient class. This is resolved and normalized from the {@link KafkaClientConfig | constructor configuration interface}. | ||
*/ | ||
export interface KafkaClientResolvedConfig extends KafkaClientResolvedConfigType { | ||
} | ||
/** | ||
* <p>The operations for managing an Amazon MSK cluster.</p> | ||
*/ | ||
export declare class KafkaClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, KafkaClientResolvedConfig> { | ||
/** | ||
* The resolved configuration of KafkaClient class. This is resolved and normalized from the {@link KafkaClientConfig | constructor configuration interface}. | ||
*/ | ||
readonly config: KafkaClientResolvedConfig; | ||
@@ -135,1 +148,2 @@ constructor(configuration: KafkaClientConfig); | ||
} | ||
export {}; |
@@ -290,3 +290,3 @@ import { | ||
export type KafkaClientConfig = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & | ||
type KafkaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & | ||
ClientDefaults & | ||
@@ -299,4 +299,8 @@ RegionInputConfig & | ||
UserAgentInputConfig; | ||
/** | ||
* The configuration interface of KafkaClient class constructor that set the region, credentials and other options. | ||
*/ | ||
export interface KafkaClientConfig extends KafkaClientConfigType {} | ||
export type KafkaClientResolvedConfig = __SmithyResolvedConfiguration<__HttpHandlerOptions> & | ||
type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & | ||
Required<ClientDefaults> & | ||
@@ -309,2 +313,6 @@ RegionResolvedConfig & | ||
UserAgentResolvedConfig; | ||
/** | ||
* The resolved configuration interface of KafkaClient class. This is resolved and normalized from the {@link KafkaClientConfig | constructor configuration interface}. | ||
*/ | ||
export interface KafkaClientResolvedConfig extends KafkaClientResolvedConfigType {} | ||
@@ -320,2 +328,5 @@ /** | ||
> { | ||
/** | ||
* The resolved configuration of KafkaClient class. This is resolved and normalized from the {@link KafkaClientConfig | constructor configuration interface}. | ||
*/ | ||
readonly config: KafkaClientResolvedConfig; | ||
@@ -322,0 +333,0 @@ |
{ | ||
"name": "@aws-sdk/client-kafka", | ||
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native", | ||
"version": "3.13.0", | ||
"version": "3.13.1", | ||
"scripts": { | ||
@@ -30,34 +30,34 @@ "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation", | ||
"@aws-crypto/sha256-js": "^1.0.0", | ||
"@aws-sdk/client-sts": "3.13.0", | ||
"@aws-sdk/config-resolver": "3.12.0", | ||
"@aws-sdk/credential-provider-node": "3.13.0", | ||
"@aws-sdk/fetch-http-handler": "3.12.0", | ||
"@aws-sdk/hash-node": "3.12.0", | ||
"@aws-sdk/invalid-dependency": "3.12.0", | ||
"@aws-sdk/middleware-content-length": "3.12.0", | ||
"@aws-sdk/middleware-host-header": "3.12.0", | ||
"@aws-sdk/middleware-logger": "3.12.0", | ||
"@aws-sdk/middleware-retry": "3.12.0", | ||
"@aws-sdk/middleware-serde": "3.12.0", | ||
"@aws-sdk/middleware-signing": "3.12.0", | ||
"@aws-sdk/middleware-stack": "3.12.0", | ||
"@aws-sdk/middleware-user-agent": "3.12.0", | ||
"@aws-sdk/node-config-provider": "3.12.0", | ||
"@aws-sdk/node-http-handler": "3.12.0", | ||
"@aws-sdk/protocol-http": "3.12.0", | ||
"@aws-sdk/smithy-client": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"@aws-sdk/url-parser": "3.12.0", | ||
"@aws-sdk/util-base64-browser": "3.12.0", | ||
"@aws-sdk/util-base64-node": "3.12.0", | ||
"@aws-sdk/util-body-length-browser": "3.12.0", | ||
"@aws-sdk/util-body-length-node": "3.12.0", | ||
"@aws-sdk/util-user-agent-browser": "3.12.0", | ||
"@aws-sdk/util-user-agent-node": "3.12.0", | ||
"@aws-sdk/util-utf8-browser": "3.12.0", | ||
"@aws-sdk/util-utf8-node": "3.12.0", | ||
"@aws-sdk/client-sts": "3.13.1", | ||
"@aws-sdk/config-resolver": "3.13.1", | ||
"@aws-sdk/credential-provider-node": "3.13.1", | ||
"@aws-sdk/fetch-http-handler": "3.13.1", | ||
"@aws-sdk/hash-node": "3.13.1", | ||
"@aws-sdk/invalid-dependency": "3.13.1", | ||
"@aws-sdk/middleware-content-length": "3.13.1", | ||
"@aws-sdk/middleware-host-header": "3.13.1", | ||
"@aws-sdk/middleware-logger": "3.13.1", | ||
"@aws-sdk/middleware-retry": "3.13.1", | ||
"@aws-sdk/middleware-serde": "3.13.1", | ||
"@aws-sdk/middleware-signing": "3.13.1", | ||
"@aws-sdk/middleware-stack": "3.13.1", | ||
"@aws-sdk/middleware-user-agent": "3.13.1", | ||
"@aws-sdk/node-config-provider": "3.13.1", | ||
"@aws-sdk/node-http-handler": "3.13.1", | ||
"@aws-sdk/protocol-http": "3.13.1", | ||
"@aws-sdk/smithy-client": "3.13.1", | ||
"@aws-sdk/types": "3.13.1", | ||
"@aws-sdk/url-parser": "3.13.1", | ||
"@aws-sdk/util-base64-browser": "3.13.1", | ||
"@aws-sdk/util-base64-node": "3.13.1", | ||
"@aws-sdk/util-body-length-browser": "3.13.1", | ||
"@aws-sdk/util-body-length-node": "3.13.1", | ||
"@aws-sdk/util-user-agent-browser": "3.13.1", | ||
"@aws-sdk/util-user-agent-node": "3.13.1", | ||
"@aws-sdk/util-utf8-browser": "3.13.1", | ||
"@aws-sdk/util-utf8-node": "3.13.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/client-documentation-generator": "3.13.0", | ||
"@aws-sdk/client-documentation-generator": "3.13.1", | ||
"@types/node": "^12.7.5", | ||
@@ -69,3 +69,3 @@ "downlevel-dts": "0.7.0", | ||
"typedoc": "^0.19.2", | ||
"typescript": "~4.1.2" | ||
"typescript": "~4.2.4" | ||
}, | ||
@@ -72,0 +72,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1917096
30315
+ Added@aws-sdk/abort-controller@3.13.1(transitive)
+ Added@aws-sdk/client-sso@3.13.1(transitive)
+ Added@aws-sdk/client-sts@3.13.1(transitive)
+ Added@aws-sdk/config-resolver@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-env@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-imds@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-ini@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-node@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-process@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-sso@3.13.1(transitive)
+ Added@aws-sdk/credential-provider-web-identity@3.13.1(transitive)
+ Added@aws-sdk/fetch-http-handler@3.13.1(transitive)
+ Added@aws-sdk/hash-node@3.13.1(transitive)
+ Added@aws-sdk/invalid-dependency@3.13.1(transitive)
+ Added@aws-sdk/is-array-buffer@3.13.1(transitive)
+ Added@aws-sdk/middleware-content-length@3.13.1(transitive)
+ Added@aws-sdk/middleware-host-header@3.13.1(transitive)
+ Added@aws-sdk/middleware-logger@3.13.1(transitive)
+ Added@aws-sdk/middleware-retry@3.13.1(transitive)
+ Added@aws-sdk/middleware-sdk-sts@3.13.1(transitive)
+ Added@aws-sdk/middleware-serde@3.13.1(transitive)
+ Added@aws-sdk/middleware-signing@3.13.1(transitive)
+ Added@aws-sdk/middleware-stack@3.13.1(transitive)
+ Added@aws-sdk/middleware-user-agent@3.13.1(transitive)
+ Added@aws-sdk/node-config-provider@3.13.1(transitive)
+ Added@aws-sdk/node-http-handler@3.13.1(transitive)
+ Added@aws-sdk/property-provider@3.13.1(transitive)
+ Added@aws-sdk/protocol-http@3.13.1(transitive)
+ Added@aws-sdk/querystring-builder@3.13.1(transitive)
+ Added@aws-sdk/querystring-parser@3.13.1(transitive)
+ Added@aws-sdk/service-error-classification@3.13.1(transitive)
+ Added@aws-sdk/shared-ini-file-loader@3.13.1(transitive)
+ Added@aws-sdk/signature-v4@3.13.1(transitive)
+ Added@aws-sdk/smithy-client@3.13.1(transitive)
+ Added@aws-sdk/types@3.13.1(transitive)
+ Added@aws-sdk/url-parser@3.13.1(transitive)
+ Added@aws-sdk/util-base64-browser@3.13.1(transitive)
+ Added@aws-sdk/util-base64-node@3.13.1(transitive)
+ Added@aws-sdk/util-body-length-browser@3.13.1(transitive)
+ Added@aws-sdk/util-body-length-node@3.13.1(transitive)
+ Added@aws-sdk/util-buffer-from@3.13.1(transitive)
+ Added@aws-sdk/util-hex-encoding@3.13.1(transitive)
+ Added@aws-sdk/util-uri-escape@3.13.1(transitive)
+ Added@aws-sdk/util-user-agent-browser@3.13.1(transitive)
+ Added@aws-sdk/util-user-agent-node@3.13.1(transitive)
+ Added@aws-sdk/util-utf8-browser@3.13.1(transitive)
+ Added@aws-sdk/util-utf8-node@3.13.1(transitive)
- Removed@aws-sdk/abort-controller@3.12.0(transitive)
- Removed@aws-sdk/client-sso@3.13.0(transitive)
- Removed@aws-sdk/client-sts@3.13.0(transitive)
- Removed@aws-sdk/config-resolver@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-env@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-imds@3.12.0(transitive)
- Removed@aws-sdk/credential-provider-ini@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-node@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-process@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-sso@3.13.0(transitive)
- Removed@aws-sdk/credential-provider-web-identity@3.12.0(transitive)
- Removed@aws-sdk/fetch-http-handler@3.12.0(transitive)
- Removed@aws-sdk/hash-node@3.12.0(transitive)
- Removed@aws-sdk/invalid-dependency@3.12.0(transitive)
- Removed@aws-sdk/is-array-buffer@3.12.0(transitive)
- Removed@aws-sdk/middleware-content-length@3.12.0(transitive)
- Removed@aws-sdk/middleware-host-header@3.12.0(transitive)
- Removed@aws-sdk/middleware-logger@3.12.0(transitive)
- Removed@aws-sdk/middleware-retry@3.12.0(transitive)
- Removed@aws-sdk/middleware-sdk-sts@3.12.0(transitive)
- Removed@aws-sdk/middleware-serde@3.12.0(transitive)
- Removed@aws-sdk/middleware-signing@3.12.0(transitive)
- Removed@aws-sdk/middleware-stack@3.12.0(transitive)
- Removed@aws-sdk/middleware-user-agent@3.12.0(transitive)
- Removed@aws-sdk/node-config-provider@3.12.0(transitive)
- Removed@aws-sdk/node-http-handler@3.12.0(transitive)
- Removed@aws-sdk/property-provider@3.12.0(transitive)
- Removed@aws-sdk/protocol-http@3.12.0(transitive)
- Removed@aws-sdk/querystring-builder@3.12.0(transitive)
- Removed@aws-sdk/querystring-parser@3.12.0(transitive)
- Removed@aws-sdk/service-error-classification@3.12.0(transitive)
- Removed@aws-sdk/shared-ini-file-loader@3.12.0(transitive)
- Removed@aws-sdk/signature-v4@3.12.0(transitive)
- Removed@aws-sdk/smithy-client@3.12.0(transitive)
- Removed@aws-sdk/types@3.12.0(transitive)
- Removed@aws-sdk/url-parser@3.12.0(transitive)
- Removed@aws-sdk/util-base64-browser@3.12.0(transitive)
- Removed@aws-sdk/util-base64-node@3.12.0(transitive)
- Removed@aws-sdk/util-body-length-browser@3.12.0(transitive)
- Removed@aws-sdk/util-body-length-node@3.12.0(transitive)
- Removed@aws-sdk/util-buffer-from@3.12.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.12.0(transitive)
- Removed@aws-sdk/util-uri-escape@3.12.0(transitive)
- Removed@aws-sdk/util-user-agent-browser@3.12.0(transitive)
- Removed@aws-sdk/util-user-agent-node@3.12.0(transitive)
- Removed@aws-sdk/util-utf8-browser@3.12.0(transitive)
- Removed@aws-sdk/util-utf8-node@3.12.0(transitive)
Updated@aws-sdk/client-sts@3.13.1
Updated@aws-sdk/hash-node@3.13.1
Updated@aws-sdk/types@3.13.1
Updated@aws-sdk/url-parser@3.13.1