@aws-sdk/client-eks 3.716.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.
|
|
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",
|