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 +4 -4
- data/lib/aws-sdk-kafka.rb +1 -1
- data/lib/aws-sdk-kafka/client.rb +5 -5
- data/lib/aws-sdk-kafka/types.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b5665c3039b2ab515ec01bb1f455396d12d7bb92b20225b7317a9dd29c06df5
|
4
|
+
data.tar.gz: e2c1821bde019c4bc91d079d0ff19ed6aea9823d9600938389276c15dfbb60b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcf9665b85408d65bc38353ebe754b0b266e7bcc0c7ad4fc07a046564aa4e0e2f4b010668e670f1df2865449ac24f78fdb2d36006d7b13ec6a6832cdbaf69018
|
7
|
+
data.tar.gz: 233197512337f61b3c29c5661b691c1b2ff89251b50c65c6cfa38df431b4461114e0e0f7afe9adaff865cb19dc1471caa5225fb133a952dc5d60f60e9d32721d
|
data/lib/aws-sdk-kafka.rb
CHANGED
data/lib/aws-sdk-kafka/client.rb
CHANGED
@@ -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", "
|
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", "
|
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", "
|
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", "
|
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.
|
1715
|
+
context[:gem_version] = '1.31.0'
|
1716
1716
|
Seahorse::Client::Request.new(handlers, context)
|
1717
1717
|
end
|
1718
1718
|
|
data/lib/aws-sdk-kafka/types.rb
CHANGED
@@ -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
|
406
|
-
# and
|
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
|
829
|
-
# and
|
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
|
949
|
-
# and
|
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.
|
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-
|
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
|