@aws-sdk/client-kafka 3.47.0 → 3.49.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 +35 -0
- package/dist-cjs/models/models_0.js +9 -3
- package/dist-cjs/protocols/Aws_restJson1.js +27 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +25 -3
- package/dist-types/models/models_0.d.ts +28 -1
- package/dist-types/ts3.4/models/models_0.d.ts +16 -1
- package/package.json +40 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-kafka
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-kafka
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @aws-sdk/client-kafka
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
42
|
|
|
8
43
|
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.UpdateSecurityResponse = exports.UpdateSecurityRequest = exports.UpdateMonitoringResponse = exports.UpdateMonitoringRequest = exports.UpdateConnectivityResponse = exports.UpdateConnectivityRequest = exports.UpdateConfigurationResponse = exports.UpdateConfigurationRequest = exports.UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionRequest = exports.UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationRequest = exports.UpdateBrokerTypeResponse = exports.UpdateBrokerTypeRequest = exports.UpdateBrokerStorageResponse = exports.UpdateBrokerStorageRequest = exports.UpdateBrokerCountResponse = exports.UpdateBrokerCountRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.RebootBrokerResponse = exports.RebootBrokerRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListScramSecretsResponse = exports.ListScramSecretsRequest = exports.ListNodesResponse = exports.ListNodesRequest = exports.ListKafkaVersionsResponse = void 0;
|
|
3
|
+
exports.CompatibleKafkaVersion = exports.ClusterOperationInfo = exports.MutableClusterInfo = exports.ConfigurationInfo = exports.ClusterOperationStep = exports.ClusterOperationStepInfo = exports.ErrorInfo = exports.ClusterInfo = exports.OpenMonitoring = exports.Prometheus = exports.NodeExporter = exports.JmxExporter = exports.Cluster = exports.StateInfo = exports.ClusterState = exports.Serverless = exports.VpcConfig = exports.ServerlessClientAuthentication = exports.ServerlessSasl = exports.Provisioned = exports.OpenMonitoringInfo = exports.PrometheusInfo = exports.NodeExporterInfo = exports.JmxExporterInfo = exports.LoggingInfo = exports.BrokerLogs = exports.S3 = exports.Firehose = exports.CloudWatchLogs = exports.EnhancedMonitoring = exports.EncryptionInfo = exports.EncryptionInTransit = exports.ClientBroker = exports.EncryptionAtRest = exports.BrokerSoftwareInfo = exports.ClientAuthentication = exports.Unauthenticated = exports.Tls = exports.Sasl = exports.Scram = exports.Iam = exports.BrokerNodeGroupInfo = exports.StorageInfo = exports.EBSStorageInfo = exports.ConnectivityInfo = exports.PublicAccess = exports.BrokerAZDistribution = exports.ClusterType = exports.BrokerEBSVolumeInfo = exports.ProvisionedThroughput = void 0;
|
|
4
|
+
exports.ListConfigurationsResponse = exports.ListConfigurationsRequest = exports.ListConfigurationRevisionsResponse = exports.ListConfigurationRevisionsRequest = exports.ListClustersV2Response = exports.ListClustersV2Request = exports.ListClustersResponse = exports.ListClustersRequest = exports.ListClusterOperationsResponse = exports.ListClusterOperationsRequest = exports.GetCompatibleKafkaVersionsResponse = exports.GetCompatibleKafkaVersionsRequest = exports.GetBootstrapBrokersResponse = exports.GetBootstrapBrokersRequest = exports.DescribeConfigurationRevisionResponse = exports.DescribeConfigurationRevisionRequest = exports.DescribeConfigurationResponse = exports.DescribeConfigurationRequest = exports.DescribeClusterV2Response = exports.DescribeClusterV2Request = exports.DescribeClusterOperationResponse = exports.DescribeClusterOperationRequest = exports.DescribeClusterResponse = exports.DescribeClusterRequest = exports.DeleteConfigurationResponse = exports.DeleteConfigurationRequest = exports.DeleteClusterResponse = exports.DeleteClusterRequest = exports.CreateConfigurationResponse = exports.CreateConfigurationRequest = exports.CreateClusterV2Response = exports.CreateClusterV2Request = exports.ServerlessRequest = exports.ProvisionedRequest = exports.CreateClusterResponse = exports.CreateClusterRequest = exports.BatchDisassociateScramSecretResponse = exports.BatchDisassociateScramSecretRequest = exports.BatchAssociateScramSecretResponse = exports.BatchAssociateScramSecretRequest = exports.UnprocessedScramSecret = exports.NodeInfo = exports.ZookeeperNodeInfo = exports.NodeType = exports.BrokerNodeInfo = exports.KafkaVersion = exports.KafkaVersionStatus = exports.Configuration = exports.ConfigurationState = exports.ConfigurationRevision = void 0;
|
|
5
|
+
exports.UpdateSecurityResponse = exports.UpdateSecurityRequest = exports.UpdateMonitoringResponse = exports.UpdateMonitoringRequest = exports.UpdateConnectivityResponse = exports.UpdateConnectivityRequest = exports.UpdateConfigurationResponse = exports.UpdateConfigurationRequest = exports.UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionRequest = exports.UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationRequest = exports.UpdateBrokerTypeResponse = exports.UpdateBrokerTypeRequest = exports.UpdateBrokerStorageResponse = exports.UpdateBrokerStorageRequest = exports.UpdateBrokerCountResponse = exports.UpdateBrokerCountRequest = exports.UntagResourceRequest = exports.TagResourceRequest = exports.RebootBrokerResponse = exports.RebootBrokerRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListScramSecretsResponse = exports.ListScramSecretsRequest = exports.ListNodesResponse = exports.ListNodesRequest = exports.ListKafkaVersionsResponse = exports.ListKafkaVersionsRequest = void 0;
|
|
6
|
+
var ProvisionedThroughput;
|
|
7
|
+
(function (ProvisionedThroughput) {
|
|
8
|
+
ProvisionedThroughput.filterSensitiveLog = (obj) => ({
|
|
9
|
+
...obj,
|
|
10
|
+
});
|
|
11
|
+
})(ProvisionedThroughput = exports.ProvisionedThroughput || (exports.ProvisionedThroughput = {}));
|
|
6
12
|
var BrokerEBSVolumeInfo;
|
|
7
13
|
(function (BrokerEBSVolumeInfo) {
|
|
8
14
|
BrokerEBSVolumeInfo.filterSensitiveLog = (obj) => ({
|
|
@@ -4362,6 +4362,10 @@ const serializeAws_restJson1BrokerEBSVolumeInfo = (input, context) => {
|
|
|
4362
4362
|
return {
|
|
4363
4363
|
...(input.KafkaBrokerNodeId !== undefined &&
|
|
4364
4364
|
input.KafkaBrokerNodeId !== null && { kafkaBrokerNodeId: input.KafkaBrokerNodeId }),
|
|
4365
|
+
...(input.ProvisionedThroughput !== undefined &&
|
|
4366
|
+
input.ProvisionedThroughput !== null && {
|
|
4367
|
+
provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
|
|
4368
|
+
}),
|
|
4365
4369
|
...(input.VolumeSizeGB !== undefined && input.VolumeSizeGB !== null && { volumeSizeGB: input.VolumeSizeGB }),
|
|
4366
4370
|
};
|
|
4367
4371
|
};
|
|
@@ -4427,6 +4431,10 @@ const serializeAws_restJson1ConnectivityInfo = (input, context) => {
|
|
|
4427
4431
|
};
|
|
4428
4432
|
const serializeAws_restJson1EBSStorageInfo = (input, context) => {
|
|
4429
4433
|
return {
|
|
4434
|
+
...(input.ProvisionedThroughput !== undefined &&
|
|
4435
|
+
input.ProvisionedThroughput !== null && {
|
|
4436
|
+
provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
|
|
4437
|
+
}),
|
|
4430
4438
|
...(input.VolumeSize !== undefined && input.VolumeSize !== null && { volumeSize: input.VolumeSize }),
|
|
4431
4439
|
};
|
|
4432
4440
|
};
|
|
@@ -4531,6 +4539,13 @@ const serializeAws_restJson1ProvisionedRequest = (input, context) => {
|
|
|
4531
4539
|
}),
|
|
4532
4540
|
};
|
|
4533
4541
|
};
|
|
4542
|
+
const serializeAws_restJson1ProvisionedThroughput = (input, context) => {
|
|
4543
|
+
return {
|
|
4544
|
+
...(input.Enabled !== undefined && input.Enabled !== null && { enabled: input.Enabled }),
|
|
4545
|
+
...(input.VolumeThroughput !== undefined &&
|
|
4546
|
+
input.VolumeThroughput !== null && { volumeThroughput: input.VolumeThroughput }),
|
|
4547
|
+
};
|
|
4548
|
+
};
|
|
4534
4549
|
const serializeAws_restJson1PublicAccess = (input, context) => {
|
|
4535
4550
|
return {
|
|
4536
4551
|
...(input.Type !== undefined && input.Type !== null && { type: input.Type }),
|
|
@@ -4752,6 +4767,9 @@ const deserializeAws_restJson1__mapOf__string = (output, context) => {
|
|
|
4752
4767
|
const deserializeAws_restJson1BrokerEBSVolumeInfo = (output, context) => {
|
|
4753
4768
|
return {
|
|
4754
4769
|
KafkaBrokerNodeId: smithy_client_1.expectString(output.kafkaBrokerNodeId),
|
|
4770
|
+
ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
|
|
4771
|
+
? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
|
|
4772
|
+
: undefined,
|
|
4755
4773
|
VolumeSizeGB: smithy_client_1.expectInt32(output.volumeSizeGB),
|
|
4756
4774
|
};
|
|
4757
4775
|
};
|
|
@@ -4976,6 +4994,9 @@ const deserializeAws_restJson1ConnectivityInfo = (output, context) => {
|
|
|
4976
4994
|
};
|
|
4977
4995
|
const deserializeAws_restJson1EBSStorageInfo = (output, context) => {
|
|
4978
4996
|
return {
|
|
4997
|
+
ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
|
|
4998
|
+
? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
|
|
4999
|
+
: undefined,
|
|
4979
5000
|
VolumeSize: smithy_client_1.expectInt32(output.volumeSize),
|
|
4980
5001
|
};
|
|
4981
5002
|
};
|
|
@@ -5153,6 +5174,12 @@ const deserializeAws_restJson1Provisioned = (output, context) => {
|
|
|
5153
5174
|
ZookeeperConnectStringTls: smithy_client_1.expectString(output.zookeeperConnectStringTls),
|
|
5154
5175
|
};
|
|
5155
5176
|
};
|
|
5177
|
+
const deserializeAws_restJson1ProvisionedThroughput = (output, context) => {
|
|
5178
|
+
return {
|
|
5179
|
+
Enabled: smithy_client_1.expectBoolean(output.enabled),
|
|
5180
|
+
VolumeThroughput: smithy_client_1.expectInt32(output.volumeThroughput),
|
|
5181
|
+
};
|
|
5182
|
+
};
|
|
5156
5183
|
const deserializeAws_restJson1PublicAccess = (output, context) => {
|
|
5157
5184
|
return {
|
|
5158
5185
|
Type: smithy_client_1.expectString(output.type),
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var ProvisionedThroughput;
|
|
3
|
+
(function (ProvisionedThroughput) {
|
|
4
|
+
ProvisionedThroughput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(ProvisionedThroughput || (ProvisionedThroughput = {}));
|
|
2
6
|
export var BrokerEBSVolumeInfo;
|
|
3
7
|
(function (BrokerEBSVolumeInfo) {
|
|
4
8
|
BrokerEBSVolumeInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -4946,8 +4946,11 @@ var serializeAws_restJson1__mapOf__string = function (input, context) {
|
|
|
4946
4946
|
}, {});
|
|
4947
4947
|
};
|
|
4948
4948
|
var serializeAws_restJson1BrokerEBSVolumeInfo = function (input, context) {
|
|
4949
|
-
return __assign(__assign({}, (input.KafkaBrokerNodeId !== undefined &&
|
|
4950
|
-
input.KafkaBrokerNodeId !== null && { kafkaBrokerNodeId: input.KafkaBrokerNodeId })), (input.
|
|
4949
|
+
return __assign(__assign(__assign({}, (input.KafkaBrokerNodeId !== undefined &&
|
|
4950
|
+
input.KafkaBrokerNodeId !== null && { kafkaBrokerNodeId: input.KafkaBrokerNodeId })), (input.ProvisionedThroughput !== undefined &&
|
|
4951
|
+
input.ProvisionedThroughput !== null && {
|
|
4952
|
+
provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
|
|
4953
|
+
})), (input.VolumeSizeGB !== undefined && input.VolumeSizeGB !== null && { volumeSizeGB: input.VolumeSizeGB }));
|
|
4951
4954
|
};
|
|
4952
4955
|
var serializeAws_restJson1BrokerLogs = function (input, context) {
|
|
4953
4956
|
return __assign(__assign(__assign({}, (input.CloudWatchLogs !== undefined &&
|
|
@@ -4987,7 +4990,10 @@ var serializeAws_restJson1ConnectivityInfo = function (input, context) {
|
|
|
4987
4990
|
input.PublicAccess !== null && { publicAccess: serializeAws_restJson1PublicAccess(input.PublicAccess, context) }));
|
|
4988
4991
|
};
|
|
4989
4992
|
var serializeAws_restJson1EBSStorageInfo = function (input, context) {
|
|
4990
|
-
return __assign({}, (input.
|
|
4993
|
+
return __assign(__assign({}, (input.ProvisionedThroughput !== undefined &&
|
|
4994
|
+
input.ProvisionedThroughput !== null && {
|
|
4995
|
+
provisionedThroughput: serializeAws_restJson1ProvisionedThroughput(input.ProvisionedThroughput, context),
|
|
4996
|
+
})), (input.VolumeSize !== undefined && input.VolumeSize !== null && { volumeSize: input.VolumeSize }));
|
|
4991
4997
|
};
|
|
4992
4998
|
var serializeAws_restJson1EncryptionAtRest = function (input, context) {
|
|
4993
4999
|
return __assign({}, (input.DataVolumeKMSKeyId !== undefined &&
|
|
@@ -5056,6 +5062,10 @@ var serializeAws_restJson1ProvisionedRequest = function (input, context) {
|
|
|
5056
5062
|
openMonitoring: serializeAws_restJson1OpenMonitoringInfo(input.OpenMonitoring, context),
|
|
5057
5063
|
}));
|
|
5058
5064
|
};
|
|
5065
|
+
var serializeAws_restJson1ProvisionedThroughput = function (input, context) {
|
|
5066
|
+
return __assign(__assign({}, (input.Enabled !== undefined && input.Enabled !== null && { enabled: input.Enabled })), (input.VolumeThroughput !== undefined &&
|
|
5067
|
+
input.VolumeThroughput !== null && { volumeThroughput: input.VolumeThroughput }));
|
|
5068
|
+
};
|
|
5059
5069
|
var serializeAws_restJson1PublicAccess = function (input, context) {
|
|
5060
5070
|
return __assign({}, (input.Type !== undefined && input.Type !== null && { type: input.Type }));
|
|
5061
5071
|
};
|
|
@@ -5248,6 +5258,9 @@ var deserializeAws_restJson1__mapOf__string = function (output, context) {
|
|
|
5248
5258
|
var deserializeAws_restJson1BrokerEBSVolumeInfo = function (output, context) {
|
|
5249
5259
|
return {
|
|
5250
5260
|
KafkaBrokerNodeId: __expectString(output.kafkaBrokerNodeId),
|
|
5261
|
+
ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
|
|
5262
|
+
? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
|
|
5263
|
+
: undefined,
|
|
5251
5264
|
VolumeSizeGB: __expectInt32(output.volumeSizeGB),
|
|
5252
5265
|
};
|
|
5253
5266
|
};
|
|
@@ -5472,6 +5485,9 @@ var deserializeAws_restJson1ConnectivityInfo = function (output, context) {
|
|
|
5472
5485
|
};
|
|
5473
5486
|
var deserializeAws_restJson1EBSStorageInfo = function (output, context) {
|
|
5474
5487
|
return {
|
|
5488
|
+
ProvisionedThroughput: output.provisionedThroughput !== undefined && output.provisionedThroughput !== null
|
|
5489
|
+
? deserializeAws_restJson1ProvisionedThroughput(output.provisionedThroughput, context)
|
|
5490
|
+
: undefined,
|
|
5475
5491
|
VolumeSize: __expectInt32(output.volumeSize),
|
|
5476
5492
|
};
|
|
5477
5493
|
};
|
|
@@ -5649,6 +5665,12 @@ var deserializeAws_restJson1Provisioned = function (output, context) {
|
|
|
5649
5665
|
ZookeeperConnectStringTls: __expectString(output.zookeeperConnectStringTls),
|
|
5650
5666
|
};
|
|
5651
5667
|
};
|
|
5668
|
+
var deserializeAws_restJson1ProvisionedThroughput = function (output, context) {
|
|
5669
|
+
return {
|
|
5670
|
+
Enabled: __expectBoolean(output.enabled),
|
|
5671
|
+
VolumeThroughput: __expectInt32(output.volumeThroughput),
|
|
5672
|
+
};
|
|
5673
|
+
};
|
|
5652
5674
|
var deserializeAws_restJson1PublicAccess = function (output, context) {
|
|
5653
5675
|
return {
|
|
5654
5676
|
Type: __expectString(output.type),
|
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
/**
|
|
3
|
+
* Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.
|
|
4
|
+
*/
|
|
5
|
+
export interface ProvisionedThroughput {
|
|
6
|
+
/**
|
|
7
|
+
* Provisioned throughput is enabled or not.
|
|
8
|
+
*/
|
|
9
|
+
Enabled?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
|
|
12
|
+
*/
|
|
13
|
+
VolumeThroughput?: number;
|
|
14
|
+
}
|
|
15
|
+
export declare namespace ProvisionedThroughput {
|
|
16
|
+
/**
|
|
17
|
+
* @internal
|
|
18
|
+
*/
|
|
19
|
+
const filterSensitiveLog: (obj: ProvisionedThroughput) => any;
|
|
20
|
+
}
|
|
2
21
|
/**
|
|
3
22
|
* <p>Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.</p>
|
|
4
23
|
*/
|
|
@@ -7,10 +26,14 @@ export interface BrokerEBSVolumeInfo {
|
|
|
7
26
|
* <p>The ID of the broker to update.</p>
|
|
8
27
|
*/
|
|
9
28
|
KafkaBrokerNodeId: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* EBS volume provisioned throughput information.
|
|
31
|
+
*/
|
|
32
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
10
33
|
/**
|
|
11
34
|
* <p>Size of the EBS volume to update.</p>
|
|
12
35
|
*/
|
|
13
|
-
VolumeSizeGB
|
|
36
|
+
VolumeSizeGB?: number;
|
|
14
37
|
}
|
|
15
38
|
export declare namespace BrokerEBSVolumeInfo {
|
|
16
39
|
/**
|
|
@@ -59,6 +82,10 @@ export declare namespace ConnectivityInfo {
|
|
|
59
82
|
* <p>Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.</p>
|
|
60
83
|
*/
|
|
61
84
|
export interface EBSStorageInfo {
|
|
85
|
+
/**
|
|
86
|
+
* EBS volume provisioned throughput information.
|
|
87
|
+
*/
|
|
88
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
62
89
|
/**
|
|
63
90
|
* <p>The size in GiB of the EBS volume for the data drive on each broker node.</p>
|
|
64
91
|
*/
|
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
2
|
|
|
3
|
+
export interface ProvisionedThroughput {
|
|
4
|
+
|
|
5
|
+
Enabled?: boolean;
|
|
6
|
+
|
|
7
|
+
VolumeThroughput?: number;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace ProvisionedThroughput {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: ProvisionedThroughput) => any;
|
|
12
|
+
}
|
|
13
|
+
|
|
3
14
|
export interface BrokerEBSVolumeInfo {
|
|
4
15
|
|
|
5
16
|
KafkaBrokerNodeId: string | undefined;
|
|
6
17
|
|
|
7
|
-
|
|
18
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
19
|
+
|
|
20
|
+
VolumeSizeGB?: number;
|
|
8
21
|
}
|
|
9
22
|
export declare namespace BrokerEBSVolumeInfo {
|
|
10
23
|
|
|
@@ -38,6 +51,8 @@ export declare namespace ConnectivityInfo {
|
|
|
38
51
|
|
|
39
52
|
export interface EBSStorageInfo {
|
|
40
53
|
|
|
54
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
55
|
+
|
|
41
56
|
VolumeSize?: number;
|
|
42
57
|
}
|
|
43
58
|
export declare namespace EBSStorageInfo {
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafka",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.49.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
@@ -18,41 +18,47 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.49.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.49.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.49.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.49.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.49.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.49.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.49.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.49.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.49.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.49.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.49.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.49.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.49.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.49.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.49.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.49.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.49.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.49.0",
|
|
39
|
+
"@aws-sdk/types": "3.49.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.49.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.49.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.49.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.49.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.49.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.49.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.49.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.49.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.49.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.49.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.49.0",
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
-
"@
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.49.0",
|
|
55
|
+
"@tsconfig/recommended": "1.0.1",
|
|
56
|
+
"@types/node": "^12.7.5",
|
|
57
|
+
"concurrently": "7.0.0",
|
|
58
|
+
"downlevel-dts": "0.7.0",
|
|
59
|
+
"rimraf": "3.0.2",
|
|
60
|
+
"typedoc": "0.19.2",
|
|
61
|
+
"typescript": "~4.3.5"
|
|
56
62
|
},
|
|
57
63
|
"engines": {
|
|
58
64
|
"node": ">=12.0.0"
|