aws-sdk-kafka 1.71.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kafka/client.rb +27 -1
- data/lib/aws-sdk-kafka/client_api.rb +14 -0
- data/lib/aws-sdk-kafka/types.rb +45 -2
- data/lib/aws-sdk-kafka.rb +1 -1
- data/sig/types.rbs +13 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d734e10c23d6fe00912a3e34efdf530dbe4d04d7f80bb7be7713e6e60c1b62bf
|
4
|
+
data.tar.gz: cd803367f561bed0098e08ff82cb188598c9c4013a3f54776ee5141e92573f33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79112a1dda30008bbc0752ebcd5d93ca3c4f7f23fcff2745a86979df09cc58f0ac7dc2b4017a4f1df4b1657f0179835cb40337b952714e3aeb5dee2c44dc3970
|
7
|
+
data.tar.gz: 9a432b086ecfb3b3bd31ac10545a3cc5475fc16c1e5d931dcaa0dea488c38f54a7c876b2d77c42988ef4f479bf28309e21c315177436007d8b788fe1fd9fb9f0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.73.0 (2024-05-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
|
8
|
+
|
9
|
+
1.72.0 (2024-05-16)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS MSK support for Broker Removal.
|
13
|
+
|
4
14
|
1.71.0 (2024-05-13)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
data/lib/aws-sdk-kafka/client.rb
CHANGED
@@ -1337,6 +1337,10 @@ module Aws::Kafka
|
|
1337
1337
|
# resp.cluster_operation_info.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
1338
1338
|
# resp.cluster_operation_info.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
1339
1339
|
# resp.cluster_operation_info.source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
1340
|
+
# resp.cluster_operation_info.source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
1341
|
+
# resp.cluster_operation_info.source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
1342
|
+
# resp.cluster_operation_info.source_cluster_info.broker_count_update_info.deleted_broker_ids #=> Array
|
1343
|
+
# resp.cluster_operation_info.source_cluster_info.broker_count_update_info.deleted_broker_ids[0] #=> Float
|
1340
1344
|
# resp.cluster_operation_info.target_cluster_info.broker_ebs_volume_info #=> Array
|
1341
1345
|
# resp.cluster_operation_info.target_cluster_info.broker_ebs_volume_info[0].kafka_broker_node_id #=> String
|
1342
1346
|
# resp.cluster_operation_info.target_cluster_info.broker_ebs_volume_info[0].provisioned_throughput.enabled #=> Boolean
|
@@ -1371,6 +1375,10 @@ module Aws::Kafka
|
|
1371
1375
|
# resp.cluster_operation_info.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
1372
1376
|
# resp.cluster_operation_info.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
1373
1377
|
# resp.cluster_operation_info.target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
1378
|
+
# resp.cluster_operation_info.target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
1379
|
+
# resp.cluster_operation_info.target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
1380
|
+
# resp.cluster_operation_info.target_cluster_info.broker_count_update_info.deleted_broker_ids #=> Array
|
1381
|
+
# resp.cluster_operation_info.target_cluster_info.broker_count_update_info.deleted_broker_ids[0] #=> Float
|
1374
1382
|
# resp.cluster_operation_info.vpc_connection_info.vpc_connection_arn #=> String
|
1375
1383
|
# resp.cluster_operation_info.vpc_connection_info.owner #=> String
|
1376
1384
|
# resp.cluster_operation_info.vpc_connection_info.user_identity.type #=> String, one of "AWSACCOUNT", "AWSSERVICE"
|
@@ -1446,6 +1454,10 @@ module Aws::Kafka
|
|
1446
1454
|
# resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
1447
1455
|
# resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
1448
1456
|
# resp.cluster_operation_info.provisioned.source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
1457
|
+
# resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
1458
|
+
# resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
1459
|
+
# resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.deleted_broker_ids #=> Array
|
1460
|
+
# resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.deleted_broker_ids[0] #=> Float
|
1449
1461
|
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_ebs_volume_info #=> Array
|
1450
1462
|
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_ebs_volume_info[0].kafka_broker_node_id #=> String
|
1451
1463
|
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_ebs_volume_info[0].provisioned_throughput.enabled #=> Boolean
|
@@ -1480,6 +1492,10 @@ module Aws::Kafka
|
|
1480
1492
|
# resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
1481
1493
|
# resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
1482
1494
|
# resp.cluster_operation_info.provisioned.target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
1495
|
+
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
1496
|
+
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
1497
|
+
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.deleted_broker_ids #=> Array
|
1498
|
+
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.deleted_broker_ids[0] #=> Float
|
1483
1499
|
# resp.cluster_operation_info.provisioned.vpc_connection_info.vpc_connection_arn #=> String
|
1484
1500
|
# resp.cluster_operation_info.provisioned.vpc_connection_info.owner #=> String
|
1485
1501
|
# resp.cluster_operation_info.provisioned.vpc_connection_info.user_identity.type #=> String, one of "AWSACCOUNT", "AWSSERVICE"
|
@@ -1888,6 +1904,10 @@ module Aws::Kafka
|
|
1888
1904
|
# resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
1889
1905
|
# resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
1890
1906
|
# resp.cluster_operation_info_list[0].source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
1907
|
+
# resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
1908
|
+
# resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
1909
|
+
# resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.deleted_broker_ids #=> Array
|
1910
|
+
# resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.deleted_broker_ids[0] #=> Float
|
1891
1911
|
# resp.cluster_operation_info_list[0].target_cluster_info.broker_ebs_volume_info #=> Array
|
1892
1912
|
# resp.cluster_operation_info_list[0].target_cluster_info.broker_ebs_volume_info[0].kafka_broker_node_id #=> String
|
1893
1913
|
# resp.cluster_operation_info_list[0].target_cluster_info.broker_ebs_volume_info[0].provisioned_throughput.enabled #=> Boolean
|
@@ -1922,6 +1942,10 @@ module Aws::Kafka
|
|
1922
1942
|
# resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
1923
1943
|
# resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
1924
1944
|
# resp.cluster_operation_info_list[0].target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
1945
|
+
# resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
1946
|
+
# resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
1947
|
+
# resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.deleted_broker_ids #=> Array
|
1948
|
+
# resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.deleted_broker_ids[0] #=> Float
|
1925
1949
|
# resp.cluster_operation_info_list[0].vpc_connection_info.vpc_connection_arn #=> String
|
1926
1950
|
# resp.cluster_operation_info_list[0].vpc_connection_info.owner #=> String
|
1927
1951
|
# resp.cluster_operation_info_list[0].vpc_connection_info.user_identity.type #=> String, one of "AWSACCOUNT", "AWSSERVICE"
|
@@ -2336,6 +2360,8 @@ module Aws::Kafka
|
|
2336
2360
|
# resp.node_info_list[0].broker_node_info.current_broker_software_info.kafka_version #=> String
|
2337
2361
|
# resp.node_info_list[0].broker_node_info.endpoints #=> Array
|
2338
2362
|
# resp.node_info_list[0].broker_node_info.endpoints[0] #=> String
|
2363
|
+
# resp.node_info_list[0].controller_node_info.endpoints #=> Array
|
2364
|
+
# resp.node_info_list[0].controller_node_info.endpoints[0] #=> String
|
2339
2365
|
# resp.node_info_list[0].instance_type #=> String
|
2340
2366
|
# resp.node_info_list[0].node_arn #=> String
|
2341
2367
|
# resp.node_info_list[0].node_type #=> String, one of "BROKER"
|
@@ -3325,7 +3351,7 @@ module Aws::Kafka
|
|
3325
3351
|
params: params,
|
3326
3352
|
config: config)
|
3327
3353
|
context[:gem_name] = 'aws-sdk-kafka'
|
3328
|
-
context[:gem_version] = '1.
|
3354
|
+
context[:gem_version] = '1.73.0'
|
3329
3355
|
Seahorse::Client::Request.new(handlers, context)
|
3330
3356
|
end
|
3331
3357
|
|
@@ -20,6 +20,7 @@ module Aws::Kafka
|
|
20
20
|
BatchDisassociateScramSecretRequest = Shapes::StructureShape.new(name: 'BatchDisassociateScramSecretRequest')
|
21
21
|
BatchDisassociateScramSecretResponse = Shapes::StructureShape.new(name: 'BatchDisassociateScramSecretResponse')
|
22
22
|
BrokerAZDistribution = Shapes::StringShape.new(name: 'BrokerAZDistribution')
|
23
|
+
BrokerCountUpdateInfo = Shapes::StructureShape.new(name: 'BrokerCountUpdateInfo')
|
23
24
|
BrokerEBSVolumeInfo = Shapes::StructureShape.new(name: 'BrokerEBSVolumeInfo')
|
24
25
|
BrokerLogs = Shapes::StructureShape.new(name: 'BrokerLogs')
|
25
26
|
BrokerNodeGroupInfo = Shapes::StructureShape.new(name: 'BrokerNodeGroupInfo')
|
@@ -49,6 +50,7 @@ module Aws::Kafka
|
|
49
50
|
ConnectivityInfo = Shapes::StructureShape.new(name: 'ConnectivityInfo')
|
50
51
|
ConsumerGroupReplication = Shapes::StructureShape.new(name: 'ConsumerGroupReplication')
|
51
52
|
ConsumerGroupReplicationUpdate = Shapes::StructureShape.new(name: 'ConsumerGroupReplicationUpdate')
|
53
|
+
ControllerNodeInfo = Shapes::StructureShape.new(name: 'ControllerNodeInfo')
|
52
54
|
CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
|
53
55
|
CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
|
54
56
|
CreateClusterV2Request = Shapes::StructureShape.new(name: 'CreateClusterV2Request')
|
@@ -252,6 +254,7 @@ module Aws::Kafka
|
|
252
254
|
__listOfUnprocessedScramSecret = Shapes::ListShape.new(name: '__listOfUnprocessedScramSecret')
|
253
255
|
__listOfVpcConfig = Shapes::ListShape.new(name: '__listOfVpcConfig')
|
254
256
|
__listOfVpcConnection = Shapes::ListShape.new(name: '__listOfVpcConnection')
|
257
|
+
__listOf__double = Shapes::ListShape.new(name: '__listOf__double')
|
255
258
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
256
259
|
__listOf__stringMax249 = Shapes::ListShape.new(name: '__listOf__stringMax249')
|
257
260
|
__listOf__stringMax256 = Shapes::ListShape.new(name: '__listOf__stringMax256')
|
@@ -291,6 +294,10 @@ module Aws::Kafka
|
|
291
294
|
BatchDisassociateScramSecretResponse.add_member(:unprocessed_scram_secrets, Shapes::ShapeRef.new(shape: __listOfUnprocessedScramSecret, location_name: "unprocessedScramSecrets"))
|
292
295
|
BatchDisassociateScramSecretResponse.struct_class = Types::BatchDisassociateScramSecretResponse
|
293
296
|
|
297
|
+
BrokerCountUpdateInfo.add_member(:created_broker_ids, Shapes::ShapeRef.new(shape: __listOf__double, location_name: "createdBrokerIds"))
|
298
|
+
BrokerCountUpdateInfo.add_member(:deleted_broker_ids, Shapes::ShapeRef.new(shape: __listOf__double, location_name: "deletedBrokerIds"))
|
299
|
+
BrokerCountUpdateInfo.struct_class = Types::BrokerCountUpdateInfo
|
300
|
+
|
294
301
|
BrokerEBSVolumeInfo.add_member(:kafka_broker_node_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "kafkaBrokerNodeId"))
|
295
302
|
BrokerEBSVolumeInfo.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "provisionedThroughput"))
|
296
303
|
BrokerEBSVolumeInfo.add_member(:volume_size_gb, Shapes::ShapeRef.new(shape: __integer, location_name: "volumeSizeGB"))
|
@@ -466,6 +473,9 @@ module Aws::Kafka
|
|
466
473
|
ConsumerGroupReplicationUpdate.add_member(:synchronise_consumer_group_offsets, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "synchroniseConsumerGroupOffsets"))
|
467
474
|
ConsumerGroupReplicationUpdate.struct_class = Types::ConsumerGroupReplicationUpdate
|
468
475
|
|
476
|
+
ControllerNodeInfo.add_member(:endpoints, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "endpoints"))
|
477
|
+
ControllerNodeInfo.struct_class = Types::ControllerNodeInfo
|
478
|
+
|
469
479
|
CreateClusterRequest.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
|
470
480
|
CreateClusterRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
|
471
481
|
CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: __stringMin1Max64, required: true, location_name: "clusterName"))
|
@@ -875,6 +885,7 @@ module Aws::Kafka
|
|
875
885
|
MutableClusterInfo.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
|
876
886
|
MutableClusterInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
|
877
887
|
MutableClusterInfo.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
|
888
|
+
MutableClusterInfo.add_member(:broker_count_update_info, Shapes::ShapeRef.new(shape: BrokerCountUpdateInfo, location_name: "brokerCountUpdateInfo"))
|
878
889
|
MutableClusterInfo.struct_class = Types::MutableClusterInfo
|
879
890
|
|
880
891
|
NodeExporter.add_member(:enabled_in_broker, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabledInBroker"))
|
@@ -885,6 +896,7 @@ module Aws::Kafka
|
|
885
896
|
|
886
897
|
NodeInfo.add_member(:added_to_cluster_time, Shapes::ShapeRef.new(shape: __string, location_name: "addedToClusterTime"))
|
887
898
|
NodeInfo.add_member(:broker_node_info, Shapes::ShapeRef.new(shape: BrokerNodeInfo, location_name: "brokerNodeInfo"))
|
899
|
+
NodeInfo.add_member(:controller_node_info, Shapes::ShapeRef.new(shape: ControllerNodeInfo, location_name: "controllerNodeInfo"))
|
888
900
|
NodeInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "instanceType"))
|
889
901
|
NodeInfo.add_member(:node_arn, Shapes::ShapeRef.new(shape: __string, location_name: "nodeARN"))
|
890
902
|
NodeInfo.add_member(:node_type, Shapes::ShapeRef.new(shape: NodeType, location_name: "nodeType"))
|
@@ -1287,6 +1299,8 @@ module Aws::Kafka
|
|
1287
1299
|
|
1288
1300
|
__listOfVpcConnection.member = Shapes::ShapeRef.new(shape: VpcConnection)
|
1289
1301
|
|
1302
|
+
__listOf__double.member = Shapes::ShapeRef.new(shape: __double)
|
1303
|
+
|
1290
1304
|
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
1291
1305
|
|
1292
1306
|
__listOf__stringMax249.member = Shapes::ShapeRef.new(shape: __stringMax249)
|
data/lib/aws-sdk-kafka/types.rb
CHANGED
@@ -888,6 +888,25 @@ module Aws::Kafka
|
|
888
888
|
include Aws::Structure
|
889
889
|
end
|
890
890
|
|
891
|
+
# Describes brokers being changed during a broker count update.
|
892
|
+
#
|
893
|
+
# @!attribute [rw] created_broker_ids
|
894
|
+
# List of Broker Ids when creating new Brokers in a cluster.
|
895
|
+
# @return [Array<Float>]
|
896
|
+
#
|
897
|
+
# @!attribute [rw] deleted_broker_ids
|
898
|
+
# List of Broker Ids when deleting existing Brokers in a cluster.
|
899
|
+
# @return [Array<Float>]
|
900
|
+
#
|
901
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/BrokerCountUpdateInfo AWS API Documentation
|
902
|
+
#
|
903
|
+
class BrokerCountUpdateInfo < Struct.new(
|
904
|
+
:created_broker_ids,
|
905
|
+
:deleted_broker_ids)
|
906
|
+
SENSITIVE = []
|
907
|
+
include Aws::Structure
|
908
|
+
end
|
909
|
+
|
891
910
|
# Details about consumer group replication.
|
892
911
|
#
|
893
912
|
# @!attribute [rw] consumer_groups_to_exclude
|
@@ -3271,6 +3290,10 @@ module Aws::Kafka
|
|
3271
3290
|
# This controls storage mode for supported storage tiers.
|
3272
3291
|
# @return [String]
|
3273
3292
|
#
|
3293
|
+
# @!attribute [rw] broker_count_update_info
|
3294
|
+
# Describes brokers being changed during a broker count update.
|
3295
|
+
# @return [Types::BrokerCountUpdateInfo]
|
3296
|
+
#
|
3274
3297
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/MutableClusterInfo AWS API Documentation
|
3275
3298
|
#
|
3276
3299
|
class MutableClusterInfo < Struct.new(
|
@@ -3285,7 +3308,8 @@ module Aws::Kafka
|
|
3285
3308
|
:client_authentication,
|
3286
3309
|
:encryption_info,
|
3287
3310
|
:connectivity_info,
|
3288
|
-
:storage_mode
|
3311
|
+
:storage_mode,
|
3312
|
+
:broker_count_update_info)
|
3289
3313
|
SENSITIVE = []
|
3290
3314
|
include Aws::Structure
|
3291
3315
|
end
|
@@ -3300,6 +3324,10 @@ module Aws::Kafka
|
|
3300
3324
|
# The broker node info.
|
3301
3325
|
# @return [Types::BrokerNodeInfo]
|
3302
3326
|
#
|
3327
|
+
# @!attribute [rw] controller_node_info
|
3328
|
+
# The ControllerNodeInfo.
|
3329
|
+
# @return [Types::ControllerNodeInfo]
|
3330
|
+
#
|
3303
3331
|
# @!attribute [rw] instance_type
|
3304
3332
|
# The instance type.
|
3305
3333
|
# @return [String]
|
@@ -3321,6 +3349,7 @@ module Aws::Kafka
|
|
3321
3349
|
class NodeInfo < Struct.new(
|
3322
3350
|
:added_to_cluster_time,
|
3323
3351
|
:broker_node_info,
|
3352
|
+
:controller_node_info,
|
3324
3353
|
:instance_type,
|
3325
3354
|
:node_arn,
|
3326
3355
|
:node_type,
|
@@ -4416,7 +4445,7 @@ module Aws::Kafka
|
|
4416
4445
|
# Zookeeper node information.
|
4417
4446
|
#
|
4418
4447
|
# @!attribute [rw] attached_eni_id
|
4419
|
-
# The attached elastic network interface of the
|
4448
|
+
# The attached elastic network interface of the zookeeper.
|
4420
4449
|
# @return [String]
|
4421
4450
|
#
|
4422
4451
|
# @!attribute [rw] client_vpc_ip_address
|
@@ -4447,6 +4476,20 @@ module Aws::Kafka
|
|
4447
4476
|
include Aws::Structure
|
4448
4477
|
end
|
4449
4478
|
|
4479
|
+
# Controller node information.
|
4480
|
+
#
|
4481
|
+
# @!attribute [rw] endpoints
|
4482
|
+
# Endpoints for accessing the Controller.
|
4483
|
+
# @return [Array<String>]
|
4484
|
+
#
|
4485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ControllerNodeInfo AWS API Documentation
|
4486
|
+
#
|
4487
|
+
class ControllerNodeInfo < Struct.new(
|
4488
|
+
:endpoints)
|
4489
|
+
SENSITIVE = []
|
4490
|
+
include Aws::Structure
|
4491
|
+
end
|
4492
|
+
|
4450
4493
|
# JMX and Node monitoring for the MSK cluster.
|
4451
4494
|
#
|
4452
4495
|
# @!attribute [rw] prometheus
|
data/lib/aws-sdk-kafka.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -241,6 +241,12 @@ module Aws::Kafka
|
|
241
241
|
SENSITIVE: []
|
242
242
|
end
|
243
243
|
|
244
|
+
class BrokerCountUpdateInfo
|
245
|
+
attr_accessor created_broker_ids: ::Array[::Float]
|
246
|
+
attr_accessor deleted_broker_ids: ::Array[::Float]
|
247
|
+
SENSITIVE: []
|
248
|
+
end
|
249
|
+
|
244
250
|
class ConsumerGroupReplication
|
245
251
|
attr_accessor consumer_groups_to_exclude: ::Array[::String]
|
246
252
|
attr_accessor consumer_groups_to_replicate: ::Array[::String]
|
@@ -929,12 +935,14 @@ module Aws::Kafka
|
|
929
935
|
attr_accessor encryption_info: Types::EncryptionInfo
|
930
936
|
attr_accessor connectivity_info: Types::ConnectivityInfo
|
931
937
|
attr_accessor storage_mode: ("LOCAL" | "TIERED")
|
938
|
+
attr_accessor broker_count_update_info: Types::BrokerCountUpdateInfo
|
932
939
|
SENSITIVE: []
|
933
940
|
end
|
934
941
|
|
935
942
|
class NodeInfo
|
936
943
|
attr_accessor added_to_cluster_time: ::String
|
937
944
|
attr_accessor broker_node_info: Types::BrokerNodeInfo
|
945
|
+
attr_accessor controller_node_info: Types::ControllerNodeInfo
|
938
946
|
attr_accessor instance_type: ::String
|
939
947
|
attr_accessor node_arn: ::String
|
940
948
|
attr_accessor node_type: ("BROKER")
|
@@ -1278,6 +1286,11 @@ module Aws::Kafka
|
|
1278
1286
|
SENSITIVE: []
|
1279
1287
|
end
|
1280
1288
|
|
1289
|
+
class ControllerNodeInfo
|
1290
|
+
attr_accessor endpoints: ::Array[::String]
|
1291
|
+
SENSITIVE: []
|
1292
|
+
end
|
1293
|
+
|
1281
1294
|
class OpenMonitoring
|
1282
1295
|
attr_accessor prometheus: Types::Prometheus
|
1283
1296
|
SENSITIVE: []
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kafka
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|