aws-sdk-kafka 1.105.0 → 1.106.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4e2f407b501e1c8569e7eb7641233ad6811d602cea343c0b1f688f601775b4b
4
- data.tar.gz: 1688916eaf72f1cd8ddde9bb2b0d0dc9c8a65d008a108172d782bab04aeae72e
3
+ metadata.gz: 7bb0390de1c50eecb3c2a4cd7ad3e9511700154fd31576d71e1bd7b5b080df1f
4
+ data.tar.gz: 391db856a3baf311ef5ffdb2144309131783488b9547919591f515750a4bb3e3
5
5
  SHA512:
6
- metadata.gz: 310198e2e97d4906338ef13eb07162bc296635dc4473c49be5668d0183b9021e58e3449718944c59652b5b7517da84bd7dfc2c00ebbc18faea6f95056401a548
7
- data.tar.gz: 910ea69a85181a6a4c9858c509d567fad7e415ccac8dac6dd2fc1cbe073b2df0717991d612f06cf125d2e3cf55b892a363bf00cc5611c793572655b1d5cec44a
6
+ metadata.gz: 3d76c85e970aaeabead99d680e08ac111faf7597dc2edb51a9e025612509917b8ce1080547f763cfc4881242af8661ae531e6096709a35a7a6e44e4ef0db58b2
7
+ data.tar.gz: d7f2b16468210cae855e2e93a358980f2ec12bd8a59d69b5b7de33e698ae219d3686a83fc030d1df23fd6f4f4ae303489c92acb569ed0f45e086f42c1a0d2988
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.106.0 (2026-02-16)
5
+ ------------------
6
+
7
+ * Feature - Amazon MSK now supports dual-stack connectivity (IPv4 and IPv6) for existing MSK clusters. You can enable dual-stack on existing clusters by specifying the NetworkType parameter in updateConnectivity API.
8
+
4
9
  1.105.0 (2026-02-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.105.0
1
+ 1.106.0
@@ -599,6 +599,7 @@ module Aws::Kafka
599
599
  # },
600
600
  # },
601
601
  # },
602
+ # network_type: "IPV4", # accepts IPV4, DUAL
602
603
  # },
603
604
  # zone_ids: ["__string"],
604
605
  # },
@@ -750,6 +751,7 @@ module Aws::Kafka
750
751
  # },
751
752
  # },
752
753
  # },
754
+ # network_type: "IPV4", # accepts IPV4, DUAL
753
755
  # },
754
756
  # zone_ids: ["__string"],
755
757
  # },
@@ -1293,6 +1295,7 @@ module Aws::Kafka
1293
1295
  # resp.cluster_info.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
1294
1296
  # resp.cluster_info.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
1295
1297
  # resp.cluster_info.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
1298
+ # resp.cluster_info.broker_node_group_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
1296
1299
  # resp.cluster_info.broker_node_group_info.zone_ids #=> Array
1297
1300
  # resp.cluster_info.broker_node_group_info.zone_ids[0] #=> String
1298
1301
  # resp.cluster_info.client_authentication.sasl.scram.enabled #=> Boolean
@@ -1385,6 +1388,7 @@ module Aws::Kafka
1385
1388
  # resp.cluster_info.provisioned.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
1386
1389
  # resp.cluster_info.provisioned.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
1387
1390
  # resp.cluster_info.provisioned.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
1391
+ # resp.cluster_info.provisioned.broker_node_group_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
1388
1392
  # resp.cluster_info.provisioned.broker_node_group_info.zone_ids #=> Array
1389
1393
  # resp.cluster_info.provisioned.broker_node_group_info.zone_ids[0] #=> String
1390
1394
  # resp.cluster_info.provisioned.current_broker_software_info.configuration_arn #=> String
@@ -1421,6 +1425,7 @@ module Aws::Kafka
1421
1425
  # resp.cluster_info.serverless.vpc_configs[0].security_group_ids #=> Array
1422
1426
  # resp.cluster_info.serverless.vpc_configs[0].security_group_ids[0] #=> String
1423
1427
  # resp.cluster_info.serverless.client_authentication.sasl.iam.enabled #=> Boolean
1428
+ # resp.cluster_info.serverless.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
1424
1429
  #
1425
1430
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DescribeClusterV2 AWS API Documentation
1426
1431
  #
@@ -1492,6 +1497,7 @@ module Aws::Kafka
1492
1497
  # resp.cluster_operation_info.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
1493
1498
  # resp.cluster_operation_info.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
1494
1499
  # resp.cluster_operation_info.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
1500
+ # resp.cluster_operation_info.source_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
1495
1501
  # resp.cluster_operation_info.source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
1496
1502
  # resp.cluster_operation_info.source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
1497
1503
  # resp.cluster_operation_info.source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
@@ -1531,6 +1537,7 @@ module Aws::Kafka
1531
1537
  # resp.cluster_operation_info.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
1532
1538
  # resp.cluster_operation_info.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
1533
1539
  # resp.cluster_operation_info.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
1540
+ # resp.cluster_operation_info.target_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
1534
1541
  # resp.cluster_operation_info.target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
1535
1542
  # resp.cluster_operation_info.target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
1536
1543
  # resp.cluster_operation_info.target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
@@ -1611,6 +1618,7 @@ module Aws::Kafka
1611
1618
  # resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
1612
1619
  # resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
1613
1620
  # resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
1621
+ # resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
1614
1622
  # resp.cluster_operation_info.provisioned.source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
1615
1623
  # resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
1616
1624
  # resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
@@ -1650,6 +1658,7 @@ module Aws::Kafka
1650
1658
  # resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
1651
1659
  # resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
1652
1660
  # resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
1661
+ # resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
1653
1662
  # resp.cluster_operation_info.provisioned.target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
1654
1663
  # resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
1655
1664
  # resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
@@ -1661,6 +1670,8 @@ module Aws::Kafka
1661
1670
  # resp.cluster_operation_info.provisioned.vpc_connection_info.user_identity.type #=> String, one of "AWSACCOUNT", "AWSSERVICE"
1662
1671
  # resp.cluster_operation_info.provisioned.vpc_connection_info.user_identity.principal_id #=> String
1663
1672
  # resp.cluster_operation_info.provisioned.vpc_connection_info.creation_time #=> Time
1673
+ # resp.cluster_operation_info.serverless.source_cluster_info.network_type #=> String, one of "IPV4", "DUAL"
1674
+ # resp.cluster_operation_info.serverless.target_cluster_info.network_type #=> String, one of "IPV4", "DUAL"
1664
1675
  # resp.cluster_operation_info.serverless.vpc_connection_info.creation_time #=> Time
1665
1676
  # resp.cluster_operation_info.serverless.vpc_connection_info.owner #=> String
1666
1677
  # resp.cluster_operation_info.serverless.vpc_connection_info.user_identity.type #=> String, one of "AWSACCOUNT", "AWSSERVICE"
@@ -2024,6 +2035,10 @@ module Aws::Kafka
2024
2035
  # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_vpc_connectivity_tls #bootstrap_broker_string_vpc_connectivity_tls} => String
2025
2036
  # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_vpc_connectivity_sasl_scram #bootstrap_broker_string_vpc_connectivity_sasl_scram} => String
2026
2037
  # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_vpc_connectivity_sasl_iam #bootstrap_broker_string_vpc_connectivity_sasl_iam} => String
2038
+ # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_ipv_6 #bootstrap_broker_string_ipv_6} => String
2039
+ # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_tls_ipv_6 #bootstrap_broker_string_tls_ipv_6} => String
2040
+ # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_sasl_scram_ipv_6 #bootstrap_broker_string_sasl_scram_ipv_6} => String
2041
+ # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_sasl_iam_ipv_6 #bootstrap_broker_string_sasl_iam_ipv_6} => String
2027
2042
  #
2028
2043
  # @example Request syntax with placeholder values
2029
2044
  #
@@ -2043,6 +2058,10 @@ module Aws::Kafka
2043
2058
  # resp.bootstrap_broker_string_vpc_connectivity_tls #=> String
2044
2059
  # resp.bootstrap_broker_string_vpc_connectivity_sasl_scram #=> String
2045
2060
  # resp.bootstrap_broker_string_vpc_connectivity_sasl_iam #=> String
2061
+ # resp.bootstrap_broker_string_ipv_6 #=> String
2062
+ # resp.bootstrap_broker_string_tls_ipv_6 #=> String
2063
+ # resp.bootstrap_broker_string_sasl_scram_ipv_6 #=> String
2064
+ # resp.bootstrap_broker_string_sasl_iam_ipv_6 #=> String
2046
2065
  #
2047
2066
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/GetBootstrapBrokers AWS API Documentation
2048
2067
  #
@@ -2156,6 +2175,7 @@ module Aws::Kafka
2156
2175
  # resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
2157
2176
  # resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
2158
2177
  # resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
2178
+ # resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
2159
2179
  # resp.cluster_operation_info_list[0].source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
2160
2180
  # resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
2161
2181
  # resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
@@ -2195,6 +2215,7 @@ module Aws::Kafka
2195
2215
  # resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
2196
2216
  # resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
2197
2217
  # resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
2218
+ # resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
2198
2219
  # resp.cluster_operation_info_list[0].target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
2199
2220
  # resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
2200
2221
  # resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
@@ -2302,6 +2323,7 @@ module Aws::Kafka
2302
2323
  # resp.cluster_info_list[0].broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
2303
2324
  # resp.cluster_info_list[0].broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
2304
2325
  # resp.cluster_info_list[0].broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
2326
+ # resp.cluster_info_list[0].broker_node_group_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
2305
2327
  # resp.cluster_info_list[0].broker_node_group_info.zone_ids #=> Array
2306
2328
  # resp.cluster_info_list[0].broker_node_group_info.zone_ids[0] #=> String
2307
2329
  # resp.cluster_info_list[0].client_authentication.sasl.scram.enabled #=> Boolean
@@ -2413,6 +2435,7 @@ module Aws::Kafka
2413
2435
  # resp.cluster_info_list[0].provisioned.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.scram.enabled #=> Boolean
2414
2436
  # resp.cluster_info_list[0].provisioned.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
2415
2437
  # resp.cluster_info_list[0].provisioned.broker_node_group_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
2438
+ # resp.cluster_info_list[0].provisioned.broker_node_group_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
2416
2439
  # resp.cluster_info_list[0].provisioned.broker_node_group_info.zone_ids #=> Array
2417
2440
  # resp.cluster_info_list[0].provisioned.broker_node_group_info.zone_ids[0] #=> String
2418
2441
  # resp.cluster_info_list[0].provisioned.current_broker_software_info.configuration_arn #=> String
@@ -2449,6 +2472,7 @@ module Aws::Kafka
2449
2472
  # resp.cluster_info_list[0].serverless.vpc_configs[0].security_group_ids #=> Array
2450
2473
  # resp.cluster_info_list[0].serverless.vpc_configs[0].security_group_ids[0] #=> String
2451
2474
  # resp.cluster_info_list[0].serverless.client_authentication.sasl.iam.enabled #=> Boolean
2475
+ # resp.cluster_info_list[0].serverless.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
2452
2476
  # resp.next_token #=> String
2453
2477
  #
2454
2478
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ListClustersV2 AWS API Documentation
@@ -3369,6 +3393,7 @@ module Aws::Kafka
3369
3393
  # },
3370
3394
  # },
3371
3395
  # },
3396
+ # network_type: "IPV4", # accepts IPV4, DUAL
3372
3397
  # },
3373
3398
  # current_version: "__string", # required
3374
3399
  # })
@@ -3740,7 +3765,7 @@ module Aws::Kafka
3740
3765
  tracer: tracer
3741
3766
  )
3742
3767
  context[:gem_name] = 'aws-sdk-kafka'
3743
- context[:gem_version] = '1.105.0'
3768
+ context[:gem_version] = '1.106.0'
3744
3769
  Seahorse::Client::Request.new(handlers, context)
3745
3770
  end
3746
3771
 
@@ -158,6 +158,7 @@ module Aws::Kafka
158
158
  LoggingInfo = Shapes::StructureShape.new(name: 'LoggingInfo')
159
159
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
160
160
  MutableClusterInfo = Shapes::StructureShape.new(name: 'MutableClusterInfo')
161
+ NetworkType = Shapes::StringShape.new(name: 'NetworkType')
161
162
  NodeExporter = Shapes::StructureShape.new(name: 'NodeExporter')
162
163
  NodeExporterInfo = Shapes::StructureShape.new(name: 'NodeExporterInfo')
163
164
  NodeInfo = Shapes::StructureShape.new(name: 'NodeInfo')
@@ -196,6 +197,7 @@ module Aws::Kafka
196
197
  Scram = Shapes::StructureShape.new(name: 'Scram')
197
198
  Serverless = Shapes::StructureShape.new(name: 'Serverless')
198
199
  ServerlessClientAuthentication = Shapes::StructureShape.new(name: 'ServerlessClientAuthentication')
200
+ ServerlessConnectivityInfo = Shapes::StructureShape.new(name: 'ServerlessConnectivityInfo')
199
201
  ServerlessRequest = Shapes::StructureShape.new(name: 'ServerlessRequest')
200
202
  ServerlessSasl = Shapes::StructureShape.new(name: 'ServerlessSasl')
201
203
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
@@ -459,6 +461,8 @@ module Aws::Kafka
459
461
  ClusterOperationV2Provisioned.add_member(:vpc_connection_info, Shapes::ShapeRef.new(shape: VpcConnectionInfo, location_name: "vpcConnectionInfo"))
460
462
  ClusterOperationV2Provisioned.struct_class = Types::ClusterOperationV2Provisioned
461
463
 
464
+ ClusterOperationV2Serverless.add_member(:source_cluster_info, Shapes::ShapeRef.new(shape: ServerlessConnectivityInfo, location_name: "sourceClusterInfo"))
465
+ ClusterOperationV2Serverless.add_member(:target_cluster_info, Shapes::ShapeRef.new(shape: ServerlessConnectivityInfo, location_name: "targetClusterInfo"))
462
466
  ClusterOperationV2Serverless.add_member(:vpc_connection_info, Shapes::ShapeRef.new(shape: VpcConnectionInfoServerless, location_name: "vpcConnectionInfo"))
463
467
  ClusterOperationV2Serverless.struct_class = Types::ClusterOperationV2Serverless
464
468
 
@@ -499,6 +503,7 @@ module Aws::Kafka
499
503
 
500
504
  ConnectivityInfo.add_member(:public_access, Shapes::ShapeRef.new(shape: PublicAccess, location_name: "publicAccess"))
501
505
  ConnectivityInfo.add_member(:vpc_connectivity, Shapes::ShapeRef.new(shape: VpcConnectivity, location_name: "vpcConnectivity"))
506
+ ConnectivityInfo.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
502
507
  ConnectivityInfo.struct_class = Types::ConnectivityInfo
503
508
 
504
509
  ConsumerGroupReplication.add_member(:consumer_groups_to_exclude, Shapes::ShapeRef.new(shape: __listOf__stringMax256, location_name: "consumerGroupsToExclude"))
@@ -797,6 +802,10 @@ module Aws::Kafka
797
802
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_vpc_connectivity_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringVpcConnectivityTls"))
798
803
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_vpc_connectivity_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringVpcConnectivitySaslScram"))
799
804
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_vpc_connectivity_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringVpcConnectivitySaslIam"))
805
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_ipv_6, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringIpv6"))
806
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_tls_ipv_6, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringTlsIpv6"))
807
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_scram_ipv_6, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslScramIpv6"))
808
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_iam_ipv_6, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslIamIpv6"))
800
809
  GetBootstrapBrokersResponse.struct_class = Types::GetBootstrapBrokersResponse
801
810
 
802
811
  GetClusterPolicyRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
@@ -1153,11 +1162,15 @@ module Aws::Kafka
1153
1162
 
1154
1163
  Serverless.add_member(:vpc_configs, Shapes::ShapeRef.new(shape: __listOfVpcConfig, required: true, location_name: "vpcConfigs"))
1155
1164
  Serverless.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ServerlessClientAuthentication, location_name: "clientAuthentication"))
1165
+ Serverless.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ServerlessConnectivityInfo, location_name: "connectivityInfo"))
1156
1166
  Serverless.struct_class = Types::Serverless
1157
1167
 
1158
1168
  ServerlessClientAuthentication.add_member(:sasl, Shapes::ShapeRef.new(shape: ServerlessSasl, location_name: "sasl"))
1159
1169
  ServerlessClientAuthentication.struct_class = Types::ServerlessClientAuthentication
1160
1170
 
1171
+ ServerlessConnectivityInfo.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "networkType"))
1172
+ ServerlessConnectivityInfo.struct_class = Types::ServerlessConnectivityInfo
1173
+
1161
1174
  ServerlessRequest.add_member(:vpc_configs, Shapes::ShapeRef.new(shape: __listOfVpcConfig, required: true, location_name: "vpcConfigs"))
1162
1175
  ServerlessRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ServerlessClientAuthentication, location_name: "clientAuthentication"))
1163
1176
  ServerlessRequest.struct_class = Types::ServerlessRequest
@@ -626,6 +626,14 @@ module Aws::Kafka
626
626
 
627
627
  # Returns information about a serverless cluster operation.
628
628
  #
629
+ # @!attribute [rw] source_cluster_info
630
+ # Source cluster connectivity information for the cluster.
631
+ # @return [Types::ServerlessConnectivityInfo]
632
+ #
633
+ # @!attribute [rw] target_cluster_info
634
+ # Target cluster connectivity information for the cluster.
635
+ # @return [Types::ServerlessConnectivityInfo]
636
+ #
629
637
  # @!attribute [rw] vpc_connection_info
630
638
  # Description of the VPC connection for CreateVpcConnection and
631
639
  # DeleteVpcConnection operations.
@@ -634,6 +642,8 @@ module Aws::Kafka
634
642
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ClusterOperationV2Serverless AWS API Documentation
635
643
  #
636
644
  class ClusterOperationV2Serverless < Struct.new(
645
+ :source_cluster_info,
646
+ :target_cluster_info,
637
647
  :vpc_connection_info)
638
648
  SENSITIVE = []
639
649
  include Aws::Structure
@@ -886,11 +896,20 @@ module Aws::Kafka
886
896
  # VpcConnectivity control for brokers.
887
897
  # @return [Types::VpcConnectivity]
888
898
  #
899
+ # @!attribute [rw] network_type
900
+ # The network type of the cluster, which is IPv4 or DUAL. The DUAL
901
+ # network type uses both IPv4 and IPv6 addresses for your cluster and
902
+ # its resources.
903
+ #
904
+ # By default, a cluster uses the IPv4 network type.
905
+ # @return [String]
906
+ #
889
907
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ConnectivityInfo AWS API Documentation
890
908
  #
891
909
  class ConnectivityInfo < Struct.new(
892
910
  :public_access,
893
- :vpc_connectivity)
911
+ :vpc_connectivity,
912
+ :network_type)
894
913
  SENSITIVE = []
895
914
  include Aws::Structure
896
915
  end
@@ -2262,6 +2281,26 @@ module Aws::Kafka
2262
2281
  # pairs for VPC connectivity.
2263
2282
  # @return [String]
2264
2283
  #
2284
+ # @!attribute [rw] bootstrap_broker_string_ipv_6
2285
+ # A string that contains one or more DNS names (or IP) and port pairs
2286
+ # for IPv6 connectivity.
2287
+ # @return [String]
2288
+ #
2289
+ # @!attribute [rw] bootstrap_broker_string_tls_ipv_6
2290
+ # A string that contains one or more DNS names (or IP) and TLS port
2291
+ # pairs for IPv6 connectivity.
2292
+ # @return [String]
2293
+ #
2294
+ # @!attribute [rw] bootstrap_broker_string_sasl_scram_ipv_6
2295
+ # A string that contains one or more DNS names (or IP) and SASL SCRAM
2296
+ # port pairs for IPv6 connectivity.
2297
+ # @return [String]
2298
+ #
2299
+ # @!attribute [rw] bootstrap_broker_string_sasl_iam_ipv_6
2300
+ # A string that contains one or more DNS names (or IP) and SASL IAM
2301
+ # port pairs for IPv6 connectivity.
2302
+ # @return [String]
2303
+ #
2265
2304
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/GetBootstrapBrokersResponse AWS API Documentation
2266
2305
  #
2267
2306
  class GetBootstrapBrokersResponse < Struct.new(
@@ -2274,7 +2313,11 @@ module Aws::Kafka
2274
2313
  :bootstrap_broker_string_sasl_iam,
2275
2314
  :bootstrap_broker_string_vpc_connectivity_tls,
2276
2315
  :bootstrap_broker_string_vpc_connectivity_sasl_scram,
2277
- :bootstrap_broker_string_vpc_connectivity_sasl_iam)
2316
+ :bootstrap_broker_string_vpc_connectivity_sasl_iam,
2317
+ :bootstrap_broker_string_ipv_6,
2318
+ :bootstrap_broker_string_tls_ipv_6,
2319
+ :bootstrap_broker_string_sasl_scram_ipv_6,
2320
+ :bootstrap_broker_string_sasl_iam_ipv_6)
2278
2321
  SENSITIVE = []
2279
2322
  include Aws::Structure
2280
2323
  end
@@ -3048,6 +3091,25 @@ module Aws::Kafka
3048
3091
  include Aws::Structure
3049
3092
  end
3050
3093
 
3094
+ # Describes the cluster's connectivity information, such as its network
3095
+ # type, which is IPv4 or DUAL.
3096
+ #
3097
+ # @!attribute [rw] network_type
3098
+ # The network type of the cluster, which is IPv4 or DUAL. The DUAL
3099
+ # network type uses both IPv4 and IPv6 addresses for your cluster and
3100
+ # its resources.
3101
+ #
3102
+ # By default, a cluster uses the IPv4 network type.
3103
+ # @return [String]
3104
+ #
3105
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ServerlessConnectivityInfo AWS API Documentation
3106
+ #
3107
+ class ServerlessConnectivityInfo < Struct.new(
3108
+ :network_type)
3109
+ SENSITIVE = []
3110
+ include Aws::Structure
3111
+ end
3112
+
3051
3113
  # Describes the serverless cluster.
3052
3114
  #
3053
3115
  # @!attribute [rw] vpc_configs
@@ -3058,11 +3120,17 @@ module Aws::Kafka
3058
3120
  # Information about the serverless cluster client authentication.
3059
3121
  # @return [Types::ServerlessClientAuthentication]
3060
3122
  #
3123
+ # @!attribute [rw] connectivity_info
3124
+ # Describes the cluster's connectivity information, such as its
3125
+ # network type, which is IPv4 or DUAL.
3126
+ # @return [Types::ServerlessConnectivityInfo]
3127
+ #
3061
3128
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/Serverless AWS API Documentation
3062
3129
  #
3063
3130
  class Serverless < Struct.new(
3064
3131
  :vpc_configs,
3065
- :client_authentication)
3132
+ :client_authentication,
3133
+ :connectivity_info)
3066
3134
  SENSITIVE = []
3067
3135
  include Aws::Structure
3068
3136
  end
data/lib/aws-sdk-kafka.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Kafka
54
54
  autoload :EndpointProvider, 'aws-sdk-kafka/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-kafka/endpoints'
56
56
 
57
- GEM_VERSION = '1.105.0'
57
+ GEM_VERSION = '1.106.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -130,7 +130,8 @@ module Aws
130
130
  enabled: bool?
131
131
  }?
132
132
  }?
133
- }?
133
+ }?,
134
+ network_type: ("IPV4" | "DUAL")?
134
135
  }?,
135
136
  zone_ids: Array[::String]?
136
137
  },
@@ -247,7 +248,8 @@ module Aws
247
248
  enabled: bool?
248
249
  }?
249
250
  }?
250
- }?
251
+ }?,
252
+ network_type: ("IPV4" | "DUAL")?
251
253
  }?,
252
254
  zone_ids: Array[::String]?
253
255
  },
@@ -665,6 +667,10 @@ module Aws
665
667
  def bootstrap_broker_string_vpc_connectivity_tls: () -> ::String
666
668
  def bootstrap_broker_string_vpc_connectivity_sasl_scram: () -> ::String
667
669
  def bootstrap_broker_string_vpc_connectivity_sasl_iam: () -> ::String
670
+ def bootstrap_broker_string_ipv_6: () -> ::String
671
+ def bootstrap_broker_string_tls_ipv_6: () -> ::String
672
+ def bootstrap_broker_string_sasl_scram_ipv_6: () -> ::String
673
+ def bootstrap_broker_string_sasl_iam_ipv_6: () -> ::String
668
674
  end
669
675
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Kafka/Client.html#get_bootstrap_brokers-instance_method
670
676
  def get_bootstrap_brokers: (
@@ -1048,7 +1054,8 @@ module Aws
1048
1054
  enabled: bool?
1049
1055
  }?
1050
1056
  }?
1051
- }?
1057
+ }?,
1058
+ network_type: ("IPV4" | "DUAL")?
1052
1059
  },
1053
1060
  current_version: ::String
1054
1061
  ) -> _UpdateConnectivityResponseSuccess
data/sig/types.rbs CHANGED
@@ -166,6 +166,8 @@ module Aws::Kafka
166
166
  end
167
167
 
168
168
  class ClusterOperationV2Serverless
169
+ attr_accessor source_cluster_info: Types::ServerlessConnectivityInfo
170
+ attr_accessor target_cluster_info: Types::ServerlessConnectivityInfo
169
171
  attr_accessor vpc_connection_info: Types::VpcConnectionInfoServerless
170
172
  SENSITIVE: []
171
173
  end
@@ -239,6 +241,7 @@ module Aws::Kafka
239
241
  class ConnectivityInfo
240
242
  attr_accessor public_access: Types::PublicAccess
241
243
  attr_accessor vpc_connectivity: Types::VpcConnectivity
244
+ attr_accessor network_type: ("IPV4" | "DUAL")
242
245
  SENSITIVE: []
243
246
  end
244
247
 
@@ -633,6 +636,10 @@ module Aws::Kafka
633
636
  attr_accessor bootstrap_broker_string_vpc_connectivity_tls: ::String
634
637
  attr_accessor bootstrap_broker_string_vpc_connectivity_sasl_scram: ::String
635
638
  attr_accessor bootstrap_broker_string_vpc_connectivity_sasl_iam: ::String
639
+ attr_accessor bootstrap_broker_string_ipv_6: ::String
640
+ attr_accessor bootstrap_broker_string_tls_ipv_6: ::String
641
+ attr_accessor bootstrap_broker_string_sasl_scram_ipv_6: ::String
642
+ attr_accessor bootstrap_broker_string_sasl_iam_ipv_6: ::String
636
643
  SENSITIVE: []
637
644
  end
638
645
 
@@ -854,9 +861,15 @@ module Aws::Kafka
854
861
  SENSITIVE: []
855
862
  end
856
863
 
864
+ class ServerlessConnectivityInfo
865
+ attr_accessor network_type: ("IPV4" | "DUAL")
866
+ SENSITIVE: []
867
+ end
868
+
857
869
  class Serverless
858
870
  attr_accessor vpc_configs: ::Array[Types::VpcConfig]
859
871
  attr_accessor client_authentication: Types::ServerlessClientAuthentication
872
+ attr_accessor connectivity_info: Types::ServerlessConnectivityInfo
860
873
  SENSITIVE: []
861
874
  end
862
875
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.105.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services