aws-sdk-kafka 1.35.0 → 1.39.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 +20 -0
- data/VERSION +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
- data/lib/aws-sdk-kafka.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c812df1726ccc67cbf279a14159611ae0f59bc3b226e78b2e3982bd9fc3080f
|
4
|
+
data.tar.gz: 72e0314a11cbfa02d5c66db01d102d7b9407e48d74644f2062705acc50e6ef3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a0303ac5b84553f8fa7193228ff3c0f5e368998d9cd56a4aa35c6226b7dde32fc5d59ad0667eab6e5bf1d7dd40d14d8c5e3a13087a354cce1ea142bce93c5a2
|
7
|
+
data.tar.gz: 502fb3926059f1b7bfcd95704aa4358d3723b8a81b33f4e097fc9ac15856f809b83da44396890abf0d8ea031fecd2fe7da38d7dbcb19cab5551b6c47f7dfb546
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.39.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.38.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.37.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.36.0 (2021-05-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* 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.
|
23
|
+
|
4
24
|
1.35.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
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.39.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
|
data/lib/aws-sdk-kafka.rb
CHANGED
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.39.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-09-01 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.
|
22
|
+
version: 3.120.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.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -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:
|
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|
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
|