aws-sdk-kafka 1.29.0 → 1.30.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: 7a5611814c943c4e6e5b92964deea7b3172351ec9711f9c375b74a7f658e03b9
4
- data.tar.gz: 16e3f829485f7d16031c3f10530ec41b48eab9a779c431a2fa12b1fd4793f71e
3
+ metadata.gz: 54835bf9598f283e4d65ee92264e6046ceaa4aad17eae8ae0cb29303469d0fff
4
+ data.tar.gz: 6a571e087071a3b9a47238b884e1f4431cc6bf1a325b814ad98b9445a8422fee
5
5
  SHA512:
6
- metadata.gz: 8090c00dd81335e19b299a55f6872ff1591923278b5d24a67d3eb3a369c0a3ed2e0643206071d25bf4a665ff6bb09a70b5910c013adcad7b3826d49e17e54bdf
7
- data.tar.gz: 51e0c6eb80594cc3ee16ceb0fd1927656433afe791fb8f4e1ca5cef873002b205049cc6d81d5e646fd94c84bb2c32518c594c2651dbd6d27a72fcf6a4d81b98f
6
+ metadata.gz: 9e38ae9a8b0807cd682f50776018ba9c430c348892a6a5878b814625c3e30ef8ac85bb63cf933ff8f8c44fbd9d7dd6f2d4257cb0da8fae411f4ec8e00f1c3e93
7
+ data.tar.gz: 3b7231070b343ca8d898e263f860f614a991668f286d24bd37ece9a188d0e9bfa9b734508fe9a1a1725da3cacbd7d0566ce6261ead77b34966e733a1c529edad
@@ -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.29.0'
51
+ GEM_VERSION = '1.30.0'
52
52
 
53
53
  end
@@ -382,7 +382,8 @@ module Aws::Kafka
382
382
  #
383
383
  # @option params [String] :enhanced_monitoring
384
384
  # Specifies the level of monitoring for the MSK cluster. The possible
385
- # values are DEFAULT, PER\_BROKER, and PER\_TOPIC\_PER\_BROKER.
385
+ # values are DEFAULT, PER\_BROKER, PER\_TOPIC\_PER\_BROKER, and
386
+ # PER\_TOPIC\_PER\_PARTITION.
386
387
  #
387
388
  # @option params [required, String] :kafka_version
388
389
  # The version of Apache Kafka.
@@ -443,7 +444,7 @@ module Aws::Kafka
443
444
  # in_cluster: false,
444
445
  # },
445
446
  # },
446
- # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER
447
+ # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
447
448
  # kafka_version: "__stringMin1Max128", # required
448
449
  # logging_info: {
449
450
  # broker_logs: { # required
@@ -653,7 +654,7 @@ module Aws::Kafka
653
654
  # resp.cluster_info.encryption_info.encryption_at_rest.data_volume_kms_key_id #=> String
654
655
  # resp.cluster_info.encryption_info.encryption_in_transit.client_broker #=> String, one of "TLS", "TLS_PLAINTEXT", "PLAINTEXT"
655
656
  # resp.cluster_info.encryption_info.encryption_in_transit.in_cluster #=> Boolean
656
- # resp.cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER"
657
+ # resp.cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
657
658
  # resp.cluster_info.number_of_broker_nodes #=> Integer
658
659
  # resp.cluster_info.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
659
660
  # resp.cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
@@ -708,7 +709,7 @@ module Aws::Kafka
708
709
  # resp.cluster_operation_info.source_cluster_info.number_of_broker_nodes #=> Integer
709
710
  # resp.cluster_operation_info.source_cluster_info.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
710
711
  # resp.cluster_operation_info.source_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
711
- # resp.cluster_operation_info.source_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER"
712
+ # resp.cluster_operation_info.source_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
712
713
  # resp.cluster_operation_info.source_cluster_info.kafka_version #=> String
713
714
  # resp.cluster_operation_info.source_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
714
715
  # resp.cluster_operation_info.source_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
@@ -725,7 +726,7 @@ module Aws::Kafka
725
726
  # resp.cluster_operation_info.target_cluster_info.number_of_broker_nodes #=> Integer
726
727
  # resp.cluster_operation_info.target_cluster_info.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
727
728
  # resp.cluster_operation_info.target_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
728
- # resp.cluster_operation_info.target_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER"
729
+ # resp.cluster_operation_info.target_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
729
730
  # resp.cluster_operation_info.target_cluster_info.kafka_version #=> String
730
731
  # resp.cluster_operation_info.target_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
731
732
  # resp.cluster_operation_info.target_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
@@ -969,7 +970,7 @@ module Aws::Kafka
969
970
  # resp.cluster_operation_info_list[0].source_cluster_info.number_of_broker_nodes #=> Integer
970
971
  # resp.cluster_operation_info_list[0].source_cluster_info.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
971
972
  # resp.cluster_operation_info_list[0].source_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
972
- # resp.cluster_operation_info_list[0].source_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER"
973
+ # resp.cluster_operation_info_list[0].source_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
973
974
  # resp.cluster_operation_info_list[0].source_cluster_info.kafka_version #=> String
974
975
  # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
975
976
  # resp.cluster_operation_info_list[0].source_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
@@ -986,7 +987,7 @@ module Aws::Kafka
986
987
  # resp.cluster_operation_info_list[0].target_cluster_info.number_of_broker_nodes #=> Integer
987
988
  # resp.cluster_operation_info_list[0].target_cluster_info.open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
988
989
  # resp.cluster_operation_info_list[0].target_cluster_info.open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
989
- # resp.cluster_operation_info_list[0].target_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER"
990
+ # resp.cluster_operation_info_list[0].target_cluster_info.enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
990
991
  # resp.cluster_operation_info_list[0].target_cluster_info.kafka_version #=> String
991
992
  # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.broker_logs.cloud_watch_logs.enabled #=> Boolean
992
993
  # resp.cluster_operation_info_list[0].target_cluster_info.logging_info.broker_logs.cloud_watch_logs.log_group #=> String
@@ -1060,7 +1061,7 @@ module Aws::Kafka
1060
1061
  # resp.cluster_info_list[0].encryption_info.encryption_at_rest.data_volume_kms_key_id #=> String
1061
1062
  # resp.cluster_info_list[0].encryption_info.encryption_in_transit.client_broker #=> String, one of "TLS", "TLS_PLAINTEXT", "PLAINTEXT"
1062
1063
  # resp.cluster_info_list[0].encryption_info.encryption_in_transit.in_cluster #=> Boolean
1063
- # resp.cluster_info_list[0].enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER"
1064
+ # resp.cluster_info_list[0].enhanced_monitoring #=> String, one of "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION"
1064
1065
  # resp.cluster_info_list[0].number_of_broker_nodes #=> Integer
1065
1066
  # resp.cluster_info_list[0].open_monitoring.prometheus.jmx_exporter.enabled_in_broker #=> Boolean
1066
1067
  # resp.cluster_info_list[0].open_monitoring.prometheus.node_exporter.enabled_in_broker #=> Boolean
@@ -1654,7 +1655,7 @@ module Aws::Kafka
1654
1655
  # resp = client.update_monitoring({
1655
1656
  # cluster_arn: "__string", # required
1656
1657
  # current_version: "__string", # required
1657
- # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER
1658
+ # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
1658
1659
  # open_monitoring: {
1659
1660
  # prometheus: { # required
1660
1661
  # jmx_exporter: {
@@ -1711,7 +1712,7 @@ module Aws::Kafka
1711
1712
  params: params,
1712
1713
  config: config)
1713
1714
  context[:gem_name] = 'aws-sdk-kafka'
1714
- context[:gem_version] = '1.29.0'
1715
+ context[:gem_version] = '1.30.0'
1715
1716
  Seahorse::Client::Request.new(handlers, context)
1716
1717
  end
1717
1718
 
@@ -383,9 +383,10 @@ module Aws::Kafka
383
383
  #
384
384
  # @!attribute [rw] enhanced_monitoring
385
385
  # Specifies which metrics are gathered for the MSK cluster. This
386
- # property has three possible values: DEFAULT, PER\_BROKER, and
387
- # PER\_TOPIC\_PER\_BROKER. For a list of the metrics associated with
388
- # each of these three levels of monitoring, see [Monitoring][1].
386
+ # property has the following possible values: DEFAULT, PER\_BROKER,
387
+ # PER\_TOPIC\_PER\_BROKER, and PER\_TOPIC\_PER\_PARTITION. For a list
388
+ # of the metrics associated with each of these levels of monitoring,
389
+ # see [Monitoring][1].
389
390
  #
390
391
  #
391
392
  #
@@ -713,7 +714,7 @@ module Aws::Kafka
713
714
  # in_cluster: false,
714
715
  # },
715
716
  # },
716
- # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER
717
+ # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
717
718
  # kafka_version: "__stringMin1Max128", # required
718
719
  # logging_info: {
719
720
  # broker_logs: { # required
@@ -771,7 +772,8 @@ module Aws::Kafka
771
772
  #
772
773
  # @!attribute [rw] enhanced_monitoring
773
774
  # Specifies the level of monitoring for the MSK cluster. The possible
774
- # values are DEFAULT, PER\_BROKER, and PER\_TOPIC\_PER\_BROKER.
775
+ # values are DEFAULT, PER\_BROKER, PER\_TOPIC\_PER\_BROKER, and
776
+ # PER\_TOPIC\_PER\_PARTITION.
775
777
  # @return [String]
776
778
  #
777
779
  # @!attribute [rw] kafka_version
@@ -2569,7 +2571,7 @@ module Aws::Kafka
2569
2571
  # {
2570
2572
  # cluster_arn: "__string", # required
2571
2573
  # current_version: "__string", # required
2572
- # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER
2574
+ # enhanced_monitoring: "DEFAULT", # accepts DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, PER_TOPIC_PER_PARTITION
2573
2575
  # open_monitoring: {
2574
2576
  # prometheus: { # required
2575
2577
  # jmx_exporter: {
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.29.0
4
+ version: 1.30.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-10-01 00:00:00.000000000 Z
11
+ date: 2020-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core