aws-sdk-kafka 1.55.0 → 1.57.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: d29b5f99220b8c3cca1fa4e8c89c4bd7053dc8ca10310a8d9db8a70b46975921
4
- data.tar.gz: 49f74cfbadf20373e01cc8993423bcbb9fba4dda46303c5068a4f615ba524f09
3
+ metadata.gz: b015bc323a9c56ee764c9838043224127411adcf106b285d61e2873a6c6c3acf
4
+ data.tar.gz: 399bbe3edf507c3d4932f8ceba76cd51498325d2b6d83b5fc305cd5bcc37d222
5
5
  SHA512:
6
- metadata.gz: b4ce78fd6f0176619d8bfd2f1be9c77afbff3e9374780d436383039adb0da9417a5996b35be912a2846551fc613eb8e1335cd0cc94ba6b50139e74d70e1c0833
7
- data.tar.gz: 94bbf89315e2c21b057e2d261788b6b25404384bd1296c78d1ff7ca66f39e4d7664a888631e6fc1d52b526c8daeb701f300bcec4a87501eba6b01788c8b72fbd
6
+ metadata.gz: b4b70abab5ab43c9cbeccafd998a2121b1d82c5b55d3d65c3a8147c4f06c64e01fc6ac4734cfdaa70780aa510ef5351fcbb8aadfe55587da2b98a24aaeda717d
7
+ data.tar.gz: 527b5a0eee1a7efe040cc77fb36dcf478106aedb18629b920e2d6d4e1726eb308805efed309520e2571fd2a29f28ef4f90bc81e519dc845a968ed27e951a62ca
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2023-05-15)
10
+ ------------------
11
+
12
+ * Feature - Added a fix to make clusterarn a required field in ListClientVpcConnections and RejectClientVpcConnection APIs
13
+
4
14
  1.55.0 (2023-04-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.0
@@ -275,6 +275,11 @@ module Aws::Kafka
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -2098,7 +2103,7 @@ module Aws::Kafka
2098
2103
  req.send_request(options)
2099
2104
  end
2100
2105
 
2101
- # @option params [String] :cluster_arn
2106
+ # @option params [required, String] :cluster_arn
2102
2107
  #
2103
2108
  # @option params [required, String] :vpc_connection_arn
2104
2109
  #
@@ -2107,7 +2112,7 @@ module Aws::Kafka
2107
2112
  # @example Request syntax with placeholder values
2108
2113
  #
2109
2114
  # resp = client.reject_client_vpc_connection({
2110
- # cluster_arn: "__string",
2115
+ # cluster_arn: "__string", # required
2111
2116
  # vpc_connection_arn: "__string", # required
2112
2117
  # })
2113
2118
  #
@@ -2809,7 +2814,7 @@ module Aws::Kafka
2809
2814
  params: params,
2810
2815
  config: config)
2811
2816
  context[:gem_name] = 'aws-sdk-kafka'
2812
- context[:gem_version] = '1.55.0'
2817
+ context[:gem_version] = '1.57.0'
2813
2818
  Seahorse::Client::Request.new(handlers, context)
2814
2819
  end
2815
2820
 
@@ -779,7 +779,7 @@ module Aws::Kafka
779
779
  RebootBrokerResponse.add_member(:cluster_operation_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterOperationArn"))
780
780
  RebootBrokerResponse.struct_class = Types::RebootBrokerResponse
781
781
 
782
- RejectClientVpcConnectionRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location: "uri", location_name: "clusterArn"))
782
+ RejectClientVpcConnectionRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
783
783
  RejectClientVpcConnectionRequest.add_member(:vpc_connection_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "vpcConnectionArn"))
784
784
  RejectClientVpcConnectionRequest.struct_class = Types::RejectClientVpcConnectionRequest
785
785
 
data/lib/aws-sdk-kafka.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kafka/customizations'
52
52
  # @!group service
53
53
  module Aws::Kafka
54
54
 
55
- GEM_VERSION = '1.55.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  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.55.0
4
+ version: 1.57.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: 2023-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-31 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.165.0
22
+ version: 3.174.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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement