@aws-sdk/client-eks 3.1116.0 → 3.1118.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 +44 -7
- package/dist-es/schemas/schemas_0.js +38 -6
- package/dist-types/commands/CreateClusterCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterClusterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterVersionsCommand.d.ts +18 -0
- package/dist-types/commands/RegisterClusterCommand.d.ts +3 -0
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +80 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1117.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -616,12 +616,14 @@ const _HPACCR = "HorizontalPodAutoscalerControllerConfigRequest";
|
|
|
616
616
|
const _HPACCRo = "HorizontalPodAutoscalerControllerConfigResponse";
|
|
617
617
|
const _HPACVC = "HorizontalPodAutoscalerControllerVersionConfig";
|
|
618
618
|
const _I = "Identity";
|
|
619
|
+
const _IC = "IntegerConstraints";
|
|
619
620
|
const _ICSS = "InsightCategorySpecificSummary";
|
|
620
621
|
const _IF = "InsightsFilter";
|
|
621
622
|
const _IL = "IssueList";
|
|
622
623
|
const _IPC = "IdentityProviderConfig";
|
|
623
624
|
const _IPCR = "IdentityProviderConfigResponse";
|
|
624
625
|
const _IPCd = "IdentityProviderConfigs";
|
|
626
|
+
const _IPCn = "IntegerParameterConfig";
|
|
625
627
|
const _IPE = "InvalidParameterException";
|
|
626
628
|
const _IRC = "IntegerRangeConstraint";
|
|
627
629
|
const _IRD = "InsightResourceDetail";
|
|
@@ -713,6 +715,9 @@ const _OIDC = "OIDC";
|
|
|
713
715
|
const _OIPC = "OidcIdentityProviderConfig";
|
|
714
716
|
const _OIPCR = "OidcIdentityProviderConfigRequest";
|
|
715
717
|
const _P = "Provider";
|
|
718
|
+
const _PGCCR = "PodGcControllerConfigRequest";
|
|
719
|
+
const _PGCCRo = "PodGcControllerConfigResponse";
|
|
720
|
+
const _PGCVC = "PodGcControllerVersionConfig";
|
|
716
721
|
const _PIA = "PodIdentityAssociation";
|
|
717
722
|
const _PIAS = "PodIdentityAssociationSummary";
|
|
718
723
|
const _PIASo = "PodIdentityAssociationSummaries";
|
|
@@ -1035,6 +1040,7 @@ const _pA = "principalArn";
|
|
|
1035
1040
|
const _pAC = "publicAccessCidrs";
|
|
1036
1041
|
const _pAo = "policyArn";
|
|
1037
1042
|
const _pERA = "podExecutionRoleArn";
|
|
1043
|
+
const _pGCC = "podGcControllerConfig";
|
|
1038
1044
|
const _pI = "productId";
|
|
1039
1045
|
const _pIA = "podIdentityAssociations";
|
|
1040
1046
|
const _pIC = "podIdentityConfiguration";
|
|
@@ -1110,6 +1116,7 @@ const _tK = "tagKeys";
|
|
|
1110
1116
|
const _tL = "taintsList";
|
|
1111
1117
|
const _tM = "timeoutMinutes";
|
|
1112
1118
|
const _tN = "tierName";
|
|
1119
|
+
const _tPGT = "terminatedPodGcThreshold";
|
|
1113
1120
|
const _tRA = "targetRoleArn";
|
|
1114
1121
|
const _ta = "taints";
|
|
1115
1122
|
const _te = "term";
|
|
@@ -2058,6 +2065,16 @@ var InsightSummary$ = [3, n0, _ISn,
|
|
|
2058
2065
|
[_i, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
|
|
2059
2066
|
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
|
|
2060
2067
|
];
|
|
2068
|
+
var IntegerConstraints$ = [3, n0, _IC,
|
|
2069
|
+
0,
|
|
2070
|
+
[_mi, _ma],
|
|
2071
|
+
[1, 1]
|
|
2072
|
+
];
|
|
2073
|
+
var IntegerParameterConfig$ = [3, n0, _IPCn,
|
|
2074
|
+
0,
|
|
2075
|
+
[_dVe, _cons],
|
|
2076
|
+
[1, () => IntegerConstraints$]
|
|
2077
|
+
];
|
|
2061
2078
|
var IntegerRangeConstraint$ = [3, n0, _IRC,
|
|
2062
2079
|
0,
|
|
2063
2080
|
[_mi, _ma],
|
|
@@ -2085,18 +2102,18 @@ var KubeApiServerVersionConfig$ = [3, n0, _KASVC,
|
|
|
2085
2102
|
];
|
|
2086
2103
|
var KubeControllerManagerConfigRequest$ = [3, n0, _KCMCR,
|
|
2087
2104
|
0,
|
|
2088
|
-
[_hPACC],
|
|
2089
|
-
[() => HorizontalPodAutoscalerControllerConfigRequest$]
|
|
2105
|
+
[_pGCC, _hPACC],
|
|
2106
|
+
[() => PodGcControllerConfigRequest$, () => HorizontalPodAutoscalerControllerConfigRequest$]
|
|
2090
2107
|
];
|
|
2091
2108
|
var KubeControllerManagerConfigResponse$ = [3, n0, _KCMCRu,
|
|
2092
2109
|
0,
|
|
2093
|
-
[_hPACC],
|
|
2094
|
-
[() => HorizontalPodAutoscalerControllerConfigResponse$]
|
|
2110
|
+
[_pGCC, _hPACC],
|
|
2111
|
+
[() => PodGcControllerConfigResponse$, () => HorizontalPodAutoscalerControllerConfigResponse$]
|
|
2095
2112
|
];
|
|
2096
2113
|
var KubeControllerManagerVersionConfig$ = [3, n0, _KCMVC,
|
|
2097
2114
|
0,
|
|
2098
|
-
[_hPACC],
|
|
2099
|
-
[() => HorizontalPodAutoscalerControllerVersionConfig$]
|
|
2115
|
+
[_pGCC, _hPACC],
|
|
2116
|
+
[() => PodGcControllerVersionConfig$, () => HorizontalPodAutoscalerControllerVersionConfig$]
|
|
2100
2117
|
];
|
|
2101
2118
|
var KubernetesNetworkConfigRequest$ = [3, n0, _KNCR,
|
|
2102
2119
|
0,
|
|
@@ -2368,6 +2385,21 @@ var OutpostConfigResponse$ = [3, n0, _OCRu,
|
|
|
2368
2385
|
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
2369
2386
|
[64 | 0, 0, () => ControlPlanePlacementResponse$, 0, () => EtcdPlacementResponse$], 2
|
|
2370
2387
|
];
|
|
2388
|
+
var PodGcControllerConfigRequest$ = [3, n0, _PGCCR,
|
|
2389
|
+
0,
|
|
2390
|
+
[_tPGT],
|
|
2391
|
+
[1]
|
|
2392
|
+
];
|
|
2393
|
+
var PodGcControllerConfigResponse$ = [3, n0, _PGCCRo,
|
|
2394
|
+
0,
|
|
2395
|
+
[_tPGT],
|
|
2396
|
+
[1]
|
|
2397
|
+
];
|
|
2398
|
+
var PodGcControllerVersionConfig$ = [3, n0, _PGCVC,
|
|
2399
|
+
0,
|
|
2400
|
+
[_tPGT],
|
|
2401
|
+
[() => IntegerParameterConfig$]
|
|
2402
|
+
];
|
|
2371
2403
|
var PodIdentityAssociation$ = [3, n0, _PIA,
|
|
2372
2404
|
0,
|
|
2373
2405
|
[_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI, _po],
|
|
@@ -4590,6 +4622,8 @@ exports.InsightStatusValue = InsightStatusValue;
|
|
|
4590
4622
|
exports.InsightSummary$ = InsightSummary$;
|
|
4591
4623
|
exports.InsightsFilter$ = InsightsFilter$;
|
|
4592
4624
|
exports.InsightsRefreshStatus = InsightsRefreshStatus;
|
|
4625
|
+
exports.IntegerConstraints$ = IntegerConstraints$;
|
|
4626
|
+
exports.IntegerParameterConfig$ = IntegerParameterConfig$;
|
|
4593
4627
|
exports.IntegerRangeConstraint$ = IntegerRangeConstraint$;
|
|
4594
4628
|
exports.InvalidParameterException = InvalidParameterException;
|
|
4595
4629
|
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
@@ -4695,6 +4729,9 @@ exports.OidcIdentityProviderConfig$ = OidcIdentityProviderConfig$;
|
|
|
4695
4729
|
exports.OidcIdentityProviderConfigRequest$ = OidcIdentityProviderConfigRequest$;
|
|
4696
4730
|
exports.OutpostConfigRequest$ = OutpostConfigRequest$;
|
|
4697
4731
|
exports.OutpostConfigResponse$ = OutpostConfigResponse$;
|
|
4732
|
+
exports.PodGcControllerConfigRequest$ = PodGcControllerConfigRequest$;
|
|
4733
|
+
exports.PodGcControllerConfigResponse$ = PodGcControllerConfigResponse$;
|
|
4734
|
+
exports.PodGcControllerVersionConfig$ = PodGcControllerVersionConfig$;
|
|
4698
4735
|
exports.PodIdentityAssociation$ = PodIdentityAssociation$;
|
|
4699
4736
|
exports.PodIdentityAssociationSummary$ = PodIdentityAssociationSummary$;
|
|
4700
4737
|
exports.PortRangeConstraints$ = PortRangeConstraints$;
|
|
@@ -223,12 +223,14 @@ const _HPACCR = "HorizontalPodAutoscalerControllerConfigRequest";
|
|
|
223
223
|
const _HPACCRo = "HorizontalPodAutoscalerControllerConfigResponse";
|
|
224
224
|
const _HPACVC = "HorizontalPodAutoscalerControllerVersionConfig";
|
|
225
225
|
const _I = "Identity";
|
|
226
|
+
const _IC = "IntegerConstraints";
|
|
226
227
|
const _ICSS = "InsightCategorySpecificSummary";
|
|
227
228
|
const _IF = "InsightsFilter";
|
|
228
229
|
const _IL = "IssueList";
|
|
229
230
|
const _IPC = "IdentityProviderConfig";
|
|
230
231
|
const _IPCR = "IdentityProviderConfigResponse";
|
|
231
232
|
const _IPCd = "IdentityProviderConfigs";
|
|
233
|
+
const _IPCn = "IntegerParameterConfig";
|
|
232
234
|
const _IPE = "InvalidParameterException";
|
|
233
235
|
const _IRC = "IntegerRangeConstraint";
|
|
234
236
|
const _IRD = "InsightResourceDetail";
|
|
@@ -320,6 +322,9 @@ const _OIDC = "OIDC";
|
|
|
320
322
|
const _OIPC = "OidcIdentityProviderConfig";
|
|
321
323
|
const _OIPCR = "OidcIdentityProviderConfigRequest";
|
|
322
324
|
const _P = "Provider";
|
|
325
|
+
const _PGCCR = "PodGcControllerConfigRequest";
|
|
326
|
+
const _PGCCRo = "PodGcControllerConfigResponse";
|
|
327
|
+
const _PGCVC = "PodGcControllerVersionConfig";
|
|
323
328
|
const _PIA = "PodIdentityAssociation";
|
|
324
329
|
const _PIAS = "PodIdentityAssociationSummary";
|
|
325
330
|
const _PIASo = "PodIdentityAssociationSummaries";
|
|
@@ -642,6 +647,7 @@ const _pA = "principalArn";
|
|
|
642
647
|
const _pAC = "publicAccessCidrs";
|
|
643
648
|
const _pAo = "policyArn";
|
|
644
649
|
const _pERA = "podExecutionRoleArn";
|
|
650
|
+
const _pGCC = "podGcControllerConfig";
|
|
645
651
|
const _pI = "productId";
|
|
646
652
|
const _pIA = "podIdentityAssociations";
|
|
647
653
|
const _pIC = "podIdentityConfiguration";
|
|
@@ -717,6 +723,7 @@ const _tK = "tagKeys";
|
|
|
717
723
|
const _tL = "taintsList";
|
|
718
724
|
const _tM = "timeoutMinutes";
|
|
719
725
|
const _tN = "tierName";
|
|
726
|
+
const _tPGT = "terminatedPodGcThreshold";
|
|
720
727
|
const _tRA = "targetRoleArn";
|
|
721
728
|
const _ta = "taints";
|
|
722
729
|
const _te = "term";
|
|
@@ -1668,6 +1675,16 @@ export var InsightSummary$ = [3, n0, _ISn,
|
|
|
1668
1675
|
[_i, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
|
|
1669
1676
|
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
|
|
1670
1677
|
];
|
|
1678
|
+
export var IntegerConstraints$ = [3, n0, _IC,
|
|
1679
|
+
0,
|
|
1680
|
+
[_mi, _ma],
|
|
1681
|
+
[1, 1]
|
|
1682
|
+
];
|
|
1683
|
+
export var IntegerParameterConfig$ = [3, n0, _IPCn,
|
|
1684
|
+
0,
|
|
1685
|
+
[_dVe, _cons],
|
|
1686
|
+
[1, () => IntegerConstraints$]
|
|
1687
|
+
];
|
|
1671
1688
|
export var IntegerRangeConstraint$ = [3, n0, _IRC,
|
|
1672
1689
|
0,
|
|
1673
1690
|
[_mi, _ma],
|
|
@@ -1695,18 +1712,18 @@ export var KubeApiServerVersionConfig$ = [3, n0, _KASVC,
|
|
|
1695
1712
|
];
|
|
1696
1713
|
export var KubeControllerManagerConfigRequest$ = [3, n0, _KCMCR,
|
|
1697
1714
|
0,
|
|
1698
|
-
[_hPACC],
|
|
1699
|
-
[() => HorizontalPodAutoscalerControllerConfigRequest$]
|
|
1715
|
+
[_pGCC, _hPACC],
|
|
1716
|
+
[() => PodGcControllerConfigRequest$, () => HorizontalPodAutoscalerControllerConfigRequest$]
|
|
1700
1717
|
];
|
|
1701
1718
|
export var KubeControllerManagerConfigResponse$ = [3, n0, _KCMCRu,
|
|
1702
1719
|
0,
|
|
1703
|
-
[_hPACC],
|
|
1704
|
-
[() => HorizontalPodAutoscalerControllerConfigResponse$]
|
|
1720
|
+
[_pGCC, _hPACC],
|
|
1721
|
+
[() => PodGcControllerConfigResponse$, () => HorizontalPodAutoscalerControllerConfigResponse$]
|
|
1705
1722
|
];
|
|
1706
1723
|
export var KubeControllerManagerVersionConfig$ = [3, n0, _KCMVC,
|
|
1707
1724
|
0,
|
|
1708
|
-
[_hPACC],
|
|
1709
|
-
[() => HorizontalPodAutoscalerControllerVersionConfig$]
|
|
1725
|
+
[_pGCC, _hPACC],
|
|
1726
|
+
[() => PodGcControllerVersionConfig$, () => HorizontalPodAutoscalerControllerVersionConfig$]
|
|
1710
1727
|
];
|
|
1711
1728
|
export var KubernetesNetworkConfigRequest$ = [3, n0, _KNCR,
|
|
1712
1729
|
0,
|
|
@@ -1978,6 +1995,21 @@ export var OutpostConfigResponse$ = [3, n0, _OCRu,
|
|
|
1978
1995
|
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
1979
1996
|
[64 | 0, 0, () => ControlPlanePlacementResponse$, 0, () => EtcdPlacementResponse$], 2
|
|
1980
1997
|
];
|
|
1998
|
+
export var PodGcControllerConfigRequest$ = [3, n0, _PGCCR,
|
|
1999
|
+
0,
|
|
2000
|
+
[_tPGT],
|
|
2001
|
+
[1]
|
|
2002
|
+
];
|
|
2003
|
+
export var PodGcControllerConfigResponse$ = [3, n0, _PGCCRo,
|
|
2004
|
+
0,
|
|
2005
|
+
[_tPGT],
|
|
2006
|
+
[1]
|
|
2007
|
+
];
|
|
2008
|
+
export var PodGcControllerVersionConfig$ = [3, n0, _PGCVC,
|
|
2009
|
+
0,
|
|
2010
|
+
[_tPGT],
|
|
2011
|
+
[() => IntegerParameterConfig$]
|
|
2012
|
+
];
|
|
1981
2013
|
export var PodIdentityAssociation$ = [3, n0, _PIA,
|
|
1982
2014
|
0,
|
|
1983
2015
|
[_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI, _po],
|
|
@@ -192,6 +192,9 @@ declare const CreateClusterCommand_base: {
|
|
|
192
192
|
* },
|
|
193
193
|
* },
|
|
194
194
|
* kubeControllerManagerConfig: { // KubeControllerManagerConfigRequest
|
|
195
|
+
* podGcControllerConfig: { // PodGcControllerConfigRequest
|
|
196
|
+
* terminatedPodGcThreshold: Number("int"),
|
|
197
|
+
* },
|
|
195
198
|
* horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerConfigRequest
|
|
196
199
|
* horizontalPodAutoscalerSyncPeriod: "STRING_VALUE",
|
|
197
200
|
* },
|
|
@@ -355,6 +358,9 @@ declare const CreateClusterCommand_base: {
|
|
|
355
358
|
* // },
|
|
356
359
|
* // },
|
|
357
360
|
* // kubeControllerManagerConfig: { // KubeControllerManagerConfigResponse
|
|
361
|
+
* // podGcControllerConfig: { // PodGcControllerConfigResponse
|
|
362
|
+
* // terminatedPodGcThreshold: Number("int"),
|
|
363
|
+
* // },
|
|
358
364
|
* // horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerConfigResponse
|
|
359
365
|
* // horizontalPodAutoscalerSyncPeriod: "STRING_VALUE",
|
|
360
366
|
* // },
|
|
@@ -202,6 +202,9 @@ declare const DeleteClusterCommand_base: {
|
|
|
202
202
|
* // },
|
|
203
203
|
* // },
|
|
204
204
|
* // kubeControllerManagerConfig: { // KubeControllerManagerConfigResponse
|
|
205
|
+
* // podGcControllerConfig: { // PodGcControllerConfigResponse
|
|
206
|
+
* // terminatedPodGcThreshold: Number("int"),
|
|
207
|
+
* // },
|
|
205
208
|
* // horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerConfigResponse
|
|
206
209
|
* // horizontalPodAutoscalerSyncPeriod: "STRING_VALUE",
|
|
207
210
|
* // },
|
|
@@ -196,6 +196,9 @@ declare const DeregisterClusterCommand_base: {
|
|
|
196
196
|
* // },
|
|
197
197
|
* // },
|
|
198
198
|
* // kubeControllerManagerConfig: { // KubeControllerManagerConfigResponse
|
|
199
|
+
* // podGcControllerConfig: { // PodGcControllerConfigResponse
|
|
200
|
+
* // terminatedPodGcThreshold: Number("int"),
|
|
201
|
+
* // },
|
|
199
202
|
* // horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerConfigResponse
|
|
200
203
|
* // horizontalPodAutoscalerSyncPeriod: "STRING_VALUE",
|
|
201
204
|
* // },
|
|
@@ -202,6 +202,9 @@ declare const DescribeClusterCommand_base: {
|
|
|
202
202
|
* // },
|
|
203
203
|
* // },
|
|
204
204
|
* // kubeControllerManagerConfig: { // KubeControllerManagerConfigResponse
|
|
205
|
+
* // podGcControllerConfig: { // PodGcControllerConfigResponse
|
|
206
|
+
* // terminatedPodGcThreshold: Number("int"),
|
|
207
|
+
* // },
|
|
205
208
|
* // horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerConfigResponse
|
|
206
209
|
* // horizontalPodAutoscalerSyncPeriod: "STRING_VALUE",
|
|
207
210
|
* // },
|
|
@@ -127,6 +127,15 @@ declare const DescribeClusterVersionsCommand_base: {
|
|
|
127
127
|
* // },
|
|
128
128
|
* // },
|
|
129
129
|
* // kubeControllerManagerConfig: { // KubeControllerManagerVersionConfig
|
|
130
|
+
* // podGcControllerConfig: { // PodGcControllerVersionConfig
|
|
131
|
+
* // terminatedPodGcThreshold: { // IntegerParameterConfig
|
|
132
|
+
* // defaultValue: Number("int"),
|
|
133
|
+
* // constraints: { // IntegerConstraints
|
|
134
|
+
* // min: Number("int"),
|
|
135
|
+
* // max: Number("int"),
|
|
136
|
+
* // },
|
|
137
|
+
* // },
|
|
138
|
+
* // },
|
|
130
139
|
* // horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerVersionConfig
|
|
131
140
|
* // horizontalPodAutoscalerSyncPeriod: {
|
|
132
141
|
* // defaultValue: "STRING_VALUE",
|
|
@@ -177,6 +186,15 @@ declare const DescribeClusterVersionsCommand_base: {
|
|
|
177
186
|
* // },
|
|
178
187
|
* // },
|
|
179
188
|
* // kubeControllerManagerConfig: {
|
|
189
|
+
* // podGcControllerConfig: {
|
|
190
|
+
* // terminatedPodGcThreshold: {
|
|
191
|
+
* // defaultValue: Number("int"),
|
|
192
|
+
* // constraints: {
|
|
193
|
+
* // min: Number("int"),
|
|
194
|
+
* // max: Number("int"),
|
|
195
|
+
* // },
|
|
196
|
+
* // },
|
|
197
|
+
* // },
|
|
180
198
|
* // horizontalPodAutoscalerControllerConfig: {
|
|
181
199
|
* // horizontalPodAutoscalerSyncPeriod: "<DurationParameterConfig>",
|
|
182
200
|
* // },
|
|
@@ -215,6 +215,9 @@ declare const RegisterClusterCommand_base: {
|
|
|
215
215
|
* // },
|
|
216
216
|
* // },
|
|
217
217
|
* // kubeControllerManagerConfig: { // KubeControllerManagerConfigResponse
|
|
218
|
+
* // podGcControllerConfig: { // PodGcControllerConfigResponse
|
|
219
|
+
* // terminatedPodGcThreshold: Number("int"),
|
|
220
|
+
* // },
|
|
218
221
|
* // horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerConfigResponse
|
|
219
222
|
* // horizontalPodAutoscalerSyncPeriod: "STRING_VALUE",
|
|
220
223
|
* // },
|
|
@@ -179,6 +179,9 @@ declare const UpdateClusterConfigCommand_base: {
|
|
|
179
179
|
* },
|
|
180
180
|
* },
|
|
181
181
|
* kubeControllerManagerConfig: { // KubeControllerManagerConfigRequest
|
|
182
|
+
* podGcControllerConfig: { // PodGcControllerConfigRequest
|
|
183
|
+
* terminatedPodGcThreshold: Number("int"),
|
|
184
|
+
* },
|
|
182
185
|
* horizontalPodAutoscalerControllerConfig: { // HorizontalPodAutoscalerControllerConfigRequest
|
|
183
186
|
* horizontalPodAutoscalerSyncPeriod: "STRING_VALUE",
|
|
184
187
|
* },
|
|
@@ -1800,11 +1800,27 @@ export interface HorizontalPodAutoscalerControllerConfigRequest {
|
|
|
1800
1800
|
*/
|
|
1801
1801
|
horizontalPodAutoscalerSyncPeriod?: string | undefined;
|
|
1802
1802
|
}
|
|
1803
|
+
/**
|
|
1804
|
+
* <p>The pod garbage collection controller configuration for the Kubernetes controller manager.</p>
|
|
1805
|
+
* @public
|
|
1806
|
+
*/
|
|
1807
|
+
export interface PodGcControllerConfigRequest {
|
|
1808
|
+
/**
|
|
1809
|
+
* <p>The number of terminated pods that can exist before the garbage collector starts deleting them.</p>
|
|
1810
|
+
* @public
|
|
1811
|
+
*/
|
|
1812
|
+
terminatedPodGcThreshold?: number | undefined;
|
|
1813
|
+
}
|
|
1803
1814
|
/**
|
|
1804
1815
|
* <p>The configuration for the Kubernetes controller manager on an Amazon EKS cluster.</p>
|
|
1805
1816
|
* @public
|
|
1806
1817
|
*/
|
|
1807
1818
|
export interface KubeControllerManagerConfigRequest {
|
|
1819
|
+
/**
|
|
1820
|
+
* <p>The pod garbage collection controller configuration.</p>
|
|
1821
|
+
* @public
|
|
1822
|
+
*/
|
|
1823
|
+
podGcControllerConfig?: PodGcControllerConfigRequest | undefined;
|
|
1808
1824
|
/**
|
|
1809
1825
|
* <p>The horizontal pod autoscaler controller configuration.</p>
|
|
1810
1826
|
* @public
|
|
@@ -2720,11 +2736,27 @@ export interface HorizontalPodAutoscalerControllerConfigResponse {
|
|
|
2720
2736
|
*/
|
|
2721
2737
|
horizontalPodAutoscalerSyncPeriod?: string | undefined;
|
|
2722
2738
|
}
|
|
2739
|
+
/**
|
|
2740
|
+
* <p>The pod garbage collection controller configuration for the Kubernetes controller manager.</p>
|
|
2741
|
+
* @public
|
|
2742
|
+
*/
|
|
2743
|
+
export interface PodGcControllerConfigResponse {
|
|
2744
|
+
/**
|
|
2745
|
+
* <p>The number of terminated pods that can exist before the garbage collector starts deleting them.</p>
|
|
2746
|
+
* @public
|
|
2747
|
+
*/
|
|
2748
|
+
terminatedPodGcThreshold?: number | undefined;
|
|
2749
|
+
}
|
|
2723
2750
|
/**
|
|
2724
2751
|
* <p>The Kubernetes controller manager configuration for an Amazon EKS cluster.</p>
|
|
2725
2752
|
* @public
|
|
2726
2753
|
*/
|
|
2727
2754
|
export interface KubeControllerManagerConfigResponse {
|
|
2755
|
+
/**
|
|
2756
|
+
* <p>The pod garbage collection controller configuration.</p>
|
|
2757
|
+
* @public
|
|
2758
|
+
*/
|
|
2759
|
+
podGcControllerConfig?: PodGcControllerConfigResponse | undefined;
|
|
2728
2760
|
/**
|
|
2729
2761
|
* <p>The horizontal pod autoscaler controller configuration.</p>
|
|
2730
2762
|
* @public
|
|
@@ -5390,11 +5422,59 @@ export interface HorizontalPodAutoscalerControllerVersionConfig {
|
|
|
5390
5422
|
*/
|
|
5391
5423
|
horizontalPodAutoscalerSyncPeriod?: DurationParameterConfig | undefined;
|
|
5392
5424
|
}
|
|
5425
|
+
/**
|
|
5426
|
+
* <p>Constraints for an integer parameter specifying allowed range.</p>
|
|
5427
|
+
* @public
|
|
5428
|
+
*/
|
|
5429
|
+
export interface IntegerConstraints {
|
|
5430
|
+
/**
|
|
5431
|
+
* <p>The minimum allowed value.</p>
|
|
5432
|
+
* @public
|
|
5433
|
+
*/
|
|
5434
|
+
min?: number | undefined;
|
|
5435
|
+
/**
|
|
5436
|
+
* <p>The maximum allowed value.</p>
|
|
5437
|
+
* @public
|
|
5438
|
+
*/
|
|
5439
|
+
max?: number | undefined;
|
|
5440
|
+
}
|
|
5441
|
+
/**
|
|
5442
|
+
* <p>An integer parameter configuration with default value and constraints.</p>
|
|
5443
|
+
* @public
|
|
5444
|
+
*/
|
|
5445
|
+
export interface IntegerParameterConfig {
|
|
5446
|
+
/**
|
|
5447
|
+
* <p>The default value for the integer parameter.</p>
|
|
5448
|
+
* @public
|
|
5449
|
+
*/
|
|
5450
|
+
defaultValue?: number | undefined;
|
|
5451
|
+
/**
|
|
5452
|
+
* <p>The constraints for the integer parameter.</p>
|
|
5453
|
+
* @public
|
|
5454
|
+
*/
|
|
5455
|
+
constraints?: IntegerConstraints | undefined;
|
|
5456
|
+
}
|
|
5457
|
+
/**
|
|
5458
|
+
* <p>The pod garbage collection controller version configuration.</p>
|
|
5459
|
+
* @public
|
|
5460
|
+
*/
|
|
5461
|
+
export interface PodGcControllerVersionConfig {
|
|
5462
|
+
/**
|
|
5463
|
+
* <p>The terminated pod garbage collection threshold configuration with default value and constraints.</p>
|
|
5464
|
+
* @public
|
|
5465
|
+
*/
|
|
5466
|
+
terminatedPodGcThreshold?: IntegerParameterConfig | undefined;
|
|
5467
|
+
}
|
|
5393
5468
|
/**
|
|
5394
5469
|
* <p>The Kubernetes controller manager version-specific configuration defaults and constraints.</p>
|
|
5395
5470
|
* @public
|
|
5396
5471
|
*/
|
|
5397
5472
|
export interface KubeControllerManagerVersionConfig {
|
|
5473
|
+
/**
|
|
5474
|
+
* <p>The pod garbage collection controller configuration with default value and constraints.</p>
|
|
5475
|
+
* @public
|
|
5476
|
+
*/
|
|
5477
|
+
podGcControllerConfig?: PodGcControllerVersionConfig | undefined;
|
|
5398
5478
|
/**
|
|
5399
5479
|
* <p>The horizontal pod autoscaler controller configuration with default value and constraints.</p>
|
|
5400
5480
|
* @public
|
|
@@ -186,6 +186,8 @@ export declare var InsightResourceDetail$: StaticStructureSchema;
|
|
|
186
186
|
export declare var InsightsFilter$: StaticStructureSchema;
|
|
187
187
|
export declare var InsightStatus$: StaticStructureSchema;
|
|
188
188
|
export declare var InsightSummary$: StaticStructureSchema;
|
|
189
|
+
export declare var IntegerConstraints$: StaticStructureSchema;
|
|
190
|
+
export declare var IntegerParameterConfig$: StaticStructureSchema;
|
|
189
191
|
export declare var IntegerRangeConstraint$: StaticStructureSchema;
|
|
190
192
|
export declare var Issue$: StaticStructureSchema;
|
|
191
193
|
export declare var KubeApiServerConfigRequest$: StaticStructureSchema;
|
|
@@ -248,6 +250,9 @@ export declare var OidcIdentityProviderConfig$: StaticStructureSchema;
|
|
|
248
250
|
export declare var OidcIdentityProviderConfigRequest$: StaticStructureSchema;
|
|
249
251
|
export declare var OutpostConfigRequest$: StaticStructureSchema;
|
|
250
252
|
export declare var OutpostConfigResponse$: StaticStructureSchema;
|
|
253
|
+
export declare var PodGcControllerConfigRequest$: StaticStructureSchema;
|
|
254
|
+
export declare var PodGcControllerConfigResponse$: StaticStructureSchema;
|
|
255
|
+
export declare var PodGcControllerVersionConfig$: StaticStructureSchema;
|
|
251
256
|
export declare var PodIdentityAssociation$: StaticStructureSchema;
|
|
252
257
|
export declare var PodIdentityAssociationSummary$: StaticStructureSchema;
|
|
253
258
|
export declare var PortRangeConstraints$: StaticStructureSchema;
|
|
@@ -387,7 +387,11 @@ export interface KubeApiServerConfigRequest {
|
|
|
387
387
|
export interface HorizontalPodAutoscalerControllerConfigRequest {
|
|
388
388
|
horizontalPodAutoscalerSyncPeriod?: string | undefined;
|
|
389
389
|
}
|
|
390
|
+
export interface PodGcControllerConfigRequest {
|
|
391
|
+
terminatedPodGcThreshold?: number | undefined;
|
|
392
|
+
}
|
|
390
393
|
export interface KubeControllerManagerConfigRequest {
|
|
394
|
+
podGcControllerConfig?: PodGcControllerConfigRequest | undefined;
|
|
391
395
|
horizontalPodAutoscalerControllerConfig?:
|
|
392
396
|
| HorizontalPodAutoscalerControllerConfigRequest
|
|
393
397
|
| undefined;
|
|
@@ -526,7 +530,11 @@ export interface KubeApiServerConfigResponse {
|
|
|
526
530
|
export interface HorizontalPodAutoscalerControllerConfigResponse {
|
|
527
531
|
horizontalPodAutoscalerSyncPeriod?: string | undefined;
|
|
528
532
|
}
|
|
533
|
+
export interface PodGcControllerConfigResponse {
|
|
534
|
+
terminatedPodGcThreshold?: number | undefined;
|
|
535
|
+
}
|
|
529
536
|
export interface KubeControllerManagerConfigResponse {
|
|
537
|
+
podGcControllerConfig?: PodGcControllerConfigResponse | undefined;
|
|
530
538
|
horizontalPodAutoscalerControllerConfig?:
|
|
531
539
|
| HorizontalPodAutoscalerControllerConfigResponse
|
|
532
540
|
| undefined;
|
|
@@ -1006,7 +1014,19 @@ export interface KubeApiServerVersionConfig {
|
|
|
1006
1014
|
export interface HorizontalPodAutoscalerControllerVersionConfig {
|
|
1007
1015
|
horizontalPodAutoscalerSyncPeriod?: DurationParameterConfig | undefined;
|
|
1008
1016
|
}
|
|
1017
|
+
export interface IntegerConstraints {
|
|
1018
|
+
min?: number | undefined;
|
|
1019
|
+
max?: number | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
export interface IntegerParameterConfig {
|
|
1022
|
+
defaultValue?: number | undefined;
|
|
1023
|
+
constraints?: IntegerConstraints | undefined;
|
|
1024
|
+
}
|
|
1025
|
+
export interface PodGcControllerVersionConfig {
|
|
1026
|
+
terminatedPodGcThreshold?: IntegerParameterConfig | undefined;
|
|
1027
|
+
}
|
|
1009
1028
|
export interface KubeControllerManagerVersionConfig {
|
|
1029
|
+
podGcControllerConfig?: PodGcControllerVersionConfig | undefined;
|
|
1010
1030
|
horizontalPodAutoscalerControllerConfig?:
|
|
1011
1031
|
| HorizontalPodAutoscalerControllerVersionConfig
|
|
1012
1032
|
| undefined;
|
|
@@ -181,6 +181,8 @@ export declare var InsightResourceDetail$: StaticStructureSchema;
|
|
|
181
181
|
export declare var InsightsFilter$: StaticStructureSchema;
|
|
182
182
|
export declare var InsightStatus$: StaticStructureSchema;
|
|
183
183
|
export declare var InsightSummary$: StaticStructureSchema;
|
|
184
|
+
export declare var IntegerConstraints$: StaticStructureSchema;
|
|
185
|
+
export declare var IntegerParameterConfig$: StaticStructureSchema;
|
|
184
186
|
export declare var IntegerRangeConstraint$: StaticStructureSchema;
|
|
185
187
|
export declare var Issue$: StaticStructureSchema;
|
|
186
188
|
export declare var KubeApiServerConfigRequest$: StaticStructureSchema;
|
|
@@ -243,6 +245,9 @@ export declare var OidcIdentityProviderConfig$: StaticStructureSchema;
|
|
|
243
245
|
export declare var OidcIdentityProviderConfigRequest$: StaticStructureSchema;
|
|
244
246
|
export declare var OutpostConfigRequest$: StaticStructureSchema;
|
|
245
247
|
export declare var OutpostConfigResponse$: StaticStructureSchema;
|
|
248
|
+
export declare var PodGcControllerConfigRequest$: StaticStructureSchema;
|
|
249
|
+
export declare var PodGcControllerConfigResponse$: StaticStructureSchema;
|
|
250
|
+
export declare var PodGcControllerVersionConfig$: StaticStructureSchema;
|
|
246
251
|
export declare var PodIdentityAssociation$: StaticStructureSchema;
|
|
247
252
|
export declare var PodIdentityAssociationSummary$: StaticStructureSchema;
|
|
248
253
|
export declare var PortRangeConstraints$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eks",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1118.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-eks",
|
|
6
6
|
"license": "Apache-2.0",
|