aws-sdk-kafka 1.64.0 → 1.65.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
  SHA256:
3
- metadata.gz: eca3c32515abff754d369b307085f6cbb2cd8e15d335348326efd7c911d18b42
4
- data.tar.gz: 2369b97234e903eb4084dbabdd96978a94b44ec350d539a27cb87c94dfd8eb52
3
+ metadata.gz: b8853cd9a3113ab6cceac6d4a70e20e63822a98759b23d0dfe2dde42d2bf3c13
4
+ data.tar.gz: 8181d8f207fda691600438e7b41a07f930cc02428c6dde207b761d72a9a47e5d
5
5
  SHA512:
6
- metadata.gz: 2cf838b5bd1fad87a5eb5b7cd724e742525f39baaa057d1216488897cee9bff8e4db7ea3d7fb179da7614ab9cc733afa4ad5dd68d00d56691f3762d50e6cc6c8
7
- data.tar.gz: ec455d1a46d193af9dcf72a8ab5f65e05596af28990ec0bc115655ca17331068d509b066985736ea337dd64de3dd918be2cd4604d80f2ee8fcf9f5302aea8d2a
6
+ metadata.gz: 45e63aec24c8456f6a1d5585b8d5b23f24096ce2f1357c7c6d09d7555880ef869af22d27b89185bbc35d185d469ae50f848c941c3e8953b8cdeb0960a32fb328
7
+ data.tar.gz: '08c4dc19d7e07a23cf38713eb7765bfd9b3a7904655d5d98eca5779aba16cb057f0670cf1683153a2f8e351c6bccb11b4bf20f1005d69fdce64c6538ad18bc66'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2023-11-16)
5
+ ------------------
6
+
7
+ * Feature - Added a new API response field which determines if there is an action required from the customer regarding their cluster.
8
+
4
9
  1.64.0 (2023-10-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.65.0
@@ -1148,6 +1148,7 @@ module Aws::Kafka
1148
1148
  # resp.cluster_info.zookeeper_connect_string #=> String
1149
1149
  # resp.cluster_info.zookeeper_connect_string_tls #=> String
1150
1150
  # resp.cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
1151
+ # resp.cluster_info.customer_action_status #=> String, one of "CRITICAL_ACTION_REQUIRED", "ACTION_RECOMMENDED", "NONE"
1151
1152
  #
1152
1153
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/DescribeCluster AWS API Documentation
1153
1154
  #
@@ -1229,6 +1230,7 @@ module Aws::Kafka
1229
1230
  # resp.cluster_info.provisioned.zookeeper_connect_string #=> String
1230
1231
  # resp.cluster_info.provisioned.zookeeper_connect_string_tls #=> String
1231
1232
  # resp.cluster_info.provisioned.storage_mode #=> String, one of "LOCAL", "TIERED"
1233
+ # resp.cluster_info.provisioned.customer_action_status #=> String, one of "CRITICAL_ACTION_REQUIRED", "ACTION_RECOMMENDED", "NONE"
1232
1234
  # resp.cluster_info.serverless.vpc_configs #=> Array
1233
1235
  # resp.cluster_info.serverless.vpc_configs[0].subnet_ids #=> Array
1234
1236
  # resp.cluster_info.serverless.vpc_configs[0].subnet_ids[0] #=> String
@@ -2029,6 +2031,7 @@ module Aws::Kafka
2029
2031
  # resp.cluster_info_list[0].zookeeper_connect_string #=> String
2030
2032
  # resp.cluster_info_list[0].zookeeper_connect_string_tls #=> String
2031
2033
  # resp.cluster_info_list[0].storage_mode #=> String, one of "LOCAL", "TIERED"
2034
+ # resp.cluster_info_list[0].customer_action_status #=> String, one of "CRITICAL_ACTION_REQUIRED", "ACTION_RECOMMENDED", "NONE"
2032
2035
  # resp.next_token #=> String
2033
2036
  #
2034
2037
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ListClusters AWS API Documentation
@@ -2129,6 +2132,7 @@ module Aws::Kafka
2129
2132
  # resp.cluster_info_list[0].provisioned.zookeeper_connect_string #=> String
2130
2133
  # resp.cluster_info_list[0].provisioned.zookeeper_connect_string_tls #=> String
2131
2134
  # resp.cluster_info_list[0].provisioned.storage_mode #=> String, one of "LOCAL", "TIERED"
2135
+ # resp.cluster_info_list[0].provisioned.customer_action_status #=> String, one of "CRITICAL_ACTION_REQUIRED", "ACTION_RECOMMENDED", "NONE"
2132
2136
  # resp.cluster_info_list[0].serverless.vpc_configs #=> Array
2133
2137
  # resp.cluster_info_list[0].serverless.vpc_configs[0].subnet_ids #=> Array
2134
2138
  # resp.cluster_info_list[0].serverless.vpc_configs[0].subnet_ids[0] #=> String
@@ -3292,7 +3296,7 @@ module Aws::Kafka
3292
3296
  params: params,
3293
3297
  config: config)
3294
3298
  context[:gem_name] = 'aws-sdk-kafka'
3295
- context[:gem_version] = '1.64.0'
3299
+ context[:gem_version] = '1.65.0'
3296
3300
  Seahorse::Client::Request.new(handlers, context)
3297
3301
  end
3298
3302
 
@@ -59,6 +59,7 @@ module Aws::Kafka
59
59
  CreateReplicatorResponse = Shapes::StructureShape.new(name: 'CreateReplicatorResponse')
60
60
  CreateVpcConnectionRequest = Shapes::StructureShape.new(name: 'CreateVpcConnectionRequest')
61
61
  CreateVpcConnectionResponse = Shapes::StructureShape.new(name: 'CreateVpcConnectionResponse')
62
+ CustomerActionStatus = Shapes::StringShape.new(name: 'CustomerActionStatus')
62
63
  DeleteClusterPolicyRequest = Shapes::StructureShape.new(name: 'DeleteClusterPolicyRequest')
63
64
  DeleteClusterPolicyResponse = Shapes::StructureShape.new(name: 'DeleteClusterPolicyResponse')
64
65
  DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
@@ -368,6 +369,7 @@ module Aws::Kafka
368
369
  ClusterInfo.add_member(:zookeeper_connect_string, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectString"))
369
370
  ClusterInfo.add_member(:zookeeper_connect_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectStringTls"))
370
371
  ClusterInfo.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
372
+ ClusterInfo.add_member(:customer_action_status, Shapes::ShapeRef.new(shape: CustomerActionStatus, location_name: "customerActionStatus"))
371
373
  ClusterInfo.struct_class = Types::ClusterInfo
372
374
 
373
375
  ClusterOperationInfo.add_member(:client_request_id, Shapes::ShapeRef.new(shape: __string, location_name: "clientRequestId"))
@@ -916,6 +918,7 @@ module Aws::Kafka
916
918
  Provisioned.add_member(:zookeeper_connect_string, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectString"))
917
919
  Provisioned.add_member(:zookeeper_connect_string_tls, Shapes::ShapeRef.new(shape: __string, location_name: "zookeeperConnectStringTls"))
918
920
  Provisioned.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
921
+ Provisioned.add_member(:customer_action_status, Shapes::ShapeRef.new(shape: CustomerActionStatus, location_name: "customerActionStatus"))
919
922
  Provisioned.struct_class = Types::Provisioned
920
923
 
921
924
  ProvisionedRequest.add_member(:broker_node_group_info, Shapes::ShapeRef.new(shape: BrokerNodeGroupInfo, required: true, location_name: "brokerNodeGroupInfo"))
@@ -404,6 +404,10 @@ module Aws::Kafka
404
404
  # This controls storage mode for supported storage tiers.
405
405
  # @return [String]
406
406
  #
407
+ # @!attribute [rw] customer_action_status
408
+ # Determines if there is an action required from the customer.
409
+ # @return [String]
410
+ #
407
411
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ClusterInfo AWS API Documentation
408
412
  #
409
413
  class ClusterInfo < Struct.new(
@@ -425,7 +429,8 @@ module Aws::Kafka
425
429
  :tags,
426
430
  :zookeeper_connect_string,
427
431
  :zookeeper_connect_string_tls,
428
- :storage_mode)
432
+ :storage_mode,
433
+ :customer_action_status)
429
434
  SENSITIVE = []
430
435
  include Aws::Structure
431
436
  end
@@ -2683,6 +2688,10 @@ module Aws::Kafka
2683
2688
  # This controls storage mode for supported storage tiers.
2684
2689
  # @return [String]
2685
2690
  #
2691
+ # @!attribute [rw] customer_action_status
2692
+ # Determines if there is an action required from the customer.
2693
+ # @return [String]
2694
+ #
2686
2695
  # @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/Provisioned AWS API Documentation
2687
2696
  #
2688
2697
  class Provisioned < Struct.new(
@@ -2696,7 +2705,8 @@ module Aws::Kafka
2696
2705
  :number_of_broker_nodes,
2697
2706
  :zookeeper_connect_string,
2698
2707
  :zookeeper_connect_string_tls,
2699
- :storage_mode)
2708
+ :storage_mode,
2709
+ :customer_action_status)
2700
2710
  SENSITIVE = []
2701
2711
  include Aws::Structure
2702
2712
  end
data/lib/aws-sdk-kafka.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-kafka/customizations'
52
52
  # @!group service
53
53
  module Aws::Kafka
54
54
 
55
- GEM_VERSION = '1.64.0'
55
+ GEM_VERSION = '1.65.0'
56
56
 
57
57
  end
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.64.0
4
+ version: 1.65.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: 2023-10-17 00:00:00.000000000 Z
11
+ date: 2023-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core