aws-sdk-kafka 1.71.0 → 1.72.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kafka/client.rb +25 -1
- data/lib/aws-sdk-kafka/client_api.rb +9 -0
- data/lib/aws-sdk-kafka/types.rb +25 -1
- data/lib/aws-sdk-kafka.rb +1 -1
- data/sig/types.rbs +7 -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: bb7d39a58df4bb5f8d6ff941352e420581a883af1417e1452342e9233d1c7e41
|
|
4
|
+
data.tar.gz: 3c47400fbe66bca028b3b40e4ec4d8af62adc33abdf130de91e0dba512de66a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 641620d90c4c0c41e2b92e6d2b73662c834f0e3d016d4b3dccc5d5316189cc674927225ecd8d7423c4882bcb053a905f163854fa9d52f7f1ae7d298a8982c808
|
|
7
|
+
data.tar.gz: 9e5d11f02e9073ce6bf8900763e50588b30ae43693de2d7e2d91bc52782fe20a0a8ae99fff1ab7bb03ed93f92196ddb89d6e2698de508c40a72a10e2a28418a7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.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"
|
|
@@ -3325,7 +3349,7 @@ module Aws::Kafka
|
|
|
3325
3349
|
params: params,
|
|
3326
3350
|
config: config)
|
|
3327
3351
|
context[:gem_name] = 'aws-sdk-kafka'
|
|
3328
|
-
context[:gem_version] = '1.
|
|
3352
|
+
context[:gem_version] = '1.72.0'
|
|
3329
3353
|
Seahorse::Client::Request.new(handlers, context)
|
|
3330
3354
|
end
|
|
3331
3355
|
|
|
@@ -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')
|
|
@@ -252,6 +253,7 @@ module Aws::Kafka
|
|
|
252
253
|
__listOfUnprocessedScramSecret = Shapes::ListShape.new(name: '__listOfUnprocessedScramSecret')
|
|
253
254
|
__listOfVpcConfig = Shapes::ListShape.new(name: '__listOfVpcConfig')
|
|
254
255
|
__listOfVpcConnection = Shapes::ListShape.new(name: '__listOfVpcConnection')
|
|
256
|
+
__listOf__double = Shapes::ListShape.new(name: '__listOf__double')
|
|
255
257
|
__listOf__string = Shapes::ListShape.new(name: '__listOf__string')
|
|
256
258
|
__listOf__stringMax249 = Shapes::ListShape.new(name: '__listOf__stringMax249')
|
|
257
259
|
__listOf__stringMax256 = Shapes::ListShape.new(name: '__listOf__stringMax256')
|
|
@@ -291,6 +293,10 @@ module Aws::Kafka
|
|
|
291
293
|
BatchDisassociateScramSecretResponse.add_member(:unprocessed_scram_secrets, Shapes::ShapeRef.new(shape: __listOfUnprocessedScramSecret, location_name: "unprocessedScramSecrets"))
|
|
292
294
|
BatchDisassociateScramSecretResponse.struct_class = Types::BatchDisassociateScramSecretResponse
|
|
293
295
|
|
|
296
|
+
BrokerCountUpdateInfo.add_member(:created_broker_ids, Shapes::ShapeRef.new(shape: __listOf__double, location_name: "createdBrokerIds"))
|
|
297
|
+
BrokerCountUpdateInfo.add_member(:deleted_broker_ids, Shapes::ShapeRef.new(shape: __listOf__double, location_name: "deletedBrokerIds"))
|
|
298
|
+
BrokerCountUpdateInfo.struct_class = Types::BrokerCountUpdateInfo
|
|
299
|
+
|
|
294
300
|
BrokerEBSVolumeInfo.add_member(:kafka_broker_node_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "kafkaBrokerNodeId"))
|
|
295
301
|
BrokerEBSVolumeInfo.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "provisionedThroughput"))
|
|
296
302
|
BrokerEBSVolumeInfo.add_member(:volume_size_gb, Shapes::ShapeRef.new(shape: __integer, location_name: "volumeSizeGB"))
|
|
@@ -875,6 +881,7 @@ module Aws::Kafka
|
|
|
875
881
|
MutableClusterInfo.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
|
|
876
882
|
MutableClusterInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
|
|
877
883
|
MutableClusterInfo.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
|
|
884
|
+
MutableClusterInfo.add_member(:broker_count_update_info, Shapes::ShapeRef.new(shape: BrokerCountUpdateInfo, location_name: "brokerCountUpdateInfo"))
|
|
878
885
|
MutableClusterInfo.struct_class = Types::MutableClusterInfo
|
|
879
886
|
|
|
880
887
|
NodeExporter.add_member(:enabled_in_broker, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabledInBroker"))
|
|
@@ -1287,6 +1294,8 @@ module Aws::Kafka
|
|
|
1287
1294
|
|
|
1288
1295
|
__listOfVpcConnection.member = Shapes::ShapeRef.new(shape: VpcConnection)
|
|
1289
1296
|
|
|
1297
|
+
__listOf__double.member = Shapes::ShapeRef.new(shape: __double)
|
|
1298
|
+
|
|
1290
1299
|
__listOf__string.member = Shapes::ShapeRef.new(shape: __string)
|
|
1291
1300
|
|
|
1292
1301
|
__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
|
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,6 +935,7 @@ 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
|
|
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.72.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-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|