aws-sdk-eks 1.137.0 → 1.138.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: e68c21938171b4d51693cffcc5b49738e49d142c3045d808fcec54de7669c77f
4
- data.tar.gz: dd5bbf6f71c6561cc10e78fe64a8a5d0a074a1f94c41b5cba61b499e0caffab2
3
+ metadata.gz: a839b4da440cd4aff716ff553d4dc8185ad4475ccc1d2c3bd15cb1f9d8203d3d
4
+ data.tar.gz: b6ecfc2a337511c20c601da1066e1f4cf40d7c6b5770e452b5b9d0653dee3d62
5
5
  SHA512:
6
- metadata.gz: 759362c63fcd82b61fb043b1c7186c29ecdb1c4226ca99f54c3bd785c7f8b0d6675f81114e997dea17d700e7209e231ba54b5bc6d18b358ee7dd819263801dcc
7
- data.tar.gz: a363c5b42ef03e04ab4ea176d588c206173796fd2d92c44be6aebc6365a3bd5a96ddd2bce2a70da30fcff6983fd67f9462fb52037b07c6b8429f77c50ecba2d4
6
+ metadata.gz: 1e5b1f7218ff939f712867e558028f5c0af3b9b5ae3159d9f496872e92e5b51583ee34ac8e9c20e9e8d0b8ccab5f66b4375df40d3a93b00bf8aef06af9428741
7
+ data.tar.gz: 3b7ca320fe01ceccb78a530b9e1bc0dba074f0ab09b8bb0af42ac57a2826b0ba2d17a46e924b89c2ae6c7509ac2268e18cbbe1d797b9ec36f4467d0f6268d885
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.138.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Add support for filtering ListInsights API calls on MISCONFIGURATION insight category
8
+
4
9
  1.137.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.137.0
1
+ 1.138.0
@@ -3262,7 +3262,7 @@ module Aws::EKS
3262
3262
  #
3263
3263
  # resp.insight.id #=> String
3264
3264
  # resp.insight.name #=> String
3265
- # resp.insight.category #=> String, one of "UPGRADE_READINESS"
3265
+ # resp.insight.category #=> String, one of "UPGRADE_READINESS", "MISCONFIGURATION"
3266
3266
  # resp.insight.kubernetes_version #=> String
3267
3267
  # resp.insight.last_refresh_time #=> Time
3268
3268
  # resp.insight.last_transition_time #=> Time
@@ -4096,7 +4096,18 @@ module Aws::EKS
4096
4096
 
4097
4097
  # Returns a list of all insights checked for against the specified
4098
4098
  # cluster. You can filter which insights are returned by category,
4099
- # associated Kubernetes version, and status.
4099
+ # associated Kubernetes version, and status. The default filter lists
4100
+ # all categories and every status.
4101
+ #
4102
+ # The following lists the available categories:
4103
+ #
4104
+ # * `UPGRADE_READINESS`: Amazon EKS identifies issues that could impact
4105
+ # your ability to upgrade to new versions of Kubernetes. These are
4106
+ # called upgrade insights.
4107
+ #
4108
+ # * `MISCONFIGURATION`: Amazon EKS identifies misconfiguration in your
4109
+ # EKS Hybrid Nodes setup that could impair functionality of your
4110
+ # cluster or workloads. These are called configuration insights.
4100
4111
  #
4101
4112
  # @option params [required, String] :cluster_name
4102
4113
  # The name of the Amazon EKS cluster associated with the insights.
@@ -4135,7 +4146,7 @@ module Aws::EKS
4135
4146
  # resp = client.list_insights({
4136
4147
  # cluster_name: "String", # required
4137
4148
  # filter: {
4138
- # categories: ["UPGRADE_READINESS"], # accepts UPGRADE_READINESS
4149
+ # categories: ["UPGRADE_READINESS"], # accepts UPGRADE_READINESS, MISCONFIGURATION
4139
4150
  # kubernetes_versions: ["String"],
4140
4151
  # statuses: ["PASSING"], # accepts PASSING, WARNING, ERROR, UNKNOWN
4141
4152
  # },
@@ -4148,7 +4159,7 @@ module Aws::EKS
4148
4159
  # resp.insights #=> Array
4149
4160
  # resp.insights[0].id #=> String
4150
4161
  # resp.insights[0].name #=> String
4151
- # resp.insights[0].category #=> String, one of "UPGRADE_READINESS"
4162
+ # resp.insights[0].category #=> String, one of "UPGRADE_READINESS", "MISCONFIGURATION"
4152
4163
  # resp.insights[0].kubernetes_version #=> String
4153
4164
  # resp.insights[0].last_refresh_time #=> Time
4154
4165
  # resp.insights[0].last_transition_time #=> Time
@@ -5529,7 +5540,7 @@ module Aws::EKS
5529
5540
  tracer: tracer
5530
5541
  )
5531
5542
  context[:gem_name] = 'aws-sdk-eks'
5532
- context[:gem_version] = '1.137.0'
5543
+ context[:gem_version] = '1.138.0'
5533
5544
  Seahorse::Client::Request.new(handlers, context)
5534
5545
  end
5535
5546
 
@@ -3699,7 +3699,16 @@ module Aws::EKS
3699
3699
  # The criteria to use for the insights.
3700
3700
  #
3701
3701
  # @!attribute [rw] categories
3702
- # The categories to use to filter insights.
3702
+ # The categories to use to filter insights. The following lists the
3703
+ # available categories:
3704
+ #
3705
+ # * `UPGRADE_READINESS`: Amazon EKS identifies issues that could
3706
+ # impact your ability to upgrade to new versions of Kubernetes.
3707
+ # These are called upgrade insights.
3708
+ #
3709
+ # * `MISCONFIGURATION`: Amazon EKS identifies misconfiguration in your
3710
+ # EKS Hybrid Nodes setup that could impair functionality of your
3711
+ # cluster or workloads. These are called configuration insights.
3703
3712
  # @return [Array<String>]
3704
3713
  #
3705
3714
  # @!attribute [rw] kubernetes_versions
data/lib/aws-sdk-eks.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::EKS
55
55
  autoload :EndpointProvider, 'aws-sdk-eks/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-eks/endpoints'
57
57
 
58
- GEM_VERSION = '1.137.0'
58
+ GEM_VERSION = '1.138.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -755,7 +755,7 @@ module Aws
755
755
  def list_insights: (
756
756
  cluster_name: ::String,
757
757
  ?filter: {
758
- categories: Array[("UPGRADE_READINESS")]?,
758
+ categories: Array[("UPGRADE_READINESS" | "MISCONFIGURATION")]?,
759
759
  kubernetes_versions: Array[::String]?,
760
760
  statuses: Array[("PASSING" | "WARNING" | "ERROR" | "UNKNOWN")]?
761
761
  },
data/sig/types.rbs CHANGED
@@ -807,7 +807,7 @@ module Aws::EKS
807
807
  class Insight
808
808
  attr_accessor id: ::String
809
809
  attr_accessor name: ::String
810
- attr_accessor category: ("UPGRADE_READINESS")
810
+ attr_accessor category: ("UPGRADE_READINESS" | "MISCONFIGURATION")
811
811
  attr_accessor kubernetes_version: ::String
812
812
  attr_accessor last_refresh_time: ::Time
813
813
  attr_accessor last_transition_time: ::Time
@@ -842,7 +842,7 @@ module Aws::EKS
842
842
  class InsightSummary
843
843
  attr_accessor id: ::String
844
844
  attr_accessor name: ::String
845
- attr_accessor category: ("UPGRADE_READINESS")
845
+ attr_accessor category: ("UPGRADE_READINESS" | "MISCONFIGURATION")
846
846
  attr_accessor kubernetes_version: ::String
847
847
  attr_accessor last_refresh_time: ::Time
848
848
  attr_accessor last_transition_time: ::Time
@@ -852,7 +852,7 @@ module Aws::EKS
852
852
  end
853
853
 
854
854
  class InsightsFilter
855
- attr_accessor categories: ::Array[("UPGRADE_READINESS")]
855
+ attr_accessor categories: ::Array[("UPGRADE_READINESS" | "MISCONFIGURATION")]
856
856
  attr_accessor kubernetes_versions: ::Array[::String]
857
857
  attr_accessor statuses: ::Array[("PASSING" | "WARNING" | "ERROR" | "UNKNOWN")]
858
858
  SENSITIVE: []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.137.0
4
+ version: 1.138.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="