aws-sdk-kafka 1.33.0 → 1.37.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: 957d9f0790628542f805defd5a56da37a542cb47a9e3ace3ddcd24afef3d9d02
4
- data.tar.gz: a0a129fb34b59f7b496442a8d8970479d89e16c7c31bc6932f0790b1e02182ef
3
+ metadata.gz: 1791b51e4f261cdce3b6b123cf0c2458e87614728cfb7b63b99907436f1dd34f
4
+ data.tar.gz: 89f3111ab24fe968d4541cb4db22297f3b5874c4a082d3c56740d127c30a5e76
5
5
  SHA512:
6
- metadata.gz: 968d8708cf1f3ea110cdda6ff1fa73251b5e2226b0e6b51848c5a2e06a6c6647233f03baf4755eeb7b4e3df789195cf1e529c29c662af93fa1c9a6a13469ce25
7
- data.tar.gz: 2cd4c045744921a359dd3b7d38e4ccdbcf8f14cba11d09d719dbad0c03c3ee29f5b5f63b0cde5e9791829cea5988616577bcddd4ffc720898cdebb908cccda7c
6
+ metadata.gz: de4b33ad91c9c26eede81a767fa253e7a07b42b5fe62c23165cf9db4691698782171f2845a48b041701c2250c8b025a7ceaa15c54bd929da214e2241f265795a
7
+ data.tar.gz: 2cb4fa44ab19055bc0ae3883c4e6766c7447b0b67c0342e4debbff3ecbb06224724ff05728d52f54375b66720d6bc37490b8d02f00be7e21bd912a3e01e22526
data/CHANGELOG.md ADDED
@@ -0,0 +1,198 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.37.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.36.0 (2021-05-06)
10
+ ------------------
11
+
12
+ * 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.
13
+
14
+ 1.35.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.34.0 (2021-02-02)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.33.0 (2021-01-21)
25
+ ------------------
26
+
27
+ * Feature - Amazon MSK has added a new API that allows you to update all the brokers in the cluster to the specified type.
28
+
29
+ 1.32.0 (2020-12-04)
30
+ ------------------
31
+
32
+ * Feature - Adding HEALING to ClusterState.
33
+
34
+ 1.31.0 (2020-11-23)
35
+ ------------------
36
+
37
+ * Feature - Adding MAINTENANCE and REBOOTING_BROKER to Cluster states.
38
+
39
+ 1.30.0 (2020-11-20)
40
+ ------------------
41
+
42
+ * Feature - This release adds support for PER TOPIC PER PARTITION monitoring on AWS MSK clusters.
43
+
44
+ 1.29.0 (2020-10-01)
45
+ ------------------
46
+
47
+ * Feature - Added support for Enabling Zookeeper Encryption in Transit for AWS MSK.
48
+
49
+ 1.28.0 (2020-09-30)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.27.0 (2020-09-15)
55
+ ------------------
56
+
57
+ * Feature - Added new API's to support SASL SCRAM Authentication with MSK Clusters.
58
+
59
+ 1.26.0 (2020-08-25)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.25.0 (2020-08-24)
65
+ ------------------
66
+
67
+ * Feature - Add UpdateConfiguration and DeleteConfiguration operations.
68
+
69
+ 1.24.0 (2020-07-30)
70
+ ------------------
71
+
72
+ * Feature - Amazon MSK has added a new API that allows you to reboot brokers within a cluster.
73
+
74
+ 1.23.0 (2020-06-23)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ 1.22.1 (2020-06-11)
80
+ ------------------
81
+
82
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
83
+
84
+ 1.22.0 (2020-06-10)
85
+ ------------------
86
+
87
+ * Issue - This version has been yanked. (#2327).
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.21.0 (2020-05-28)
91
+ ------------------
92
+
93
+ * Feature - New APIs for upgrading the Apache Kafka version of a cluster and to find out compatible upgrade paths
94
+
95
+ 1.20.0 (2020-05-07)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.19.0 (2020-03-09)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.18.0 (2020-02-25)
106
+ ------------------
107
+
108
+ * Feature - Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose.
109
+
110
+ 1.17.0 (2020-02-04)
111
+ ------------------
112
+
113
+ * Feature - This release enables AWS MSK customers to list Apache Kafka versions that are supported on AWS MSK clusters. Also includes changes to expose additional details of a cluster's state in DescribeCluster and ListClusters APIs.
114
+
115
+ 1.16.0 (2019-12-09)
116
+ ------------------
117
+
118
+ * Feature - AWS MSK has added support for Open Monitoring with Prometheus.
119
+
120
+ 1.15.0 (2019-10-23)
121
+ ------------------
122
+
123
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
124
+
125
+ 1.14.0 (2019-10-16)
126
+ ------------------
127
+
128
+ * Feature - AWS MSK has added support for adding brokers to a cluster.
129
+
130
+ 1.13.0 (2019-10-09)
131
+ ------------------
132
+
133
+ * Feature - Updated documentation for Amazon Managed Streaming for Kafka service.
134
+
135
+ 1.12.0 (2019-07-25)
136
+ ------------------
137
+
138
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
139
+
140
+ 1.11.0 (2019-07-01)
141
+ ------------------
142
+
143
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
144
+
145
+ 1.10.0 (2019-06-17)
146
+ ------------------
147
+
148
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
149
+
150
+ 1.9.0 (2019-05-30)
151
+ ------------------
152
+
153
+ * Feature - Updated APIs for Amazon MSK to enable new features such as encryption in transit, client authentication, and scaling storage.
154
+
155
+ 1.8.0 (2019-05-21)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.7.0 (2019-05-20)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.6.0 (2019-05-15)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.5.0 (2019-05-14)
171
+ ------------------
172
+
173
+ * Feature - API update.
174
+
175
+ 1.4.0 (2019-04-18)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.3.0 (2019-03-21)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.2.0 (2019-03-18)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.1.0 (2019-03-14)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.0.0 (2018-11-29)
196
+ ------------------
197
+
198
+ * Feature - Initial release of `aws-sdk-kafka`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.37.0
data/lib/aws-sdk-kafka.rb CHANGED
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.33.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.33.0'
1764
+ context[:gem_version] = '1.37.0'
1758
1765
  Seahorse::Client::Request.new(handlers, context)
1759
1766
  end
1760
1767
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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"))
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.33.0
4
+ version: 1.37.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-01-21 00:00:00.000000000 Z
11
+ date: 2021-07-28 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.109.0
22
+ version: 3.118.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.109.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for Managed Streaming for Kafka (Kafka). This gem
48
48
  is part of the AWS SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-kafka.rb
56
59
  - lib/aws-sdk-kafka/client.rb
57
60
  - lib/aws-sdk-kafka/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kafka
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-kafka/CHANGELOG.md
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
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - Kafka