aws-sdk-kafka 1.35.0 → 1.36.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-kafka.rb +1 -1
- data/lib/aws-sdk-kafka/client.rb +8 -1
- data/lib/aws-sdk-kafka/client_api.rb +6 -0
- data/lib/aws-sdk-kafka/types.rb +41 -2
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6405858121548fce6b876f1ebfa5313b00ec433a9a6a0e4d2f3609a89068230f
|
4
|
+
data.tar.gz: 29e9ee5966980eadbde2d8bce426ad1b20424e162da40479f9da4be825ddb538
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a49b6535d2a4ab749bebb8b5ff607904c3feb077b8e962e169632036d114e7544c6c997ba3eca8de71b6e1bc9ba5f8a3fd8ec619826bdc5e1ef0d3802d3950d0
|
7
|
+
data.tar.gz: fc52d30b20cb722f525ec06028f8676038a42105ea9bfd08daf5571770cf117893d95af7b143c71c79e42cf81199a9bbcedc0a95894de15bf61adc8c7f105eed
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.36.0 (2021-05-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - IAM Access Control for Amazon MSK enables you to create clusters that use IAM to authenticate clients and to allow or deny Apache Kafka actions for those clients.
|
8
|
+
|
4
9
|
1.35.0 (2021-03-10)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
data/lib/aws-sdk-kafka.rb
CHANGED
data/lib/aws-sdk-kafka/client.rb
CHANGED
@@ -425,6 +425,9 @@ module Aws::Kafka
|
|
425
425
|
# scram: {
|
426
426
|
# enabled: false,
|
427
427
|
# },
|
428
|
+
# iam: {
|
429
|
+
# enabled: false,
|
430
|
+
# },
|
428
431
|
# },
|
429
432
|
# tls: {
|
430
433
|
# certificate_authority_arn_list: ["__string"],
|
@@ -635,6 +638,7 @@ module Aws::Kafka
|
|
635
638
|
# resp.cluster_info.broker_node_group_info.security_groups[0] #=> String
|
636
639
|
# resp.cluster_info.broker_node_group_info.storage_info.ebs_storage_info.volume_size #=> Integer
|
637
640
|
# resp.cluster_info.client_authentication.sasl.scram.enabled #=> Boolean
|
641
|
+
# resp.cluster_info.client_authentication.sasl.iam.enabled #=> Boolean
|
638
642
|
# resp.cluster_info.client_authentication.tls.certificate_authority_arn_list #=> Array
|
639
643
|
# resp.cluster_info.client_authentication.tls.certificate_authority_arn_list[0] #=> String
|
640
644
|
# resp.cluster_info.cluster_arn #=> String
|
@@ -872,6 +876,7 @@ module Aws::Kafka
|
|
872
876
|
# * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string #bootstrap_broker_string} => String
|
873
877
|
# * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_tls #bootstrap_broker_string_tls} => String
|
874
878
|
# * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_sasl_scram #bootstrap_broker_string_sasl_scram} => String
|
879
|
+
# * {Types::GetBootstrapBrokersResponse#bootstrap_broker_string_sasl_iam #bootstrap_broker_string_sasl_iam} => String
|
875
880
|
#
|
876
881
|
# @example Request syntax with placeholder values
|
877
882
|
#
|
@@ -884,6 +889,7 @@ module Aws::Kafka
|
|
884
889
|
# resp.bootstrap_broker_string #=> String
|
885
890
|
# resp.bootstrap_broker_string_tls #=> String
|
886
891
|
# resp.bootstrap_broker_string_sasl_scram #=> String
|
892
|
+
# resp.bootstrap_broker_string_sasl_iam #=> String
|
887
893
|
#
|
888
894
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/GetBootstrapBrokers AWS API Documentation
|
889
895
|
#
|
@@ -1046,6 +1052,7 @@ module Aws::Kafka
|
|
1046
1052
|
# resp.cluster_info_list[0].broker_node_group_info.security_groups[0] #=> String
|
1047
1053
|
# resp.cluster_info_list[0].broker_node_group_info.storage_info.ebs_storage_info.volume_size #=> Integer
|
1048
1054
|
# resp.cluster_info_list[0].client_authentication.sasl.scram.enabled #=> Boolean
|
1055
|
+
# resp.cluster_info_list[0].client_authentication.sasl.iam.enabled #=> Boolean
|
1049
1056
|
# resp.cluster_info_list[0].client_authentication.tls.certificate_authority_arn_list #=> Array
|
1050
1057
|
# resp.cluster_info_list[0].client_authentication.tls.certificate_authority_arn_list[0] #=> String
|
1051
1058
|
# resp.cluster_info_list[0].cluster_arn #=> String
|
@@ -1754,7 +1761,7 @@ module Aws::Kafka
|
|
1754
1761
|
params: params,
|
1755
1762
|
config: config)
|
1756
1763
|
context[:gem_name] = 'aws-sdk-kafka'
|
1757
|
-
context[:gem_version] = '1.
|
1764
|
+
context[:gem_version] = '1.36.0'
|
1758
1765
|
Seahorse::Client::Request.new(handlers, context)
|
1759
1766
|
end
|
1760
1767
|
|
@@ -67,6 +67,7 @@ module Aws::Kafka
|
|
67
67
|
GetBootstrapBrokersResponse = Shapes::StructureShape.new(name: 'GetBootstrapBrokersResponse')
|
68
68
|
GetCompatibleKafkaVersionsRequest = Shapes::StructureShape.new(name: 'GetCompatibleKafkaVersionsRequest')
|
69
69
|
GetCompatibleKafkaVersionsResponse = Shapes::StructureShape.new(name: 'GetCompatibleKafkaVersionsResponse')
|
70
|
+
Iam = Shapes::StructureShape.new(name: 'Iam')
|
70
71
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
71
72
|
JmxExporter = Shapes::StructureShape.new(name: 'JmxExporter')
|
72
73
|
JmxExporterInfo = Shapes::StructureShape.new(name: 'JmxExporterInfo')
|
@@ -393,6 +394,7 @@ module Aws::Kafka
|
|
393
394
|
GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerString"))
|
394
395
|
GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringTls"))
|
395
396
|
GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_scram, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslScram"))
|
397
|
+
GetBootstrapBrokersResponse.add_member(:bootstrap_broker_string_sasl_iam, Shapes::ShapeRef.new(shape: __string, location_name: "bootstrapBrokerStringSaslIam"))
|
396
398
|
GetBootstrapBrokersResponse.struct_class = Types::GetBootstrapBrokersResponse
|
397
399
|
|
398
400
|
GetCompatibleKafkaVersionsRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "clusterArn"))
|
@@ -401,6 +403,9 @@ module Aws::Kafka
|
|
401
403
|
GetCompatibleKafkaVersionsResponse.add_member(:compatible_kafka_versions, Shapes::ShapeRef.new(shape: __listOfCompatibleKafkaVersion, location_name: "compatibleKafkaVersions"))
|
402
404
|
GetCompatibleKafkaVersionsResponse.struct_class = Types::GetCompatibleKafkaVersionsResponse
|
403
405
|
|
406
|
+
Iam.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
|
407
|
+
Iam.struct_class = Types::Iam
|
408
|
+
|
404
409
|
InternalServerErrorException.add_member(:invalid_parameter, Shapes::ShapeRef.new(shape: __string, location_name: "invalidParameter"))
|
405
410
|
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
406
411
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
@@ -541,6 +546,7 @@ module Aws::Kafka
|
|
541
546
|
S3.struct_class = Types::S3
|
542
547
|
|
543
548
|
Sasl.add_member(:scram, Shapes::ShapeRef.new(shape: Scram, location_name: "scram"))
|
549
|
+
Sasl.add_member(:iam, Shapes::ShapeRef.new(shape: Iam, location_name: "iam"))
|
544
550
|
Sasl.struct_class = Types::Sasl
|
545
551
|
|
546
552
|
Scram.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
|
data/lib/aws-sdk-kafka/types.rb
CHANGED
@@ -281,6 +281,9 @@ module Aws::Kafka
|
|
281
281
|
# scram: {
|
282
282
|
# enabled: false,
|
283
283
|
# },
|
284
|
+
# iam: {
|
285
|
+
# enabled: false,
|
286
|
+
# },
|
284
287
|
# },
|
285
288
|
# tls: {
|
286
289
|
# certificate_authority_arn_list: ["__string"],
|
@@ -693,6 +696,9 @@ module Aws::Kafka
|
|
693
696
|
# scram: {
|
694
697
|
# enabled: false,
|
695
698
|
# },
|
699
|
+
# iam: {
|
700
|
+
# enabled: false,
|
701
|
+
# },
|
696
702
|
# },
|
697
703
|
# tls: {
|
698
704
|
# certificate_authority_arn_list: ["__string"],
|
@@ -1472,12 +1478,20 @@ module Aws::Kafka
|
|
1472
1478
|
# <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>
|
1473
1479
|
# @return [String]
|
1474
1480
|
#
|
1481
|
+
# @!attribute [rw] bootstrap_broker_string_sasl_iam
|
1482
|
+
# A string that contains one or more DNS names (or IP addresses) and
|
1483
|
+
# SASL IAM port pairs. The following is an example.
|
1484
|
+
#
|
1485
|
+
# <programlisting>\{ "BootstrapBrokerStringSaslIam": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098" \}</programlisting>
|
1486
|
+
# @return [String]
|
1487
|
+
#
|
1475
1488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/GetBootstrapBrokersResponse AWS API Documentation
|
1476
1489
|
#
|
1477
1490
|
class GetBootstrapBrokersResponse < Struct.new(
|
1478
1491
|
:bootstrap_broker_string,
|
1479
1492
|
:bootstrap_broker_string_tls,
|
1480
|
-
:bootstrap_broker_string_sasl_scram
|
1493
|
+
:bootstrap_broker_string_sasl_scram,
|
1494
|
+
:bootstrap_broker_string_sasl_iam)
|
1481
1495
|
SENSITIVE = []
|
1482
1496
|
include Aws::Structure
|
1483
1497
|
end
|
@@ -2069,15 +2083,22 @@ module Aws::Kafka
|
|
2069
2083
|
# scram: {
|
2070
2084
|
# enabled: false,
|
2071
2085
|
# },
|
2086
|
+
# iam: {
|
2087
|
+
# enabled: false,
|
2088
|
+
# },
|
2072
2089
|
# }
|
2073
2090
|
#
|
2074
2091
|
# @!attribute [rw] scram
|
2075
2092
|
# @return [Types::Scram]
|
2076
2093
|
#
|
2094
|
+
# @!attribute [rw] iam
|
2095
|
+
# @return [Types::Iam]
|
2096
|
+
#
|
2077
2097
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/Sasl AWS API Documentation
|
2078
2098
|
#
|
2079
2099
|
class Sasl < Struct.new(
|
2080
|
-
:scram
|
2100
|
+
:scram,
|
2101
|
+
:iam)
|
2081
2102
|
SENSITIVE = []
|
2082
2103
|
include Aws::Structure
|
2083
2104
|
end
|
@@ -2100,6 +2121,24 @@ module Aws::Kafka
|
|
2100
2121
|
include Aws::Structure
|
2101
2122
|
end
|
2102
2123
|
|
2124
|
+
# @note When making an API call, you may pass Iam
|
2125
|
+
# data as a hash:
|
2126
|
+
#
|
2127
|
+
# {
|
2128
|
+
# enabled: false,
|
2129
|
+
# }
|
2130
|
+
#
|
2131
|
+
# @!attribute [rw] enabled
|
2132
|
+
# @return [Boolean]
|
2133
|
+
#
|
2134
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/Iam AWS API Documentation
|
2135
|
+
#
|
2136
|
+
class Iam < Struct.new(
|
2137
|
+
:enabled)
|
2138
|
+
SENSITIVE = []
|
2139
|
+
include Aws::Structure
|
2140
|
+
end
|
2141
|
+
|
2103
2142
|
# Returns information about an error.
|
2104
2143
|
#
|
2105
2144
|
# @!attribute [rw] invalid_parameter
|
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.36.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-
|
11
|
+
date: 2021-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kafka
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-kafka/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
|
-
|
87
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
88
87
|
signing_key:
|
89
88
|
specification_version: 4
|
90
89
|
summary: AWS SDK for Ruby - Kafka
|