aws-sdk-kafka 1.40.0 → 1.44.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01c8c1fc42f4eb462a8e5bb5eb247643ba19db7e382515425239f85f70a1d029
4
- data.tar.gz: e013716efd35898107c2ebe86d516d7990b1ee228c4c89d51a82adf5693019e0
3
+ metadata.gz: 1a8d0ecae032a6280cdd1090e232d180bdf456e8943b5b30d1b5c4087e4fd140
4
+ data.tar.gz: 10a9665f503037dcf7c1e78f0fcb963db37a77a13a6ce87893e84f8afddbb45a
5
5
  SHA512:
6
- metadata.gz: 39094b78886db122aa27dd50a19098726b57d88e39692231cd4c6ff2760f80992d77231835e2d035fe47fe2b5239f57f67cda1b99742c36392729812ebbb133d
7
- data.tar.gz: aee6c1e062dca2cfc220cfe40ea78aecf1e7802de3ee0bc66d6c177e8687828f82c105b5039cb5d5980551e86a902dbe6d94550a70571f64c9c92f47a16802b5
6
+ metadata.gz: d620a03c9a4a443c996f2221cbb7a5af5a0b161db7392410283a279242501c7040e9f66143ae1adc523e6468be9ed359163a216c2af5d18a88615a9a71917d9d
7
+ data.tar.gz: 87c8c1032ab21f64db55408e280c7b1899ae90b98d4650fedec3e892fc9f21fa95a66379daa2d8f5b150be116be5d2129e237046b80cbf35900b1a30560bf91e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-11-18)
5
+ ------------------
6
+
7
+ * Feature - Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.
8
+
9
+ 1.43.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.42.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.41.0 (2021-09-21)
20
+ ------------------
21
+
22
+ * Feature - Added StateInfo to ClusterInfo
23
+
4
24
  1.40.0 (2021-09-08)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.44.0
@@ -275,6 +275,15 @@ module Aws::Kafka
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -392,7 +401,7 @@ module Aws::Kafka
392
401
  # LoggingInfo details.
393
402
  #
394
403
  # @option params [required, Integer] :number_of_broker_nodes
395
- # The number of Kafka broker nodes in the Amazon MSK cluster.
404
+ # The number of Apache Kafka broker nodes in the Amazon MSK cluster.
396
405
  #
397
406
  # @option params [Types::OpenMonitoringInfo] :open_monitoring
398
407
  # The settings for open monitoring.
@@ -419,6 +428,11 @@ module Aws::Kafka
419
428
  # volume_size: 1,
420
429
  # },
421
430
  # },
431
+ # connectivity_info: {
432
+ # public_access: {
433
+ # type: "__string",
434
+ # },
435
+ # },
422
436
  # },
423
437
  # client_authentication: {
424
438
  # sasl: {
@@ -641,6 +655,7 @@ module Aws::Kafka
641
655
  # resp.cluster_info.broker_node_group_info.security_groups #=> Array
642
656
  # resp.cluster_info.broker_node_group_info.security_groups[0] #=> String
643
657
  # resp.cluster_info.broker_node_group_info.storage_info.ebs_storage_info.volume_size #=> Integer
658
+ # resp.cluster_info.broker_node_group_info.connectivity_info.public_access.type #=> String
644
659
  # resp.cluster_info.client_authentication.sasl.scram.enabled #=> Boolean
645
660
  # resp.cluster_info.client_authentication.sasl.iam.enabled #=> Boolean
646
661
  # resp.cluster_info.client_authentication.tls.certificate_authority_arn_list #=> Array
@@ -669,6 +684,8 @@ module Aws::Kafka
669
684
  # resp.cluster_info.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
670
685
  # resp.cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
671
686
  # resp.cluster_info.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
687
+ # resp.cluster_info.state_info.code #=> String
688
+ # resp.cluster_info.state_info.message #=> String
672
689
  # resp.cluster_info.tags #=> Hash
673
690
  # resp.cluster_info.tags["__string"] #=> String
674
691
  # resp.cluster_info.zookeeper_connect_string #=> String
@@ -738,6 +755,7 @@ module Aws::Kafka
738
755
  # resp.cluster_operation_info.source_cluster_info.encryption_info.encryption_at_rest.data_volume_kms_key_id #=> String
739
756
  # resp.cluster_operation_info.source_cluster_info.encryption_info.encryption_in_transit.client_broker #=> String, one of "TLS", "TLS_PLAINTEXT", "PLAINTEXT"
740
757
  # resp.cluster_operation_info.source_cluster_info.encryption_info.encryption_in_transit.in_cluster #=> Boolean
758
+ # resp.cluster_operation_info.source_cluster_info.connectivity_info.public_access.type #=> String
741
759
  # resp.cluster_operation_info.target_cluster_info.broker_ebs_volume_info #=> Array
742
760
  # resp.cluster_operation_info.target_cluster_info.broker_ebs_volume_info[0].kafka_broker_node_id #=> String
743
761
  # resp.cluster_operation_info.target_cluster_info.broker_ebs_volume_info[0].volume_size_gb #=> Integer
@@ -765,6 +783,7 @@ module Aws::Kafka
765
783
  # resp.cluster_operation_info.target_cluster_info.encryption_info.encryption_at_rest.data_volume_kms_key_id #=> String
766
784
  # resp.cluster_operation_info.target_cluster_info.encryption_info.encryption_in_transit.client_broker #=> String, one of "TLS", "TLS_PLAINTEXT", "PLAINTEXT"
767
785
  # resp.cluster_operation_info.target_cluster_info.encryption_info.encryption_in_transit.in_cluster #=> Boolean
786
+ # resp.cluster_operation_info.target_cluster_info.connectivity_info.public_access.type #=> String
768
787
  #
769
788
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DescribeClusterOperation AWS API Documentation
770
789
  #
@@ -898,6 +917,9 @@ module Aws::Kafka
898
917
  # @return [Types::GetBootstrapBrokersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
899
918
  #
900
919
  # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string #bootstrap_broker_string} => String
920
+ # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_public_sasl_iam #bootstrap_broker_string_public_sasl_iam} => String
921
+ # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_public_sasl_scram #bootstrap_broker_string_public_sasl_scram} => String
922
+ # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_public_tls #bootstrap_broker_string_public_tls} => String
901
923
  # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_tls #bootstrap_broker_string_tls} => String
902
924
  # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_sasl_scram #bootstrap_broker_string_sasl_scram} => String
903
925
  # * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_sasl_iam #bootstrap_broker_string_sasl_iam} => String
@@ -911,6 +933,9 @@ module Aws::Kafka
911
933
  # @example Response structure
912
934
  #
913
935
  # resp.bootstrap_broker_string #=> String
936
+ # resp.bootstrap_broker_string_public_sasl_iam #=> String
937
+ # resp.bootstrap_broker_string_public_sasl_scram #=> String
938
+ # resp.bootstrap_broker_string_public_tls #=> String
914
939
  # resp.bootstrap_broker_string_tls #=> String
915
940
  # resp.bootstrap_broker_string_sasl_scram #=> String
916
941
  # resp.bootstrap_broker_string_sasl_iam #=> String
@@ -1021,6 +1046,7 @@ module Aws::Kafka
1021
1046
  # resp.cluster_operation_info_list[0].source_cluster_info.encryption_info.encryption_at_rest.data_volume_kms_key_id #=> String
1022
1047
  # resp.cluster_operation_info_list[0].source_cluster_info.encryption_info.encryption_in_transit.client_broker #=> String, one of "TLS", "TLS_PLAINTEXT", "PLAINTEXT"
1023
1048
  # resp.cluster_operation_info_list[0].source_cluster_info.encryption_info.encryption_in_transit.in_cluster #=> Boolean
1049
+ # resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.public_access.type #=> String
1024
1050
  # resp.cluster_operation_info_list[0].target_cluster_info.broker_ebs_volume_info #=> Array
1025
1051
  # resp.cluster_operation_info_list[0].target_cluster_info.broker_ebs_volume_info[0].kafka_broker_node_id #=> String
1026
1052
  # resp.cluster_operation_info_list[0].target_cluster_info.broker_ebs_volume_info[0].volume_size_gb #=> Integer
@@ -1048,6 +1074,7 @@ module Aws::Kafka
1048
1074
  # resp.cluster_operation_info_list[0].target_cluster_info.encryption_info.encryption_at_rest.data_volume_kms_key_id #=> String
1049
1075
  # resp.cluster_operation_info_list[0].target_cluster_info.encryption_info.encryption_in_transit.client_broker #=> String, one of "TLS", "TLS_PLAINTEXT", "PLAINTEXT"
1050
1076
  # resp.cluster_operation_info_list[0].target_cluster_info.encryption_info.encryption_in_transit.in_cluster #=> Boolean
1077
+ # resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.public_access.type #=> String
1051
1078
  # resp.next_token #=> String
1052
1079
  #
1053
1080
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ListClusterOperations AWS API Documentation
@@ -1093,6 +1120,7 @@ module Aws::Kafka
1093
1120
  # resp.cluster_info_list[0].broker_node_group_info.security_groups #=> Array
1094
1121
  # resp.cluster_info_list[0].broker_node_group_info.security_groups[0] #=> String
1095
1122
  # resp.cluster_info_list[0].broker_node_group_info.storage_info.ebs_storage_info.volume_size #=> Integer
1123
+ # resp.cluster_info_list[0].broker_node_group_info.connectivity_info.public_access.type #=> String
1096
1124
  # resp.cluster_info_list[0].client_authentication.sasl.scram.enabled #=> Boolean
1097
1125
  # resp.cluster_info_list[0].client_authentication.sasl.iam.enabled #=> Boolean
1098
1126
  # resp.cluster_info_list[0].client_authentication.tls.certificate_authority_arn_list #=> Array
@@ -1121,6 +1149,8 @@ module Aws::Kafka
1121
1149
  # resp.cluster_info_list[0].open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
1122
1150
  # resp.cluster_info_list[0].open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
1123
1151
  # resp.cluster_info_list[0].state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
1152
+ # resp.cluster_info_list[0].state_info.code #=> String
1153
+ # resp.cluster_info_list[0].state_info.message #=> String
1124
1154
  # resp.cluster_info_list[0].tags #=> Hash
1125
1155
  # resp.cluster_info_list[0].tags["__string"] #=> String
1126
1156
  # resp.cluster_info_list[0].zookeeper_connect_string #=> String
@@ -1220,7 +1250,7 @@ module Aws::Kafka
1220
1250
  req.send_request(options)
1221
1251
  end
1222
1252
 
1223
- # Returns a list of Kafka versions.
1253
+ # Returns a list of Apache Kafka versions.
1224
1254
  #
1225
1255
  # @option params [Integer] :max_results
1226
1256
  #
@@ -1684,7 +1714,7 @@ module Aws::Kafka
1684
1714
  # Current cluster version.
1685
1715
  #
1686
1716
  # @option params [required, String] :target_kafka_version
1687
- # Target Kafka version.
1717
+ # Target Apache Kafka version.
1688
1718
  #
1689
1719
  # @return [Types::UpdateClusterKafkaVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1690
1720
  #
@@ -1717,6 +1747,47 @@ module Aws::Kafka
1717
1747
  req.send_request(options)
1718
1748
  end
1719
1749
 
1750
+ # Updates the connectivity configuration for the cluster.
1751
+ #
1752
+ # @option params [required, String] :cluster_arn
1753
+ #
1754
+ # @option params [required, Types::ConnectivityInfo] :connectivity_info
1755
+ # Information about the broker access configuration.
1756
+ #
1757
+ # @option params [required, String] :current_version
1758
+ # The current version of the cluster.
1759
+ #
1760
+ # @return [Types::UpdateConnectivityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1761
+ #
1762
+ # * {Types::UpdateConnectivityResponse#cluster_arn #cluster_arn} => String
1763
+ # * {Types::UpdateConnectivityResponse#cluster_operation_arn #cluster_operation_arn} => String
1764
+ #
1765
+ # @example Request syntax with placeholder values
1766
+ #
1767
+ # resp = client.update_connectivity({
1768
+ # cluster_arn: "__string", # required
1769
+ # connectivity_info: { # required
1770
+ # public_access: {
1771
+ # type: "__string",
1772
+ # },
1773
+ # },
1774
+ # current_version: "__string", # required
1775
+ # })
1776
+ #
1777
+ # @example Response structure
1778
+ #
1779
+ # resp.cluster_arn #=> String
1780
+ # resp.cluster_operation_arn #=> String
1781
+ #
1782
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateConnectivity AWS API Documentation
1783
+ #
1784
+ # @overload update_connectivity(params = {})
1785
+ # @param [Hash] params ({})
1786
+ def update_connectivity(params = {}, options = {})
1787
+ req = build_request(:update_connectivity, params)
1788
+ req.send_request(options)
1789
+ end
1790
+
1720
1791
  # Updates the monitoring settings for the cluster. You can use this
1721
1792
  # operation to specify which Apache Kafka metrics you want Amazon MSK to
1722
1793
  # send to Amazon CloudWatch. You can also specify settings for open
@@ -1873,7 +1944,7 @@ module Aws::Kafka
1873
1944
  params: params,
1874
1945
  config: config)
1875
1946
  context[:gem_name] = 'aws-sdk-kafka'
1876
- context[:gem_version] = '1.40.0'
1947
+ context[:gem_version] = '1.44.0'
1877
1948
  Seahorse::Client::Request.new(handlers, context)
1878
1949
  end
1879
1950
 
@@ -38,6 +38,7 @@ module Aws::Kafka
38
38
  ConfigurationRevision = Shapes::StructureShape.new(name: 'ConfigurationRevision')
39
39
  ConfigurationState = Shapes::StringShape.new(name: 'ConfigurationState')
40
40
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
41
+ ConnectivityInfo = Shapes::StructureShape.new(name: 'ConnectivityInfo')
41
42
  CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
42
43
  CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
43
44
  CreateConfigurationRequest = Shapes::StructureShape.new(name: 'CreateConfigurationRequest')
@@ -101,6 +102,7 @@ module Aws::Kafka
101
102
  OpenMonitoringInfo = Shapes::StructureShape.new(name: 'OpenMonitoringInfo')
102
103
  Prometheus = Shapes::StructureShape.new(name: 'Prometheus')
103
104
  PrometheusInfo = Shapes::StructureShape.new(name: 'PrometheusInfo')
105
+ PublicAccess = Shapes::StructureShape.new(name: 'PublicAccess')
104
106
  RebootBrokerRequest = Shapes::StructureShape.new(name: 'RebootBrokerRequest')
105
107
  RebootBrokerResponse = Shapes::StructureShape.new(name: 'RebootBrokerResponse')
106
108
  S3 = Shapes::StructureShape.new(name: 'S3')
@@ -128,6 +130,8 @@ module Aws::Kafka
128
130
  UpdateClusterKafkaVersionResponse = Shapes::StructureShape.new(name: 'UpdateClusterKafkaVersionResponse')
129
131
  UpdateConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateConfigurationRequest')
130
132
  UpdateConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateConfigurationResponse')
133
+ UpdateConnectivityRequest = Shapes::StructureShape.new(name: 'UpdateConnectivityRequest')
134
+ UpdateConnectivityResponse = Shapes::StructureShape.new(name: 'UpdateConnectivityResponse')
131
135
  UpdateMonitoringRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringRequest')
132
136
  UpdateMonitoringResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringResponse')
133
137
  UpdateSecurityRequest = Shapes::StructureShape.new(name: 'UpdateSecurityRequest')
@@ -192,6 +196,7 @@ module Aws::Kafka
192
196
  BrokerNodeGroupInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: __stringMin5Max32, required: true, location_name: "instanceType"))
193
197
  BrokerNodeGroupInfo.add_member(:security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "securityGroups"))
194
198
  BrokerNodeGroupInfo.add_member(:storage_info, Shapes::ShapeRef.new(shape: StorageInfo, location_name: "storageInfo"))
199
+ BrokerNodeGroupInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
195
200
  BrokerNodeGroupInfo.struct_class = Types::BrokerNodeGroupInfo
196
201
 
197
202
  BrokerNodeInfo.add_member(:attached_eni_id, Shapes::ShapeRef.new(shape: __string, location_name: "attachedENIId"))
@@ -230,6 +235,7 @@ module Aws::Kafka
230
235
  ClusterInfo.add_member(:number_of_broker_nodes, Shapes::ShapeRef.new(shape: __integer, location_name: "numberOfBrokerNodes"))
231
236
  ClusterInfo.add_member(:open_monitoring, Shapes::ShapeRef.new(shape: OpenMonitoring, location_name: "openMonitoring"))
232
237
  ClusterInfo.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
238
+ ClusterInfo.add_member(:state_info, Shapes::ShapeRef.new(shape: StateInfo, location_name: "stateInfo"))
233
239
  ClusterInfo.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
234
240
  ClusterInfo.add_member(:zookeeper_connect_string, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectString"))
235
241
  ClusterInfo.add_member(:zookeeper_connect_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectStringTls"))
@@ -281,6 +287,9 @@ module Aws::Kafka
281
287
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
282
288
  ConflictException.struct_class = Types::ConflictException
283
289
 
290
+ ConnectivityInfo.add_member(:public_access, Shapes::ShapeRef.new(shape: PublicAccess, location_name: "publicAccess"))
291
+ ConnectivityInfo.struct_class = Types::ConnectivityInfo
292
+
284
293
  CreateClusterRequest.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
285
294
  CreateClusterRequest.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
286
295
  CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: __stringMin1Max64, required: true, location_name: "clusterName"))
@@ -396,6 +405,9 @@ module Aws::Kafka
396
405
  GetBootstrapBrokersRequest.struct_class = Types::GetBootstrapBrokersRequest
397
406
 
398
407
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerString"))
408
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_public_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringPublicSaslIam"))
409
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_public_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringPublicSaslScram"))
410
+ GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_public_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringPublicTls"))
399
411
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringTls"))
400
412
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslScram"))
401
413
  GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslIam"))
@@ -504,6 +516,7 @@ module Aws::Kafka
504
516
  MutableClusterInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: __string, location_name: "instanceType"))
505
517
  MutableClusterInfo.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
506
518
  MutableClusterInfo.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
519
+ MutableClusterInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
507
520
  MutableClusterInfo.struct_class = Types::MutableClusterInfo
508
521
 
509
522
  NodeExporter.add_member(:enabled_in_broker, Shapes::ShapeRef.new(shape: __boolean, required: true, location_name: "enabledInBroker"))
@@ -538,6 +551,9 @@ module Aws::Kafka
538
551
  PrometheusInfo.add_member(:node_exporter, Shapes::ShapeRef.new(shape: NodeExporterInfo, location_name: "nodeExporter"))
539
552
  PrometheusInfo.struct_class = Types::PrometheusInfo
540
553
 
554
+ PublicAccess.add_member(:type, Shapes::ShapeRef.new(shape: __string, location_name: "type"))
555
+ PublicAccess.struct_class = Types::PublicAccess
556
+
541
557
  RebootBrokerRequest.add_member(:broker_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "brokerIds"))
542
558
  RebootBrokerRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
543
559
  RebootBrokerRequest.struct_class = Types::RebootBrokerRequest
@@ -652,6 +668,15 @@ module Aws::Kafka
652
668
  UpdateConfigurationResponse.add_member(:latest_revision, Shapes::ShapeRef.new(shape: ConfigurationRevision, location_name: "latestRevision"))
653
669
  UpdateConfigurationResponse.struct_class = Types::UpdateConfigurationResponse
654
670
 
671
+ UpdateConnectivityRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
672
+ UpdateConnectivityRequest.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, required: true, location_name: "connectivityInfo"))
673
+ UpdateConnectivityRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
674
+ UpdateConnectivityRequest.struct_class = Types::UpdateConnectivityRequest
675
+
676
+ UpdateConnectivityResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
677
+ UpdateConnectivityResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
678
+ UpdateConnectivityResponse.struct_class = Types::UpdateConnectivityResponse
679
+
655
680
  UpdateMonitoringRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
656
681
  UpdateMonitoringRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
657
682
  UpdateMonitoringRequest.add_member(:enhanced_monitoring, Shapes::ShapeRef.new(shape: EnhancedMonitoring, location_name: "enhancedMonitoring"))
@@ -1153,6 +1178,21 @@ module Aws::Kafka
1153
1178
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1154
1179
  end)
1155
1180
 
1181
+ api.add_operation(:update_connectivity, Seahorse::Model::Operation.new.tap do |o|
1182
+ o.name = "UpdateConnectivity"
1183
+ o.http_method = "PUT"
1184
+ o.http_request_uri = "/v1/clusters/{clusterArn}/connectivity"
1185
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectivityRequest)
1186
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectivityResponse)
1187
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1188
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
1189
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1190
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1191
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1192
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1193
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1194
+ end)
1195
+
1156
1196
  api.add_operation(:update_monitoring, Seahorse::Model::Operation.new.tap do |o|
1157
1197
  o.name = "UpdateMonitoring"
1158
1198
  o.http_method = "PUT"
@@ -145,7 +145,8 @@ module Aws::Kafka
145
145
  include Aws::Structure
146
146
  end
147
147
 
148
- # Describes the setup to be used for Kafka broker nodes in the cluster.
148
+ # Describes the setup to be used for Apache Kafka broker nodes in the
149
+ # cluster.
149
150
  #
150
151
  # @note When making an API call, you may pass BrokerNodeGroupInfo
151
152
  # data as a hash:
@@ -160,6 +161,11 @@ module Aws::Kafka
160
161
  # volume_size: 1,
161
162
  # },
162
163
  # },
164
+ # connectivity_info: {
165
+ # public_access: {
166
+ # type: "__string",
167
+ # },
168
+ # },
163
169
  # }
164
170
  #
165
171
  # @!attribute [rw] broker_az_distribution
@@ -193,6 +199,10 @@ module Aws::Kafka
193
199
  # nodes.
194
200
  # @return [Types::StorageInfo]
195
201
  #
202
+ # @!attribute [rw] connectivity_info
203
+ # Information about the broker access configuration.
204
+ # @return [Types::ConnectivityInfo]
205
+ #
196
206
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/BrokerNodeGroupInfo AWS API Documentation
197
207
  #
198
208
  class BrokerNodeGroupInfo < Struct.new(
@@ -200,7 +210,8 @@ module Aws::Kafka
200
210
  :client_subnets,
201
211
  :instance_type,
202
212
  :security_groups,
203
- :storage_info)
213
+ :storage_info,
214
+ :connectivity_info)
204
215
  SENSITIVE = []
205
216
  include Aws::Structure
206
217
  end
@@ -225,7 +236,7 @@ module Aws::Kafka
225
236
  #
226
237
  # @!attribute [rw] current_broker_software_info
227
238
  # Information about the version of software currently deployed on the
228
- # Kafka brokers in the cluster.
239
+ # Apache Kafka brokers in the cluster.
229
240
  # @return [Types::BrokerSoftwareInfo]
230
241
  #
231
242
  # @!attribute [rw] endpoints
@@ -371,7 +382,7 @@ module Aws::Kafka
371
382
  #
372
383
  # @!attribute [rw] current_broker_software_info
373
384
  # Information about the version of software currently deployed on the
374
- # Kafka brokers in the cluster.
385
+ # Apache Kafka brokers in the cluster.
375
386
  # @return [Types::BrokerSoftwareInfo]
376
387
  #
377
388
  # @!attribute [rw] logging_info
@@ -416,6 +427,10 @@ module Aws::Kafka
416
427
  # UPDATING.
417
428
  # @return [String]
418
429
  #
430
+ # @!attribute [rw] state_info
431
+ # Contains information about the state of the Amazon MSK cluster.
432
+ # @return [Types::StateInfo]
433
+ #
419
434
  # @!attribute [rw] tags
420
435
  # Tags attached to the cluster.
421
436
  # @return [Hash<String,String>]
@@ -447,6 +462,7 @@ module Aws::Kafka
447
462
  :number_of_broker_nodes,
448
463
  :open_monitoring,
449
464
  :state,
465
+ :state_info,
450
466
  :tags,
451
467
  :zookeeper_connect_string,
452
468
  :zookeeper_connect_string_tls)
@@ -551,7 +567,8 @@ module Aws::Kafka
551
567
  include Aws::Structure
552
568
  end
553
569
 
554
- # Contains source Kafka versions and compatible target Kafka versions.
570
+ # Contains source Apache Kafka versions and compatible target Apache
571
+ # Kafka versions.
555
572
  #
556
573
  # @!attribute [rw] source_version
557
574
  # @return [String]
@@ -683,6 +700,29 @@ module Aws::Kafka
683
700
  include Aws::Structure
684
701
  end
685
702
 
703
+ # Information about the broker access configuration.
704
+ #
705
+ # @note When making an API call, you may pass ConnectivityInfo
706
+ # data as a hash:
707
+ #
708
+ # {
709
+ # public_access: {
710
+ # type: "__string",
711
+ # },
712
+ # }
713
+ #
714
+ # @!attribute [rw] public_access
715
+ # Public access control for brokers.
716
+ # @return [Types::PublicAccess]
717
+ #
718
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ConnectivityInfo AWS API Documentation
719
+ #
720
+ class ConnectivityInfo < Struct.new(
721
+ :public_access)
722
+ SENSITIVE = []
723
+ include Aws::Structure
724
+ end
725
+
686
726
  # Creates a cluster.
687
727
  #
688
728
  # @note When making an API call, you may pass CreateClusterRequest
@@ -699,6 +739,11 @@ module Aws::Kafka
699
739
  # volume_size: 1,
700
740
  # },
701
741
  # },
742
+ # connectivity_info: {
743
+ # public_access: {
744
+ # type: "__string",
745
+ # },
746
+ # },
702
747
  # },
703
748
  # client_authentication: {
704
749
  # sasl: {
@@ -802,7 +847,7 @@ module Aws::Kafka
802
847
  # @return [Types::LoggingInfo]
803
848
  #
804
849
  # @!attribute [rw] number_of_broker_nodes
805
- # The number of Kafka broker nodes in the Amazon MSK cluster.
850
+ # The number of Apache Kafka broker nodes in the Amazon MSK cluster.
806
851
  # @return [Integer]
807
852
  #
808
853
  # @!attribute [rw] open_monitoring
@@ -1248,8 +1293,8 @@ module Aws::Kafka
1248
1293
  include Aws::Structure
1249
1294
  end
1250
1295
 
1251
- # Contains information about the EBS storage volumes attached to Kafka
1252
- # broker nodes.
1296
+ # Contains information about the EBS storage volumes attached to Apache
1297
+ # Kafka broker nodes.
1253
1298
  #
1254
1299
  # @note When making an API call, you may pass EBSStorageInfo
1255
1300
  # data as a hash:
@@ -1477,16 +1522,37 @@ module Aws::Kafka
1477
1522
  # A string containing one or more hostname:port pairs.
1478
1523
  # @return [String]
1479
1524
  #
1525
+ # @!attribute [rw] bootstrap_broker_string_public_sasl_iam
1526
+ # A string that contains one or more DNS names (or IP addresses) and
1527
+ # SASL IAM port pairs. The following is an example.
1528
+ #
1529
+ # <programlisting>\{ "BootstrapBrokerStringSaslIam": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198" \}</programlisting>
1530
+ # @return [String]
1531
+ #
1532
+ # @!attribute [rw] bootstrap_broker_string_public_sasl_scram
1533
+ # A string containing one or more DNS names (or IP addresses) and SASL
1534
+ # SCRAM port pairs. The following is an example.
1535
+ #
1536
+ # <programlisting>\{ "BootstrapBrokerStringSaslScram": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196" \}</programlisting>
1537
+ # @return [String]
1538
+ #
1539
+ # @!attribute [rw] bootstrap_broker_string_public_tls
1540
+ # A string containing one or more DNS names (or IP addresses) and TLS
1541
+ # port pairs. The following is an example.
1542
+ #
1543
+ # <programlisting>\{ "BootstrapBrokerStringTls": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194" \}</programlisting>
1544
+ # @return [String]
1545
+ #
1480
1546
  # @!attribute [rw] bootstrap_broker_string_tls
1481
- # A string containing one or more DNS names (or IP) and TLS port
1482
- # pairs. The following is an example.
1547
+ # A string containing one or more DNS names (or IP addresses) and TLS
1548
+ # port pairs. The following is an example.
1483
1549
  #
1484
1550
  # <programlisting>\{ "BootstrapBrokerStringTls": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094" \}</programlisting>
1485
1551
  # @return [String]
1486
1552
  #
1487
1553
  # @!attribute [rw] bootstrap_broker_string_sasl_scram
1488
- # A string containing one or more DNS names (or IP) and SASL SCRAM
1489
- # port pairs. The following is an example.
1554
+ # A string containing one or more DNS names (or IP addresses) and SASL
1555
+ # SCRAM port pairs. The following is an example.
1490
1556
  #
1491
1557
  # <programlisting>\{ "BootstrapBrokerStringSaslScram": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096" \}</programlisting>
1492
1558
  # @return [String]
@@ -1502,6 +1568,9 @@ module Aws::Kafka
1502
1568
  #
1503
1569
  class GetBootstrapBrokersResponse < Struct.new(
1504
1570
  :bootstrap_broker_string,
1571
+ :bootstrap_broker_string_public_sasl_iam,
1572
+ :bootstrap_broker_string_public_sasl_scram,
1573
+ :bootstrap_broker_string_public_tls,
1505
1574
  :bootstrap_broker_string_tls,
1506
1575
  :bootstrap_broker_string_sasl_scram,
1507
1576
  :bootstrap_broker_string_sasl_iam)
@@ -1558,10 +1627,10 @@ module Aws::Kafka
1558
1627
  include Aws::Structure
1559
1628
  end
1560
1629
 
1561
- # Information about a Kafka version.
1630
+ # Information about a Apache Kafka version.
1562
1631
  #
1563
1632
  # @!attribute [rw] version
1564
- # The Kafka version.
1633
+ # The Apache Kafka version.
1565
1634
  # @return [String]
1566
1635
  #
1567
1636
  # @!attribute [rw] status
@@ -1797,7 +1866,7 @@ module Aws::Kafka
1797
1866
  # Response for ListKafkaVersions.
1798
1867
  #
1799
1868
  # @!attribute [rw] kafka_versions
1800
- # An array of Kafka version objects.
1869
+ # An array of Apache Kafka version objects.
1801
1870
  # @return [Array<Types::KafkaVersion>]
1802
1871
  #
1803
1872
  # @!attribute [rw] next_token
@@ -2026,6 +2095,10 @@ module Aws::Kafka
2026
2095
  # Includes all encryption-related information.
2027
2096
  # @return [Types::EncryptionInfo]
2028
2097
  #
2098
+ # @!attribute [rw] connectivity_info
2099
+ # Information about the broker access configuration.
2100
+ # @return [Types::ConnectivityInfo]
2101
+ #
2029
2102
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/MutableClusterInfo AWS API Documentation
2030
2103
  #
2031
2104
  class MutableClusterInfo < Struct.new(
@@ -2038,7 +2111,8 @@ module Aws::Kafka
2038
2111
  :logging_info,
2039
2112
  :instance_type,
2040
2113
  :client_authentication,
2041
- :encryption_info)
2114
+ :encryption_info,
2115
+ :connectivity_info)
2042
2116
  SENSITIVE = []
2043
2117
  include Aws::Structure
2044
2118
  end
@@ -2628,7 +2702,7 @@ module Aws::Kafka
2628
2702
  # @return [String]
2629
2703
  #
2630
2704
  # @!attribute [rw] target_kafka_version
2631
- # Target Kafka version.
2705
+ # Target Apache Kafka version.
2632
2706
  # @return [String]
2633
2707
  #
2634
2708
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateClusterKafkaVersionRequest AWS API Documentation
@@ -2712,6 +2786,61 @@ module Aws::Kafka
2712
2786
  include Aws::Structure
2713
2787
  end
2714
2788
 
2789
+ # Request body for UpdateConnectivity.
2790
+ #
2791
+ # @note When making an API call, you may pass UpdateConnectivityRequest
2792
+ # data as a hash:
2793
+ #
2794
+ # {
2795
+ # cluster_arn: "__string", # required
2796
+ # connectivity_info: { # required
2797
+ # public_access: {
2798
+ # type: "__string",
2799
+ # },
2800
+ # },
2801
+ # current_version: "__string", # required
2802
+ # }
2803
+ #
2804
+ # @!attribute [rw] cluster_arn
2805
+ # @return [String]
2806
+ #
2807
+ # @!attribute [rw] connectivity_info
2808
+ # Information about the broker access configuration.
2809
+ # @return [Types::ConnectivityInfo]
2810
+ #
2811
+ # @!attribute [rw] current_version
2812
+ # The current version of the cluster.
2813
+ # @return [String]
2814
+ #
2815
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateConnectivityRequest AWS API Documentation
2816
+ #
2817
+ class UpdateConnectivityRequest < Struct.new(
2818
+ :cluster_arn,
2819
+ :connectivity_info,
2820
+ :current_version)
2821
+ SENSITIVE = []
2822
+ include Aws::Structure
2823
+ end
2824
+
2825
+ # Response body for UpdateConnectivity.
2826
+ #
2827
+ # @!attribute [rw] cluster_arn
2828
+ # The Amazon Resource Name (ARN) of the cluster.
2829
+ # @return [String]
2830
+ #
2831
+ # @!attribute [rw] cluster_operation_arn
2832
+ # The Amazon Resource Name (ARN) of the cluster operation.
2833
+ # @return [String]
2834
+ #
2835
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateConnectivityResponse AWS API Documentation
2836
+ #
2837
+ class UpdateConnectivityResponse < Struct.new(
2838
+ :cluster_arn,
2839
+ :cluster_operation_arn)
2840
+ SENSITIVE = []
2841
+ include Aws::Structure
2842
+ end
2843
+
2715
2844
  # Request body for UpdateMonitoring.
2716
2845
  #
2717
2846
  # @note When making an API call, you may pass UpdateMonitoringRequest
@@ -3011,6 +3140,28 @@ module Aws::Kafka
3011
3140
  include Aws::Structure
3012
3141
  end
3013
3142
 
3143
+ # Broker public access control.
3144
+ #
3145
+ # @note When making an API call, you may pass PublicAccess
3146
+ # data as a hash:
3147
+ #
3148
+ # {
3149
+ # type: "__string",
3150
+ # }
3151
+ #
3152
+ # @!attribute [rw] type
3153
+ # The value DISABLED indicates that public access is disabled.
3154
+ # SERVICE\_PROVIDED\_EIPS indicates that public access is enabled.
3155
+ # @return [String]
3156
+ #
3157
+ # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/PublicAccess AWS API Documentation
3158
+ #
3159
+ class PublicAccess < Struct.new(
3160
+ :type)
3161
+ SENSITIVE = []
3162
+ include Aws::Structure
3163
+ end
3164
+
3014
3165
  # Request body for RebootBrokerNode action.
3015
3166
  #
3016
3167
  # @note When making an API call, you may pass RebootBrokerRequest
data/lib/aws-sdk-kafka.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-kafka/customizations'
48
48
  # @!group service
49
49
  module Aws::Kafka
50
50
 
51
- GEM_VERSION = '1.40.0'
51
+ GEM_VERSION = '1.44.0'
52
52
 
53
53
  end
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.40.0
4
+ version: 1.44.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: 2021-09-08 00:00:00.000000000 Z
11
+ date: 2021-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.120.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement