@aws-sdk/client-eks 3.714.0 → 3.717.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
@@ -2918,6 +2918,7 @@ var de_Insight = /* @__PURE__ */ __name((output, context) => {
2918
2918
  }, "de_Insight");
2919
2919
  var de_InsightCategorySpecificSummary = /* @__PURE__ */ __name((output, context) => {
2920
2920
  return (0, import_smithy_client.take)(output, {
2921
+ addonCompatibilityDetails: import_smithy_client._json,
2921
2922
  deprecationDetails: (_) => de_DeprecationDetails(_, context)
2922
2923
  });
2923
2924
  }, "de_InsightCategorySpecificSummary");
@@ -2027,6 +2027,7 @@ const de_Insight = (output, context) => {
2027
2027
  };
2028
2028
  const de_InsightCategorySpecificSummary = (output, context) => {
2029
2029
  return take(output, {
2030
+ addonCompatibilityDetails: _json,
2030
2031
  deprecationDetails: (_) => de_DeprecationDetails(_, context),
2031
2032
  });
2032
2033
  };
@@ -83,6 +83,14 @@ declare const DescribeInsightCommand_base: {
83
83
  * // ],
84
84
  * // },
85
85
  * // ],
86
+ * // addonCompatibilityDetails: [ // AddonCompatibilityDetails
87
+ * // { // AddonCompatibilityDetail
88
+ * // name: "STRING_VALUE",
89
+ * // compatibleVersions: [ // StringList
90
+ * // "STRING_VALUE",
91
+ * // ],
92
+ * // },
93
+ * // ],
86
94
  * // },
87
95
  * // },
88
96
  * // };
@@ -341,6 +341,23 @@ export interface Addon {
341
341
  */
342
342
  podIdentityAssociations?: string[] | undefined;
343
343
  }
344
+ /**
345
+ * <p>The summary information about the Amazon EKS add-on compatibility for the next Kubernetes
346
+ * version for an insight check in the <code>UPGRADE_READINESS</code> category.</p>
347
+ * @public
348
+ */
349
+ export interface AddonCompatibilityDetail {
350
+ /**
351
+ * <p>The name of the Amazon EKS add-on.</p>
352
+ * @public
353
+ */
354
+ name?: string | undefined;
355
+ /**
356
+ * <p>The list of compatible Amazon EKS add-on versions for the next Kubernetes version.</p>
357
+ * @public
358
+ */
359
+ compatibleVersions?: string[] | undefined;
360
+ }
344
361
  /**
345
362
  * <p>Compatibility information.</p>
346
363
  * @public
@@ -4655,6 +4672,11 @@ export interface InsightCategorySpecificSummary {
4655
4672
  * @public
4656
4673
  */
4657
4674
  deprecationDetails?: DeprecationDetail[] | undefined;
4675
+ /**
4676
+ * <p>A list of <code>AddonCompatibilityDetail</code> objects for Amazon EKS add-ons.</p>
4677
+ * @public
4678
+ */
4679
+ addonCompatibilityDetails?: AddonCompatibilityDetail[] | undefined;
4658
4680
  }
4659
4681
  /**
4660
4682
  * @public
@@ -97,6 +97,10 @@ export interface Addon {
97
97
  configurationValues?: string | undefined;
98
98
  podIdentityAssociations?: string[] | undefined;
99
99
  }
100
+ export interface AddonCompatibilityDetail {
101
+ name?: string | undefined;
102
+ compatibleVersions?: string[] | undefined;
103
+ }
100
104
  export interface Compatibility {
101
105
  clusterVersion?: string | undefined;
102
106
  platformVersions?: string[] | undefined;
@@ -1081,6 +1085,7 @@ export interface DeprecationDetail {
1081
1085
  }
1082
1086
  export interface InsightCategorySpecificSummary {
1083
1087
  deprecationDetails?: DeprecationDetail[] | undefined;
1088
+ addonCompatibilityDetails?: AddonCompatibilityDetail[] | undefined;
1084
1089
  }
1085
1090
  export declare const InsightStatusValue: {
1086
1091
  readonly ERROR: "ERROR";
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.714.0",
4
+ "version": "3.717.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,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.714.0",
24
- "@aws-sdk/client-sts": "3.714.0",
25
- "@aws-sdk/core": "3.714.0",
26
- "@aws-sdk/credential-provider-node": "3.714.0",
23
+ "@aws-sdk/client-sso-oidc": "3.716.0",
24
+ "@aws-sdk/client-sts": "3.716.0",
25
+ "@aws-sdk/core": "3.716.0",
26
+ "@aws-sdk/credential-provider-node": "3.716.0",
27
27
  "@aws-sdk/middleware-host-header": "3.714.0",
28
28
  "@aws-sdk/middleware-logger": "3.714.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.714.0",
30
+ "@aws-sdk/middleware-user-agent": "3.716.0",
31
31
  "@aws-sdk/region-config-resolver": "3.714.0",
32
32
  "@aws-sdk/types": "3.714.0",
33
33
  "@aws-sdk/util-endpoints": "3.714.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.714.0",
35
+ "@aws-sdk/util-user-agent-node": "3.716.0",
36
36
  "@smithy/config-resolver": "^3.0.13",
37
37
  "@smithy/core": "^2.5.5",
38
38
  "@smithy/fetch-http-handler": "^4.1.2",
39
39
  "@smithy/hash-node": "^3.0.11",
40
40
  "@smithy/invalid-dependency": "^3.0.11",
41
41
  "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.5",
43
- "@smithy/middleware-retry": "^3.0.30",
42
+ "@smithy/middleware-endpoint": "^3.2.6",
43
+ "@smithy/middleware-retry": "^3.0.31",
44
44
  "@smithy/middleware-serde": "^3.0.11",
45
45
  "@smithy/middleware-stack": "^3.0.11",
46
46
  "@smithy/node-config-provider": "^3.1.12",
47
47
  "@smithy/node-http-handler": "^3.3.2",
48
48
  "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.0",
49
+ "@smithy/smithy-client": "^3.5.1",
50
50
  "@smithy/types": "^3.7.2",
51
51
  "@smithy/url-parser": "^3.0.11",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.30",
56
- "@smithy/util-defaults-mode-node": "^3.0.30",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.31",
56
+ "@smithy/util-defaults-mode-node": "^3.0.31",
57
57
  "@smithy/util-endpoints": "^2.1.7",
58
58
  "@smithy/util-middleware": "^3.0.11",
59
59
  "@smithy/util-retry": "^3.0.11",