aws-sdk-kafka 1.30.0 → 1.31.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: 54835bf9598f283e4d65ee92264e6046ceaa4aad17eae8ae0cb29303469d0fff
4
- data.tar.gz: 6a571e087071a3b9a47238b884e1f4431cc6bf1a325b814ad98b9445a8422fee
3
+ metadata.gz: 9b5665c3039b2ab515ec01bb1f455396d12d7bb92b20225b7317a9dd29c06df5
4
+ data.tar.gz: e2c1821bde019c4bc91d079d0ff19ed6aea9823d9600938389276c15dfbb60b7
5
5
  SHA512:
6
- metadata.gz: 9e38ae9a8b0807cd682f50776018ba9c430c348892a6a5878b814625c3e30ef8ac85bb63cf933ff8f8c44fbd9d7dd6f2d4257cb0da8fae411f4ec8e00f1c3e93
7
- data.tar.gz: 3b7231070b343ca8d898e263f860f614a991668f286d24bd37ece9a188d0e9bfa9b734508fe9a1a1725da3cacbd7d0566ce6261ead77b34966e733a1c529edad
6
+ metadata.gz: fcf9665b85408d65bc38353ebe754b0b266e7bcc0c7ad4fc07a046564aa4e0e2f4b010668e670f1df2865449ac24f78fdb2d36006d7b13ec6a6832cdbaf69018
7
+ data.tar.gz: 233197512337f61b3c29c5661b691c1b2ff89251b50c65c6cfa38df431b4461114e0e0f7afe9adaff865cb19dc1471caa5225fb133a952dc5d60f60e9d32721d
@@ -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.30.0'
51
+ GEM_VERSION = '1.31.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", "UPDATING", "DELETING", "FAILED"
486
+ # resp.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "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", "UPDATING", "DELETING", "FAILED"
570
+ # resp.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "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", "UPDATING", "DELETING", "FAILED"
661
+ # resp.cluster_info.state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "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", "UPDATING", "DELETING", "FAILED"
1068
+ # resp.cluster_info_list[0].state #=> String, one of "ACTIVE", "CREATING", "DELETING", "FAILED", "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.30.0'
1715
+ context[:gem_version] = '1.31.0'
1716
1716
  Seahorse::Client::Request.new(handlers, context)
1717
1717
  end
1718
1718
 
@@ -402,8 +402,8 @@ module Aws::Kafka
402
402
  # @return [Types::OpenMonitoring]
403
403
  #
404
404
  # @!attribute [rw] state
405
- # The state of the cluster. The possible states are CREATING, ACTIVE,
406
- # and FAILED.
405
+ # The state of the cluster. The possible states are ACTIVE, CREATING,
406
+ # DELETING, FAILED, MAINTENANCE, REBOOTING\_BROKER, and UPDATING.
407
407
  # @return [String]
408
408
  #
409
409
  # @!attribute [rw] tags
@@ -825,8 +825,8 @@ module Aws::Kafka
825
825
  # @return [String]
826
826
  #
827
827
  # @!attribute [rw] state
828
- # The state of the cluster. The possible states are CREATING, ACTIVE,
829
- # and FAILED.
828
+ # The state of the cluster. The possible states are ACTIVE, CREATING,
829
+ # DELETING, FAILED, MAINTENANCE, REBOOTING\_BROKER, and UPDATING.
830
830
  # @return [String]
831
831
  #
832
832
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/CreateClusterResponse AWS API Documentation
@@ -945,8 +945,8 @@ module Aws::Kafka
945
945
  # @return [String]
946
946
  #
947
947
  # @!attribute [rw] state
948
- # The state of the cluster. The possible states are CREATING, ACTIVE,
949
- # and FAILED.
948
+ # The state of the cluster. The possible states are ACTIVE, CREATING,
949
+ # DELETING, FAILED, MAINTENANCE, REBOOTING\_BROKER, and UPDATING.
950
950
  # @return [String]
951
951
  #
952
952
  # @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.30.0
4
+ version: 1.31.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-20 00:00:00.000000000 Z
11
+ date: 2020-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core