aws-sdk-kafka 1.31.0 → 1.32.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b5665c3039b2ab515ec01bb1f455396d12d7bb92b20225b7317a9dd29c06df5
4
- data.tar.gz: e2c1821bde019c4bc91d079d0ff19ed6aea9823d9600938389276c15dfbb60b7
3
+ metadata.gz: 6a01b0720dceee4d48543477cf65de48ae9e764b41487e82c9938aa08aa88e44
4
+ data.tar.gz: 2a432ef9bec1dc69f2d264b98d1f646fbdfdb31110bfff41286867819f25625e
5
5
  SHA512:
6
- metadata.gz: fcf9665b85408d65bc38353ebe754b0b266e7bcc0c7ad4fc07a046564aa4e0e2f4b010668e670f1df2865449ac24f78fdb2d36006d7b13ec6a6832cdbaf69018
7
- data.tar.gz: 233197512337f61b3c29c5661b691c1b2ff89251b50c65c6cfa38df431b4461114e0e0f7afe9adaff865cb19dc1471caa5225fb133a952dc5d60f60e9d32721d
6
+ metadata.gz: 57c77ef01aa9bbff5f76dc9f158a89f46a7435f0af8134783b3c82060529419c9609198e654cc56c631342631ac2f353a0e4c7d4b095e1f87b5b6eb00114e4b3
7
+ data.tar.gz: be81f61f1b72e448483ba93c7cf14727979e38404771b27a6b296d11aab7fa34af6f841699b3e62888140b62de0c15ca97f9bedf6062a2e15067a3bfebd7f93a
@@ -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.31.0'
51
+ GEM_VERSION = '1.32.0'
52
52
 
53
53
  end
@@ -483,7 +483,7 @@ module Aws::Kafka
483
483
  #
484
484
  # resp.cluster_arn #=> String
485
485
  # resp.cluster_name #=> String
486
- # resp.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
486
+ # resp.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
487
487
  #
488
488
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/CreateCluster AWS API Documentation
489
489
  #
@@ -567,7 +567,7 @@ module Aws::Kafka
567
567
  # @example Response structure
568
568
  #
569
569
  # resp.cluster_arn #=> String
570
- # resp.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
570
+ # resp.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
571
571
  #
572
572
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DeleteCluster AWS API Documentation
573
573
  #
@@ -658,7 +658,7 @@ module Aws::Kafka
658
658
  # resp.cluster_info.number_of_broker_nodes #=> Integer
659
659
  # resp.cluster_info.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
660
660
  # resp.cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
661
- # resp.cluster_info.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
661
+ # resp.cluster_info.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
662
662
  # resp.cluster_info.tags #=> Hash
663
663
  # resp.cluster_info.tags["__string"] #=> String
664
664
  # resp.cluster_info.zookeeper_connect_string #=> String
@@ -1065,7 +1065,7 @@ module Aws::Kafka
1065
1065
  # resp.cluster_info_list[0].number_of_broker_nodes #=> Integer
1066
1066
  # resp.cluster_info_list[0].open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
1067
1067
  # resp.cluster_info_list[0].open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
1068
- # resp.cluster_info_list[0].state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
1068
+ # resp.cluster_info_list[0].state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING"
1069
1069
  # resp.cluster_info_list[0].tags #=> Hash
1070
1070
  # resp.cluster_info_list[0].tags["__string"] #=> String
1071
1071
  # resp.cluster_info_list[0].zookeeper_connect_string #=> String
@@ -1712,7 +1712,7 @@ module Aws::Kafka
1712
1712
  params: params,
1713
1713
  config: config)
1714
1714
  context[:gem_name] = 'aws-sdk-kafka'
1715
- context[:gem_version] = '1.31.0'
1715
+ context[:gem_version] = '1.32.0'
1716
1716
  Seahorse::Client::Request.new(handlers, context)
1717
1717
  end
1718
1718
 
@@ -403,7 +403,8 @@ module Aws::Kafka
403
403
  #
404
404
  # @!attribute [rw] state
405
405
  # The state of the cluster. The possible states are ACTIVE, CREATING,
406
- # DELETING, FAILED, MAINTENANCE, REBOOTING\_BROKER, and UPDATING.
406
+ # DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING\_BROKER, and
407
+ # UPDATING.
407
408
  # @return [String]
408
409
  #
409
410
  # @!attribute [rw] tags
@@ -826,7 +827,8 @@ module Aws::Kafka
826
827
  #
827
828
  # @!attribute [rw] state
828
829
  # The state of the cluster. The possible states are ACTIVE, CREATING,
829
- # DELETING, FAILED, MAINTENANCE, REBOOTING\_BROKER, and UPDATING.
830
+ # DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING\_BROKER, and
831
+ # UPDATING.
830
832
  # @return [String]
831
833
  #
832
834
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/CreateClusterResponse AWS API Documentation
@@ -946,7 +948,8 @@ module Aws::Kafka
946
948
  #
947
949
  # @!attribute [rw] state
948
950
  # The state of the cluster. The possible states are ACTIVE, CREATING,
949
- # DELETING, FAILED, MAINTENANCE, REBOOTING\_BROKER, and UPDATING.
951
+ # DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING\_BROKER, and
952
+ # UPDATING.
950
953
  # @return [String]
951
954
  #
952
955
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DeleteClusterResponse AWS API Documentation
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.31.0
4
+ version: 1.32.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: 2020-11-23 00:00:00.000000000 Z
11
+ date: 2020-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core