aws-sdk-kafka 1.12.0 → 1.13.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
  SHA1:
3
- metadata.gz: d4411f84862c99118dbb57a13f460b265c2bfce2
4
- data.tar.gz: c37ac1855725741c9e142938ded158c2f6e469ed
3
+ metadata.gz: 157a956bc7a06c3aa24a941710c213520c99882a
4
+ data.tar.gz: fc66c59e7a229a2da9b10dbde378831a2ffdb8cd
5
5
  SHA512:
6
- metadata.gz: f34798896eb0f3b94cbd517a61a7b96826015d98abd7b3d40c0f51f66fdde3c6d4e75417a90ccca6dc3c2bc6d037a836b0531a1202d8d847dc9ef96edcf62c32
7
- data.tar.gz: '09230067c913b8e85bd0ff409821a856f624b444c10420791ae639c30329361be0fd6f38a0b9f16adb9958bbee29e1d7d5c56719f20fbd022f8c828cf158b889'
6
+ metadata.gz: 12e0a0e1ebbcb790069d404e9290caad5ce2de89ad9e2444836d0ed8abf170806c6bbabbc64b581f447b749ceec7e21ffee4b53076ce78bc5c2c356a9d9155aa
7
+ data.tar.gz: ceb5d634105cb040ebe512a264f9f6d315752320dfc163038015893bd78f12f264a024c342d0cecfeb9f3ebf8a6cd17964a75f99115fd22fe82996a35e1f9bdf
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kafka/customizations'
42
42
  # @service
43
43
  module Aws::Kafka
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -1065,7 +1065,7 @@ module Aws::Kafka
1065
1065
  params: params,
1066
1066
  config: config)
1067
1067
  context[:gem_name] = 'aws-sdk-kafka'
1068
- context[:gem_version] = '1.12.0'
1068
+ context[:gem_version] = '1.13.0'
1069
1069
  Seahorse::Client::Request.new(handlers, context)
1070
1070
  end
1071
1071
 
@@ -70,7 +70,14 @@ module Aws::Kafka
70
70
  # }
71
71
  #
72
72
  # @!attribute [rw] broker_az_distribution
73
- # The distribution of broker nodes across Availability Zones.
73
+ # The distribution of broker nodes across Availability Zones. This is
74
+ # an optional parameter. If you don't specify it, Amazon MSK gives it
75
+ # the value DEFAULT. You can also explicitly set this parameter to the
76
+ # value DEFAULT. No other values are currently allowed.
77
+ #
78
+ # Amazon MSK distributes the broker nodes evenly across the
79
+ # Availability Zones that correspond to the subnets you provide when
80
+ # you create the cluster.
74
81
  # @return [String]
75
82
  #
76
83
  # @!attribute [rw] client_subnets
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.12.0
4
+ version: 1.13.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: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core