@aws-sdk/client-eks 3.817.0 → 3.822.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.
package/dist-cjs/index.js CHANGED
@@ -1001,6 +1001,7 @@ var ConfigStatus = {
1001
1001
  DELETING: "DELETING"
1002
1002
  };
1003
1003
  var Category = {
1004
+ MISCONFIGURATION: "MISCONFIGURATION",
1004
1005
  UPGRADE_READINESS: "UPGRADE_READINESS"
1005
1006
  };
1006
1007
  var InsightStatusValue = {
@@ -471,6 +471,7 @@ export const ConfigStatus = {
471
471
  DELETING: "DELETING",
472
472
  };
473
473
  export const Category = {
474
+ MISCONFIGURATION: "MISCONFIGURATION",
474
475
  UPGRADE_READINESS: "UPGRADE_READINESS",
475
476
  };
476
477
  export const InsightStatusValue = {
@@ -44,7 +44,7 @@ declare const DescribeInsightCommand_base: {
44
44
  * // insight: { // Insight
45
45
  * // id: "STRING_VALUE",
46
46
  * // name: "STRING_VALUE",
47
- * // category: "UPGRADE_READINESS",
47
+ * // category: "UPGRADE_READINESS" || "MISCONFIGURATION",
48
48
  * // kubernetesVersion: "STRING_VALUE",
49
49
  * // lastRefreshTime: new Date("TIMESTAMP"),
50
50
  * // lastTransitionTime: new Date("TIMESTAMP"),
@@ -29,7 +29,21 @@ declare const ListInsightsCommand_base: {
29
29
  /**
30
30
  * <p>Returns a list of all insights checked for against the specified cluster. You can
31
31
  * filter which insights are returned by category, associated Kubernetes version, and
32
- * status.</p>
32
+ * status. The default filter lists all categories and every status.</p>
33
+ * <p>The following lists the available categories:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>
37
+ * <code>UPGRADE_READINESS</code>: Amazon EKS identifies issues that could impact your
38
+ * ability to upgrade to new versions of Kubernetes. These are called upgrade insights.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>MISCONFIGURATION</code>: Amazon EKS identifies misconfiguration in your EKS
43
+ * Hybrid Nodes setup that could impair functionality of your cluster or
44
+ * workloads. These are called configuration insights.</p>
45
+ * </li>
46
+ * </ul>
33
47
  * @example
34
48
  * Use a bare-bones client and the command you need to make an API call.
35
49
  * ```javascript
@@ -40,7 +54,7 @@ declare const ListInsightsCommand_base: {
40
54
  * clusterName: "STRING_VALUE", // required
41
55
  * filter: { // InsightsFilter
42
56
  * categories: [ // CategoryList
43
- * "UPGRADE_READINESS",
57
+ * "UPGRADE_READINESS" || "MISCONFIGURATION",
44
58
  * ],
45
59
  * kubernetesVersions: [ // StringList
46
60
  * "STRING_VALUE",
@@ -59,7 +73,7 @@ declare const ListInsightsCommand_base: {
59
73
  * // { // InsightSummary
60
74
  * // id: "STRING_VALUE",
61
75
  * // name: "STRING_VALUE",
62
- * // category: "UPGRADE_READINESS",
76
+ * // category: "UPGRADE_READINESS" || "MISCONFIGURATION",
63
77
  * // kubernetesVersion: "STRING_VALUE",
64
78
  * // lastRefreshTime: new Date("TIMESTAMP"),
65
79
  * // lastTransitionTime: new Date("TIMESTAMP"),
@@ -4888,6 +4888,7 @@ export interface DescribeInsightRequest {
4888
4888
  * @enum
4889
4889
  */
4890
4890
  export declare const Category: {
4891
+ readonly MISCONFIGURATION: "MISCONFIGURATION";
4891
4892
  readonly UPGRADE_READINESS: "UPGRADE_READINESS";
4892
4893
  };
4893
4894
  /**
@@ -5712,7 +5713,20 @@ export interface ListIdentityProviderConfigsResponse {
5712
5713
  */
5713
5714
  export interface InsightsFilter {
5714
5715
  /**
5715
- * <p>The categories to use to filter insights.</p>
5716
+ * <p>The categories to use to filter insights. The following lists the available categories:</p>
5717
+ * <ul>
5718
+ * <li>
5719
+ * <p>
5720
+ * <code>UPGRADE_READINESS</code>: Amazon EKS identifies issues that could impact your
5721
+ * ability to upgrade to new versions of Kubernetes. These are called upgrade insights.</p>
5722
+ * </li>
5723
+ * <li>
5724
+ * <p>
5725
+ * <code>MISCONFIGURATION</code>: Amazon EKS identifies misconfiguration in your EKS
5726
+ * Hybrid Nodes setup that could impair functionality of your cluster or
5727
+ * workloads. These are called configuration insights.</p>
5728
+ * </li>
5729
+ * </ul>
5716
5730
  * @public
5717
5731
  */
5718
5732
  categories?: Category[] | undefined;
@@ -1133,6 +1133,7 @@ export interface DescribeInsightRequest {
1133
1133
  id: string | undefined;
1134
1134
  }
1135
1135
  export declare const Category: {
1136
+ readonly MISCONFIGURATION: "MISCONFIGURATION";
1136
1137
  readonly UPGRADE_READINESS: "UPGRADE_READINESS";
1137
1138
  };
1138
1139
  export type Category = (typeof Category)[keyof typeof Category];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.817.0",
4
+ "version": "3.822.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-eks",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.816.0",
24
- "@aws-sdk/credential-provider-node": "3.817.0",
25
- "@aws-sdk/middleware-host-header": "3.804.0",
26
- "@aws-sdk/middleware-logger": "3.804.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.804.0",
28
- "@aws-sdk/middleware-user-agent": "3.816.0",
29
- "@aws-sdk/region-config-resolver": "3.808.0",
30
- "@aws-sdk/types": "3.804.0",
31
- "@aws-sdk/util-endpoints": "3.808.0",
32
- "@aws-sdk/util-user-agent-browser": "3.804.0",
33
- "@aws-sdk/util-user-agent-node": "3.816.0",
34
- "@smithy/config-resolver": "^4.1.2",
35
- "@smithy/core": "^3.3.3",
36
- "@smithy/fetch-http-handler": "^5.0.2",
37
- "@smithy/hash-node": "^4.0.2",
38
- "@smithy/invalid-dependency": "^4.0.2",
39
- "@smithy/middleware-content-length": "^4.0.2",
40
- "@smithy/middleware-endpoint": "^4.1.6",
41
- "@smithy/middleware-retry": "^4.1.7",
42
- "@smithy/middleware-serde": "^4.0.5",
43
- "@smithy/middleware-stack": "^4.0.2",
44
- "@smithy/node-config-provider": "^4.1.1",
45
- "@smithy/node-http-handler": "^4.0.4",
46
- "@smithy/protocol-http": "^5.1.0",
47
- "@smithy/smithy-client": "^4.2.6",
48
- "@smithy/types": "^4.2.0",
49
- "@smithy/url-parser": "^4.0.2",
23
+ "@aws-sdk/core": "3.821.0",
24
+ "@aws-sdk/credential-provider-node": "3.821.0",
25
+ "@aws-sdk/middleware-host-header": "3.821.0",
26
+ "@aws-sdk/middleware-logger": "3.821.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
+ "@aws-sdk/middleware-user-agent": "3.821.0",
29
+ "@aws-sdk/region-config-resolver": "3.821.0",
30
+ "@aws-sdk/types": "3.821.0",
31
+ "@aws-sdk/util-endpoints": "3.821.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.821.0",
33
+ "@aws-sdk/util-user-agent-node": "3.821.0",
34
+ "@smithy/config-resolver": "^4.1.4",
35
+ "@smithy/core": "^3.5.1",
36
+ "@smithy/fetch-http-handler": "^5.0.4",
37
+ "@smithy/hash-node": "^4.0.4",
38
+ "@smithy/invalid-dependency": "^4.0.4",
39
+ "@smithy/middleware-content-length": "^4.0.4",
40
+ "@smithy/middleware-endpoint": "^4.1.9",
41
+ "@smithy/middleware-retry": "^4.1.10",
42
+ "@smithy/middleware-serde": "^4.0.8",
43
+ "@smithy/middleware-stack": "^4.0.4",
44
+ "@smithy/node-config-provider": "^4.1.3",
45
+ "@smithy/node-http-handler": "^4.0.6",
46
+ "@smithy/protocol-http": "^5.1.2",
47
+ "@smithy/smithy-client": "^4.4.1",
48
+ "@smithy/types": "^4.3.1",
49
+ "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.14",
54
- "@smithy/util-defaults-mode-node": "^4.0.14",
55
- "@smithy/util-endpoints": "^3.0.4",
56
- "@smithy/util-middleware": "^4.0.2",
57
- "@smithy/util-retry": "^4.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.17",
54
+ "@smithy/util-defaults-mode-node": "^4.0.17",
55
+ "@smithy/util-endpoints": "^3.0.6",
56
+ "@smithy/util-middleware": "^4.0.4",
57
+ "@smithy/util-retry": "^4.0.5",
58
58
  "@smithy/util-utf8": "^4.0.0",
59
- "@smithy/util-waiter": "^4.0.3",
59
+ "@smithy/util-waiter": "^4.0.5",
60
60
  "@types/uuid": "^9.0.1",
61
61
  "tslib": "^2.6.2",
62
62
  "uuid": "^9.0.1"