@aws-sdk/client-eks 3.1075.0 → 3.1077.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/README.md +7 -0
- package/dist-cjs/index.js +3087 -15
- package/dist-es/EKS.js +2 -0
- package/dist-es/commands/CancelUpdateCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/models/errors.js +14 -14
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +45 -14
- package/dist-types/EKS.d.ts +7 -0
- package/dist-types/EKSClient.d.ts +3 -2
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +5 -1
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +5 -1
- package/dist-types/commands/CancelUpdateCommand.d.ts +146 -0
- package/dist-types/commands/DescribeInsightCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUpdateCommand.d.ts +5 -1
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +5 -1
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAddonCommand.d.ts +5 -1
- package/dist-types/commands/UpdateCapabilityCommand.d.ts +5 -1
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +5 -1
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +8 -1
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +5 -1
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/errors.d.ts +23 -23
- package/dist-types/models/models_0.d.ts +76 -2
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/EKS.d.ts +17 -0
- package/dist-types/ts3.4/EKSClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CancelUpdateCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/errors.d.ts +8 -8
- package/dist-types/ts3.4/models/models_0.d.ts +18 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +8 -10
- package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
- package/dist-cjs/endpoint/bdd.js +0 -52
- package/dist-cjs/endpoint/endpointResolver.js +0 -14
- package/dist-cjs/models/EKSServiceException.js +0 -8
- package/dist-cjs/models/errors.js +0 -247
- package/dist-cjs/runtimeConfig.browser.js +0 -32
- package/dist-cjs/runtimeConfig.js +0 -45
- package/dist-cjs/runtimeConfig.native.js +0 -12
- package/dist-cjs/runtimeConfig.shared.js +0 -38
- package/dist-cjs/schemas/schemas_0.js +0 -2523
package/dist-cjs/index.js
CHANGED
|
@@ -1,21 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
1
|
+
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
-
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
5
4
|
exports.$Command = Command;
|
|
6
5
|
exports.__Client = Client;
|
|
7
|
-
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
-
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
-
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
-
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
-
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
-
const {
|
|
13
|
-
const {
|
|
14
|
-
const {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
const {
|
|
18
|
-
|
|
6
|
+
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
|
+
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
8
|
+
const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
9
|
+
const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
10
|
+
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
|
+
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
|
+
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
|
+
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
|
+
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
17
|
+
|
|
18
|
+
const defaultEKSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
19
|
+
return {
|
|
20
|
+
operation: getSmithyContext(context).operation,
|
|
21
|
+
region: await normalizeProvider(config.region)() || (() => {
|
|
22
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
23
|
+
})(),
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
27
|
+
return {
|
|
28
|
+
schemeId: "aws.auth#sigv4",
|
|
29
|
+
signingProperties: {
|
|
30
|
+
name: "eks",
|
|
31
|
+
region: authParameters.region,
|
|
32
|
+
},
|
|
33
|
+
propertiesExtractor: (config, context) => ({
|
|
34
|
+
signingProperties: {
|
|
35
|
+
config,
|
|
36
|
+
context,
|
|
37
|
+
},
|
|
38
|
+
}),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
const defaultEKSHttpAuthSchemeProvider = (authParameters) => {
|
|
42
|
+
const options = [];
|
|
43
|
+
switch (authParameters.operation) {
|
|
44
|
+
default: {
|
|
45
|
+
options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return options;
|
|
49
|
+
};
|
|
50
|
+
const resolveHttpAuthSchemeConfig = (config) => {
|
|
51
|
+
const config_0 = resolveAwsSdkSigV4Config(config);
|
|
52
|
+
return Object.assign(config_0, {
|
|
53
|
+
authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
|
|
54
|
+
});
|
|
55
|
+
};
|
|
19
56
|
|
|
20
57
|
const resolveClientEndpointParameters = (options) => {
|
|
21
58
|
return Object.assign(options, {
|
|
@@ -31,6 +68,2676 @@ const commonParams = {
|
|
|
31
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
32
69
|
};
|
|
33
70
|
|
|
71
|
+
var version = "3.1076.0";
|
|
72
|
+
var packageInfo = {
|
|
73
|
+
version: version};
|
|
74
|
+
|
|
75
|
+
const m = "ref";
|
|
76
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
|
|
77
|
+
const _data = {
|
|
78
|
+
conditions: [
|
|
79
|
+
[c, [h]],
|
|
80
|
+
[c, l],
|
|
81
|
+
["aws.partition", l, d],
|
|
82
|
+
[e, [{ [m]: "UseFIPS" }, b]],
|
|
83
|
+
[e, [{ [m]: "UseDualStack" }, b]],
|
|
84
|
+
[e, [{ fn: f, argv: [i, "supportsDualStack"] }, b]],
|
|
85
|
+
[e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
|
|
86
|
+
[g, [j, "aws"]],
|
|
87
|
+
[g, [j, "aws-us-gov"]]
|
|
88
|
+
],
|
|
89
|
+
results: [
|
|
90
|
+
[a],
|
|
91
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
92
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
93
|
+
[h, k],
|
|
94
|
+
["https://eks-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
95
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
96
|
+
["https://fips.eks.{Region}.amazonaws.com", k],
|
|
97
|
+
["https://eks.{Region}.amazonaws.com", k],
|
|
98
|
+
["https://eks-fips.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
99
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
100
|
+
["https://eks.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
|
|
101
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
102
|
+
["https://eks.{Region}.{PartitionResult#dnsSuffix}", k],
|
|
103
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
104
|
+
]
|
|
105
|
+
};
|
|
106
|
+
const root = 2;
|
|
107
|
+
const r = 100_000_000;
|
|
108
|
+
const nodes = new Int32Array([
|
|
109
|
+
-1, 1, -1,
|
|
110
|
+
0, 14, 3,
|
|
111
|
+
1, 4, r + 13,
|
|
112
|
+
2, 5, r + 13,
|
|
113
|
+
3, 8, 6,
|
|
114
|
+
4, 7, r + 12,
|
|
115
|
+
5, r + 10, r + 11,
|
|
116
|
+
4, 12, 9,
|
|
117
|
+
6, 10, r + 9,
|
|
118
|
+
7, r + 6, 11,
|
|
119
|
+
8, r + 7, r + 8,
|
|
120
|
+
5, 13, r + 5,
|
|
121
|
+
6, r + 4, r + 5,
|
|
122
|
+
3, r + 1, 15,
|
|
123
|
+
4, r + 2, r + 3,
|
|
124
|
+
]);
|
|
125
|
+
const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
126
|
+
|
|
127
|
+
const cache = new EndpointCache({
|
|
128
|
+
size: 50,
|
|
129
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
130
|
+
});
|
|
131
|
+
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
132
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
133
|
+
endpointParams: endpointParams,
|
|
134
|
+
logger: context.logger,
|
|
135
|
+
}));
|
|
136
|
+
};
|
|
137
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
138
|
+
|
|
139
|
+
class EKSServiceException extends ServiceException {
|
|
140
|
+
constructor(options) {
|
|
141
|
+
super(options);
|
|
142
|
+
Object.setPrototypeOf(this, EKSServiceException.prototype);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
class AccessDeniedException extends EKSServiceException {
|
|
147
|
+
name = "AccessDeniedException";
|
|
148
|
+
$fault = "client";
|
|
149
|
+
constructor(opts) {
|
|
150
|
+
super({
|
|
151
|
+
name: "AccessDeniedException",
|
|
152
|
+
$fault: "client",
|
|
153
|
+
...opts,
|
|
154
|
+
});
|
|
155
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
class InvalidParameterException extends EKSServiceException {
|
|
159
|
+
name = "InvalidParameterException";
|
|
160
|
+
$fault = "client";
|
|
161
|
+
clusterName;
|
|
162
|
+
nodegroupName;
|
|
163
|
+
fargateProfileName;
|
|
164
|
+
addonName;
|
|
165
|
+
subscriptionId;
|
|
166
|
+
constructor(opts) {
|
|
167
|
+
super({
|
|
168
|
+
name: "InvalidParameterException",
|
|
169
|
+
$fault: "client",
|
|
170
|
+
...opts,
|
|
171
|
+
});
|
|
172
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
173
|
+
this.clusterName = opts.clusterName;
|
|
174
|
+
this.nodegroupName = opts.nodegroupName;
|
|
175
|
+
this.fargateProfileName = opts.fargateProfileName;
|
|
176
|
+
this.addonName = opts.addonName;
|
|
177
|
+
this.subscriptionId = opts.subscriptionId;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
class InvalidRequestException extends EKSServiceException {
|
|
181
|
+
name = "InvalidRequestException";
|
|
182
|
+
$fault = "client";
|
|
183
|
+
clusterName;
|
|
184
|
+
nodegroupName;
|
|
185
|
+
addonName;
|
|
186
|
+
subscriptionId;
|
|
187
|
+
constructor(opts) {
|
|
188
|
+
super({
|
|
189
|
+
name: "InvalidRequestException",
|
|
190
|
+
$fault: "client",
|
|
191
|
+
...opts,
|
|
192
|
+
});
|
|
193
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
194
|
+
this.clusterName = opts.clusterName;
|
|
195
|
+
this.nodegroupName = opts.nodegroupName;
|
|
196
|
+
this.addonName = opts.addonName;
|
|
197
|
+
this.subscriptionId = opts.subscriptionId;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
class ResourceNotFoundException extends EKSServiceException {
|
|
201
|
+
name = "ResourceNotFoundException";
|
|
202
|
+
$fault = "client";
|
|
203
|
+
clusterName;
|
|
204
|
+
nodegroupName;
|
|
205
|
+
fargateProfileName;
|
|
206
|
+
addonName;
|
|
207
|
+
subscriptionId;
|
|
208
|
+
constructor(opts) {
|
|
209
|
+
super({
|
|
210
|
+
name: "ResourceNotFoundException",
|
|
211
|
+
$fault: "client",
|
|
212
|
+
...opts,
|
|
213
|
+
});
|
|
214
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
215
|
+
this.clusterName = opts.clusterName;
|
|
216
|
+
this.nodegroupName = opts.nodegroupName;
|
|
217
|
+
this.fargateProfileName = opts.fargateProfileName;
|
|
218
|
+
this.addonName = opts.addonName;
|
|
219
|
+
this.subscriptionId = opts.subscriptionId;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
class ServerException extends EKSServiceException {
|
|
223
|
+
name = "ServerException";
|
|
224
|
+
$fault = "server";
|
|
225
|
+
clusterName;
|
|
226
|
+
nodegroupName;
|
|
227
|
+
addonName;
|
|
228
|
+
subscriptionId;
|
|
229
|
+
constructor(opts) {
|
|
230
|
+
super({
|
|
231
|
+
name: "ServerException",
|
|
232
|
+
$fault: "server",
|
|
233
|
+
...opts,
|
|
234
|
+
});
|
|
235
|
+
Object.setPrototypeOf(this, ServerException.prototype);
|
|
236
|
+
this.clusterName = opts.clusterName;
|
|
237
|
+
this.nodegroupName = opts.nodegroupName;
|
|
238
|
+
this.addonName = opts.addonName;
|
|
239
|
+
this.subscriptionId = opts.subscriptionId;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
class ClientException extends EKSServiceException {
|
|
243
|
+
name = "ClientException";
|
|
244
|
+
$fault = "client";
|
|
245
|
+
clusterName;
|
|
246
|
+
nodegroupName;
|
|
247
|
+
addonName;
|
|
248
|
+
subscriptionId;
|
|
249
|
+
constructor(opts) {
|
|
250
|
+
super({
|
|
251
|
+
name: "ClientException",
|
|
252
|
+
$fault: "client",
|
|
253
|
+
...opts,
|
|
254
|
+
});
|
|
255
|
+
Object.setPrototypeOf(this, ClientException.prototype);
|
|
256
|
+
this.clusterName = opts.clusterName;
|
|
257
|
+
this.nodegroupName = opts.nodegroupName;
|
|
258
|
+
this.addonName = opts.addonName;
|
|
259
|
+
this.subscriptionId = opts.subscriptionId;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
class ResourceInUseException extends EKSServiceException {
|
|
263
|
+
name = "ResourceInUseException";
|
|
264
|
+
$fault = "client";
|
|
265
|
+
clusterName;
|
|
266
|
+
nodegroupName;
|
|
267
|
+
addonName;
|
|
268
|
+
constructor(opts) {
|
|
269
|
+
super({
|
|
270
|
+
name: "ResourceInUseException",
|
|
271
|
+
$fault: "client",
|
|
272
|
+
...opts,
|
|
273
|
+
});
|
|
274
|
+
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
275
|
+
this.clusterName = opts.clusterName;
|
|
276
|
+
this.nodegroupName = opts.nodegroupName;
|
|
277
|
+
this.addonName = opts.addonName;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
class ThrottlingException extends EKSServiceException {
|
|
281
|
+
name = "ThrottlingException";
|
|
282
|
+
$fault = "client";
|
|
283
|
+
clusterName;
|
|
284
|
+
constructor(opts) {
|
|
285
|
+
super({
|
|
286
|
+
name: "ThrottlingException",
|
|
287
|
+
$fault: "client",
|
|
288
|
+
...opts,
|
|
289
|
+
});
|
|
290
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
291
|
+
this.clusterName = opts.clusterName;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
class InvalidStateException extends EKSServiceException {
|
|
295
|
+
name = "InvalidStateException";
|
|
296
|
+
$fault = "client";
|
|
297
|
+
clusterName;
|
|
298
|
+
constructor(opts) {
|
|
299
|
+
super({
|
|
300
|
+
name: "InvalidStateException",
|
|
301
|
+
$fault: "client",
|
|
302
|
+
...opts,
|
|
303
|
+
});
|
|
304
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
305
|
+
this.clusterName = opts.clusterName;
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
class ResourceLimitExceededException extends EKSServiceException {
|
|
309
|
+
name = "ResourceLimitExceededException";
|
|
310
|
+
$fault = "client";
|
|
311
|
+
clusterName;
|
|
312
|
+
nodegroupName;
|
|
313
|
+
subscriptionId;
|
|
314
|
+
constructor(opts) {
|
|
315
|
+
super({
|
|
316
|
+
name: "ResourceLimitExceededException",
|
|
317
|
+
$fault: "client",
|
|
318
|
+
...opts,
|
|
319
|
+
});
|
|
320
|
+
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
321
|
+
this.clusterName = opts.clusterName;
|
|
322
|
+
this.nodegroupName = opts.nodegroupName;
|
|
323
|
+
this.subscriptionId = opts.subscriptionId;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
class ServiceUnavailableException extends EKSServiceException {
|
|
327
|
+
name = "ServiceUnavailableException";
|
|
328
|
+
$fault = "server";
|
|
329
|
+
constructor(opts) {
|
|
330
|
+
super({
|
|
331
|
+
name: "ServiceUnavailableException",
|
|
332
|
+
$fault: "server",
|
|
333
|
+
...opts,
|
|
334
|
+
});
|
|
335
|
+
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
class UnsupportedAvailabilityZoneException extends EKSServiceException {
|
|
339
|
+
name = "UnsupportedAvailabilityZoneException";
|
|
340
|
+
$fault = "client";
|
|
341
|
+
clusterName;
|
|
342
|
+
nodegroupName;
|
|
343
|
+
validZones;
|
|
344
|
+
constructor(opts) {
|
|
345
|
+
super({
|
|
346
|
+
name: "UnsupportedAvailabilityZoneException",
|
|
347
|
+
$fault: "client",
|
|
348
|
+
...opts,
|
|
349
|
+
});
|
|
350
|
+
Object.setPrototypeOf(this, UnsupportedAvailabilityZoneException.prototype);
|
|
351
|
+
this.clusterName = opts.clusterName;
|
|
352
|
+
this.nodegroupName = opts.nodegroupName;
|
|
353
|
+
this.validZones = opts.validZones;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
class BadRequestException extends EKSServiceException {
|
|
357
|
+
name = "BadRequestException";
|
|
358
|
+
$fault = "client";
|
|
359
|
+
constructor(opts) {
|
|
360
|
+
super({
|
|
361
|
+
name: "BadRequestException",
|
|
362
|
+
$fault: "client",
|
|
363
|
+
...opts,
|
|
364
|
+
});
|
|
365
|
+
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
class NotFoundException extends EKSServiceException {
|
|
369
|
+
name = "NotFoundException";
|
|
370
|
+
$fault = "client";
|
|
371
|
+
constructor(opts) {
|
|
372
|
+
super({
|
|
373
|
+
name: "NotFoundException",
|
|
374
|
+
$fault: "client",
|
|
375
|
+
...opts,
|
|
376
|
+
});
|
|
377
|
+
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
class ResourcePropagationDelayException extends EKSServiceException {
|
|
381
|
+
name = "ResourcePropagationDelayException";
|
|
382
|
+
$fault = "client";
|
|
383
|
+
constructor(opts) {
|
|
384
|
+
super({
|
|
385
|
+
name: "ResourcePropagationDelayException",
|
|
386
|
+
$fault: "client",
|
|
387
|
+
...opts,
|
|
388
|
+
});
|
|
389
|
+
Object.setPrototypeOf(this, ResourcePropagationDelayException.prototype);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
const _A = "Addon";
|
|
394
|
+
const _AAP = "AssociatedAccessPolicy";
|
|
395
|
+
const _AAPL = "AssociatedAccessPoliciesList";
|
|
396
|
+
const _AAPR = "AssociateAccessPolicyRequest";
|
|
397
|
+
const _AAPRs = "AssociateAccessPolicyResponse";
|
|
398
|
+
const _AAPs = "AssociateAccessPolicy";
|
|
399
|
+
const _ACAICR = "ArgoCdAwsIdcConfigRequest";
|
|
400
|
+
const _ACAICRr = "ArgoCdAwsIdcConfigResponse";
|
|
401
|
+
const _ACCR = "ArgoCdConfigRequest";
|
|
402
|
+
const _ACCRr = "ArgoCdConfigResponse";
|
|
403
|
+
const _ACD = "AddonCompatibilityDetail";
|
|
404
|
+
const _ACDd = "AddonCompatibilityDetails";
|
|
405
|
+
const _ACNACR = "ArgoCdNetworkAccessConfigRequest";
|
|
406
|
+
const _ACNACRr = "ArgoCdNetworkAccessConfigResponse";
|
|
407
|
+
const _ACR = "AccessConfigResponse";
|
|
408
|
+
const _ACRM = "ArgoCdRoleMapping";
|
|
409
|
+
const _ACRML = "ArgoCdRoleMappingList";
|
|
410
|
+
const _ADE = "AccessDeniedException";
|
|
411
|
+
const _AE = "AccessEntry";
|
|
412
|
+
const _AEC = "AssociateEncryptionConfig";
|
|
413
|
+
const _AECR = "AssociateEncryptionConfigRequest";
|
|
414
|
+
const _AECRs = "AssociateEncryptionConfigResponse";
|
|
415
|
+
const _AH = "AddonHealth";
|
|
416
|
+
const _AI = "AddonInfo";
|
|
417
|
+
const _AIL = "AddonIssueList";
|
|
418
|
+
const _AIPC = "AssociateIdentityProviderConfig";
|
|
419
|
+
const _AIPCR = "AssociateIdentityProviderConfigRequest";
|
|
420
|
+
const _AIPCRs = "AssociateIdentityProviderConfigResponse";
|
|
421
|
+
const _AId = "AddonIssue";
|
|
422
|
+
const _ANCR = "AddonNamespaceConfigRequest";
|
|
423
|
+
const _ANCRd = "AddonNamespaceConfigResponse";
|
|
424
|
+
const _AP = "AccessPolicy";
|
|
425
|
+
const _APIA = "AddonPodIdentityAssociations";
|
|
426
|
+
const _APIAL = "AddonPodIdentityAssociationsList";
|
|
427
|
+
const _APIC = "AddonPodIdentityConfiguration";
|
|
428
|
+
const _APICL = "AddonPodIdentityConfigurationList";
|
|
429
|
+
const _APL = "AccessPoliciesList";
|
|
430
|
+
const _AS = "AccessScope";
|
|
431
|
+
const _ASG = "AutoScalingGroup";
|
|
432
|
+
const _ASGL = "AutoScalingGroupList";
|
|
433
|
+
const _AVI = "AddonVersionInfo";
|
|
434
|
+
const _AVIL = "AddonVersionInfoList";
|
|
435
|
+
const _Ad = "Addons";
|
|
436
|
+
const _BRE = "BadRequestException";
|
|
437
|
+
const _BS = "BlockStorage";
|
|
438
|
+
const _C = "Cancellation";
|
|
439
|
+
const _CA = "CreateAddon";
|
|
440
|
+
const _CACR = "CreateAccessConfigRequest";
|
|
441
|
+
const _CAE = "CreateAccessEntry";
|
|
442
|
+
const _CAER = "CreateAccessEntryRequest";
|
|
443
|
+
const _CAERr = "CreateAccessEntryResponse";
|
|
444
|
+
const _CAR = "CreateAddonRequest";
|
|
445
|
+
const _CARr = "CreateAddonResponse";
|
|
446
|
+
const _CC = "CreateCapability";
|
|
447
|
+
const _CCR = "CapabilityConfigurationRequest";
|
|
448
|
+
const _CCRa = "CapabilityConfigurationResponse";
|
|
449
|
+
const _CCRo = "ComputeConfigRequest";
|
|
450
|
+
const _CCRom = "ComputeConfigResponse";
|
|
451
|
+
const _CCRon = "ConnectorConfigRequest";
|
|
452
|
+
const _CCRonn = "ConnectorConfigResponse";
|
|
453
|
+
const _CCRr = "CreateCapabilityRequest";
|
|
454
|
+
const _CCRre = "CreateCapabilityResponse";
|
|
455
|
+
const _CCRrea = "CreateClusterRequest";
|
|
456
|
+
const _CCRreat = "CreateClusterResponse";
|
|
457
|
+
const _CCr = "CreateCluster";
|
|
458
|
+
const _CE = "ClientException";
|
|
459
|
+
const _CEAS = "CreateEksAnywhereSubscription";
|
|
460
|
+
const _CEASR = "CreateEksAnywhereSubscriptionRequest";
|
|
461
|
+
const _CEASRr = "CreateEksAnywhereSubscriptionResponse";
|
|
462
|
+
const _CFP = "CreateFargateProfile";
|
|
463
|
+
const _CFPR = "CreateFargateProfileRequest";
|
|
464
|
+
const _CFPRr = "CreateFargateProfileResponse";
|
|
465
|
+
const _CH = "CapabilityHealth";
|
|
466
|
+
const _CHl = "ClusterHealth";
|
|
467
|
+
const _CI = "CapabilityIssue";
|
|
468
|
+
const _CIL = "CapabilityIssueList";
|
|
469
|
+
const _CILl = "ClusterIssueList";
|
|
470
|
+
const _CIl = "ClusterIssue";
|
|
471
|
+
const _CN = "CreateNodegroup";
|
|
472
|
+
const _CNR = "CreateNodegroupRequest";
|
|
473
|
+
const _CNRr = "CreateNodegroupResponse";
|
|
474
|
+
const _CPIA = "CreatePodIdentityAssociation";
|
|
475
|
+
const _CPIAR = "CreatePodIdentityAssociationRequest";
|
|
476
|
+
const _CPIARr = "CreatePodIdentityAssociationResponse";
|
|
477
|
+
const _CPPR = "ControlPlanePlacementRequest";
|
|
478
|
+
const _CPPRo = "ControlPlanePlacementResponse";
|
|
479
|
+
const _CPSC = "ControlPlaneScalingConfig";
|
|
480
|
+
const _CS = "CapabilitySummary";
|
|
481
|
+
const _CSL = "CapabilitySummaryList";
|
|
482
|
+
const _CSl = "ClientStat";
|
|
483
|
+
const _CSli = "ClientStats";
|
|
484
|
+
const _CU = "CancelUpdate";
|
|
485
|
+
const _CUR = "CancelUpdateRequest";
|
|
486
|
+
const _CURa = "CancelUpdateResponse";
|
|
487
|
+
const _CVI = "ClusterVersionInformation";
|
|
488
|
+
const _CVL = "ClusterVersionList";
|
|
489
|
+
const _Ca = "Capability";
|
|
490
|
+
const _Ce = "Certificate";
|
|
491
|
+
const _Cl = "Cluster";
|
|
492
|
+
const _Co = "Compatibility";
|
|
493
|
+
const _Com = "Compatibilities";
|
|
494
|
+
const _DA = "DeleteAddon";
|
|
495
|
+
const _DAC = "DescribeAddonConfiguration";
|
|
496
|
+
const _DACR = "DescribeAddonConfigurationRequest";
|
|
497
|
+
const _DACRe = "DescribeAddonConfigurationResponse";
|
|
498
|
+
const _DAE = "DeleteAccessEntry";
|
|
499
|
+
const _DAER = "DeleteAccessEntryRequest";
|
|
500
|
+
const _DAERe = "DeleteAccessEntryResponse";
|
|
501
|
+
const _DAERes = "DescribeAccessEntryRequest";
|
|
502
|
+
const _DAEResc = "DescribeAccessEntryResponse";
|
|
503
|
+
const _DAEe = "DescribeAccessEntry";
|
|
504
|
+
const _DAP = "DisassociateAccessPolicy";
|
|
505
|
+
const _DAPR = "DisassociateAccessPolicyRequest";
|
|
506
|
+
const _DAPRi = "DisassociateAccessPolicyResponse";
|
|
507
|
+
const _DAR = "DeleteAddonRequest";
|
|
508
|
+
const _DARe = "DeleteAddonResponse";
|
|
509
|
+
const _DARes = "DescribeAddonRequest";
|
|
510
|
+
const _DAResc = "DescribeAddonResponse";
|
|
511
|
+
const _DAV = "DescribeAddonVersions";
|
|
512
|
+
const _DAVR = "DescribeAddonVersionsRequest";
|
|
513
|
+
const _DAVRe = "DescribeAddonVersionsResponse";
|
|
514
|
+
const _DAe = "DescribeAddon";
|
|
515
|
+
const _DC = "DeleteCapability";
|
|
516
|
+
const _DCR = "DeleteCapabilityRequest";
|
|
517
|
+
const _DCRe = "DeleteCapabilityResponse";
|
|
518
|
+
const _DCRel = "DeleteClusterRequest";
|
|
519
|
+
const _DCRele = "DeleteClusterResponse";
|
|
520
|
+
const _DCRer = "DeregisterClusterRequest";
|
|
521
|
+
const _DCRere = "DeregisterClusterResponse";
|
|
522
|
+
const _DCRes = "DescribeCapabilityRequest";
|
|
523
|
+
const _DCResc = "DescribeCapabilityResponse";
|
|
524
|
+
const _DCRescr = "DescribeClusterRequest";
|
|
525
|
+
const _DCRescri = "DescribeClusterResponse";
|
|
526
|
+
const _DCV = "DescribeClusterVersions";
|
|
527
|
+
const _DCVR = "DescribeClusterVersionsRequest";
|
|
528
|
+
const _DCVRe = "DescribeClusterVersionsResponse";
|
|
529
|
+
const _DCe = "DeleteCluster";
|
|
530
|
+
const _DCer = "DeregisterCluster";
|
|
531
|
+
const _DCes = "DescribeCapability";
|
|
532
|
+
const _DCesc = "DescribeCluster";
|
|
533
|
+
const _DD = "DeprecationDetail";
|
|
534
|
+
const _DDe = "DeprecationDetails";
|
|
535
|
+
const _DEAS = "DeleteEksAnywhereSubscription";
|
|
536
|
+
const _DEASR = "DeleteEksAnywhereSubscriptionRequest";
|
|
537
|
+
const _DEASRe = "DeleteEksAnywhereSubscriptionResponse";
|
|
538
|
+
const _DEASRes = "DescribeEksAnywhereSubscriptionRequest";
|
|
539
|
+
const _DEASResc = "DescribeEksAnywhereSubscriptionResponse";
|
|
540
|
+
const _DEASe = "DescribeEksAnywhereSubscription";
|
|
541
|
+
const _DFP = "DeleteFargateProfile";
|
|
542
|
+
const _DFPR = "DeleteFargateProfileRequest";
|
|
543
|
+
const _DFPRe = "DeleteFargateProfileResponse";
|
|
544
|
+
const _DFPRes = "DescribeFargateProfileRequest";
|
|
545
|
+
const _DFPResc = "DescribeFargateProfileResponse";
|
|
546
|
+
const _DFPe = "DescribeFargateProfile";
|
|
547
|
+
const _DI = "DescribeInsight";
|
|
548
|
+
const _DIPC = "DescribeIdentityProviderConfig";
|
|
549
|
+
const _DIPCR = "DescribeIdentityProviderConfigRequest";
|
|
550
|
+
const _DIPCRe = "DescribeIdentityProviderConfigResponse";
|
|
551
|
+
const _DIPCRi = "DisassociateIdentityProviderConfigRequest";
|
|
552
|
+
const _DIPCRis = "DisassociateIdentityProviderConfigResponse";
|
|
553
|
+
const _DIPCi = "DisassociateIdentityProviderConfig";
|
|
554
|
+
const _DIR = "DescribeInsightRequest";
|
|
555
|
+
const _DIRR = "DescribeInsightsRefreshRequest";
|
|
556
|
+
const _DIRRe = "DescribeInsightsRefreshResponse";
|
|
557
|
+
const _DIRe = "DescribeInsightResponse";
|
|
558
|
+
const _DIRes = "DescribeInsightsRefresh";
|
|
559
|
+
const _DN = "DeleteNodegroup";
|
|
560
|
+
const _DNR = "DeleteNodegroupRequest";
|
|
561
|
+
const _DNRe = "DeleteNodegroupResponse";
|
|
562
|
+
const _DNRes = "DescribeNodegroupRequest";
|
|
563
|
+
const _DNResc = "DescribeNodegroupResponse";
|
|
564
|
+
const _DNe = "DescribeNodegroup";
|
|
565
|
+
const _DPIA = "DeletePodIdentityAssociation";
|
|
566
|
+
const _DPIAR = "DeletePodIdentityAssociationRequest";
|
|
567
|
+
const _DPIARe = "DeletePodIdentityAssociationResponse";
|
|
568
|
+
const _DPIARes = "DescribePodIdentityAssociationRequest";
|
|
569
|
+
const _DPIAResc = "DescribePodIdentityAssociationResponse";
|
|
570
|
+
const _DPIAe = "DescribePodIdentityAssociation";
|
|
571
|
+
const _DU = "DescribeUpdate";
|
|
572
|
+
const _DUR = "DescribeUpdateRequest";
|
|
573
|
+
const _DURe = "DescribeUpdateResponse";
|
|
574
|
+
const _EAS = "EksAnywhereSubscription";
|
|
575
|
+
const _EASL = "EksAnywhereSubscriptionList";
|
|
576
|
+
const _EAST = "EksAnywhereSubscriptionTerm";
|
|
577
|
+
const _EC = "EncryptionConfig";
|
|
578
|
+
const _ECL = "EncryptionConfigList";
|
|
579
|
+
const _ED = "ErrorDetail";
|
|
580
|
+
const _EDr = "ErrorDetails";
|
|
581
|
+
const _ELB = "ElasticLoadBalancing";
|
|
582
|
+
const _EPR = "EtcdPlacementRequest";
|
|
583
|
+
const _EPRt = "EtcdPlacementResponse";
|
|
584
|
+
const _FP = "FargateProfile";
|
|
585
|
+
const _FPH = "FargateProfileHealth";
|
|
586
|
+
const _FPI = "FargateProfileIssue";
|
|
587
|
+
const _FPIL = "FargateProfileIssueList";
|
|
588
|
+
const _FPS = "FargateProfileSelector";
|
|
589
|
+
const _FPSa = "FargateProfileSelectors";
|
|
590
|
+
const _I = "Identity";
|
|
591
|
+
const _ICSS = "InsightCategorySpecificSummary";
|
|
592
|
+
const _IF = "InsightsFilter";
|
|
593
|
+
const _IL = "IssueList";
|
|
594
|
+
const _IPC = "IdentityProviderConfig";
|
|
595
|
+
const _IPCR = "IdentityProviderConfigResponse";
|
|
596
|
+
const _IPCd = "IdentityProviderConfigs";
|
|
597
|
+
const _IPE = "InvalidParameterException";
|
|
598
|
+
const _IRD = "InsightResourceDetail";
|
|
599
|
+
const _IRDn = "InsightResourceDetails";
|
|
600
|
+
const _IRE = "InvalidRequestException";
|
|
601
|
+
const _IS = "InsightStatus";
|
|
602
|
+
const _ISE = "InvalidStateException";
|
|
603
|
+
const _ISn = "InsightSummary";
|
|
604
|
+
const _ISns = "InsightSummaries";
|
|
605
|
+
const _In = "Insight";
|
|
606
|
+
const _Is = "Issue";
|
|
607
|
+
const _KNCR = "KubernetesNetworkConfigRequest";
|
|
608
|
+
const _KNCRu = "KubernetesNetworkConfigResponse";
|
|
609
|
+
const _L = "License";
|
|
610
|
+
const _LA = "ListAddons";
|
|
611
|
+
const _LAAP = "ListAssociatedAccessPolicies";
|
|
612
|
+
const _LAAPR = "ListAssociatedAccessPoliciesRequest";
|
|
613
|
+
const _LAAPRi = "ListAssociatedAccessPoliciesResponse";
|
|
614
|
+
const _LAE = "ListAccessEntries";
|
|
615
|
+
const _LAER = "ListAccessEntriesRequest";
|
|
616
|
+
const _LAERi = "ListAccessEntriesResponse";
|
|
617
|
+
const _LAP = "ListAccessPolicies";
|
|
618
|
+
const _LAPR = "ListAccessPoliciesRequest";
|
|
619
|
+
const _LAPRi = "ListAccessPoliciesResponse";
|
|
620
|
+
const _LAR = "ListAddonsRequest";
|
|
621
|
+
const _LARi = "ListAddonsResponse";
|
|
622
|
+
const _LC = "ListCapabilities";
|
|
623
|
+
const _LCR = "ListCapabilitiesRequest";
|
|
624
|
+
const _LCRi = "ListCapabilitiesResponse";
|
|
625
|
+
const _LCRis = "ListClustersRequest";
|
|
626
|
+
const _LCRist = "ListClustersResponse";
|
|
627
|
+
const _LCi = "ListClusters";
|
|
628
|
+
const _LEAS = "ListEksAnywhereSubscriptions";
|
|
629
|
+
const _LEASR = "ListEksAnywhereSubscriptionsRequest";
|
|
630
|
+
const _LEASRi = "ListEksAnywhereSubscriptionsResponse";
|
|
631
|
+
const _LFP = "ListFargateProfiles";
|
|
632
|
+
const _LFPR = "ListFargateProfilesRequest";
|
|
633
|
+
const _LFPRi = "ListFargateProfilesResponse";
|
|
634
|
+
const _LI = "ListInsights";
|
|
635
|
+
const _LIPC = "ListIdentityProviderConfigs";
|
|
636
|
+
const _LIPCR = "ListIdentityProviderConfigsRequest";
|
|
637
|
+
const _LIPCRi = "ListIdentityProviderConfigsResponse";
|
|
638
|
+
const _LIR = "ListInsightsRequest";
|
|
639
|
+
const _LIRi = "ListInsightsResponse";
|
|
640
|
+
const _LL = "LicenseList";
|
|
641
|
+
const _LN = "ListNodegroups";
|
|
642
|
+
const _LNR = "ListNodegroupsRequest";
|
|
643
|
+
const _LNRi = "ListNodegroupsResponse";
|
|
644
|
+
const _LPIA = "ListPodIdentityAssociations";
|
|
645
|
+
const _LPIAR = "ListPodIdentityAssociationsRequest";
|
|
646
|
+
const _LPIARi = "ListPodIdentityAssociationsResponse";
|
|
647
|
+
const _LS = "LogSetup";
|
|
648
|
+
const _LSo = "LogSetups";
|
|
649
|
+
const _LTFR = "ListTagsForResource";
|
|
650
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
651
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
652
|
+
const _LTS = "LaunchTemplateSpecification";
|
|
653
|
+
const _LU = "ListUpdates";
|
|
654
|
+
const _LUR = "ListUpdatesRequest";
|
|
655
|
+
const _LURi = "ListUpdatesResponse";
|
|
656
|
+
const _Lo = "Logging";
|
|
657
|
+
const _MI = "MarketplaceInformation";
|
|
658
|
+
const _N = "Nodegroup";
|
|
659
|
+
const _NFE = "NotFoundException";
|
|
660
|
+
const _NH = "NodegroupHealth";
|
|
661
|
+
const _NR = "NodegroupResources";
|
|
662
|
+
const _NRC = "NodeRepairConfig";
|
|
663
|
+
const _NRCO = "NodeRepairConfigOverrides";
|
|
664
|
+
const _NRCOL = "NodeRepairConfigOverridesList";
|
|
665
|
+
const _NSC = "NodegroupScalingConfig";
|
|
666
|
+
const _NUC = "NodegroupUpdateConfig";
|
|
667
|
+
const _OCR = "OutpostConfigRequest";
|
|
668
|
+
const _OCRu = "OutpostConfigResponse";
|
|
669
|
+
const _OIDC = "OIDC";
|
|
670
|
+
const _OIPC = "OidcIdentityProviderConfig";
|
|
671
|
+
const _OIPCR = "OidcIdentityProviderConfigRequest";
|
|
672
|
+
const _P = "Provider";
|
|
673
|
+
const _PIA = "PodIdentityAssociation";
|
|
674
|
+
const _PIAS = "PodIdentityAssociationSummary";
|
|
675
|
+
const _PIASo = "PodIdentityAssociationSummaries";
|
|
676
|
+
const _RAC = "RemoteAccessConfig";
|
|
677
|
+
const _RC = "RollbackConfig";
|
|
678
|
+
const _RCR = "RegisterClusterRequest";
|
|
679
|
+
const _RCRe = "RegisterClusterResponse";
|
|
680
|
+
const _RCe = "RegisterCluster";
|
|
681
|
+
const _RIUE = "ResourceInUseException";
|
|
682
|
+
const _RLEE = "ResourceLimitExceededException";
|
|
683
|
+
const _RNCR = "RemoteNetworkConfigRequest";
|
|
684
|
+
const _RNCRe = "RemoteNetworkConfigResponse";
|
|
685
|
+
const _RNFE = "ResourceNotFoundException";
|
|
686
|
+
const _RNN = "RemoteNodeNetwork";
|
|
687
|
+
const _RNNL = "RemoteNodeNetworkList";
|
|
688
|
+
const _RPDE = "ResourcePropagationDelayException";
|
|
689
|
+
const _RPN = "RemotePodNetwork";
|
|
690
|
+
const _RPNL = "RemotePodNetworkList";
|
|
691
|
+
const _SCR = "StorageConfigRequest";
|
|
692
|
+
const _SCRt = "StorageConfigResponse";
|
|
693
|
+
const _SE = "ServerException";
|
|
694
|
+
const _SI = "SsoIdentity";
|
|
695
|
+
const _SIL = "SsoIdentityList";
|
|
696
|
+
const _SIR = "StartInsightsRefresh";
|
|
697
|
+
const _SIRR = "StartInsightsRefreshRequest";
|
|
698
|
+
const _SIRRt = "StartInsightsRefreshResponse";
|
|
699
|
+
const _SUE = "ServiceUnavailableException";
|
|
700
|
+
const _T = "Taint";
|
|
701
|
+
const _TE = "ThrottlingException";
|
|
702
|
+
const _TR = "TagResource";
|
|
703
|
+
const _TRR = "TagResourceRequest";
|
|
704
|
+
const _TRRa = "TagResourceResponse";
|
|
705
|
+
const _U = "Update";
|
|
706
|
+
const _UA = "UpdateAddon";
|
|
707
|
+
const _UACC = "UpdateArgoCdConfig";
|
|
708
|
+
const _UACR = "UpdateAccessConfigRequest";
|
|
709
|
+
const _UAE = "UpdateAccessEntry";
|
|
710
|
+
const _UAER = "UpdateAccessEntryRequest";
|
|
711
|
+
const _UAERp = "UpdateAccessEntryResponse";
|
|
712
|
+
const _UAR = "UpdateAddonRequest";
|
|
713
|
+
const _UARp = "UpdateAddonResponse";
|
|
714
|
+
const _UAZE = "UnsupportedAvailabilityZoneException";
|
|
715
|
+
const _UC = "UpdateCapability";
|
|
716
|
+
const _UCC = "UpdateCapabilityConfiguration";
|
|
717
|
+
const _UCCR = "UpdateClusterConfigRequest";
|
|
718
|
+
const _UCCRp = "UpdateClusterConfigResponse";
|
|
719
|
+
const _UCCp = "UpdateClusterConfig";
|
|
720
|
+
const _UCR = "UpdateCapabilityRequest";
|
|
721
|
+
const _UCRp = "UpdateCapabilityResponse";
|
|
722
|
+
const _UCV = "UpdateClusterVersion";
|
|
723
|
+
const _UCVR = "UpdateClusterVersionRequest";
|
|
724
|
+
const _UCVRp = "UpdateClusterVersionResponse";
|
|
725
|
+
const _UEAS = "UpdateEksAnywhereSubscription";
|
|
726
|
+
const _UEASR = "UpdateEksAnywhereSubscriptionRequest";
|
|
727
|
+
const _UEASRp = "UpdateEksAnywhereSubscriptionResponse";
|
|
728
|
+
const _ULP = "UpdateLabelsPayload";
|
|
729
|
+
const _UNC = "UpdateNodegroupConfig";
|
|
730
|
+
const _UNCR = "UpdateNodegroupConfigRequest";
|
|
731
|
+
const _UNCRp = "UpdateNodegroupConfigResponse";
|
|
732
|
+
const _UNV = "UpdateNodegroupVersion";
|
|
733
|
+
const _UNVR = "UpdateNodegroupVersionRequest";
|
|
734
|
+
const _UNVRp = "UpdateNodegroupVersionResponse";
|
|
735
|
+
const _UP = "UpdateParam";
|
|
736
|
+
const _UPIA = "UpdatePodIdentityAssociation";
|
|
737
|
+
const _UPIAR = "UpdatePodIdentityAssociationRequest";
|
|
738
|
+
const _UPIARp = "UpdatePodIdentityAssociationResponse";
|
|
739
|
+
const _UPR = "UpgradePolicyRequest";
|
|
740
|
+
const _UPRp = "UpgradePolicyResponse";
|
|
741
|
+
const _UPp = "UpdateParams";
|
|
742
|
+
const _UR = "UntagResource";
|
|
743
|
+
const _URM = "UpdateRoleMappings";
|
|
744
|
+
const _URR = "UntagResourceRequest";
|
|
745
|
+
const _URRn = "UntagResourceResponse";
|
|
746
|
+
const _UTP = "UpdateTaintsPayload";
|
|
747
|
+
const _VCR = "VpcConfigRequest";
|
|
748
|
+
const _VCRp = "VpcConfigResponse";
|
|
749
|
+
const _WPC = "WarmPoolConfig";
|
|
750
|
+
const _ZSCR = "ZonalShiftConfigRequest";
|
|
751
|
+
const _ZSCRo = "ZonalShiftConfigResponse";
|
|
752
|
+
const _a = "arn";
|
|
753
|
+
const _aA = "addonArn";
|
|
754
|
+
const _aAP = "associatedAccessPolicy";
|
|
755
|
+
const _aAPs = "associatedAccessPolicies";
|
|
756
|
+
const _aAs = "associatedAt";
|
|
757
|
+
const _aAss = "associationArn";
|
|
758
|
+
const _aC = "argoCd";
|
|
759
|
+
const _aCD = "addonCompatibilityDetails";
|
|
760
|
+
const _aCc = "accessConfig";
|
|
761
|
+
const _aCct = "activationCode";
|
|
762
|
+
const _aE = "activationExpiry";
|
|
763
|
+
const _aEA = "accessEntryArn";
|
|
764
|
+
const _aEc = "accessEntry";
|
|
765
|
+
const _aEcc = "accessEntries";
|
|
766
|
+
const _aI = "awsIdc";
|
|
767
|
+
const _aIc = "activationId";
|
|
768
|
+
const _aId = "additionalInfo";
|
|
769
|
+
const _aIs = "associationId";
|
|
770
|
+
const _aM = "authenticationMode";
|
|
771
|
+
const _aN = "addonName";
|
|
772
|
+
const _aOUL = "addOrUpdateLabels";
|
|
773
|
+
const _aOURM = "addOrUpdateRoleMappings";
|
|
774
|
+
const _aOUT = "addOrUpdateTaints";
|
|
775
|
+
const _aP = "accessPolicies";
|
|
776
|
+
const _aPA = "associatedPolicyArn";
|
|
777
|
+
const _aR = "autoRenew";
|
|
778
|
+
const _aS = "accessScope";
|
|
779
|
+
const _aSG = "autoScalingGroups";
|
|
780
|
+
const _aT = "amiType";
|
|
781
|
+
const _aV = "addonVersion";
|
|
782
|
+
const _aVd = "addonVersions";
|
|
783
|
+
const _ad = "addon";
|
|
784
|
+
const _add = "addons";
|
|
785
|
+
const _ar = "architecture";
|
|
786
|
+
const _as = "association";
|
|
787
|
+
const _ass = "associations";
|
|
788
|
+
const _bCCAP = "bootstrapClusterCreatorAdminPermissions";
|
|
789
|
+
const _bS = "blockStorage";
|
|
790
|
+
const _bSMA = "bootstrapSelfManagedAddons";
|
|
791
|
+
const _c = "client";
|
|
792
|
+
const _cA = "createdAt";
|
|
793
|
+
const _cAe = "certificateAuthority";
|
|
794
|
+
const _cC = "connectorConfig";
|
|
795
|
+
const _cCo = "computeConfig";
|
|
796
|
+
const _cI = "clientId";
|
|
797
|
+
const _cL = "clusterLogging";
|
|
798
|
+
const _cN = "clusterName";
|
|
799
|
+
const _cNa = "capabilityName";
|
|
800
|
+
const _cPEM = "controlPlaneEgressMode";
|
|
801
|
+
const _cPIT = "controlPlaneInstanceType";
|
|
802
|
+
const _cPP = "controlPlanePlacement";
|
|
803
|
+
const _cPSC = "controlPlaneScalingConfig";
|
|
804
|
+
const _cRT = "clientRequestToken";
|
|
805
|
+
const _cS = "clientStats";
|
|
806
|
+
const _cSGI = "clusterSecurityGroupId";
|
|
807
|
+
const _cSS = "categorySpecificSummary";
|
|
808
|
+
const _cSo = "configurationSchema";
|
|
809
|
+
const _cT = "computeTypes";
|
|
810
|
+
const _cTa = "capacityType";
|
|
811
|
+
const _cTl = "clusterType";
|
|
812
|
+
const _cV = "configurationValues";
|
|
813
|
+
const _cVl = "clusterVersion";
|
|
814
|
+
const _cVlu = "clusterVersions";
|
|
815
|
+
const _cVo = "compatibleVersions";
|
|
816
|
+
const _ca = "capability";
|
|
817
|
+
const _can = "cancellation";
|
|
818
|
+
const _cap = "capabilities";
|
|
819
|
+
const _cat = "category";
|
|
820
|
+
const _cate = "categories";
|
|
821
|
+
const _ci = "cidrs";
|
|
822
|
+
const _cl = "cluster";
|
|
823
|
+
const _clu = "clusters";
|
|
824
|
+
const _co = "code";
|
|
825
|
+
const _com = "compatibilities";
|
|
826
|
+
const _con = "configuration";
|
|
827
|
+
const _d = "data";
|
|
828
|
+
const _dD = "deprecationDetails";
|
|
829
|
+
const _dN = "defaultNamespace";
|
|
830
|
+
const _dO = "defaultOnly";
|
|
831
|
+
const _dP = "deletionProtection";
|
|
832
|
+
const _dPP = "deletePropagationPolicy";
|
|
833
|
+
const _dPV = "defaultPlatformVersion";
|
|
834
|
+
const _dS = "diskSize";
|
|
835
|
+
const _dST = "disableSessionTags";
|
|
836
|
+
const _dSe = "desiredSize";
|
|
837
|
+
const _dV = "defaultVersion";
|
|
838
|
+
const _de = "description";
|
|
839
|
+
const _du = "duration";
|
|
840
|
+
const _e = "error";
|
|
841
|
+
const _eA = "endedAt";
|
|
842
|
+
const _eC = "encryptionConfig";
|
|
843
|
+
const _eCr = "errorCode";
|
|
844
|
+
const _eD = "effectiveDate";
|
|
845
|
+
const _eDx = "expirationDate";
|
|
846
|
+
const _eI = "externalId";
|
|
847
|
+
const _eIT = "etcdInstanceType";
|
|
848
|
+
const _eLB = "elasticLoadBalancing";
|
|
849
|
+
const _eM = "errorMessage";
|
|
850
|
+
const _eOESD = "endOfExtendedSupportDate";
|
|
851
|
+
const _eOSSD = "endOfStandardSupportDate";
|
|
852
|
+
const _eP = "etcdPlacement";
|
|
853
|
+
const _ePA = "endpointPublicAccess";
|
|
854
|
+
const _ePAn = "endpointPrivateAccess";
|
|
855
|
+
const _eSK = "ec2SshKey";
|
|
856
|
+
const _ef = "effect";
|
|
857
|
+
const _en = "enabled";
|
|
858
|
+
const _end = "endpoint";
|
|
859
|
+
const _er = "errors";
|
|
860
|
+
const _f = "filter";
|
|
861
|
+
const _fP = "fargateProfile";
|
|
862
|
+
const _fPA = "fargateProfileArn";
|
|
863
|
+
const _fPN = "fargateProfileName";
|
|
864
|
+
const _fPNa = "fargateProfileNames";
|
|
865
|
+
const _fo = "force";
|
|
866
|
+
const _gC = "groupsClaim";
|
|
867
|
+
const _gN = "groupName";
|
|
868
|
+
const _gP = "groupsPrefix";
|
|
869
|
+
const _h = "health";
|
|
870
|
+
const _hE = "httpError";
|
|
871
|
+
const _hQ = "httpQuery";
|
|
872
|
+
const _ht = "http";
|
|
873
|
+
const _i = "issues";
|
|
874
|
+
const _iA = "includeAll";
|
|
875
|
+
const _iF = "ipFamily";
|
|
876
|
+
const _iIA = "idcInstanceArn";
|
|
877
|
+
const _iMAA = "idcManagedApplicationArn";
|
|
878
|
+
const _iPC = "identityProviderConfig";
|
|
879
|
+
const _iPCA = "identityProviderConfigArn";
|
|
880
|
+
const _iPCN = "identityProviderConfigName";
|
|
881
|
+
const _iPCd = "identityProviderConfigs";
|
|
882
|
+
const _iR = "idcRegion";
|
|
883
|
+
const _iS = "insightStatus";
|
|
884
|
+
const _iSn = "includeStatus";
|
|
885
|
+
const _iT = "instanceTypes";
|
|
886
|
+
const _iU = "issuerUrl";
|
|
887
|
+
const _id = "identities";
|
|
888
|
+
const _id_ = "id";
|
|
889
|
+
const _ide = "identity";
|
|
890
|
+
const _in = "insight";
|
|
891
|
+
const _inc = "include";
|
|
892
|
+
const _ins = "insights";
|
|
893
|
+
const _is = "issuer";
|
|
894
|
+
const _k = "key";
|
|
895
|
+
const _kA = "keyArn";
|
|
896
|
+
const _kG = "kubernetesGroups";
|
|
897
|
+
const _kNC = "kubernetesNetworkConfig";
|
|
898
|
+
const _kPV = "kubernetesPatchVersion";
|
|
899
|
+
const _kRU = "kubernetesResourceUri";
|
|
900
|
+
const _kV = "kubernetesVersion";
|
|
901
|
+
const _kVu = "kubernetesVersions";
|
|
902
|
+
const _l = "logging";
|
|
903
|
+
const _lA = "licenseArns";
|
|
904
|
+
const _lQ = "licenseQuantity";
|
|
905
|
+
const _lRT = "lastRequestTime";
|
|
906
|
+
const _lRTa = "lastRefreshTime";
|
|
907
|
+
const _lT = "licenseType";
|
|
908
|
+
const _lTT = "lastTransitionTime";
|
|
909
|
+
const _lTa = "launchTemplate";
|
|
910
|
+
const _la = "labels";
|
|
911
|
+
const _li = "licenses";
|
|
912
|
+
const _m = "message";
|
|
913
|
+
const _mA = "modifiedAt";
|
|
914
|
+
const _mGPC = "maxGroupPreparedCapacity";
|
|
915
|
+
const _mI = "marketplaceInformation";
|
|
916
|
+
const _mPNRC = "maxParallelNodesRepairedCount";
|
|
917
|
+
const _mPNRP = "maxParallelNodesRepairedPercentage";
|
|
918
|
+
const _mR = "maxResults";
|
|
919
|
+
const _mRWTM = "minRepairWaitTimeMins";
|
|
920
|
+
const _mS = "minSize";
|
|
921
|
+
const _mSa = "maxSize";
|
|
922
|
+
const _mU = "maxUnavailable";
|
|
923
|
+
const _mUNTC = "maxUnhealthyNodeThresholdCount";
|
|
924
|
+
const _mUNTP = "maxUnhealthyNodeThresholdPercentage";
|
|
925
|
+
const _mUP = "maxUnavailablePercentage";
|
|
926
|
+
const _n = "name";
|
|
927
|
+
const _nA = "networkAccess";
|
|
928
|
+
const _nAo = "nodegroupArn";
|
|
929
|
+
const _nC = "namespaceConfig";
|
|
930
|
+
const _nMC = "nodeMonitoringCondition";
|
|
931
|
+
const _nN = "nodegroupName";
|
|
932
|
+
const _nORLD = "numberOfRequestsLast30Days";
|
|
933
|
+
const _nP = "nodePools";
|
|
934
|
+
const _nR = "nodeRole";
|
|
935
|
+
const _nRA = "nodeRoleArn";
|
|
936
|
+
const _nRC = "nodeRepairConfig";
|
|
937
|
+
const _nRCO = "nodeRepairConfigOverrides";
|
|
938
|
+
const _nT = "nextToken";
|
|
939
|
+
const _nUR = "nodeUnhealthyReason";
|
|
940
|
+
const _na = "namespaces";
|
|
941
|
+
const _nam = "namespace";
|
|
942
|
+
const _no = "nodegroup";
|
|
943
|
+
const _nod = "nodegroups";
|
|
944
|
+
const _o = "owner";
|
|
945
|
+
const _oA = "outpostArns";
|
|
946
|
+
const _oAw = "ownerArn";
|
|
947
|
+
const _oC = "outpostConfig";
|
|
948
|
+
const _oi = "oidc";
|
|
949
|
+
const _ow = "owners";
|
|
950
|
+
const _p = "publisher";
|
|
951
|
+
const _pA = "principalArn";
|
|
952
|
+
const _pAC = "publicAccessCidrs";
|
|
953
|
+
const _pAo = "policyArn";
|
|
954
|
+
const _pERA = "podExecutionRoleArn";
|
|
955
|
+
const _pI = "productId";
|
|
956
|
+
const _pIA = "podIdentityAssociations";
|
|
957
|
+
const _pIC = "podIdentityConfiguration";
|
|
958
|
+
const _pS = "poolState";
|
|
959
|
+
const _pU = "productUrl";
|
|
960
|
+
const _pV = "platformVersion";
|
|
961
|
+
const _pVl = "platformVersions";
|
|
962
|
+
const _pa = "params";
|
|
963
|
+
const _po = "policy";
|
|
964
|
+
const _pr = "provider";
|
|
965
|
+
const _pre = "preserve";
|
|
966
|
+
const _pu = "publishers";
|
|
967
|
+
const _r = "role";
|
|
968
|
+
const _rA = "roleArn";
|
|
969
|
+
const _rASG = "remoteAccessSecurityGroup";
|
|
970
|
+
const _rAe = "remoteAccess";
|
|
971
|
+
const _rAep = "repairAction";
|
|
972
|
+
const _rAes = "resourceArn";
|
|
973
|
+
const _rC = "requiresConfiguration";
|
|
974
|
+
const _rCe = "resolveConflicts";
|
|
975
|
+
const _rCeq = "requiredClaims";
|
|
976
|
+
const _rCo = "rollbackConfig";
|
|
977
|
+
const _rD = "releaseDate";
|
|
978
|
+
const _rI = "resourceIds";
|
|
979
|
+
const _rIP = "requiresIamPermissions";
|
|
980
|
+
const _rL = "removeLabels";
|
|
981
|
+
const _rMP = "recommendedManagedPolicies";
|
|
982
|
+
const _rNC = "remoteNetworkConfig";
|
|
983
|
+
const _rNN = "remoteNodeNetworks";
|
|
984
|
+
const _rOSI = "reuseOnScaleIn";
|
|
985
|
+
const _rPN = "remotePodNetworks";
|
|
986
|
+
const _rRM = "rbacRoleMappings";
|
|
987
|
+
const _rRMe = "removeRoleMappings";
|
|
988
|
+
const _rT = "removeTaints";
|
|
989
|
+
const _rV = "releaseVersion";
|
|
990
|
+
const _rVC = "resourcesVpcConfig";
|
|
991
|
+
const _rW = "replacedWith";
|
|
992
|
+
const _re = "reason";
|
|
993
|
+
const _rec = "recommendation";
|
|
994
|
+
const _res = "resources";
|
|
995
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
|
|
996
|
+
const _sA = "serviceAccount";
|
|
997
|
+
const _sARA = "serviceAccountRoleArn";
|
|
998
|
+
const _sAt = "startedAt";
|
|
999
|
+
const _sC = "storageConfig";
|
|
1000
|
+
const _sCc = "scalingConfig";
|
|
1001
|
+
const _sGI = "securityGroupIds";
|
|
1002
|
+
const _sI = "subscriptionId";
|
|
1003
|
+
const _sIC = "serviceIpv4Cidr";
|
|
1004
|
+
const _sICe = "serviceIpv6Cidr";
|
|
1005
|
+
const _sIu = "subnetIds";
|
|
1006
|
+
const _sL = "spreadLevel";
|
|
1007
|
+
const _sSG = "sourceSecurityGroups";
|
|
1008
|
+
const _sSRV = "startServingReplacementVersion";
|
|
1009
|
+
const _sSV = "stopServingVersion";
|
|
1010
|
+
const _sT = "supportType";
|
|
1011
|
+
const _sU = "serverUrl";
|
|
1012
|
+
const _se = "server";
|
|
1013
|
+
const _sel = "selectors";
|
|
1014
|
+
const _st = "status";
|
|
1015
|
+
const _sta = "statuses";
|
|
1016
|
+
const _su = "subscription";
|
|
1017
|
+
const _sub = "subnets";
|
|
1018
|
+
const _subs = "subscriptions";
|
|
1019
|
+
const _t = "tags";
|
|
1020
|
+
const _tK = "tagKeys";
|
|
1021
|
+
const _tL = "taintsList";
|
|
1022
|
+
const _tM = "timeoutMinutes";
|
|
1023
|
+
const _tRA = "targetRoleArn";
|
|
1024
|
+
const _ta = "taints";
|
|
1025
|
+
const _te = "term";
|
|
1026
|
+
const _ti = "tier";
|
|
1027
|
+
const _to = "token";
|
|
1028
|
+
const _ty = "type";
|
|
1029
|
+
const _typ = "types";
|
|
1030
|
+
const _u = "username";
|
|
1031
|
+
const _uA = "userAgent";
|
|
1032
|
+
const _uC = "updateConfig";
|
|
1033
|
+
const _uCs = "usernameClaim";
|
|
1034
|
+
const _uI = "updateId";
|
|
1035
|
+
const _uIp = "updateIds";
|
|
1036
|
+
const _uP = "upgradePolicy";
|
|
1037
|
+
const _uPs = "usernamePrefix";
|
|
1038
|
+
const _uS = "updateStrategy";
|
|
1039
|
+
const _un = "unit";
|
|
1040
|
+
const _up = "update";
|
|
1041
|
+
const _us = "usage";
|
|
1042
|
+
const _v = "version";
|
|
1043
|
+
const _vI = "vpceIds";
|
|
1044
|
+
const _vIp = "vpcId";
|
|
1045
|
+
const _vS = "versionStatus";
|
|
1046
|
+
const _vZ = "validZones";
|
|
1047
|
+
const _va = "value";
|
|
1048
|
+
const _wPC = "warmPoolConfig";
|
|
1049
|
+
const _zSC = "zonalShiftConfig";
|
|
1050
|
+
const n0 = "com.amazonaws.eks";
|
|
1051
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
1052
|
+
var EKSServiceException$ = [-3, _s, "EKSServiceException", 0, [], []];
|
|
1053
|
+
_s_registry.registerError(EKSServiceException$, EKSServiceException);
|
|
1054
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
1055
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
1056
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
1057
|
+
[_m],
|
|
1058
|
+
[0]
|
|
1059
|
+
];
|
|
1060
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
1061
|
+
var BadRequestException$ = [-3, n0, _BRE,
|
|
1062
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1063
|
+
[_m],
|
|
1064
|
+
[0]
|
|
1065
|
+
];
|
|
1066
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
1067
|
+
var ClientException$ = [-3, n0, _CE,
|
|
1068
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1069
|
+
[_cN, _nN, _aN, _sI, _m],
|
|
1070
|
+
[0, 0, 0, 0, 0]
|
|
1071
|
+
];
|
|
1072
|
+
n0_registry.registerError(ClientException$, ClientException);
|
|
1073
|
+
var InvalidParameterException$ = [-3, n0, _IPE,
|
|
1074
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1075
|
+
[_cN, _nN, _fPN, _aN, _sI, _m],
|
|
1076
|
+
[0, 0, 0, 0, 0, 0]
|
|
1077
|
+
];
|
|
1078
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
1079
|
+
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
1080
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1081
|
+
[_cN, _nN, _aN, _sI, _m],
|
|
1082
|
+
[0, 0, 0, 0, 0]
|
|
1083
|
+
];
|
|
1084
|
+
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
1085
|
+
var InvalidStateException$ = [-3, n0, _ISE,
|
|
1086
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1087
|
+
[_cN, _m],
|
|
1088
|
+
[0, 0]
|
|
1089
|
+
];
|
|
1090
|
+
n0_registry.registerError(InvalidStateException$, InvalidStateException);
|
|
1091
|
+
var NotFoundException$ = [-3, n0, _NFE,
|
|
1092
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1093
|
+
[_m],
|
|
1094
|
+
[0]
|
|
1095
|
+
];
|
|
1096
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
1097
|
+
var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1098
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
1099
|
+
[_cN, _nN, _aN, _m],
|
|
1100
|
+
[0, 0, 0, 0]
|
|
1101
|
+
];
|
|
1102
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
1103
|
+
var ResourceLimitExceededException$ = [-3, n0, _RLEE,
|
|
1104
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1105
|
+
[_cN, _nN, _sI, _m],
|
|
1106
|
+
[0, 0, 0, 0]
|
|
1107
|
+
];
|
|
1108
|
+
n0_registry.registerError(ResourceLimitExceededException$, ResourceLimitExceededException);
|
|
1109
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1110
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1111
|
+
[_cN, _nN, _fPN, _aN, _sI, _m],
|
|
1112
|
+
[0, 0, 0, 0, 0, 0]
|
|
1113
|
+
];
|
|
1114
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1115
|
+
var ResourcePropagationDelayException$ = [-3, n0, _RPDE,
|
|
1116
|
+
{ [_e]: _c, [_hE]: 428 },
|
|
1117
|
+
[_m],
|
|
1118
|
+
[0]
|
|
1119
|
+
];
|
|
1120
|
+
n0_registry.registerError(ResourcePropagationDelayException$, ResourcePropagationDelayException);
|
|
1121
|
+
var ServerException$ = [-3, n0, _SE,
|
|
1122
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
1123
|
+
[_cN, _nN, _aN, _sI, _m],
|
|
1124
|
+
[0, 0, 0, 0, 0]
|
|
1125
|
+
];
|
|
1126
|
+
n0_registry.registerError(ServerException$, ServerException);
|
|
1127
|
+
var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
1128
|
+
{ [_e]: _se, [_hE]: 503 },
|
|
1129
|
+
[_m],
|
|
1130
|
+
[0]
|
|
1131
|
+
];
|
|
1132
|
+
n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
1133
|
+
var ThrottlingException$ = [-3, n0, _TE,
|
|
1134
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1135
|
+
[_cN, _m],
|
|
1136
|
+
[0, 0]
|
|
1137
|
+
];
|
|
1138
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
1139
|
+
var UnsupportedAvailabilityZoneException$ = [-3, n0, _UAZE,
|
|
1140
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1141
|
+
[_m, _cN, _nN, _vZ],
|
|
1142
|
+
[0, 0, 0, 64 | 0]
|
|
1143
|
+
];
|
|
1144
|
+
n0_registry.registerError(UnsupportedAvailabilityZoneException$, UnsupportedAvailabilityZoneException);
|
|
1145
|
+
const errorTypeRegistries = [
|
|
1146
|
+
_s_registry,
|
|
1147
|
+
n0_registry,
|
|
1148
|
+
];
|
|
1149
|
+
var AccessConfigResponse$ = [3, n0, _ACR,
|
|
1150
|
+
0,
|
|
1151
|
+
[_bCCAP, _aM],
|
|
1152
|
+
[2, 0]
|
|
1153
|
+
];
|
|
1154
|
+
var AccessEntry$ = [3, n0, _AE,
|
|
1155
|
+
0,
|
|
1156
|
+
[_cN, _pA, _kG, _aEA, _cA, _mA, _t, _u, _ty],
|
|
1157
|
+
[0, 0, 64 | 0, 0, 4, 4, 128 | 0, 0, 0]
|
|
1158
|
+
];
|
|
1159
|
+
var AccessPolicy$ = [3, n0, _AP,
|
|
1160
|
+
0,
|
|
1161
|
+
[_n, _a],
|
|
1162
|
+
[0, 0]
|
|
1163
|
+
];
|
|
1164
|
+
var AccessScope$ = [3, n0, _AS,
|
|
1165
|
+
0,
|
|
1166
|
+
[_ty, _na],
|
|
1167
|
+
[0, 64 | 0]
|
|
1168
|
+
];
|
|
1169
|
+
var Addon$ = [3, n0, _A,
|
|
1170
|
+
0,
|
|
1171
|
+
[_aN, _cN, _st, _aV, _h, _aA, _cA, _mA, _sARA, _t, _p, _o, _mI, _cV, _pIA, _nC],
|
|
1172
|
+
[0, 0, 0, 0, () => AddonHealth$, 0, 4, 4, 0, 128 | 0, 0, 0, () => MarketplaceInformation$, 0, 64 | 0, () => AddonNamespaceConfigResponse$]
|
|
1173
|
+
];
|
|
1174
|
+
var AddonCompatibilityDetail$ = [3, n0, _ACD,
|
|
1175
|
+
0,
|
|
1176
|
+
[_n, _cVo],
|
|
1177
|
+
[0, 64 | 0]
|
|
1178
|
+
];
|
|
1179
|
+
var AddonHealth$ = [3, n0, _AH,
|
|
1180
|
+
0,
|
|
1181
|
+
[_i],
|
|
1182
|
+
[() => AddonIssueList]
|
|
1183
|
+
];
|
|
1184
|
+
var AddonInfo$ = [3, n0, _AI,
|
|
1185
|
+
0,
|
|
1186
|
+
[_aN, _ty, _aVd, _p, _o, _mI, _dN],
|
|
1187
|
+
[0, 0, () => AddonVersionInfoList, 0, 0, () => MarketplaceInformation$, 0]
|
|
1188
|
+
];
|
|
1189
|
+
var AddonIssue$ = [3, n0, _AId,
|
|
1190
|
+
0,
|
|
1191
|
+
[_co, _m, _rI],
|
|
1192
|
+
[0, 0, 64 | 0]
|
|
1193
|
+
];
|
|
1194
|
+
var AddonNamespaceConfigRequest$ = [3, n0, _ANCR,
|
|
1195
|
+
0,
|
|
1196
|
+
[_nam],
|
|
1197
|
+
[0]
|
|
1198
|
+
];
|
|
1199
|
+
var AddonNamespaceConfigResponse$ = [3, n0, _ANCRd,
|
|
1200
|
+
0,
|
|
1201
|
+
[_nam],
|
|
1202
|
+
[0]
|
|
1203
|
+
];
|
|
1204
|
+
var AddonPodIdentityAssociations$ = [3, n0, _APIA,
|
|
1205
|
+
0,
|
|
1206
|
+
[_sA, _rA],
|
|
1207
|
+
[0, 0], 2
|
|
1208
|
+
];
|
|
1209
|
+
var AddonPodIdentityConfiguration$ = [3, n0, _APIC,
|
|
1210
|
+
0,
|
|
1211
|
+
[_sA, _rMP],
|
|
1212
|
+
[0, 64 | 0]
|
|
1213
|
+
];
|
|
1214
|
+
var AddonVersionInfo$ = [3, n0, _AVI,
|
|
1215
|
+
0,
|
|
1216
|
+
[_aV, _ar, _cT, _com, _rC, _rIP],
|
|
1217
|
+
[0, 64 | 0, 64 | 0, () => Compatibilities, 2, 2]
|
|
1218
|
+
];
|
|
1219
|
+
var ArgoCdAwsIdcConfigRequest$ = [3, n0, _ACAICR,
|
|
1220
|
+
0,
|
|
1221
|
+
[_iIA, _iR],
|
|
1222
|
+
[0, 0], 1
|
|
1223
|
+
];
|
|
1224
|
+
var ArgoCdAwsIdcConfigResponse$ = [3, n0, _ACAICRr,
|
|
1225
|
+
0,
|
|
1226
|
+
[_iIA, _iR, _iMAA],
|
|
1227
|
+
[0, 0, 0]
|
|
1228
|
+
];
|
|
1229
|
+
var ArgoCdConfigRequest$ = [3, n0, _ACCR,
|
|
1230
|
+
0,
|
|
1231
|
+
[_aI, _nam, _rRM, _nA],
|
|
1232
|
+
[() => ArgoCdAwsIdcConfigRequest$, 0, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigRequest$], 1
|
|
1233
|
+
];
|
|
1234
|
+
var ArgoCdConfigResponse$ = [3, n0, _ACCRr,
|
|
1235
|
+
0,
|
|
1236
|
+
[_nam, _aI, _rRM, _nA, _sU],
|
|
1237
|
+
[0, () => ArgoCdAwsIdcConfigResponse$, () => ArgoCdRoleMappingList, () => ArgoCdNetworkAccessConfigResponse$, 0]
|
|
1238
|
+
];
|
|
1239
|
+
var ArgoCdNetworkAccessConfigRequest$ = [3, n0, _ACNACR,
|
|
1240
|
+
0,
|
|
1241
|
+
[_vI],
|
|
1242
|
+
[64 | 0]
|
|
1243
|
+
];
|
|
1244
|
+
var ArgoCdNetworkAccessConfigResponse$ = [3, n0, _ACNACRr,
|
|
1245
|
+
0,
|
|
1246
|
+
[_vI],
|
|
1247
|
+
[64 | 0]
|
|
1248
|
+
];
|
|
1249
|
+
var ArgoCdRoleMapping$ = [3, n0, _ACRM,
|
|
1250
|
+
0,
|
|
1251
|
+
[_r, _id],
|
|
1252
|
+
[0, () => SsoIdentityList], 2
|
|
1253
|
+
];
|
|
1254
|
+
var AssociateAccessPolicyRequest$ = [3, n0, _AAPR,
|
|
1255
|
+
0,
|
|
1256
|
+
[_cN, _pA, _pAo, _aS],
|
|
1257
|
+
[[0, 1], [0, 1], 0, () => AccessScope$], 4
|
|
1258
|
+
];
|
|
1259
|
+
var AssociateAccessPolicyResponse$ = [3, n0, _AAPRs,
|
|
1260
|
+
0,
|
|
1261
|
+
[_cN, _pA, _aAP],
|
|
1262
|
+
[0, 0, () => AssociatedAccessPolicy$]
|
|
1263
|
+
];
|
|
1264
|
+
var AssociatedAccessPolicy$ = [3, n0, _AAP,
|
|
1265
|
+
0,
|
|
1266
|
+
[_pAo, _aS, _aAs, _mA],
|
|
1267
|
+
[0, () => AccessScope$, 4, 4]
|
|
1268
|
+
];
|
|
1269
|
+
var AssociateEncryptionConfigRequest$ = [3, n0, _AECR,
|
|
1270
|
+
0,
|
|
1271
|
+
[_cN, _eC, _cRT],
|
|
1272
|
+
[[0, 1], () => EncryptionConfigList, [0, 4]], 2
|
|
1273
|
+
];
|
|
1274
|
+
var AssociateEncryptionConfigResponse$ = [3, n0, _AECRs,
|
|
1275
|
+
0,
|
|
1276
|
+
[_up],
|
|
1277
|
+
[() => Update$]
|
|
1278
|
+
];
|
|
1279
|
+
var AssociateIdentityProviderConfigRequest$ = [3, n0, _AIPCR,
|
|
1280
|
+
0,
|
|
1281
|
+
[_cN, _oi, _t, _cRT],
|
|
1282
|
+
[[0, 1], () => OidcIdentityProviderConfigRequest$, 128 | 0, [0, 4]], 2
|
|
1283
|
+
];
|
|
1284
|
+
var AssociateIdentityProviderConfigResponse$ = [3, n0, _AIPCRs,
|
|
1285
|
+
0,
|
|
1286
|
+
[_up, _t],
|
|
1287
|
+
[() => Update$, 128 | 0]
|
|
1288
|
+
];
|
|
1289
|
+
var AutoScalingGroup$ = [3, n0, _ASG,
|
|
1290
|
+
0,
|
|
1291
|
+
[_n],
|
|
1292
|
+
[0]
|
|
1293
|
+
];
|
|
1294
|
+
var BlockStorage$ = [3, n0, _BS,
|
|
1295
|
+
0,
|
|
1296
|
+
[_en],
|
|
1297
|
+
[2]
|
|
1298
|
+
];
|
|
1299
|
+
var Cancellation$ = [3, n0, _C,
|
|
1300
|
+
0,
|
|
1301
|
+
[_st, _re],
|
|
1302
|
+
[0, 0]
|
|
1303
|
+
];
|
|
1304
|
+
var CancelUpdateRequest$ = [3, n0, _CUR,
|
|
1305
|
+
0,
|
|
1306
|
+
[_n, _uI, _cRT],
|
|
1307
|
+
[[0, 1], [0, 1], [0, 4]], 2
|
|
1308
|
+
];
|
|
1309
|
+
var CancelUpdateResponse$ = [3, n0, _CURa,
|
|
1310
|
+
0,
|
|
1311
|
+
[_up],
|
|
1312
|
+
[() => Update$]
|
|
1313
|
+
];
|
|
1314
|
+
var Capability$ = [3, n0, _Ca,
|
|
1315
|
+
0,
|
|
1316
|
+
[_cNa, _a, _cN, _ty, _rA, _st, _v, _con, _t, _h, _cA, _mA, _dPP],
|
|
1317
|
+
[0, 0, 0, 0, 0, 0, 0, () => CapabilityConfigurationResponse$, 128 | 0, () => CapabilityHealth$, 4, 4, 0]
|
|
1318
|
+
];
|
|
1319
|
+
var CapabilityConfigurationRequest$ = [3, n0, _CCR,
|
|
1320
|
+
0,
|
|
1321
|
+
[_aC],
|
|
1322
|
+
[() => ArgoCdConfigRequest$]
|
|
1323
|
+
];
|
|
1324
|
+
var CapabilityConfigurationResponse$ = [3, n0, _CCRa,
|
|
1325
|
+
0,
|
|
1326
|
+
[_aC],
|
|
1327
|
+
[() => ArgoCdConfigResponse$]
|
|
1328
|
+
];
|
|
1329
|
+
var CapabilityHealth$ = [3, n0, _CH,
|
|
1330
|
+
0,
|
|
1331
|
+
[_i],
|
|
1332
|
+
[() => CapabilityIssueList]
|
|
1333
|
+
];
|
|
1334
|
+
var CapabilityIssue$ = [3, n0, _CI,
|
|
1335
|
+
0,
|
|
1336
|
+
[_co, _m],
|
|
1337
|
+
[0, 0]
|
|
1338
|
+
];
|
|
1339
|
+
var CapabilitySummary$ = [3, n0, _CS,
|
|
1340
|
+
0,
|
|
1341
|
+
[_cNa, _a, _ty, _st, _v, _cA, _mA],
|
|
1342
|
+
[0, 0, 0, 0, 0, 4, 4]
|
|
1343
|
+
];
|
|
1344
|
+
var Certificate$ = [3, n0, _Ce,
|
|
1345
|
+
0,
|
|
1346
|
+
[_d],
|
|
1347
|
+
[0]
|
|
1348
|
+
];
|
|
1349
|
+
var ClientStat$ = [3, n0, _CSl,
|
|
1350
|
+
0,
|
|
1351
|
+
[_uA, _nORLD, _lRT],
|
|
1352
|
+
[0, 1, 4]
|
|
1353
|
+
];
|
|
1354
|
+
var Cluster$ = [3, n0, _Cl,
|
|
1355
|
+
0,
|
|
1356
|
+
[_n, _a, _cA, _v, _end, _rA, _rVC, _kNC, _l, _ide, _st, _cAe, _cRT, _pV, _t, _eC, _cC, _id_, _h, _oC, _aCc, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
|
|
1357
|
+
[0, 0, 4, 0, 0, 0, () => VpcConfigResponse$, () => KubernetesNetworkConfigResponse$, () => Logging$, () => Identity$, 0, () => Certificate$, 0, 0, 128 | 0, () => EncryptionConfigList, () => ConnectorConfigResponse$, 0, () => ClusterHealth$, () => OutpostConfigResponse$, () => AccessConfigResponse$, () => UpgradePolicyResponse$, () => ZonalShiftConfigResponse$, () => RemoteNetworkConfigResponse$, () => ComputeConfigResponse$, () => StorageConfigResponse$, 2, () => ControlPlaneScalingConfig$]
|
|
1358
|
+
];
|
|
1359
|
+
var ClusterHealth$ = [3, n0, _CHl,
|
|
1360
|
+
0,
|
|
1361
|
+
[_i],
|
|
1362
|
+
[() => ClusterIssueList]
|
|
1363
|
+
];
|
|
1364
|
+
var ClusterIssue$ = [3, n0, _CIl,
|
|
1365
|
+
0,
|
|
1366
|
+
[_co, _m, _rI],
|
|
1367
|
+
[0, 0, 64 | 0]
|
|
1368
|
+
];
|
|
1369
|
+
var ClusterVersionInformation$ = [3, n0, _CVI,
|
|
1370
|
+
0,
|
|
1371
|
+
[_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _st, _vS, _kPV],
|
|
1372
|
+
[0, 0, 0, 2, 4, 4, 4, 0, 0, 0]
|
|
1373
|
+
];
|
|
1374
|
+
var Compatibility$ = [3, n0, _Co,
|
|
1375
|
+
0,
|
|
1376
|
+
[_cVl, _pVl, _dV],
|
|
1377
|
+
[0, 64 | 0, 2]
|
|
1378
|
+
];
|
|
1379
|
+
var ComputeConfigRequest$ = [3, n0, _CCRo,
|
|
1380
|
+
0,
|
|
1381
|
+
[_en, _nP, _nRA],
|
|
1382
|
+
[2, 64 | 0, 0]
|
|
1383
|
+
];
|
|
1384
|
+
var ComputeConfigResponse$ = [3, n0, _CCRom,
|
|
1385
|
+
0,
|
|
1386
|
+
[_en, _nP, _nRA],
|
|
1387
|
+
[2, 64 | 0, 0]
|
|
1388
|
+
];
|
|
1389
|
+
var ConnectorConfigRequest$ = [3, n0, _CCRon,
|
|
1390
|
+
0,
|
|
1391
|
+
[_rA, _pr],
|
|
1392
|
+
[0, 0], 2
|
|
1393
|
+
];
|
|
1394
|
+
var ConnectorConfigResponse$ = [3, n0, _CCRonn,
|
|
1395
|
+
0,
|
|
1396
|
+
[_aIc, _aCct, _aE, _pr, _rA],
|
|
1397
|
+
[0, 0, 4, 0, 0]
|
|
1398
|
+
];
|
|
1399
|
+
var ControlPlanePlacementRequest$ = [3, n0, _CPPR,
|
|
1400
|
+
0,
|
|
1401
|
+
[_gN, _sL],
|
|
1402
|
+
[0, 0]
|
|
1403
|
+
];
|
|
1404
|
+
var ControlPlanePlacementResponse$ = [3, n0, _CPPRo,
|
|
1405
|
+
0,
|
|
1406
|
+
[_gN, _sL],
|
|
1407
|
+
[0, 0]
|
|
1408
|
+
];
|
|
1409
|
+
var ControlPlaneScalingConfig$ = [3, n0, _CPSC,
|
|
1410
|
+
0,
|
|
1411
|
+
[_ti],
|
|
1412
|
+
[0]
|
|
1413
|
+
];
|
|
1414
|
+
var CreateAccessConfigRequest$ = [3, n0, _CACR,
|
|
1415
|
+
0,
|
|
1416
|
+
[_bCCAP, _aM],
|
|
1417
|
+
[2, 0]
|
|
1418
|
+
];
|
|
1419
|
+
var CreateAccessEntryRequest$ = [3, n0, _CAER,
|
|
1420
|
+
0,
|
|
1421
|
+
[_cN, _pA, _kG, _t, _cRT, _u, _ty],
|
|
1422
|
+
[[0, 1], 0, 64 | 0, 128 | 0, [0, 4], 0, 0], 2
|
|
1423
|
+
];
|
|
1424
|
+
var CreateAccessEntryResponse$ = [3, n0, _CAERr,
|
|
1425
|
+
0,
|
|
1426
|
+
[_aEc],
|
|
1427
|
+
[() => AccessEntry$]
|
|
1428
|
+
];
|
|
1429
|
+
var CreateAddonRequest$ = [3, n0, _CAR,
|
|
1430
|
+
0,
|
|
1431
|
+
[_cN, _aN, _aV, _sARA, _rCe, _cRT, _t, _cV, _pIA, _nC],
|
|
1432
|
+
[[0, 1], 0, 0, 0, 0, [0, 4], 128 | 0, 0, () => AddonPodIdentityAssociationsList, () => AddonNamespaceConfigRequest$], 2
|
|
1433
|
+
];
|
|
1434
|
+
var CreateAddonResponse$ = [3, n0, _CARr,
|
|
1435
|
+
0,
|
|
1436
|
+
[_ad],
|
|
1437
|
+
[() => Addon$]
|
|
1438
|
+
];
|
|
1439
|
+
var CreateCapabilityRequest$ = [3, n0, _CCRr,
|
|
1440
|
+
0,
|
|
1441
|
+
[_cNa, _cN, _ty, _rA, _dPP, _cRT, _con, _t],
|
|
1442
|
+
[0, [0, 1], 0, 0, 0, [0, 4], () => CapabilityConfigurationRequest$, 128 | 0], 5
|
|
1443
|
+
];
|
|
1444
|
+
var CreateCapabilityResponse$ = [3, n0, _CCRre,
|
|
1445
|
+
0,
|
|
1446
|
+
[_ca],
|
|
1447
|
+
[() => Capability$]
|
|
1448
|
+
];
|
|
1449
|
+
var CreateClusterRequest$ = [3, n0, _CCRrea,
|
|
1450
|
+
0,
|
|
1451
|
+
[_n, _rA, _rVC, _v, _kNC, _l, _cRT, _t, _eC, _oC, _aCc, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP, _cPSC],
|
|
1452
|
+
[0, 0, () => VpcConfigRequest$, 0, () => KubernetesNetworkConfigRequest$, () => Logging$, [0, 4], 128 | 0, () => EncryptionConfigList, () => OutpostConfigRequest$, () => CreateAccessConfigRequest$, 2, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => RemoteNetworkConfigRequest$, () => ComputeConfigRequest$, () => StorageConfigRequest$, 2, () => ControlPlaneScalingConfig$], 3
|
|
1453
|
+
];
|
|
1454
|
+
var CreateClusterResponse$ = [3, n0, _CCRreat,
|
|
1455
|
+
0,
|
|
1456
|
+
[_cl],
|
|
1457
|
+
[() => Cluster$]
|
|
1458
|
+
];
|
|
1459
|
+
var CreateEksAnywhereSubscriptionRequest$ = [3, n0, _CEASR,
|
|
1460
|
+
0,
|
|
1461
|
+
[_n, _te, _lQ, _lT, _aR, _cRT, _t],
|
|
1462
|
+
[0, () => EksAnywhereSubscriptionTerm$, 1, 0, 2, [0, 4], 128 | 0], 2
|
|
1463
|
+
];
|
|
1464
|
+
var CreateEksAnywhereSubscriptionResponse$ = [3, n0, _CEASRr,
|
|
1465
|
+
0,
|
|
1466
|
+
[_su],
|
|
1467
|
+
[() => EksAnywhereSubscription$]
|
|
1468
|
+
];
|
|
1469
|
+
var CreateFargateProfileRequest$ = [3, n0, _CFPR,
|
|
1470
|
+
0,
|
|
1471
|
+
[_fPN, _cN, _pERA, _sub, _sel, _cRT, _t],
|
|
1472
|
+
[0, [0, 1], 0, 64 | 0, () => FargateProfileSelectors, [0, 4], 128 | 0], 3
|
|
1473
|
+
];
|
|
1474
|
+
var CreateFargateProfileResponse$ = [3, n0, _CFPRr,
|
|
1475
|
+
0,
|
|
1476
|
+
[_fP],
|
|
1477
|
+
[() => FargateProfile$]
|
|
1478
|
+
];
|
|
1479
|
+
var CreateNodegroupRequest$ = [3, n0, _CNR,
|
|
1480
|
+
0,
|
|
1481
|
+
[_cN, _nN, _sub, _nR, _sCc, _dS, _iT, _aT, _rAe, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV, _wPC],
|
|
1482
|
+
[[0, 1], 0, 64 | 0, 0, () => NodegroupScalingConfig$, 1, 64 | 0, 0, () => RemoteAccessConfig$, 128 | 0, () => taintsList, 128 | 0, [0, 4], () => LaunchTemplateSpecification$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, 0, 0, 0, () => WarmPoolConfig$], 4
|
|
1483
|
+
];
|
|
1484
|
+
var CreateNodegroupResponse$ = [3, n0, _CNRr,
|
|
1485
|
+
0,
|
|
1486
|
+
[_no],
|
|
1487
|
+
[() => Nodegroup$]
|
|
1488
|
+
];
|
|
1489
|
+
var CreatePodIdentityAssociationRequest$ = [3, n0, _CPIAR,
|
|
1490
|
+
0,
|
|
1491
|
+
[_cN, _nam, _sA, _rA, _cRT, _t, _dST, _tRA, _po],
|
|
1492
|
+
[[0, 1], 0, 0, 0, [0, 4], 128 | 0, 2, 0, 0], 4
|
|
1493
|
+
];
|
|
1494
|
+
var CreatePodIdentityAssociationResponse$ = [3, n0, _CPIARr,
|
|
1495
|
+
0,
|
|
1496
|
+
[_as],
|
|
1497
|
+
[() => PodIdentityAssociation$]
|
|
1498
|
+
];
|
|
1499
|
+
var DeleteAccessEntryRequest$ = [3, n0, _DAER,
|
|
1500
|
+
0,
|
|
1501
|
+
[_cN, _pA],
|
|
1502
|
+
[[0, 1], [0, 1]], 2
|
|
1503
|
+
];
|
|
1504
|
+
var DeleteAccessEntryResponse$ = [3, n0, _DAERe,
|
|
1505
|
+
0,
|
|
1506
|
+
[],
|
|
1507
|
+
[]
|
|
1508
|
+
];
|
|
1509
|
+
var DeleteAddonRequest$ = [3, n0, _DAR,
|
|
1510
|
+
0,
|
|
1511
|
+
[_cN, _aN, _pre],
|
|
1512
|
+
[[0, 1], [0, 1], [2, { [_hQ]: _pre }]], 2
|
|
1513
|
+
];
|
|
1514
|
+
var DeleteAddonResponse$ = [3, n0, _DARe,
|
|
1515
|
+
0,
|
|
1516
|
+
[_ad],
|
|
1517
|
+
[() => Addon$]
|
|
1518
|
+
];
|
|
1519
|
+
var DeleteCapabilityRequest$ = [3, n0, _DCR,
|
|
1520
|
+
0,
|
|
1521
|
+
[_cN, _cNa],
|
|
1522
|
+
[[0, 1], [0, 1]], 2
|
|
1523
|
+
];
|
|
1524
|
+
var DeleteCapabilityResponse$ = [3, n0, _DCRe,
|
|
1525
|
+
0,
|
|
1526
|
+
[_ca],
|
|
1527
|
+
[() => Capability$]
|
|
1528
|
+
];
|
|
1529
|
+
var DeleteClusterRequest$ = [3, n0, _DCRel,
|
|
1530
|
+
0,
|
|
1531
|
+
[_n],
|
|
1532
|
+
[[0, 1]], 1
|
|
1533
|
+
];
|
|
1534
|
+
var DeleteClusterResponse$ = [3, n0, _DCRele,
|
|
1535
|
+
0,
|
|
1536
|
+
[_cl],
|
|
1537
|
+
[() => Cluster$]
|
|
1538
|
+
];
|
|
1539
|
+
var DeleteEksAnywhereSubscriptionRequest$ = [3, n0, _DEASR,
|
|
1540
|
+
0,
|
|
1541
|
+
[_id_],
|
|
1542
|
+
[[0, 1]], 1
|
|
1543
|
+
];
|
|
1544
|
+
var DeleteEksAnywhereSubscriptionResponse$ = [3, n0, _DEASRe,
|
|
1545
|
+
0,
|
|
1546
|
+
[_su],
|
|
1547
|
+
[() => EksAnywhereSubscription$]
|
|
1548
|
+
];
|
|
1549
|
+
var DeleteFargateProfileRequest$ = [3, n0, _DFPR,
|
|
1550
|
+
0,
|
|
1551
|
+
[_cN, _fPN],
|
|
1552
|
+
[[0, 1], [0, 1]], 2
|
|
1553
|
+
];
|
|
1554
|
+
var DeleteFargateProfileResponse$ = [3, n0, _DFPRe,
|
|
1555
|
+
0,
|
|
1556
|
+
[_fP],
|
|
1557
|
+
[() => FargateProfile$]
|
|
1558
|
+
];
|
|
1559
|
+
var DeleteNodegroupRequest$ = [3, n0, _DNR,
|
|
1560
|
+
0,
|
|
1561
|
+
[_cN, _nN],
|
|
1562
|
+
[[0, 1], [0, 1]], 2
|
|
1563
|
+
];
|
|
1564
|
+
var DeleteNodegroupResponse$ = [3, n0, _DNRe,
|
|
1565
|
+
0,
|
|
1566
|
+
[_no],
|
|
1567
|
+
[() => Nodegroup$]
|
|
1568
|
+
];
|
|
1569
|
+
var DeletePodIdentityAssociationRequest$ = [3, n0, _DPIAR,
|
|
1570
|
+
0,
|
|
1571
|
+
[_cN, _aIs],
|
|
1572
|
+
[[0, 1], [0, 1]], 2
|
|
1573
|
+
];
|
|
1574
|
+
var DeletePodIdentityAssociationResponse$ = [3, n0, _DPIARe,
|
|
1575
|
+
0,
|
|
1576
|
+
[_as],
|
|
1577
|
+
[() => PodIdentityAssociation$]
|
|
1578
|
+
];
|
|
1579
|
+
var DeprecationDetail$ = [3, n0, _DD,
|
|
1580
|
+
0,
|
|
1581
|
+
[_us, _rW, _sSV, _sSRV, _cS],
|
|
1582
|
+
[0, 0, 0, 0, () => ClientStats]
|
|
1583
|
+
];
|
|
1584
|
+
var DeregisterClusterRequest$ = [3, n0, _DCRer,
|
|
1585
|
+
0,
|
|
1586
|
+
[_n],
|
|
1587
|
+
[[0, 1]], 1
|
|
1588
|
+
];
|
|
1589
|
+
var DeregisterClusterResponse$ = [3, n0, _DCRere,
|
|
1590
|
+
0,
|
|
1591
|
+
[_cl],
|
|
1592
|
+
[() => Cluster$]
|
|
1593
|
+
];
|
|
1594
|
+
var DescribeAccessEntryRequest$ = [3, n0, _DAERes,
|
|
1595
|
+
0,
|
|
1596
|
+
[_cN, _pA],
|
|
1597
|
+
[[0, 1], [0, 1]], 2
|
|
1598
|
+
];
|
|
1599
|
+
var DescribeAccessEntryResponse$ = [3, n0, _DAEResc,
|
|
1600
|
+
0,
|
|
1601
|
+
[_aEc],
|
|
1602
|
+
[() => AccessEntry$]
|
|
1603
|
+
];
|
|
1604
|
+
var DescribeAddonConfigurationRequest$ = [3, n0, _DACR,
|
|
1605
|
+
0,
|
|
1606
|
+
[_aN, _aV],
|
|
1607
|
+
[[0, { [_hQ]: _aN }], [0, { [_hQ]: _aV }]], 2
|
|
1608
|
+
];
|
|
1609
|
+
var DescribeAddonConfigurationResponse$ = [3, n0, _DACRe,
|
|
1610
|
+
0,
|
|
1611
|
+
[_aN, _aV, _cSo, _pIC],
|
|
1612
|
+
[0, 0, 0, () => AddonPodIdentityConfigurationList]
|
|
1613
|
+
];
|
|
1614
|
+
var DescribeAddonRequest$ = [3, n0, _DARes,
|
|
1615
|
+
0,
|
|
1616
|
+
[_cN, _aN],
|
|
1617
|
+
[[0, 1], [0, 1]], 2
|
|
1618
|
+
];
|
|
1619
|
+
var DescribeAddonResponse$ = [3, n0, _DAResc,
|
|
1620
|
+
0,
|
|
1621
|
+
[_ad],
|
|
1622
|
+
[() => Addon$]
|
|
1623
|
+
];
|
|
1624
|
+
var DescribeAddonVersionsRequest$ = [3, n0, _DAVR,
|
|
1625
|
+
0,
|
|
1626
|
+
[_kV, _mR, _nT, _aN, _typ, _pu, _ow],
|
|
1627
|
+
[[0, { [_hQ]: _kV }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _aN }], [64 | 0, { [_hQ]: _typ }], [64 | 0, { [_hQ]: _pu }], [64 | 0, { [_hQ]: _ow }]]
|
|
1628
|
+
];
|
|
1629
|
+
var DescribeAddonVersionsResponse$ = [3, n0, _DAVRe,
|
|
1630
|
+
0,
|
|
1631
|
+
[_add, _nT],
|
|
1632
|
+
[() => Addons, 0]
|
|
1633
|
+
];
|
|
1634
|
+
var DescribeCapabilityRequest$ = [3, n0, _DCRes,
|
|
1635
|
+
0,
|
|
1636
|
+
[_cN, _cNa],
|
|
1637
|
+
[[0, 1], [0, 1]], 2
|
|
1638
|
+
];
|
|
1639
|
+
var DescribeCapabilityResponse$ = [3, n0, _DCResc,
|
|
1640
|
+
0,
|
|
1641
|
+
[_ca],
|
|
1642
|
+
[() => Capability$]
|
|
1643
|
+
];
|
|
1644
|
+
var DescribeClusterRequest$ = [3, n0, _DCRescr,
|
|
1645
|
+
0,
|
|
1646
|
+
[_n],
|
|
1647
|
+
[[0, 1]], 1
|
|
1648
|
+
];
|
|
1649
|
+
var DescribeClusterResponse$ = [3, n0, _DCRescri,
|
|
1650
|
+
0,
|
|
1651
|
+
[_cl],
|
|
1652
|
+
[() => Cluster$]
|
|
1653
|
+
];
|
|
1654
|
+
var DescribeClusterVersionsRequest$ = [3, n0, _DCVR,
|
|
1655
|
+
0,
|
|
1656
|
+
[_cTl, _mR, _nT, _dO, _iA, _cVlu, _st, _vS],
|
|
1657
|
+
[[0, { [_hQ]: _cTl }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [2, { [_hQ]: _dO }], [2, { [_hQ]: _iA }], [64 | 0, { [_hQ]: _cVlu }], [0, { [_hQ]: _st }], [0, { [_hQ]: _vS }]]
|
|
1658
|
+
];
|
|
1659
|
+
var DescribeClusterVersionsResponse$ = [3, n0, _DCVRe,
|
|
1660
|
+
0,
|
|
1661
|
+
[_nT, _cVlu],
|
|
1662
|
+
[0, () => ClusterVersionList]
|
|
1663
|
+
];
|
|
1664
|
+
var DescribeEksAnywhereSubscriptionRequest$ = [3, n0, _DEASRes,
|
|
1665
|
+
0,
|
|
1666
|
+
[_id_],
|
|
1667
|
+
[[0, 1]], 1
|
|
1668
|
+
];
|
|
1669
|
+
var DescribeEksAnywhereSubscriptionResponse$ = [3, n0, _DEASResc,
|
|
1670
|
+
0,
|
|
1671
|
+
[_su],
|
|
1672
|
+
[() => EksAnywhereSubscription$]
|
|
1673
|
+
];
|
|
1674
|
+
var DescribeFargateProfileRequest$ = [3, n0, _DFPRes,
|
|
1675
|
+
0,
|
|
1676
|
+
[_cN, _fPN],
|
|
1677
|
+
[[0, 1], [0, 1]], 2
|
|
1678
|
+
];
|
|
1679
|
+
var DescribeFargateProfileResponse$ = [3, n0, _DFPResc,
|
|
1680
|
+
0,
|
|
1681
|
+
[_fP],
|
|
1682
|
+
[() => FargateProfile$]
|
|
1683
|
+
];
|
|
1684
|
+
var DescribeIdentityProviderConfigRequest$ = [3, n0, _DIPCR,
|
|
1685
|
+
0,
|
|
1686
|
+
[_cN, _iPC],
|
|
1687
|
+
[[0, 1], () => IdentityProviderConfig$], 2
|
|
1688
|
+
];
|
|
1689
|
+
var DescribeIdentityProviderConfigResponse$ = [3, n0, _DIPCRe,
|
|
1690
|
+
0,
|
|
1691
|
+
[_iPC],
|
|
1692
|
+
[() => IdentityProviderConfigResponse$]
|
|
1693
|
+
];
|
|
1694
|
+
var DescribeInsightRequest$ = [3, n0, _DIR,
|
|
1695
|
+
0,
|
|
1696
|
+
[_cN, _id_],
|
|
1697
|
+
[[0, 1], [0, 1]], 2
|
|
1698
|
+
];
|
|
1699
|
+
var DescribeInsightResponse$ = [3, n0, _DIRe,
|
|
1700
|
+
0,
|
|
1701
|
+
[_in],
|
|
1702
|
+
[() => Insight$]
|
|
1703
|
+
];
|
|
1704
|
+
var DescribeInsightsRefreshRequest$ = [3, n0, _DIRR,
|
|
1705
|
+
0,
|
|
1706
|
+
[_cN],
|
|
1707
|
+
[[0, 1]], 1
|
|
1708
|
+
];
|
|
1709
|
+
var DescribeInsightsRefreshResponse$ = [3, n0, _DIRRe,
|
|
1710
|
+
0,
|
|
1711
|
+
[_m, _st, _sAt, _eA],
|
|
1712
|
+
[0, 0, 4, 4]
|
|
1713
|
+
];
|
|
1714
|
+
var DescribeNodegroupRequest$ = [3, n0, _DNRes,
|
|
1715
|
+
0,
|
|
1716
|
+
[_cN, _nN],
|
|
1717
|
+
[[0, 1], [0, 1]], 2
|
|
1718
|
+
];
|
|
1719
|
+
var DescribeNodegroupResponse$ = [3, n0, _DNResc,
|
|
1720
|
+
0,
|
|
1721
|
+
[_no],
|
|
1722
|
+
[() => Nodegroup$]
|
|
1723
|
+
];
|
|
1724
|
+
var DescribePodIdentityAssociationRequest$ = [3, n0, _DPIARes,
|
|
1725
|
+
0,
|
|
1726
|
+
[_cN, _aIs],
|
|
1727
|
+
[[0, 1], [0, 1]], 2
|
|
1728
|
+
];
|
|
1729
|
+
var DescribePodIdentityAssociationResponse$ = [3, n0, _DPIAResc,
|
|
1730
|
+
0,
|
|
1731
|
+
[_as],
|
|
1732
|
+
[() => PodIdentityAssociation$]
|
|
1733
|
+
];
|
|
1734
|
+
var DescribeUpdateRequest$ = [3, n0, _DUR,
|
|
1735
|
+
0,
|
|
1736
|
+
[_n, _uI, _nN, _aN, _cNa],
|
|
1737
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _nN }], [0, { [_hQ]: _aN }], [0, { [_hQ]: _cNa }]], 2
|
|
1738
|
+
];
|
|
1739
|
+
var DescribeUpdateResponse$ = [3, n0, _DURe,
|
|
1740
|
+
0,
|
|
1741
|
+
[_up],
|
|
1742
|
+
[() => Update$]
|
|
1743
|
+
];
|
|
1744
|
+
var DisassociateAccessPolicyRequest$ = [3, n0, _DAPR,
|
|
1745
|
+
0,
|
|
1746
|
+
[_cN, _pA, _pAo],
|
|
1747
|
+
[[0, 1], [0, 1], [0, 1]], 3
|
|
1748
|
+
];
|
|
1749
|
+
var DisassociateAccessPolicyResponse$ = [3, n0, _DAPRi,
|
|
1750
|
+
0,
|
|
1751
|
+
[],
|
|
1752
|
+
[]
|
|
1753
|
+
];
|
|
1754
|
+
var DisassociateIdentityProviderConfigRequest$ = [3, n0, _DIPCRi,
|
|
1755
|
+
0,
|
|
1756
|
+
[_cN, _iPC, _cRT],
|
|
1757
|
+
[[0, 1], () => IdentityProviderConfig$, [0, 4]], 2
|
|
1758
|
+
];
|
|
1759
|
+
var DisassociateIdentityProviderConfigResponse$ = [3, n0, _DIPCRis,
|
|
1760
|
+
0,
|
|
1761
|
+
[_up],
|
|
1762
|
+
[() => Update$]
|
|
1763
|
+
];
|
|
1764
|
+
var EksAnywhereSubscription$ = [3, n0, _EAS,
|
|
1765
|
+
0,
|
|
1766
|
+
[_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _st, _aR, _lA, _li, _t],
|
|
1767
|
+
[0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm$, 0, 2, 64 | 0, () => LicenseList, 128 | 0]
|
|
1768
|
+
];
|
|
1769
|
+
var EksAnywhereSubscriptionTerm$ = [3, n0, _EAST,
|
|
1770
|
+
0,
|
|
1771
|
+
[_du, _un],
|
|
1772
|
+
[1, 0]
|
|
1773
|
+
];
|
|
1774
|
+
var ElasticLoadBalancing$ = [3, n0, _ELB,
|
|
1775
|
+
0,
|
|
1776
|
+
[_en],
|
|
1777
|
+
[2]
|
|
1778
|
+
];
|
|
1779
|
+
var EncryptionConfig$ = [3, n0, _EC,
|
|
1780
|
+
0,
|
|
1781
|
+
[_res, _pr],
|
|
1782
|
+
[64 | 0, () => Provider$]
|
|
1783
|
+
];
|
|
1784
|
+
var ErrorDetail$ = [3, n0, _ED,
|
|
1785
|
+
0,
|
|
1786
|
+
[_eCr, _eM, _rI],
|
|
1787
|
+
[0, 0, 64 | 0]
|
|
1788
|
+
];
|
|
1789
|
+
var EtcdPlacementRequest$ = [3, n0, _EPR,
|
|
1790
|
+
0,
|
|
1791
|
+
[_sL],
|
|
1792
|
+
[0]
|
|
1793
|
+
];
|
|
1794
|
+
var EtcdPlacementResponse$ = [3, n0, _EPRt,
|
|
1795
|
+
0,
|
|
1796
|
+
[_sL],
|
|
1797
|
+
[0]
|
|
1798
|
+
];
|
|
1799
|
+
var FargateProfile$ = [3, n0, _FP,
|
|
1800
|
+
0,
|
|
1801
|
+
[_fPN, _fPA, _cN, _cA, _pERA, _sub, _sel, _st, _t, _h],
|
|
1802
|
+
[0, 0, 0, 4, 0, 64 | 0, () => FargateProfileSelectors, 0, 128 | 0, () => FargateProfileHealth$]
|
|
1803
|
+
];
|
|
1804
|
+
var FargateProfileHealth$ = [3, n0, _FPH,
|
|
1805
|
+
0,
|
|
1806
|
+
[_i],
|
|
1807
|
+
[() => FargateProfileIssueList]
|
|
1808
|
+
];
|
|
1809
|
+
var FargateProfileIssue$ = [3, n0, _FPI,
|
|
1810
|
+
0,
|
|
1811
|
+
[_co, _m, _rI],
|
|
1812
|
+
[0, 0, 64 | 0]
|
|
1813
|
+
];
|
|
1814
|
+
var FargateProfileSelector$ = [3, n0, _FPS,
|
|
1815
|
+
0,
|
|
1816
|
+
[_nam, _la],
|
|
1817
|
+
[0, 128 | 0]
|
|
1818
|
+
];
|
|
1819
|
+
var Identity$ = [3, n0, _I,
|
|
1820
|
+
0,
|
|
1821
|
+
[_oi],
|
|
1822
|
+
[() => OIDC$]
|
|
1823
|
+
];
|
|
1824
|
+
var IdentityProviderConfig$ = [3, n0, _IPC,
|
|
1825
|
+
0,
|
|
1826
|
+
[_ty, _n],
|
|
1827
|
+
[0, 0], 2
|
|
1828
|
+
];
|
|
1829
|
+
var IdentityProviderConfigResponse$ = [3, n0, _IPCR,
|
|
1830
|
+
0,
|
|
1831
|
+
[_oi],
|
|
1832
|
+
[() => OidcIdentityProviderConfig$]
|
|
1833
|
+
];
|
|
1834
|
+
var Insight$ = [3, n0, _In,
|
|
1835
|
+
0,
|
|
1836
|
+
[_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS, _rec, _aId, _res, _cSS],
|
|
1837
|
+
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus$, 0, 128 | 0, () => InsightResourceDetails, () => InsightCategorySpecificSummary$]
|
|
1838
|
+
];
|
|
1839
|
+
var InsightCategorySpecificSummary$ = [3, n0, _ICSS,
|
|
1840
|
+
0,
|
|
1841
|
+
[_dD, _aCD],
|
|
1842
|
+
[() => DeprecationDetails, () => AddonCompatibilityDetails]
|
|
1843
|
+
];
|
|
1844
|
+
var InsightResourceDetail$ = [3, n0, _IRD,
|
|
1845
|
+
0,
|
|
1846
|
+
[_iS, _kRU, _a],
|
|
1847
|
+
[() => InsightStatus$, 0, 0]
|
|
1848
|
+
];
|
|
1849
|
+
var InsightsFilter$ = [3, n0, _IF,
|
|
1850
|
+
0,
|
|
1851
|
+
[_cate, _kVu, _sta],
|
|
1852
|
+
[64 | 0, 64 | 0, 64 | 0]
|
|
1853
|
+
];
|
|
1854
|
+
var InsightStatus$ = [3, n0, _IS,
|
|
1855
|
+
0,
|
|
1856
|
+
[_st, _re],
|
|
1857
|
+
[0, 0]
|
|
1858
|
+
];
|
|
1859
|
+
var InsightSummary$ = [3, n0, _ISn,
|
|
1860
|
+
0,
|
|
1861
|
+
[_id_, _n, _cat, _kV, _lRTa, _lTT, _de, _iS],
|
|
1862
|
+
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus$]
|
|
1863
|
+
];
|
|
1864
|
+
var Issue$ = [3, n0, _Is,
|
|
1865
|
+
0,
|
|
1866
|
+
[_co, _m, _rI],
|
|
1867
|
+
[0, 0, 64 | 0]
|
|
1868
|
+
];
|
|
1869
|
+
var KubernetesNetworkConfigRequest$ = [3, n0, _KNCR,
|
|
1870
|
+
0,
|
|
1871
|
+
[_sIC, _iF, _eLB],
|
|
1872
|
+
[0, 0, () => ElasticLoadBalancing$]
|
|
1873
|
+
];
|
|
1874
|
+
var KubernetesNetworkConfigResponse$ = [3, n0, _KNCRu,
|
|
1875
|
+
0,
|
|
1876
|
+
[_sIC, _sICe, _iF, _eLB],
|
|
1877
|
+
[0, 0, 0, () => ElasticLoadBalancing$]
|
|
1878
|
+
];
|
|
1879
|
+
var LaunchTemplateSpecification$ = [3, n0, _LTS,
|
|
1880
|
+
0,
|
|
1881
|
+
[_n, _v, _id_],
|
|
1882
|
+
[0, 0, 0]
|
|
1883
|
+
];
|
|
1884
|
+
var License$ = [3, n0, _L,
|
|
1885
|
+
0,
|
|
1886
|
+
[_id_, _to],
|
|
1887
|
+
[0, 0]
|
|
1888
|
+
];
|
|
1889
|
+
var ListAccessEntriesRequest$ = [3, n0, _LAER,
|
|
1890
|
+
0,
|
|
1891
|
+
[_cN, _aPA, _mR, _nT],
|
|
1892
|
+
[[0, 1], [0, { [_hQ]: _aPA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1893
|
+
];
|
|
1894
|
+
var ListAccessEntriesResponse$ = [3, n0, _LAERi,
|
|
1895
|
+
0,
|
|
1896
|
+
[_aEcc, _nT],
|
|
1897
|
+
[64 | 0, 0]
|
|
1898
|
+
];
|
|
1899
|
+
var ListAccessPoliciesRequest$ = [3, n0, _LAPR,
|
|
1900
|
+
0,
|
|
1901
|
+
[_mR, _nT],
|
|
1902
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
1903
|
+
];
|
|
1904
|
+
var ListAccessPoliciesResponse$ = [3, n0, _LAPRi,
|
|
1905
|
+
0,
|
|
1906
|
+
[_aP, _nT],
|
|
1907
|
+
[() => AccessPoliciesList, 0]
|
|
1908
|
+
];
|
|
1909
|
+
var ListAddonsRequest$ = [3, n0, _LAR,
|
|
1910
|
+
0,
|
|
1911
|
+
[_cN, _mR, _nT],
|
|
1912
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1913
|
+
];
|
|
1914
|
+
var ListAddonsResponse$ = [3, n0, _LARi,
|
|
1915
|
+
0,
|
|
1916
|
+
[_add, _nT],
|
|
1917
|
+
[64 | 0, 0]
|
|
1918
|
+
];
|
|
1919
|
+
var ListAssociatedAccessPoliciesRequest$ = [3, n0, _LAAPR,
|
|
1920
|
+
0,
|
|
1921
|
+
[_cN, _pA, _mR, _nT],
|
|
1922
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
1923
|
+
];
|
|
1924
|
+
var ListAssociatedAccessPoliciesResponse$ = [3, n0, _LAAPRi,
|
|
1925
|
+
0,
|
|
1926
|
+
[_cN, _pA, _nT, _aAPs],
|
|
1927
|
+
[0, 0, 0, () => AssociatedAccessPoliciesList]
|
|
1928
|
+
];
|
|
1929
|
+
var ListCapabilitiesRequest$ = [3, n0, _LCR,
|
|
1930
|
+
0,
|
|
1931
|
+
[_cN, _nT, _mR],
|
|
1932
|
+
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
1933
|
+
];
|
|
1934
|
+
var ListCapabilitiesResponse$ = [3, n0, _LCRi,
|
|
1935
|
+
0,
|
|
1936
|
+
[_cap, _nT],
|
|
1937
|
+
[() => CapabilitySummaryList, 0]
|
|
1938
|
+
];
|
|
1939
|
+
var ListClustersRequest$ = [3, n0, _LCRis,
|
|
1940
|
+
0,
|
|
1941
|
+
[_mR, _nT, _inc],
|
|
1942
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _inc }]]
|
|
1943
|
+
];
|
|
1944
|
+
var ListClustersResponse$ = [3, n0, _LCRist,
|
|
1945
|
+
0,
|
|
1946
|
+
[_clu, _nT],
|
|
1947
|
+
[64 | 0, 0]
|
|
1948
|
+
];
|
|
1949
|
+
var ListEksAnywhereSubscriptionsRequest$ = [3, n0, _LEASR,
|
|
1950
|
+
0,
|
|
1951
|
+
[_mR, _nT, _iSn],
|
|
1952
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [64 | 0, { [_hQ]: _iSn }]]
|
|
1953
|
+
];
|
|
1954
|
+
var ListEksAnywhereSubscriptionsResponse$ = [3, n0, _LEASRi,
|
|
1955
|
+
0,
|
|
1956
|
+
[_subs, _nT],
|
|
1957
|
+
[() => EksAnywhereSubscriptionList, 0]
|
|
1958
|
+
];
|
|
1959
|
+
var ListFargateProfilesRequest$ = [3, n0, _LFPR,
|
|
1960
|
+
0,
|
|
1961
|
+
[_cN, _mR, _nT],
|
|
1962
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1963
|
+
];
|
|
1964
|
+
var ListFargateProfilesResponse$ = [3, n0, _LFPRi,
|
|
1965
|
+
0,
|
|
1966
|
+
[_fPNa, _nT],
|
|
1967
|
+
[64 | 0, 0]
|
|
1968
|
+
];
|
|
1969
|
+
var ListIdentityProviderConfigsRequest$ = [3, n0, _LIPCR,
|
|
1970
|
+
0,
|
|
1971
|
+
[_cN, _mR, _nT],
|
|
1972
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1973
|
+
];
|
|
1974
|
+
var ListIdentityProviderConfigsResponse$ = [3, n0, _LIPCRi,
|
|
1975
|
+
0,
|
|
1976
|
+
[_iPCd, _nT],
|
|
1977
|
+
[() => IdentityProviderConfigs, 0]
|
|
1978
|
+
];
|
|
1979
|
+
var ListInsightsRequest$ = [3, n0, _LIR,
|
|
1980
|
+
0,
|
|
1981
|
+
[_cN, _f, _mR, _nT],
|
|
1982
|
+
[[0, 1], () => InsightsFilter$, 1, 0], 1
|
|
1983
|
+
];
|
|
1984
|
+
var ListInsightsResponse$ = [3, n0, _LIRi,
|
|
1985
|
+
0,
|
|
1986
|
+
[_ins, _nT],
|
|
1987
|
+
[() => InsightSummaries, 0]
|
|
1988
|
+
];
|
|
1989
|
+
var ListNodegroupsRequest$ = [3, n0, _LNR,
|
|
1990
|
+
0,
|
|
1991
|
+
[_cN, _mR, _nT],
|
|
1992
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
1993
|
+
];
|
|
1994
|
+
var ListNodegroupsResponse$ = [3, n0, _LNRi,
|
|
1995
|
+
0,
|
|
1996
|
+
[_nod, _nT],
|
|
1997
|
+
[64 | 0, 0]
|
|
1998
|
+
];
|
|
1999
|
+
var ListPodIdentityAssociationsRequest$ = [3, n0, _LPIAR,
|
|
2000
|
+
0,
|
|
2001
|
+
[_cN, _nam, _sA, _mR, _nT],
|
|
2002
|
+
[[0, 1], [0, { [_hQ]: _nam }], [0, { [_hQ]: _sA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
2003
|
+
];
|
|
2004
|
+
var ListPodIdentityAssociationsResponse$ = [3, n0, _LPIARi,
|
|
2005
|
+
0,
|
|
2006
|
+
[_ass, _nT],
|
|
2007
|
+
[() => PodIdentityAssociationSummaries, 0]
|
|
2008
|
+
];
|
|
2009
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
2010
|
+
0,
|
|
2011
|
+
[_rAes],
|
|
2012
|
+
[[0, 1]], 1
|
|
2013
|
+
];
|
|
2014
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
2015
|
+
0,
|
|
2016
|
+
[_t],
|
|
2017
|
+
[128 | 0]
|
|
2018
|
+
];
|
|
2019
|
+
var ListUpdatesRequest$ = [3, n0, _LUR,
|
|
2020
|
+
0,
|
|
2021
|
+
[_n, _nN, _aN, _cNa, _nT, _mR],
|
|
2022
|
+
[[0, 1], [0, { [_hQ]: _nN }], [0, { [_hQ]: _aN }], [0, { [_hQ]: _cNa }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
2023
|
+
];
|
|
2024
|
+
var ListUpdatesResponse$ = [3, n0, _LURi,
|
|
2025
|
+
0,
|
|
2026
|
+
[_uIp, _nT],
|
|
2027
|
+
[64 | 0, 0]
|
|
2028
|
+
];
|
|
2029
|
+
var Logging$ = [3, n0, _Lo,
|
|
2030
|
+
0,
|
|
2031
|
+
[_cL],
|
|
2032
|
+
[() => LogSetups]
|
|
2033
|
+
];
|
|
2034
|
+
var LogSetup$ = [3, n0, _LS,
|
|
2035
|
+
0,
|
|
2036
|
+
[_typ, _en],
|
|
2037
|
+
[64 | 0, 2]
|
|
2038
|
+
];
|
|
2039
|
+
var MarketplaceInformation$ = [3, n0, _MI,
|
|
2040
|
+
0,
|
|
2041
|
+
[_pI, _pU],
|
|
2042
|
+
[0, 0]
|
|
2043
|
+
];
|
|
2044
|
+
var Nodegroup$ = [3, n0, _N,
|
|
2045
|
+
0,
|
|
2046
|
+
[_nN, _nAo, _cN, _v, _rV, _cA, _mA, _st, _cTa, _sCc, _iT, _sub, _rAe, _aT, _nR, _la, _ta, _res, _dS, _h, _uC, _nRC, _lTa, _t, _wPC],
|
|
2047
|
+
[0, 0, 0, 0, 0, 4, 4, 0, 0, () => NodegroupScalingConfig$, 64 | 0, 64 | 0, () => RemoteAccessConfig$, 0, 0, 128 | 0, () => taintsList, () => NodegroupResources$, 1, () => NodegroupHealth$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, () => LaunchTemplateSpecification$, 128 | 0, () => WarmPoolConfig$]
|
|
2048
|
+
];
|
|
2049
|
+
var NodegroupHealth$ = [3, n0, _NH,
|
|
2050
|
+
0,
|
|
2051
|
+
[_i],
|
|
2052
|
+
[() => IssueList]
|
|
2053
|
+
];
|
|
2054
|
+
var NodegroupResources$ = [3, n0, _NR,
|
|
2055
|
+
0,
|
|
2056
|
+
[_aSG, _rASG],
|
|
2057
|
+
[() => AutoScalingGroupList, 0]
|
|
2058
|
+
];
|
|
2059
|
+
var NodegroupScalingConfig$ = [3, n0, _NSC,
|
|
2060
|
+
0,
|
|
2061
|
+
[_mS, _mSa, _dSe],
|
|
2062
|
+
[1, 1, 1]
|
|
2063
|
+
];
|
|
2064
|
+
var NodegroupUpdateConfig$ = [3, n0, _NUC,
|
|
2065
|
+
0,
|
|
2066
|
+
[_mU, _mUP, _uS],
|
|
2067
|
+
[1, 1, 0]
|
|
2068
|
+
];
|
|
2069
|
+
var NodeRepairConfig$ = [3, n0, _NRC,
|
|
2070
|
+
0,
|
|
2071
|
+
[_en, _mUNTC, _mUNTP, _mPNRC, _mPNRP, _nRCO],
|
|
2072
|
+
[2, 1, 1, 1, 1, () => NodeRepairConfigOverridesList]
|
|
2073
|
+
];
|
|
2074
|
+
var NodeRepairConfigOverrides$ = [3, n0, _NRCO,
|
|
2075
|
+
0,
|
|
2076
|
+
[_nMC, _nUR, _mRWTM, _rAep],
|
|
2077
|
+
[0, 0, 1, 0]
|
|
2078
|
+
];
|
|
2079
|
+
var OIDC$ = [3, n0, _OIDC,
|
|
2080
|
+
0,
|
|
2081
|
+
[_is],
|
|
2082
|
+
[0]
|
|
2083
|
+
];
|
|
2084
|
+
var OidcIdentityProviderConfig$ = [3, n0, _OIPC,
|
|
2085
|
+
0,
|
|
2086
|
+
[_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t, _st],
|
|
2087
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0]
|
|
2088
|
+
];
|
|
2089
|
+
var OidcIdentityProviderConfigRequest$ = [3, n0, _OIPCR,
|
|
2090
|
+
0,
|
|
2091
|
+
[_iPCN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq],
|
|
2092
|
+
[0, 0, 0, 0, 0, 0, 0, 128 | 0], 3
|
|
2093
|
+
];
|
|
2094
|
+
var OutpostConfigRequest$ = [3, n0, _OCR,
|
|
2095
|
+
0,
|
|
2096
|
+
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
2097
|
+
[64 | 0, 0, () => ControlPlanePlacementRequest$, 0, () => EtcdPlacementRequest$], 2
|
|
2098
|
+
];
|
|
2099
|
+
var OutpostConfigResponse$ = [3, n0, _OCRu,
|
|
2100
|
+
0,
|
|
2101
|
+
[_oA, _cPIT, _cPP, _eIT, _eP],
|
|
2102
|
+
[64 | 0, 0, () => ControlPlanePlacementResponse$, 0, () => EtcdPlacementResponse$], 2
|
|
2103
|
+
];
|
|
2104
|
+
var PodIdentityAssociation$ = [3, n0, _PIA,
|
|
2105
|
+
0,
|
|
2106
|
+
[_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI, _po],
|
|
2107
|
+
[0, 0, 0, 0, 0, 0, 128 | 0, 4, 4, 0, 2, 0, 0, 0]
|
|
2108
|
+
];
|
|
2109
|
+
var PodIdentityAssociationSummary$ = [3, n0, _PIAS,
|
|
2110
|
+
0,
|
|
2111
|
+
[_cN, _nam, _sA, _aAss, _aIs, _oAw],
|
|
2112
|
+
[0, 0, 0, 0, 0, 0]
|
|
2113
|
+
];
|
|
2114
|
+
var Provider$ = [3, n0, _P,
|
|
2115
|
+
0,
|
|
2116
|
+
[_kA],
|
|
2117
|
+
[0]
|
|
2118
|
+
];
|
|
2119
|
+
var RegisterClusterRequest$ = [3, n0, _RCR,
|
|
2120
|
+
0,
|
|
2121
|
+
[_n, _cC, _cRT, _t],
|
|
2122
|
+
[0, () => ConnectorConfigRequest$, [0, 4], 128 | 0], 2
|
|
2123
|
+
];
|
|
2124
|
+
var RegisterClusterResponse$ = [3, n0, _RCRe,
|
|
2125
|
+
0,
|
|
2126
|
+
[_cl],
|
|
2127
|
+
[() => Cluster$]
|
|
2128
|
+
];
|
|
2129
|
+
var RemoteAccessConfig$ = [3, n0, _RAC,
|
|
2130
|
+
0,
|
|
2131
|
+
[_eSK, _sSG],
|
|
2132
|
+
[0, 64 | 0]
|
|
2133
|
+
];
|
|
2134
|
+
var RemoteNetworkConfigRequest$ = [3, n0, _RNCR,
|
|
2135
|
+
0,
|
|
2136
|
+
[_rNN, _rPN],
|
|
2137
|
+
[() => RemoteNodeNetworkList, () => RemotePodNetworkList]
|
|
2138
|
+
];
|
|
2139
|
+
var RemoteNetworkConfigResponse$ = [3, n0, _RNCRe,
|
|
2140
|
+
0,
|
|
2141
|
+
[_rNN, _rPN],
|
|
2142
|
+
[() => RemoteNodeNetworkList, () => RemotePodNetworkList]
|
|
2143
|
+
];
|
|
2144
|
+
var RemoteNodeNetwork$ = [3, n0, _RNN,
|
|
2145
|
+
0,
|
|
2146
|
+
[_ci],
|
|
2147
|
+
[64 | 0]
|
|
2148
|
+
];
|
|
2149
|
+
var RemotePodNetwork$ = [3, n0, _RPN,
|
|
2150
|
+
0,
|
|
2151
|
+
[_ci],
|
|
2152
|
+
[64 | 0]
|
|
2153
|
+
];
|
|
2154
|
+
var RollbackConfig$ = [3, n0, _RC,
|
|
2155
|
+
0,
|
|
2156
|
+
[_tM],
|
|
2157
|
+
[1]
|
|
2158
|
+
];
|
|
2159
|
+
var SsoIdentity$ = [3, n0, _SI,
|
|
2160
|
+
0,
|
|
2161
|
+
[_id_, _ty],
|
|
2162
|
+
[0, 0], 2
|
|
2163
|
+
];
|
|
2164
|
+
var StartInsightsRefreshRequest$ = [3, n0, _SIRR,
|
|
2165
|
+
0,
|
|
2166
|
+
[_cN],
|
|
2167
|
+
[[0, 1]], 1
|
|
2168
|
+
];
|
|
2169
|
+
var StartInsightsRefreshResponse$ = [3, n0, _SIRRt,
|
|
2170
|
+
0,
|
|
2171
|
+
[_m, _st],
|
|
2172
|
+
[0, 0]
|
|
2173
|
+
];
|
|
2174
|
+
var StorageConfigRequest$ = [3, n0, _SCR,
|
|
2175
|
+
0,
|
|
2176
|
+
[_bS],
|
|
2177
|
+
[() => BlockStorage$]
|
|
2178
|
+
];
|
|
2179
|
+
var StorageConfigResponse$ = [3, n0, _SCRt,
|
|
2180
|
+
0,
|
|
2181
|
+
[_bS],
|
|
2182
|
+
[() => BlockStorage$]
|
|
2183
|
+
];
|
|
2184
|
+
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2185
|
+
0,
|
|
2186
|
+
[_rAes, _t],
|
|
2187
|
+
[[0, 1], 128 | 0], 2
|
|
2188
|
+
];
|
|
2189
|
+
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
2190
|
+
0,
|
|
2191
|
+
[],
|
|
2192
|
+
[]
|
|
2193
|
+
];
|
|
2194
|
+
var Taint$ = [3, n0, _T,
|
|
2195
|
+
0,
|
|
2196
|
+
[_k, _va, _ef],
|
|
2197
|
+
[0, 0, 0]
|
|
2198
|
+
];
|
|
2199
|
+
var UntagResourceRequest$ = [3, n0, _URR,
|
|
2200
|
+
0,
|
|
2201
|
+
[_rAes, _tK],
|
|
2202
|
+
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
2203
|
+
];
|
|
2204
|
+
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2205
|
+
0,
|
|
2206
|
+
[],
|
|
2207
|
+
[]
|
|
2208
|
+
];
|
|
2209
|
+
var Update$ = [3, n0, _U,
|
|
2210
|
+
0,
|
|
2211
|
+
[_id_, _st, _ty, _pa, _cA, _er, _can],
|
|
2212
|
+
[0, 0, 0, () => UpdateParams, 4, () => ErrorDetails, () => Cancellation$]
|
|
2213
|
+
];
|
|
2214
|
+
var UpdateAccessConfigRequest$ = [3, n0, _UACR,
|
|
2215
|
+
0,
|
|
2216
|
+
[_aM],
|
|
2217
|
+
[0]
|
|
2218
|
+
];
|
|
2219
|
+
var UpdateAccessEntryRequest$ = [3, n0, _UAER,
|
|
2220
|
+
0,
|
|
2221
|
+
[_cN, _pA, _kG, _cRT, _u],
|
|
2222
|
+
[[0, 1], [0, 1], 64 | 0, [0, 4], 0], 2
|
|
2223
|
+
];
|
|
2224
|
+
var UpdateAccessEntryResponse$ = [3, n0, _UAERp,
|
|
2225
|
+
0,
|
|
2226
|
+
[_aEc],
|
|
2227
|
+
[() => AccessEntry$]
|
|
2228
|
+
];
|
|
2229
|
+
var UpdateAddonRequest$ = [3, n0, _UAR,
|
|
2230
|
+
0,
|
|
2231
|
+
[_cN, _aN, _aV, _sARA, _rCe, _cRT, _cV, _pIA],
|
|
2232
|
+
[[0, 1], [0, 1], 0, 0, 0, [0, 4], 0, () => AddonPodIdentityAssociationsList], 2
|
|
2233
|
+
];
|
|
2234
|
+
var UpdateAddonResponse$ = [3, n0, _UARp,
|
|
2235
|
+
0,
|
|
2236
|
+
[_up],
|
|
2237
|
+
[() => Update$]
|
|
2238
|
+
];
|
|
2239
|
+
var UpdateArgoCdConfig$ = [3, n0, _UACC,
|
|
2240
|
+
0,
|
|
2241
|
+
[_rRM, _nA],
|
|
2242
|
+
[() => UpdateRoleMappings$, () => ArgoCdNetworkAccessConfigRequest$]
|
|
2243
|
+
];
|
|
2244
|
+
var UpdateCapabilityConfiguration$ = [3, n0, _UCC,
|
|
2245
|
+
0,
|
|
2246
|
+
[_aC],
|
|
2247
|
+
[() => UpdateArgoCdConfig$]
|
|
2248
|
+
];
|
|
2249
|
+
var UpdateCapabilityRequest$ = [3, n0, _UCR,
|
|
2250
|
+
0,
|
|
2251
|
+
[_cN, _cNa, _rA, _con, _cRT, _dPP],
|
|
2252
|
+
[[0, 1], [0, 1], 0, () => UpdateCapabilityConfiguration$, [0, 4], 0], 2
|
|
2253
|
+
];
|
|
2254
|
+
var UpdateCapabilityResponse$ = [3, n0, _UCRp,
|
|
2255
|
+
0,
|
|
2256
|
+
[_up],
|
|
2257
|
+
[() => Update$]
|
|
2258
|
+
];
|
|
2259
|
+
var UpdateClusterConfigRequest$ = [3, n0, _UCCR,
|
|
2260
|
+
0,
|
|
2261
|
+
[_n, _rVC, _l, _cRT, _aCc, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP, _cPSC],
|
|
2262
|
+
[[0, 1], () => VpcConfigRequest$, () => Logging$, [0, 4], () => UpdateAccessConfigRequest$, () => UpgradePolicyRequest$, () => ZonalShiftConfigRequest$, () => ComputeConfigRequest$, () => KubernetesNetworkConfigRequest$, () => StorageConfigRequest$, () => RemoteNetworkConfigRequest$, 2, () => ControlPlaneScalingConfig$], 1
|
|
2263
|
+
];
|
|
2264
|
+
var UpdateClusterConfigResponse$ = [3, n0, _UCCRp,
|
|
2265
|
+
0,
|
|
2266
|
+
[_up],
|
|
2267
|
+
[() => Update$]
|
|
2268
|
+
];
|
|
2269
|
+
var UpdateClusterVersionRequest$ = [3, n0, _UCVR,
|
|
2270
|
+
0,
|
|
2271
|
+
[_n, _v, _cRT, _fo, _rCo],
|
|
2272
|
+
[[0, 1], 0, [0, 4], 2, () => RollbackConfig$], 2
|
|
2273
|
+
];
|
|
2274
|
+
var UpdateClusterVersionResponse$ = [3, n0, _UCVRp,
|
|
2275
|
+
0,
|
|
2276
|
+
[_up],
|
|
2277
|
+
[() => Update$]
|
|
2278
|
+
];
|
|
2279
|
+
var UpdateEksAnywhereSubscriptionRequest$ = [3, n0, _UEASR,
|
|
2280
|
+
0,
|
|
2281
|
+
[_id_, _aR, _cRT],
|
|
2282
|
+
[[0, 1], 2, [0, 4]], 2
|
|
2283
|
+
];
|
|
2284
|
+
var UpdateEksAnywhereSubscriptionResponse$ = [3, n0, _UEASRp,
|
|
2285
|
+
0,
|
|
2286
|
+
[_su],
|
|
2287
|
+
[() => EksAnywhereSubscription$]
|
|
2288
|
+
];
|
|
2289
|
+
var UpdateLabelsPayload$ = [3, n0, _ULP,
|
|
2290
|
+
0,
|
|
2291
|
+
[_aOUL, _rL],
|
|
2292
|
+
[128 | 0, 64 | 0]
|
|
2293
|
+
];
|
|
2294
|
+
var UpdateNodegroupConfigRequest$ = [3, n0, _UNCR,
|
|
2295
|
+
0,
|
|
2296
|
+
[_cN, _nN, _la, _ta, _sCc, _uC, _nRC, _wPC, _cRT],
|
|
2297
|
+
[[0, 1], [0, 1], () => UpdateLabelsPayload$, () => UpdateTaintsPayload$, () => NodegroupScalingConfig$, () => NodegroupUpdateConfig$, () => NodeRepairConfig$, () => WarmPoolConfig$, [0, 4]], 2
|
|
2298
|
+
];
|
|
2299
|
+
var UpdateNodegroupConfigResponse$ = [3, n0, _UNCRp,
|
|
2300
|
+
0,
|
|
2301
|
+
[_up],
|
|
2302
|
+
[() => Update$]
|
|
2303
|
+
];
|
|
2304
|
+
var UpdateNodegroupVersionRequest$ = [3, n0, _UNVR,
|
|
2305
|
+
0,
|
|
2306
|
+
[_cN, _nN, _v, _rV, _lTa, _fo, _cRT],
|
|
2307
|
+
[[0, 1], [0, 1], 0, 0, () => LaunchTemplateSpecification$, 2, [0, 4]], 2
|
|
2308
|
+
];
|
|
2309
|
+
var UpdateNodegroupVersionResponse$ = [3, n0, _UNVRp,
|
|
2310
|
+
0,
|
|
2311
|
+
[_up],
|
|
2312
|
+
[() => Update$]
|
|
2313
|
+
];
|
|
2314
|
+
var UpdateParam$ = [3, n0, _UP,
|
|
2315
|
+
0,
|
|
2316
|
+
[_ty, _va],
|
|
2317
|
+
[0, 0]
|
|
2318
|
+
];
|
|
2319
|
+
var UpdatePodIdentityAssociationRequest$ = [3, n0, _UPIAR,
|
|
2320
|
+
0,
|
|
2321
|
+
[_cN, _aIs, _rA, _cRT, _dST, _tRA, _po],
|
|
2322
|
+
[[0, 1], [0, 1], 0, [0, 4], 2, 0, 0], 2
|
|
2323
|
+
];
|
|
2324
|
+
var UpdatePodIdentityAssociationResponse$ = [3, n0, _UPIARp,
|
|
2325
|
+
0,
|
|
2326
|
+
[_as],
|
|
2327
|
+
[() => PodIdentityAssociation$]
|
|
2328
|
+
];
|
|
2329
|
+
var UpdateRoleMappings$ = [3, n0, _URM,
|
|
2330
|
+
0,
|
|
2331
|
+
[_aOURM, _rRMe],
|
|
2332
|
+
[() => ArgoCdRoleMappingList, () => ArgoCdRoleMappingList]
|
|
2333
|
+
];
|
|
2334
|
+
var UpdateTaintsPayload$ = [3, n0, _UTP,
|
|
2335
|
+
0,
|
|
2336
|
+
[_aOUT, _rT],
|
|
2337
|
+
[() => taintsList, () => taintsList]
|
|
2338
|
+
];
|
|
2339
|
+
var UpgradePolicyRequest$ = [3, n0, _UPR,
|
|
2340
|
+
0,
|
|
2341
|
+
[_sT],
|
|
2342
|
+
[0]
|
|
2343
|
+
];
|
|
2344
|
+
var UpgradePolicyResponse$ = [3, n0, _UPRp,
|
|
2345
|
+
0,
|
|
2346
|
+
[_sT],
|
|
2347
|
+
[0]
|
|
2348
|
+
];
|
|
2349
|
+
var VpcConfigRequest$ = [3, n0, _VCR,
|
|
2350
|
+
0,
|
|
2351
|
+
[_sIu, _sGI, _ePA, _ePAn, _pAC, _cPEM],
|
|
2352
|
+
[64 | 0, 64 | 0, 2, 2, 64 | 0, 0]
|
|
2353
|
+
];
|
|
2354
|
+
var VpcConfigResponse$ = [3, n0, _VCRp,
|
|
2355
|
+
0,
|
|
2356
|
+
[_sIu, _sGI, _cSGI, _vIp, _ePA, _ePAn, _pAC, _cPEM],
|
|
2357
|
+
[64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0, 0]
|
|
2358
|
+
];
|
|
2359
|
+
var WarmPoolConfig$ = [3, n0, _WPC,
|
|
2360
|
+
0,
|
|
2361
|
+
[_en, _mS, _mGPC, _pS, _rOSI],
|
|
2362
|
+
[2, 1, 1, 0, 2]
|
|
2363
|
+
];
|
|
2364
|
+
var ZonalShiftConfigRequest$ = [3, n0, _ZSCR,
|
|
2365
|
+
0,
|
|
2366
|
+
[_en],
|
|
2367
|
+
[2]
|
|
2368
|
+
];
|
|
2369
|
+
var ZonalShiftConfigResponse$ = [3, n0, _ZSCRo,
|
|
2370
|
+
0,
|
|
2371
|
+
[_en],
|
|
2372
|
+
[2]
|
|
2373
|
+
];
|
|
2374
|
+
var AccessPoliciesList = [1, n0, _APL,
|
|
2375
|
+
0, () => AccessPolicy$
|
|
2376
|
+
];
|
|
2377
|
+
var AddonCompatibilityDetails = [1, n0, _ACDd,
|
|
2378
|
+
0, () => AddonCompatibilityDetail$
|
|
2379
|
+
];
|
|
2380
|
+
var AddonIssueList = [1, n0, _AIL,
|
|
2381
|
+
0, () => AddonIssue$
|
|
2382
|
+
];
|
|
2383
|
+
var AddonPodIdentityAssociationsList = [1, n0, _APIAL,
|
|
2384
|
+
0, () => AddonPodIdentityAssociations$
|
|
2385
|
+
];
|
|
2386
|
+
var AddonPodIdentityConfigurationList = [1, n0, _APICL,
|
|
2387
|
+
0, () => AddonPodIdentityConfiguration$
|
|
2388
|
+
];
|
|
2389
|
+
var Addons = [1, n0, _Ad,
|
|
2390
|
+
0, () => AddonInfo$
|
|
2391
|
+
];
|
|
2392
|
+
var AddonVersionInfoList = [1, n0, _AVIL,
|
|
2393
|
+
0, () => AddonVersionInfo$
|
|
2394
|
+
];
|
|
2395
|
+
var ArgoCdRoleMappingList = [1, n0, _ACRML,
|
|
2396
|
+
0, () => ArgoCdRoleMapping$
|
|
2397
|
+
];
|
|
2398
|
+
var AssociatedAccessPoliciesList = [1, n0, _AAPL,
|
|
2399
|
+
0, () => AssociatedAccessPolicy$
|
|
2400
|
+
];
|
|
2401
|
+
var AutoScalingGroupList = [1, n0, _ASGL,
|
|
2402
|
+
0, () => AutoScalingGroup$
|
|
2403
|
+
];
|
|
2404
|
+
var CapabilityIssueList = [1, n0, _CIL,
|
|
2405
|
+
0, () => CapabilityIssue$
|
|
2406
|
+
];
|
|
2407
|
+
var CapabilitySummaryList = [1, n0, _CSL,
|
|
2408
|
+
0, () => CapabilitySummary$
|
|
2409
|
+
];
|
|
2410
|
+
var ClientStats = [1, n0, _CSli,
|
|
2411
|
+
0, () => ClientStat$
|
|
2412
|
+
];
|
|
2413
|
+
var ClusterIssueList = [1, n0, _CILl,
|
|
2414
|
+
0, () => ClusterIssue$
|
|
2415
|
+
];
|
|
2416
|
+
var ClusterVersionList = [1, n0, _CVL,
|
|
2417
|
+
0, () => ClusterVersionInformation$
|
|
2418
|
+
];
|
|
2419
|
+
var Compatibilities = [1, n0, _Com,
|
|
2420
|
+
0, () => Compatibility$
|
|
2421
|
+
];
|
|
2422
|
+
var DeprecationDetails = [1, n0, _DDe,
|
|
2423
|
+
0, () => DeprecationDetail$
|
|
2424
|
+
];
|
|
2425
|
+
var EksAnywhereSubscriptionList = [1, n0, _EASL,
|
|
2426
|
+
0, () => EksAnywhereSubscription$
|
|
2427
|
+
];
|
|
2428
|
+
var EncryptionConfigList = [1, n0, _ECL,
|
|
2429
|
+
0, () => EncryptionConfig$
|
|
2430
|
+
];
|
|
2431
|
+
var ErrorDetails = [1, n0, _EDr,
|
|
2432
|
+
0, () => ErrorDetail$
|
|
2433
|
+
];
|
|
2434
|
+
var FargateProfileIssueList = [1, n0, _FPIL,
|
|
2435
|
+
0, () => FargateProfileIssue$
|
|
2436
|
+
];
|
|
2437
|
+
var FargateProfileSelectors = [1, n0, _FPSa,
|
|
2438
|
+
0, () => FargateProfileSelector$
|
|
2439
|
+
];
|
|
2440
|
+
var IdentityProviderConfigs = [1, n0, _IPCd,
|
|
2441
|
+
0, () => IdentityProviderConfig$
|
|
2442
|
+
];
|
|
2443
|
+
var InsightResourceDetails = [1, n0, _IRDn,
|
|
2444
|
+
0, () => InsightResourceDetail$
|
|
2445
|
+
];
|
|
2446
|
+
var InsightSummaries = [1, n0, _ISns,
|
|
2447
|
+
0, () => InsightSummary$
|
|
2448
|
+
];
|
|
2449
|
+
var IssueList = [1, n0, _IL,
|
|
2450
|
+
0, () => Issue$
|
|
2451
|
+
];
|
|
2452
|
+
var LicenseList = [1, n0, _LL,
|
|
2453
|
+
0, () => License$
|
|
2454
|
+
];
|
|
2455
|
+
var LogSetups = [1, n0, _LSo,
|
|
2456
|
+
0, () => LogSetup$
|
|
2457
|
+
];
|
|
2458
|
+
var NodeRepairConfigOverridesList = [1, n0, _NRCOL,
|
|
2459
|
+
0, () => NodeRepairConfigOverrides$
|
|
2460
|
+
];
|
|
2461
|
+
var PodIdentityAssociationSummaries = [1, n0, _PIASo,
|
|
2462
|
+
0, () => PodIdentityAssociationSummary$
|
|
2463
|
+
];
|
|
2464
|
+
var RemoteNodeNetworkList = [1, n0, _RNNL,
|
|
2465
|
+
0, () => RemoteNodeNetwork$
|
|
2466
|
+
];
|
|
2467
|
+
var RemotePodNetworkList = [1, n0, _RPNL,
|
|
2468
|
+
0, () => RemotePodNetwork$
|
|
2469
|
+
];
|
|
2470
|
+
var SsoIdentityList = [1, n0, _SIL,
|
|
2471
|
+
0, () => SsoIdentity$
|
|
2472
|
+
];
|
|
2473
|
+
var taintsList = [1, n0, _tL,
|
|
2474
|
+
0, () => Taint$
|
|
2475
|
+
];
|
|
2476
|
+
var UpdateParams = [1, n0, _UPp,
|
|
2477
|
+
0, () => UpdateParam$
|
|
2478
|
+
];
|
|
2479
|
+
var AssociateAccessPolicy$ = [9, n0, _AAPs,
|
|
2480
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] }, () => AssociateAccessPolicyRequest$, () => AssociateAccessPolicyResponse$
|
|
2481
|
+
];
|
|
2482
|
+
var AssociateEncryptionConfig$ = [9, n0, _AEC,
|
|
2483
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/encryption-config/associate", 200] }, () => AssociateEncryptionConfigRequest$, () => AssociateEncryptionConfigResponse$
|
|
2484
|
+
];
|
|
2485
|
+
var AssociateIdentityProviderConfig$ = [9, n0, _AIPC,
|
|
2486
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200] }, () => AssociateIdentityProviderConfigRequest$, () => AssociateIdentityProviderConfigResponse$
|
|
2487
|
+
];
|
|
2488
|
+
var CancelUpdate$ = [9, n0, _CU,
|
|
2489
|
+
{ [_ht]: ["POST", "/clusters/{name}/updates/{updateId}/cancel-update", 200] }, () => CancelUpdateRequest$, () => CancelUpdateResponse$
|
|
2490
|
+
];
|
|
2491
|
+
var CreateAccessEntry$ = [9, n0, _CAE,
|
|
2492
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200] }, () => CreateAccessEntryRequest$, () => CreateAccessEntryResponse$
|
|
2493
|
+
];
|
|
2494
|
+
var CreateAddon$ = [9, n0, _CA,
|
|
2495
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/addons", 200] }, () => CreateAddonRequest$, () => CreateAddonResponse$
|
|
2496
|
+
];
|
|
2497
|
+
var CreateCapability$ = [9, n0, _CC,
|
|
2498
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/capabilities", 200] }, () => CreateCapabilityRequest$, () => CreateCapabilityResponse$
|
|
2499
|
+
];
|
|
2500
|
+
var CreateCluster$ = [9, n0, _CCr,
|
|
2501
|
+
{ [_ht]: ["POST", "/clusters", 200] }, () => CreateClusterRequest$, () => CreateClusterResponse$
|
|
2502
|
+
];
|
|
2503
|
+
var CreateEksAnywhereSubscription$ = [9, n0, _CEAS,
|
|
2504
|
+
{ [_ht]: ["POST", "/eks-anywhere-subscriptions", 200] }, () => CreateEksAnywhereSubscriptionRequest$, () => CreateEksAnywhereSubscriptionResponse$
|
|
2505
|
+
];
|
|
2506
|
+
var CreateFargateProfile$ = [9, n0, _CFP,
|
|
2507
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/fargate-profiles", 200] }, () => CreateFargateProfileRequest$, () => CreateFargateProfileResponse$
|
|
2508
|
+
];
|
|
2509
|
+
var CreateNodegroup$ = [9, n0, _CN,
|
|
2510
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/node-groups", 200] }, () => CreateNodegroupRequest$, () => CreateNodegroupResponse$
|
|
2511
|
+
];
|
|
2512
|
+
var CreatePodIdentityAssociation$ = [9, n0, _CPIA,
|
|
2513
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations", 200] }, () => CreatePodIdentityAssociationRequest$, () => CreatePodIdentityAssociationResponse$
|
|
2514
|
+
];
|
|
2515
|
+
var DeleteAccessEntry$ = [9, n0, _DAE,
|
|
2516
|
+
{ [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}", 200] }, () => DeleteAccessEntryRequest$, () => DeleteAccessEntryResponse$
|
|
2517
|
+
];
|
|
2518
|
+
var DeleteAddon$ = [9, n0, _DA,
|
|
2519
|
+
{ [_ht]: ["DELETE", "/clusters/{clusterName}/addons/{addonName}", 200] }, () => DeleteAddonRequest$, () => DeleteAddonResponse$
|
|
2520
|
+
];
|
|
2521
|
+
var DeleteCapability$ = [9, n0, _DC,
|
|
2522
|
+
{ [_ht]: ["DELETE", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => DeleteCapabilityRequest$, () => DeleteCapabilityResponse$
|
|
2523
|
+
];
|
|
2524
|
+
var DeleteCluster$ = [9, n0, _DCe,
|
|
2525
|
+
{ [_ht]: ["DELETE", "/clusters/{name}", 200] }, () => DeleteClusterRequest$, () => DeleteClusterResponse$
|
|
2526
|
+
];
|
|
2527
|
+
var DeleteEksAnywhereSubscription$ = [9, n0, _DEAS,
|
|
2528
|
+
{ [_ht]: ["DELETE", "/eks-anywhere-subscriptions/{id}", 200] }, () => DeleteEksAnywhereSubscriptionRequest$, () => DeleteEksAnywhereSubscriptionResponse$
|
|
2529
|
+
];
|
|
2530
|
+
var DeleteFargateProfile$ = [9, n0, _DFP,
|
|
2531
|
+
{ [_ht]: ["DELETE", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] }, () => DeleteFargateProfileRequest$, () => DeleteFargateProfileResponse$
|
|
2532
|
+
];
|
|
2533
|
+
var DeleteNodegroup$ = [9, n0, _DN,
|
|
2534
|
+
{ [_ht]: ["DELETE", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] }, () => DeleteNodegroupRequest$, () => DeleteNodegroupResponse$
|
|
2535
|
+
];
|
|
2536
|
+
var DeletePodIdentityAssociation$ = [9, n0, _DPIA,
|
|
2537
|
+
{ [_ht]: ["DELETE", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] }, () => DeletePodIdentityAssociationRequest$, () => DeletePodIdentityAssociationResponse$
|
|
2538
|
+
];
|
|
2539
|
+
var DeregisterCluster$ = [9, n0, _DCer,
|
|
2540
|
+
{ [_ht]: ["DELETE", "/cluster-registrations/{name}", 200] }, () => DeregisterClusterRequest$, () => DeregisterClusterResponse$
|
|
2541
|
+
];
|
|
2542
|
+
var DescribeAccessEntry$ = [9, n0, _DAEe,
|
|
2543
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}", 200] }, () => DescribeAccessEntryRequest$, () => DescribeAccessEntryResponse$
|
|
2544
|
+
];
|
|
2545
|
+
var DescribeAddon$ = [9, n0, _DAe,
|
|
2546
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/addons/{addonName}", 200] }, () => DescribeAddonRequest$, () => DescribeAddonResponse$
|
|
2547
|
+
];
|
|
2548
|
+
var DescribeAddonConfiguration$ = [9, n0, _DAC,
|
|
2549
|
+
{ [_ht]: ["GET", "/addons/configuration-schemas", 200] }, () => DescribeAddonConfigurationRequest$, () => DescribeAddonConfigurationResponse$
|
|
2550
|
+
];
|
|
2551
|
+
var DescribeAddonVersions$ = [9, n0, _DAV,
|
|
2552
|
+
{ [_ht]: ["GET", "/addons/supported-versions", 200] }, () => DescribeAddonVersionsRequest$, () => DescribeAddonVersionsResponse$
|
|
2553
|
+
];
|
|
2554
|
+
var DescribeCapability$ = [9, n0, _DCes,
|
|
2555
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => DescribeCapabilityRequest$, () => DescribeCapabilityResponse$
|
|
2556
|
+
];
|
|
2557
|
+
var DescribeCluster$ = [9, n0, _DCesc,
|
|
2558
|
+
{ [_ht]: ["GET", "/clusters/{name}", 200] }, () => DescribeClusterRequest$, () => DescribeClusterResponse$
|
|
2559
|
+
];
|
|
2560
|
+
var DescribeClusterVersions$ = [9, n0, _DCV,
|
|
2561
|
+
{ [_ht]: ["GET", "/cluster-versions", 200] }, () => DescribeClusterVersionsRequest$, () => DescribeClusterVersionsResponse$
|
|
2562
|
+
];
|
|
2563
|
+
var DescribeEksAnywhereSubscription$ = [9, n0, _DEASe,
|
|
2564
|
+
{ [_ht]: ["GET", "/eks-anywhere-subscriptions/{id}", 200] }, () => DescribeEksAnywhereSubscriptionRequest$, () => DescribeEksAnywhereSubscriptionResponse$
|
|
2565
|
+
];
|
|
2566
|
+
var DescribeFargateProfile$ = [9, n0, _DFPe,
|
|
2567
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200] }, () => DescribeFargateProfileRequest$, () => DescribeFargateProfileResponse$
|
|
2568
|
+
];
|
|
2569
|
+
var DescribeIdentityProviderConfig$ = [9, n0, _DIPC,
|
|
2570
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/describe", 200] }, () => DescribeIdentityProviderConfigRequest$, () => DescribeIdentityProviderConfigResponse$
|
|
2571
|
+
];
|
|
2572
|
+
var DescribeInsight$ = [9, n0, _DI,
|
|
2573
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/insights/{id}", 200] }, () => DescribeInsightRequest$, () => DescribeInsightResponse$
|
|
2574
|
+
];
|
|
2575
|
+
var DescribeInsightsRefresh$ = [9, n0, _DIRes,
|
|
2576
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/insights-refresh", 200] }, () => DescribeInsightsRefreshRequest$, () => DescribeInsightsRefreshResponse$
|
|
2577
|
+
];
|
|
2578
|
+
var DescribeNodegroup$ = [9, n0, _DNe,
|
|
2579
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200] }, () => DescribeNodegroupRequest$, () => DescribeNodegroupResponse$
|
|
2580
|
+
];
|
|
2581
|
+
var DescribePodIdentityAssociation$ = [9, n0, _DPIAe,
|
|
2582
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] }, () => DescribePodIdentityAssociationRequest$, () => DescribePodIdentityAssociationResponse$
|
|
2583
|
+
];
|
|
2584
|
+
var DescribeUpdate$ = [9, n0, _DU,
|
|
2585
|
+
{ [_ht]: ["GET", "/clusters/{name}/updates/{updateId}", 200] }, () => DescribeUpdateRequest$, () => DescribeUpdateResponse$
|
|
2586
|
+
];
|
|
2587
|
+
var DisassociateAccessPolicy$ = [9, n0, _DAP,
|
|
2588
|
+
{ [_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies/{policyArn}", 200] }, () => DisassociateAccessPolicyRequest$, () => DisassociateAccessPolicyResponse$
|
|
2589
|
+
];
|
|
2590
|
+
var DisassociateIdentityProviderConfig$ = [9, n0, _DIPCi,
|
|
2591
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/disassociate", 200] }, () => DisassociateIdentityProviderConfigRequest$, () => DisassociateIdentityProviderConfigResponse$
|
|
2592
|
+
];
|
|
2593
|
+
var ListAccessEntries$ = [9, n0, _LAE,
|
|
2594
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/access-entries", 200] }, () => ListAccessEntriesRequest$, () => ListAccessEntriesResponse$
|
|
2595
|
+
];
|
|
2596
|
+
var ListAccessPolicies$ = [9, n0, _LAP,
|
|
2597
|
+
{ [_ht]: ["GET", "/access-policies", 200] }, () => ListAccessPoliciesRequest$, () => ListAccessPoliciesResponse$
|
|
2598
|
+
];
|
|
2599
|
+
var ListAddons$ = [9, n0, _LA,
|
|
2600
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/addons", 200] }, () => ListAddonsRequest$, () => ListAddonsResponse$
|
|
2601
|
+
];
|
|
2602
|
+
var ListAssociatedAccessPolicies$ = [9, n0, _LAAP,
|
|
2603
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200] }, () => ListAssociatedAccessPoliciesRequest$, () => ListAssociatedAccessPoliciesResponse$
|
|
2604
|
+
];
|
|
2605
|
+
var ListCapabilities$ = [9, n0, _LC,
|
|
2606
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/capabilities", 200] }, () => ListCapabilitiesRequest$, () => ListCapabilitiesResponse$
|
|
2607
|
+
];
|
|
2608
|
+
var ListClusters$ = [9, n0, _LCi,
|
|
2609
|
+
{ [_ht]: ["GET", "/clusters", 200] }, () => ListClustersRequest$, () => ListClustersResponse$
|
|
2610
|
+
];
|
|
2611
|
+
var ListEksAnywhereSubscriptions$ = [9, n0, _LEAS,
|
|
2612
|
+
{ [_ht]: ["GET", "/eks-anywhere-subscriptions", 200] }, () => ListEksAnywhereSubscriptionsRequest$, () => ListEksAnywhereSubscriptionsResponse$
|
|
2613
|
+
];
|
|
2614
|
+
var ListFargateProfiles$ = [9, n0, _LFP,
|
|
2615
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles", 200] }, () => ListFargateProfilesRequest$, () => ListFargateProfilesResponse$
|
|
2616
|
+
];
|
|
2617
|
+
var ListIdentityProviderConfigs$ = [9, n0, _LIPC,
|
|
2618
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/identity-provider-configs", 200] }, () => ListIdentityProviderConfigsRequest$, () => ListIdentityProviderConfigsResponse$
|
|
2619
|
+
];
|
|
2620
|
+
var ListInsights$ = [9, n0, _LI,
|
|
2621
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/insights", 200] }, () => ListInsightsRequest$, () => ListInsightsResponse$
|
|
2622
|
+
];
|
|
2623
|
+
var ListNodegroups$ = [9, n0, _LN,
|
|
2624
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/node-groups", 200] }, () => ListNodegroupsRequest$, () => ListNodegroupsResponse$
|
|
2625
|
+
];
|
|
2626
|
+
var ListPodIdentityAssociations$ = [9, n0, _LPIA,
|
|
2627
|
+
{ [_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations", 200] }, () => ListPodIdentityAssociationsRequest$, () => ListPodIdentityAssociationsResponse$
|
|
2628
|
+
];
|
|
2629
|
+
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2630
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
2631
|
+
];
|
|
2632
|
+
var ListUpdates$ = [9, n0, _LU,
|
|
2633
|
+
{ [_ht]: ["GET", "/clusters/{name}/updates", 200] }, () => ListUpdatesRequest$, () => ListUpdatesResponse$
|
|
2634
|
+
];
|
|
2635
|
+
var RegisterCluster$ = [9, n0, _RCe,
|
|
2636
|
+
{ [_ht]: ["POST", "/cluster-registrations", 200] }, () => RegisterClusterRequest$, () => RegisterClusterResponse$
|
|
2637
|
+
];
|
|
2638
|
+
var StartInsightsRefresh$ = [9, n0, _SIR,
|
|
2639
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/insights-refresh", 200] }, () => StartInsightsRefreshRequest$, () => StartInsightsRefreshResponse$
|
|
2640
|
+
];
|
|
2641
|
+
var TagResource$ = [9, n0, _TR,
|
|
2642
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
2643
|
+
];
|
|
2644
|
+
var UntagResource$ = [9, n0, _UR,
|
|
2645
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
2646
|
+
];
|
|
2647
|
+
var UpdateAccessEntry$ = [9, n0, _UAE,
|
|
2648
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}", 200] }, () => UpdateAccessEntryRequest$, () => UpdateAccessEntryResponse$
|
|
2649
|
+
];
|
|
2650
|
+
var UpdateAddon$ = [9, n0, _UA,
|
|
2651
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/addons/{addonName}/update", 200] }, () => UpdateAddonRequest$, () => UpdateAddonResponse$
|
|
2652
|
+
];
|
|
2653
|
+
var UpdateCapability$ = [9, n0, _UC,
|
|
2654
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/capabilities/{capabilityName}", 200] }, () => UpdateCapabilityRequest$, () => UpdateCapabilityResponse$
|
|
2655
|
+
];
|
|
2656
|
+
var UpdateClusterConfig$ = [9, n0, _UCCp,
|
|
2657
|
+
{ [_ht]: ["POST", "/clusters/{name}/update-config", 200] }, () => UpdateClusterConfigRequest$, () => UpdateClusterConfigResponse$
|
|
2658
|
+
];
|
|
2659
|
+
var UpdateClusterVersion$ = [9, n0, _UCV,
|
|
2660
|
+
{ [_ht]: ["POST", "/clusters/{name}/updates", 200] }, () => UpdateClusterVersionRequest$, () => UpdateClusterVersionResponse$
|
|
2661
|
+
];
|
|
2662
|
+
var UpdateEksAnywhereSubscription$ = [9, n0, _UEAS,
|
|
2663
|
+
{ [_ht]: ["POST", "/eks-anywhere-subscriptions/{id}", 200] }, () => UpdateEksAnywhereSubscriptionRequest$, () => UpdateEksAnywhereSubscriptionResponse$
|
|
2664
|
+
];
|
|
2665
|
+
var UpdateNodegroupConfig$ = [9, n0, _UNC,
|
|
2666
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-config", 200] }, () => UpdateNodegroupConfigRequest$, () => UpdateNodegroupConfigResponse$
|
|
2667
|
+
];
|
|
2668
|
+
var UpdateNodegroupVersion$ = [9, n0, _UNV,
|
|
2669
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-version", 200] }, () => UpdateNodegroupVersionRequest$, () => UpdateNodegroupVersionResponse$
|
|
2670
|
+
];
|
|
2671
|
+
var UpdatePodIdentityAssociation$ = [9, n0, _UPIA,
|
|
2672
|
+
{ [_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200] }, () => UpdatePodIdentityAssociationRequest$, () => UpdatePodIdentityAssociationResponse$
|
|
2673
|
+
];
|
|
2674
|
+
|
|
2675
|
+
const getRuntimeConfig$1 = (config) => {
|
|
2676
|
+
return {
|
|
2677
|
+
apiVersion: "2017-11-01",
|
|
2678
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
2679
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
2680
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
2681
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
2682
|
+
extensions: config?.extensions ?? [],
|
|
2683
|
+
httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultEKSHttpAuthSchemeProvider,
|
|
2684
|
+
httpAuthSchemes: config?.httpAuthSchemes ?? [
|
|
2685
|
+
{
|
|
2686
|
+
schemeId: "aws.auth#sigv4",
|
|
2687
|
+
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
2688
|
+
signer: new AwsSdkSigV4Signer(),
|
|
2689
|
+
},
|
|
2690
|
+
],
|
|
2691
|
+
logger: config?.logger ?? new NoOpLogger(),
|
|
2692
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
2693
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
2694
|
+
defaultNamespace: "com.amazonaws.eks",
|
|
2695
|
+
errorTypeRegistries,
|
|
2696
|
+
version: "2017-11-01",
|
|
2697
|
+
serviceTarget: "AWSWesleyFrontend",
|
|
2698
|
+
},
|
|
2699
|
+
serviceId: config?.serviceId ?? "EKS",
|
|
2700
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2701
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
2702
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2703
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
2704
|
+
};
|
|
2705
|
+
};
|
|
2706
|
+
|
|
2707
|
+
const getRuntimeConfig = (config) => {
|
|
2708
|
+
emitWarningIfUnsupportedVersion(process.version);
|
|
2709
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
2710
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
2711
|
+
const clientSharedValues = getRuntimeConfig$1(config);
|
|
2712
|
+
emitWarningIfUnsupportedVersion$1(process.version);
|
|
2713
|
+
const loaderConfig = {
|
|
2714
|
+
profile: config?.profile,
|
|
2715
|
+
logger: clientSharedValues.logger,
|
|
2716
|
+
};
|
|
2717
|
+
return {
|
|
2718
|
+
...clientSharedValues,
|
|
2719
|
+
...config,
|
|
2720
|
+
runtime: "node",
|
|
2721
|
+
defaultsMode,
|
|
2722
|
+
authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
2723
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
2724
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
|
|
2725
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
2726
|
+
maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
|
2727
|
+
region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
2728
|
+
requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
2729
|
+
retryMode: config?.retryMode ??
|
|
2730
|
+
loadConfig({
|
|
2731
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2732
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2733
|
+
}, config),
|
|
2734
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2735
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2736
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2737
|
+
userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
|
|
2738
|
+
};
|
|
2739
|
+
};
|
|
2740
|
+
|
|
34
2741
|
const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
|
|
35
2742
|
const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
|
|
36
2743
|
let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
|
|
@@ -147,6 +2854,18 @@ class AssociateIdentityProviderConfigCommand extends Command
|
|
|
147
2854
|
.build() {
|
|
148
2855
|
}
|
|
149
2856
|
|
|
2857
|
+
class CancelUpdateCommand extends Command
|
|
2858
|
+
.classBuilder()
|
|
2859
|
+
.ep(commonParams)
|
|
2860
|
+
.m(function (Command, cs, config, o) {
|
|
2861
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2862
|
+
})
|
|
2863
|
+
.s("AWSWesleyFrontend", "CancelUpdate", {})
|
|
2864
|
+
.n("EKSClient", "CancelUpdateCommand")
|
|
2865
|
+
.sc(CancelUpdate$)
|
|
2866
|
+
.build() {
|
|
2867
|
+
}
|
|
2868
|
+
|
|
150
2869
|
class CreateAccessEntryCommand extends Command
|
|
151
2870
|
.classBuilder()
|
|
152
2871
|
.ep(commonParams)
|
|
@@ -1237,6 +3956,7 @@ const commands = {
|
|
|
1237
3956
|
AssociateAccessPolicyCommand,
|
|
1238
3957
|
AssociateEncryptionConfigCommand,
|
|
1239
3958
|
AssociateIdentityProviderConfigCommand,
|
|
3959
|
+
CancelUpdateCommand,
|
|
1240
3960
|
CreateAccessEntryCommand,
|
|
1241
3961
|
CreateAddonCommand,
|
|
1242
3962
|
CreateCapabilityCommand,
|
|
@@ -1395,6 +4115,11 @@ const ArgoCdRole = {
|
|
|
1395
4115
|
EDITOR: "EDITOR",
|
|
1396
4116
|
VIEWER: "VIEWER",
|
|
1397
4117
|
};
|
|
4118
|
+
const CancellationStatus = {
|
|
4119
|
+
FAILED: "Failed",
|
|
4120
|
+
IN_PROGRESS: "InProgress",
|
|
4121
|
+
SUCCESSFUL: "Successful",
|
|
4122
|
+
};
|
|
1398
4123
|
const ErrorCode = {
|
|
1399
4124
|
ACCESS_DENIED: "AccessDenied",
|
|
1400
4125
|
ADMISSION_REQUEST_DENIED: "AdmissionRequestDenied",
|
|
@@ -1490,6 +4215,7 @@ const UpdateType = {
|
|
|
1490
4215
|
REMOTE_NETWORK_CONFIG_UPDATE: "RemoteNetworkConfigUpdate",
|
|
1491
4216
|
UPGRADE_POLICY_UPDATE: "UpgradePolicyUpdate",
|
|
1492
4217
|
VENDED_LOGS_UPDATE: "VendedLogsUpdate",
|
|
4218
|
+
VERSION_ROLLBACK: "VersionRollback",
|
|
1493
4219
|
VERSION_UPDATE: "VersionUpdate",
|
|
1494
4220
|
VPC_CONFIG_UPDATE: "VpcConfigUpdate",
|
|
1495
4221
|
ZONAL_SHIFT_CONFIG_UPDATE: "ZonalShiftConfigUpdate",
|
|
@@ -1687,6 +4413,7 @@ const ConfigStatus = {
|
|
|
1687
4413
|
};
|
|
1688
4414
|
const Category = {
|
|
1689
4415
|
MISCONFIGURATION: "MISCONFIGURATION",
|
|
4416
|
+
ROLLBACK_READINESS: "ROLLBACK_READINESS",
|
|
1690
4417
|
UPGRADE_READINESS: "UPGRADE_READINESS",
|
|
1691
4418
|
};
|
|
1692
4419
|
const InsightStatusValue = {
|
|
@@ -1721,114 +4448,459 @@ const ConnectorConfigProvider = {
|
|
|
1721
4448
|
};
|
|
1722
4449
|
|
|
1723
4450
|
exports.AMITypes = AMITypes;
|
|
4451
|
+
exports.AccessConfigResponse$ = AccessConfigResponse$;
|
|
4452
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
4453
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
4454
|
+
exports.AccessEntry$ = AccessEntry$;
|
|
4455
|
+
exports.AccessPolicy$ = AccessPolicy$;
|
|
4456
|
+
exports.AccessScope$ = AccessScope$;
|
|
1724
4457
|
exports.AccessScopeType = AccessScopeType;
|
|
4458
|
+
exports.Addon$ = Addon$;
|
|
4459
|
+
exports.AddonCompatibilityDetail$ = AddonCompatibilityDetail$;
|
|
4460
|
+
exports.AddonHealth$ = AddonHealth$;
|
|
4461
|
+
exports.AddonInfo$ = AddonInfo$;
|
|
4462
|
+
exports.AddonIssue$ = AddonIssue$;
|
|
1725
4463
|
exports.AddonIssueCode = AddonIssueCode;
|
|
4464
|
+
exports.AddonNamespaceConfigRequest$ = AddonNamespaceConfigRequest$;
|
|
4465
|
+
exports.AddonNamespaceConfigResponse$ = AddonNamespaceConfigResponse$;
|
|
4466
|
+
exports.AddonPodIdentityAssociations$ = AddonPodIdentityAssociations$;
|
|
4467
|
+
exports.AddonPodIdentityConfiguration$ = AddonPodIdentityConfiguration$;
|
|
1726
4468
|
exports.AddonStatus = AddonStatus;
|
|
4469
|
+
exports.AddonVersionInfo$ = AddonVersionInfo$;
|
|
4470
|
+
exports.ArgoCdAwsIdcConfigRequest$ = ArgoCdAwsIdcConfigRequest$;
|
|
4471
|
+
exports.ArgoCdAwsIdcConfigResponse$ = ArgoCdAwsIdcConfigResponse$;
|
|
4472
|
+
exports.ArgoCdConfigRequest$ = ArgoCdConfigRequest$;
|
|
4473
|
+
exports.ArgoCdConfigResponse$ = ArgoCdConfigResponse$;
|
|
4474
|
+
exports.ArgoCdNetworkAccessConfigRequest$ = ArgoCdNetworkAccessConfigRequest$;
|
|
4475
|
+
exports.ArgoCdNetworkAccessConfigResponse$ = ArgoCdNetworkAccessConfigResponse$;
|
|
1727
4476
|
exports.ArgoCdRole = ArgoCdRole;
|
|
4477
|
+
exports.ArgoCdRoleMapping$ = ArgoCdRoleMapping$;
|
|
4478
|
+
exports.AssociateAccessPolicy$ = AssociateAccessPolicy$;
|
|
1728
4479
|
exports.AssociateAccessPolicyCommand = AssociateAccessPolicyCommand;
|
|
4480
|
+
exports.AssociateAccessPolicyRequest$ = AssociateAccessPolicyRequest$;
|
|
4481
|
+
exports.AssociateAccessPolicyResponse$ = AssociateAccessPolicyResponse$;
|
|
4482
|
+
exports.AssociateEncryptionConfig$ = AssociateEncryptionConfig$;
|
|
1729
4483
|
exports.AssociateEncryptionConfigCommand = AssociateEncryptionConfigCommand;
|
|
4484
|
+
exports.AssociateEncryptionConfigRequest$ = AssociateEncryptionConfigRequest$;
|
|
4485
|
+
exports.AssociateEncryptionConfigResponse$ = AssociateEncryptionConfigResponse$;
|
|
4486
|
+
exports.AssociateIdentityProviderConfig$ = AssociateIdentityProviderConfig$;
|
|
1730
4487
|
exports.AssociateIdentityProviderConfigCommand = AssociateIdentityProviderConfigCommand;
|
|
4488
|
+
exports.AssociateIdentityProviderConfigRequest$ = AssociateIdentityProviderConfigRequest$;
|
|
4489
|
+
exports.AssociateIdentityProviderConfigResponse$ = AssociateIdentityProviderConfigResponse$;
|
|
4490
|
+
exports.AssociatedAccessPolicy$ = AssociatedAccessPolicy$;
|
|
1731
4491
|
exports.AuthenticationMode = AuthenticationMode;
|
|
4492
|
+
exports.AutoScalingGroup$ = AutoScalingGroup$;
|
|
4493
|
+
exports.BadRequestException = BadRequestException;
|
|
4494
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
4495
|
+
exports.BlockStorage$ = BlockStorage$;
|
|
4496
|
+
exports.CancelUpdate$ = CancelUpdate$;
|
|
4497
|
+
exports.CancelUpdateCommand = CancelUpdateCommand;
|
|
4498
|
+
exports.CancelUpdateRequest$ = CancelUpdateRequest$;
|
|
4499
|
+
exports.CancelUpdateResponse$ = CancelUpdateResponse$;
|
|
4500
|
+
exports.Cancellation$ = Cancellation$;
|
|
4501
|
+
exports.CancellationStatus = CancellationStatus;
|
|
4502
|
+
exports.Capability$ = Capability$;
|
|
4503
|
+
exports.CapabilityConfigurationRequest$ = CapabilityConfigurationRequest$;
|
|
4504
|
+
exports.CapabilityConfigurationResponse$ = CapabilityConfigurationResponse$;
|
|
1732
4505
|
exports.CapabilityDeletePropagationPolicy = CapabilityDeletePropagationPolicy;
|
|
4506
|
+
exports.CapabilityHealth$ = CapabilityHealth$;
|
|
4507
|
+
exports.CapabilityIssue$ = CapabilityIssue$;
|
|
1733
4508
|
exports.CapabilityIssueCode = CapabilityIssueCode;
|
|
1734
4509
|
exports.CapabilityStatus = CapabilityStatus;
|
|
4510
|
+
exports.CapabilitySummary$ = CapabilitySummary$;
|
|
1735
4511
|
exports.CapabilityType = CapabilityType;
|
|
1736
4512
|
exports.CapacityTypes = CapacityTypes;
|
|
1737
4513
|
exports.Category = Category;
|
|
4514
|
+
exports.Certificate$ = Certificate$;
|
|
4515
|
+
exports.ClientException = ClientException;
|
|
4516
|
+
exports.ClientException$ = ClientException$;
|
|
4517
|
+
exports.ClientStat$ = ClientStat$;
|
|
4518
|
+
exports.Cluster$ = Cluster$;
|
|
4519
|
+
exports.ClusterHealth$ = ClusterHealth$;
|
|
4520
|
+
exports.ClusterIssue$ = ClusterIssue$;
|
|
1738
4521
|
exports.ClusterIssueCode = ClusterIssueCode;
|
|
1739
4522
|
exports.ClusterStatus = ClusterStatus;
|
|
4523
|
+
exports.ClusterVersionInformation$ = ClusterVersionInformation$;
|
|
1740
4524
|
exports.ClusterVersionStatus = ClusterVersionStatus;
|
|
4525
|
+
exports.Compatibility$ = Compatibility$;
|
|
4526
|
+
exports.ComputeConfigRequest$ = ComputeConfigRequest$;
|
|
4527
|
+
exports.ComputeConfigResponse$ = ComputeConfigResponse$;
|
|
1741
4528
|
exports.ConfigStatus = ConfigStatus;
|
|
1742
4529
|
exports.ConnectorConfigProvider = ConnectorConfigProvider;
|
|
4530
|
+
exports.ConnectorConfigRequest$ = ConnectorConfigRequest$;
|
|
4531
|
+
exports.ConnectorConfigResponse$ = ConnectorConfigResponse$;
|
|
1743
4532
|
exports.ControlPlaneEgressModeType = ControlPlaneEgressModeType;
|
|
4533
|
+
exports.ControlPlanePlacementRequest$ = ControlPlanePlacementRequest$;
|
|
4534
|
+
exports.ControlPlanePlacementResponse$ = ControlPlanePlacementResponse$;
|
|
4535
|
+
exports.ControlPlaneScalingConfig$ = ControlPlaneScalingConfig$;
|
|
4536
|
+
exports.CreateAccessConfigRequest$ = CreateAccessConfigRequest$;
|
|
4537
|
+
exports.CreateAccessEntry$ = CreateAccessEntry$;
|
|
1744
4538
|
exports.CreateAccessEntryCommand = CreateAccessEntryCommand;
|
|
4539
|
+
exports.CreateAccessEntryRequest$ = CreateAccessEntryRequest$;
|
|
4540
|
+
exports.CreateAccessEntryResponse$ = CreateAccessEntryResponse$;
|
|
4541
|
+
exports.CreateAddon$ = CreateAddon$;
|
|
1745
4542
|
exports.CreateAddonCommand = CreateAddonCommand;
|
|
4543
|
+
exports.CreateAddonRequest$ = CreateAddonRequest$;
|
|
4544
|
+
exports.CreateAddonResponse$ = CreateAddonResponse$;
|
|
4545
|
+
exports.CreateCapability$ = CreateCapability$;
|
|
1746
4546
|
exports.CreateCapabilityCommand = CreateCapabilityCommand;
|
|
4547
|
+
exports.CreateCapabilityRequest$ = CreateCapabilityRequest$;
|
|
4548
|
+
exports.CreateCapabilityResponse$ = CreateCapabilityResponse$;
|
|
4549
|
+
exports.CreateCluster$ = CreateCluster$;
|
|
1747
4550
|
exports.CreateClusterCommand = CreateClusterCommand;
|
|
4551
|
+
exports.CreateClusterRequest$ = CreateClusterRequest$;
|
|
4552
|
+
exports.CreateClusterResponse$ = CreateClusterResponse$;
|
|
4553
|
+
exports.CreateEksAnywhereSubscription$ = CreateEksAnywhereSubscription$;
|
|
1748
4554
|
exports.CreateEksAnywhereSubscriptionCommand = CreateEksAnywhereSubscriptionCommand;
|
|
4555
|
+
exports.CreateEksAnywhereSubscriptionRequest$ = CreateEksAnywhereSubscriptionRequest$;
|
|
4556
|
+
exports.CreateEksAnywhereSubscriptionResponse$ = CreateEksAnywhereSubscriptionResponse$;
|
|
4557
|
+
exports.CreateFargateProfile$ = CreateFargateProfile$;
|
|
1749
4558
|
exports.CreateFargateProfileCommand = CreateFargateProfileCommand;
|
|
4559
|
+
exports.CreateFargateProfileRequest$ = CreateFargateProfileRequest$;
|
|
4560
|
+
exports.CreateFargateProfileResponse$ = CreateFargateProfileResponse$;
|
|
4561
|
+
exports.CreateNodegroup$ = CreateNodegroup$;
|
|
1750
4562
|
exports.CreateNodegroupCommand = CreateNodegroupCommand;
|
|
4563
|
+
exports.CreateNodegroupRequest$ = CreateNodegroupRequest$;
|
|
4564
|
+
exports.CreateNodegroupResponse$ = CreateNodegroupResponse$;
|
|
4565
|
+
exports.CreatePodIdentityAssociation$ = CreatePodIdentityAssociation$;
|
|
1751
4566
|
exports.CreatePodIdentityAssociationCommand = CreatePodIdentityAssociationCommand;
|
|
4567
|
+
exports.CreatePodIdentityAssociationRequest$ = CreatePodIdentityAssociationRequest$;
|
|
4568
|
+
exports.CreatePodIdentityAssociationResponse$ = CreatePodIdentityAssociationResponse$;
|
|
4569
|
+
exports.DeleteAccessEntry$ = DeleteAccessEntry$;
|
|
1752
4570
|
exports.DeleteAccessEntryCommand = DeleteAccessEntryCommand;
|
|
4571
|
+
exports.DeleteAccessEntryRequest$ = DeleteAccessEntryRequest$;
|
|
4572
|
+
exports.DeleteAccessEntryResponse$ = DeleteAccessEntryResponse$;
|
|
4573
|
+
exports.DeleteAddon$ = DeleteAddon$;
|
|
1753
4574
|
exports.DeleteAddonCommand = DeleteAddonCommand;
|
|
4575
|
+
exports.DeleteAddonRequest$ = DeleteAddonRequest$;
|
|
4576
|
+
exports.DeleteAddonResponse$ = DeleteAddonResponse$;
|
|
4577
|
+
exports.DeleteCapability$ = DeleteCapability$;
|
|
1754
4578
|
exports.DeleteCapabilityCommand = DeleteCapabilityCommand;
|
|
4579
|
+
exports.DeleteCapabilityRequest$ = DeleteCapabilityRequest$;
|
|
4580
|
+
exports.DeleteCapabilityResponse$ = DeleteCapabilityResponse$;
|
|
4581
|
+
exports.DeleteCluster$ = DeleteCluster$;
|
|
1755
4582
|
exports.DeleteClusterCommand = DeleteClusterCommand;
|
|
4583
|
+
exports.DeleteClusterRequest$ = DeleteClusterRequest$;
|
|
4584
|
+
exports.DeleteClusterResponse$ = DeleteClusterResponse$;
|
|
4585
|
+
exports.DeleteEksAnywhereSubscription$ = DeleteEksAnywhereSubscription$;
|
|
1756
4586
|
exports.DeleteEksAnywhereSubscriptionCommand = DeleteEksAnywhereSubscriptionCommand;
|
|
4587
|
+
exports.DeleteEksAnywhereSubscriptionRequest$ = DeleteEksAnywhereSubscriptionRequest$;
|
|
4588
|
+
exports.DeleteEksAnywhereSubscriptionResponse$ = DeleteEksAnywhereSubscriptionResponse$;
|
|
4589
|
+
exports.DeleteFargateProfile$ = DeleteFargateProfile$;
|
|
1757
4590
|
exports.DeleteFargateProfileCommand = DeleteFargateProfileCommand;
|
|
4591
|
+
exports.DeleteFargateProfileRequest$ = DeleteFargateProfileRequest$;
|
|
4592
|
+
exports.DeleteFargateProfileResponse$ = DeleteFargateProfileResponse$;
|
|
4593
|
+
exports.DeleteNodegroup$ = DeleteNodegroup$;
|
|
1758
4594
|
exports.DeleteNodegroupCommand = DeleteNodegroupCommand;
|
|
4595
|
+
exports.DeleteNodegroupRequest$ = DeleteNodegroupRequest$;
|
|
4596
|
+
exports.DeleteNodegroupResponse$ = DeleteNodegroupResponse$;
|
|
4597
|
+
exports.DeletePodIdentityAssociation$ = DeletePodIdentityAssociation$;
|
|
1759
4598
|
exports.DeletePodIdentityAssociationCommand = DeletePodIdentityAssociationCommand;
|
|
4599
|
+
exports.DeletePodIdentityAssociationRequest$ = DeletePodIdentityAssociationRequest$;
|
|
4600
|
+
exports.DeletePodIdentityAssociationResponse$ = DeletePodIdentityAssociationResponse$;
|
|
4601
|
+
exports.DeprecationDetail$ = DeprecationDetail$;
|
|
4602
|
+
exports.DeregisterCluster$ = DeregisterCluster$;
|
|
1760
4603
|
exports.DeregisterClusterCommand = DeregisterClusterCommand;
|
|
4604
|
+
exports.DeregisterClusterRequest$ = DeregisterClusterRequest$;
|
|
4605
|
+
exports.DeregisterClusterResponse$ = DeregisterClusterResponse$;
|
|
4606
|
+
exports.DescribeAccessEntry$ = DescribeAccessEntry$;
|
|
1761
4607
|
exports.DescribeAccessEntryCommand = DescribeAccessEntryCommand;
|
|
4608
|
+
exports.DescribeAccessEntryRequest$ = DescribeAccessEntryRequest$;
|
|
4609
|
+
exports.DescribeAccessEntryResponse$ = DescribeAccessEntryResponse$;
|
|
4610
|
+
exports.DescribeAddon$ = DescribeAddon$;
|
|
1762
4611
|
exports.DescribeAddonCommand = DescribeAddonCommand;
|
|
4612
|
+
exports.DescribeAddonConfiguration$ = DescribeAddonConfiguration$;
|
|
1763
4613
|
exports.DescribeAddonConfigurationCommand = DescribeAddonConfigurationCommand;
|
|
4614
|
+
exports.DescribeAddonConfigurationRequest$ = DescribeAddonConfigurationRequest$;
|
|
4615
|
+
exports.DescribeAddonConfigurationResponse$ = DescribeAddonConfigurationResponse$;
|
|
4616
|
+
exports.DescribeAddonRequest$ = DescribeAddonRequest$;
|
|
4617
|
+
exports.DescribeAddonResponse$ = DescribeAddonResponse$;
|
|
4618
|
+
exports.DescribeAddonVersions$ = DescribeAddonVersions$;
|
|
1764
4619
|
exports.DescribeAddonVersionsCommand = DescribeAddonVersionsCommand;
|
|
4620
|
+
exports.DescribeAddonVersionsRequest$ = DescribeAddonVersionsRequest$;
|
|
4621
|
+
exports.DescribeAddonVersionsResponse$ = DescribeAddonVersionsResponse$;
|
|
4622
|
+
exports.DescribeCapability$ = DescribeCapability$;
|
|
1765
4623
|
exports.DescribeCapabilityCommand = DescribeCapabilityCommand;
|
|
4624
|
+
exports.DescribeCapabilityRequest$ = DescribeCapabilityRequest$;
|
|
4625
|
+
exports.DescribeCapabilityResponse$ = DescribeCapabilityResponse$;
|
|
4626
|
+
exports.DescribeCluster$ = DescribeCluster$;
|
|
1766
4627
|
exports.DescribeClusterCommand = DescribeClusterCommand;
|
|
4628
|
+
exports.DescribeClusterRequest$ = DescribeClusterRequest$;
|
|
4629
|
+
exports.DescribeClusterResponse$ = DescribeClusterResponse$;
|
|
4630
|
+
exports.DescribeClusterVersions$ = DescribeClusterVersions$;
|
|
1767
4631
|
exports.DescribeClusterVersionsCommand = DescribeClusterVersionsCommand;
|
|
4632
|
+
exports.DescribeClusterVersionsRequest$ = DescribeClusterVersionsRequest$;
|
|
4633
|
+
exports.DescribeClusterVersionsResponse$ = DescribeClusterVersionsResponse$;
|
|
4634
|
+
exports.DescribeEksAnywhereSubscription$ = DescribeEksAnywhereSubscription$;
|
|
1768
4635
|
exports.DescribeEksAnywhereSubscriptionCommand = DescribeEksAnywhereSubscriptionCommand;
|
|
4636
|
+
exports.DescribeEksAnywhereSubscriptionRequest$ = DescribeEksAnywhereSubscriptionRequest$;
|
|
4637
|
+
exports.DescribeEksAnywhereSubscriptionResponse$ = DescribeEksAnywhereSubscriptionResponse$;
|
|
4638
|
+
exports.DescribeFargateProfile$ = DescribeFargateProfile$;
|
|
1769
4639
|
exports.DescribeFargateProfileCommand = DescribeFargateProfileCommand;
|
|
4640
|
+
exports.DescribeFargateProfileRequest$ = DescribeFargateProfileRequest$;
|
|
4641
|
+
exports.DescribeFargateProfileResponse$ = DescribeFargateProfileResponse$;
|
|
4642
|
+
exports.DescribeIdentityProviderConfig$ = DescribeIdentityProviderConfig$;
|
|
1770
4643
|
exports.DescribeIdentityProviderConfigCommand = DescribeIdentityProviderConfigCommand;
|
|
4644
|
+
exports.DescribeIdentityProviderConfigRequest$ = DescribeIdentityProviderConfigRequest$;
|
|
4645
|
+
exports.DescribeIdentityProviderConfigResponse$ = DescribeIdentityProviderConfigResponse$;
|
|
4646
|
+
exports.DescribeInsight$ = DescribeInsight$;
|
|
1771
4647
|
exports.DescribeInsightCommand = DescribeInsightCommand;
|
|
4648
|
+
exports.DescribeInsightRequest$ = DescribeInsightRequest$;
|
|
4649
|
+
exports.DescribeInsightResponse$ = DescribeInsightResponse$;
|
|
4650
|
+
exports.DescribeInsightsRefresh$ = DescribeInsightsRefresh$;
|
|
1772
4651
|
exports.DescribeInsightsRefreshCommand = DescribeInsightsRefreshCommand;
|
|
4652
|
+
exports.DescribeInsightsRefreshRequest$ = DescribeInsightsRefreshRequest$;
|
|
4653
|
+
exports.DescribeInsightsRefreshResponse$ = DescribeInsightsRefreshResponse$;
|
|
4654
|
+
exports.DescribeNodegroup$ = DescribeNodegroup$;
|
|
1773
4655
|
exports.DescribeNodegroupCommand = DescribeNodegroupCommand;
|
|
4656
|
+
exports.DescribeNodegroupRequest$ = DescribeNodegroupRequest$;
|
|
4657
|
+
exports.DescribeNodegroupResponse$ = DescribeNodegroupResponse$;
|
|
4658
|
+
exports.DescribePodIdentityAssociation$ = DescribePodIdentityAssociation$;
|
|
1774
4659
|
exports.DescribePodIdentityAssociationCommand = DescribePodIdentityAssociationCommand;
|
|
4660
|
+
exports.DescribePodIdentityAssociationRequest$ = DescribePodIdentityAssociationRequest$;
|
|
4661
|
+
exports.DescribePodIdentityAssociationResponse$ = DescribePodIdentityAssociationResponse$;
|
|
4662
|
+
exports.DescribeUpdate$ = DescribeUpdate$;
|
|
1775
4663
|
exports.DescribeUpdateCommand = DescribeUpdateCommand;
|
|
4664
|
+
exports.DescribeUpdateRequest$ = DescribeUpdateRequest$;
|
|
4665
|
+
exports.DescribeUpdateResponse$ = DescribeUpdateResponse$;
|
|
4666
|
+
exports.DisassociateAccessPolicy$ = DisassociateAccessPolicy$;
|
|
1776
4667
|
exports.DisassociateAccessPolicyCommand = DisassociateAccessPolicyCommand;
|
|
4668
|
+
exports.DisassociateAccessPolicyRequest$ = DisassociateAccessPolicyRequest$;
|
|
4669
|
+
exports.DisassociateAccessPolicyResponse$ = DisassociateAccessPolicyResponse$;
|
|
4670
|
+
exports.DisassociateIdentityProviderConfig$ = DisassociateIdentityProviderConfig$;
|
|
1777
4671
|
exports.DisassociateIdentityProviderConfigCommand = DisassociateIdentityProviderConfigCommand;
|
|
4672
|
+
exports.DisassociateIdentityProviderConfigRequest$ = DisassociateIdentityProviderConfigRequest$;
|
|
4673
|
+
exports.DisassociateIdentityProviderConfigResponse$ = DisassociateIdentityProviderConfigResponse$;
|
|
1778
4674
|
exports.EKS = EKS;
|
|
1779
4675
|
exports.EKSClient = EKSClient;
|
|
4676
|
+
exports.EKSServiceException = EKSServiceException;
|
|
4677
|
+
exports.EKSServiceException$ = EKSServiceException$;
|
|
4678
|
+
exports.EksAnywhereSubscription$ = EksAnywhereSubscription$;
|
|
1780
4679
|
exports.EksAnywhereSubscriptionLicenseType = EksAnywhereSubscriptionLicenseType;
|
|
1781
4680
|
exports.EksAnywhereSubscriptionStatus = EksAnywhereSubscriptionStatus;
|
|
4681
|
+
exports.EksAnywhereSubscriptionTerm$ = EksAnywhereSubscriptionTerm$;
|
|
1782
4682
|
exports.EksAnywhereSubscriptionTermUnit = EksAnywhereSubscriptionTermUnit;
|
|
4683
|
+
exports.ElasticLoadBalancing$ = ElasticLoadBalancing$;
|
|
4684
|
+
exports.EncryptionConfig$ = EncryptionConfig$;
|
|
1783
4685
|
exports.ErrorCode = ErrorCode;
|
|
4686
|
+
exports.ErrorDetail$ = ErrorDetail$;
|
|
4687
|
+
exports.EtcdPlacementRequest$ = EtcdPlacementRequest$;
|
|
4688
|
+
exports.EtcdPlacementResponse$ = EtcdPlacementResponse$;
|
|
4689
|
+
exports.FargateProfile$ = FargateProfile$;
|
|
4690
|
+
exports.FargateProfileHealth$ = FargateProfileHealth$;
|
|
4691
|
+
exports.FargateProfileIssue$ = FargateProfileIssue$;
|
|
1784
4692
|
exports.FargateProfileIssueCode = FargateProfileIssueCode;
|
|
4693
|
+
exports.FargateProfileSelector$ = FargateProfileSelector$;
|
|
1785
4694
|
exports.FargateProfileStatus = FargateProfileStatus;
|
|
4695
|
+
exports.Identity$ = Identity$;
|
|
4696
|
+
exports.IdentityProviderConfig$ = IdentityProviderConfig$;
|
|
4697
|
+
exports.IdentityProviderConfigResponse$ = IdentityProviderConfigResponse$;
|
|
4698
|
+
exports.Insight$ = Insight$;
|
|
4699
|
+
exports.InsightCategorySpecificSummary$ = InsightCategorySpecificSummary$;
|
|
4700
|
+
exports.InsightResourceDetail$ = InsightResourceDetail$;
|
|
4701
|
+
exports.InsightStatus$ = InsightStatus$;
|
|
1786
4702
|
exports.InsightStatusValue = InsightStatusValue;
|
|
4703
|
+
exports.InsightSummary$ = InsightSummary$;
|
|
4704
|
+
exports.InsightsFilter$ = InsightsFilter$;
|
|
1787
4705
|
exports.InsightsRefreshStatus = InsightsRefreshStatus;
|
|
4706
|
+
exports.InvalidParameterException = InvalidParameterException;
|
|
4707
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
4708
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
4709
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
4710
|
+
exports.InvalidStateException = InvalidStateException;
|
|
4711
|
+
exports.InvalidStateException$ = InvalidStateException$;
|
|
1788
4712
|
exports.IpFamily = IpFamily;
|
|
4713
|
+
exports.Issue$ = Issue$;
|
|
4714
|
+
exports.KubernetesNetworkConfigRequest$ = KubernetesNetworkConfigRequest$;
|
|
4715
|
+
exports.KubernetesNetworkConfigResponse$ = KubernetesNetworkConfigResponse$;
|
|
4716
|
+
exports.LaunchTemplateSpecification$ = LaunchTemplateSpecification$;
|
|
4717
|
+
exports.License$ = License$;
|
|
4718
|
+
exports.ListAccessEntries$ = ListAccessEntries$;
|
|
1789
4719
|
exports.ListAccessEntriesCommand = ListAccessEntriesCommand;
|
|
4720
|
+
exports.ListAccessEntriesRequest$ = ListAccessEntriesRequest$;
|
|
4721
|
+
exports.ListAccessEntriesResponse$ = ListAccessEntriesResponse$;
|
|
4722
|
+
exports.ListAccessPolicies$ = ListAccessPolicies$;
|
|
1790
4723
|
exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
|
|
4724
|
+
exports.ListAccessPoliciesRequest$ = ListAccessPoliciesRequest$;
|
|
4725
|
+
exports.ListAccessPoliciesResponse$ = ListAccessPoliciesResponse$;
|
|
4726
|
+
exports.ListAddons$ = ListAddons$;
|
|
1791
4727
|
exports.ListAddonsCommand = ListAddonsCommand;
|
|
4728
|
+
exports.ListAddonsRequest$ = ListAddonsRequest$;
|
|
4729
|
+
exports.ListAddonsResponse$ = ListAddonsResponse$;
|
|
4730
|
+
exports.ListAssociatedAccessPolicies$ = ListAssociatedAccessPolicies$;
|
|
1792
4731
|
exports.ListAssociatedAccessPoliciesCommand = ListAssociatedAccessPoliciesCommand;
|
|
4732
|
+
exports.ListAssociatedAccessPoliciesRequest$ = ListAssociatedAccessPoliciesRequest$;
|
|
4733
|
+
exports.ListAssociatedAccessPoliciesResponse$ = ListAssociatedAccessPoliciesResponse$;
|
|
4734
|
+
exports.ListCapabilities$ = ListCapabilities$;
|
|
1793
4735
|
exports.ListCapabilitiesCommand = ListCapabilitiesCommand;
|
|
4736
|
+
exports.ListCapabilitiesRequest$ = ListCapabilitiesRequest$;
|
|
4737
|
+
exports.ListCapabilitiesResponse$ = ListCapabilitiesResponse$;
|
|
4738
|
+
exports.ListClusters$ = ListClusters$;
|
|
1794
4739
|
exports.ListClustersCommand = ListClustersCommand;
|
|
4740
|
+
exports.ListClustersRequest$ = ListClustersRequest$;
|
|
4741
|
+
exports.ListClustersResponse$ = ListClustersResponse$;
|
|
4742
|
+
exports.ListEksAnywhereSubscriptions$ = ListEksAnywhereSubscriptions$;
|
|
1795
4743
|
exports.ListEksAnywhereSubscriptionsCommand = ListEksAnywhereSubscriptionsCommand;
|
|
4744
|
+
exports.ListEksAnywhereSubscriptionsRequest$ = ListEksAnywhereSubscriptionsRequest$;
|
|
4745
|
+
exports.ListEksAnywhereSubscriptionsResponse$ = ListEksAnywhereSubscriptionsResponse$;
|
|
4746
|
+
exports.ListFargateProfiles$ = ListFargateProfiles$;
|
|
1796
4747
|
exports.ListFargateProfilesCommand = ListFargateProfilesCommand;
|
|
4748
|
+
exports.ListFargateProfilesRequest$ = ListFargateProfilesRequest$;
|
|
4749
|
+
exports.ListFargateProfilesResponse$ = ListFargateProfilesResponse$;
|
|
4750
|
+
exports.ListIdentityProviderConfigs$ = ListIdentityProviderConfigs$;
|
|
1797
4751
|
exports.ListIdentityProviderConfigsCommand = ListIdentityProviderConfigsCommand;
|
|
4752
|
+
exports.ListIdentityProviderConfigsRequest$ = ListIdentityProviderConfigsRequest$;
|
|
4753
|
+
exports.ListIdentityProviderConfigsResponse$ = ListIdentityProviderConfigsResponse$;
|
|
4754
|
+
exports.ListInsights$ = ListInsights$;
|
|
1798
4755
|
exports.ListInsightsCommand = ListInsightsCommand;
|
|
4756
|
+
exports.ListInsightsRequest$ = ListInsightsRequest$;
|
|
4757
|
+
exports.ListInsightsResponse$ = ListInsightsResponse$;
|
|
4758
|
+
exports.ListNodegroups$ = ListNodegroups$;
|
|
1799
4759
|
exports.ListNodegroupsCommand = ListNodegroupsCommand;
|
|
4760
|
+
exports.ListNodegroupsRequest$ = ListNodegroupsRequest$;
|
|
4761
|
+
exports.ListNodegroupsResponse$ = ListNodegroupsResponse$;
|
|
4762
|
+
exports.ListPodIdentityAssociations$ = ListPodIdentityAssociations$;
|
|
1800
4763
|
exports.ListPodIdentityAssociationsCommand = ListPodIdentityAssociationsCommand;
|
|
4764
|
+
exports.ListPodIdentityAssociationsRequest$ = ListPodIdentityAssociationsRequest$;
|
|
4765
|
+
exports.ListPodIdentityAssociationsResponse$ = ListPodIdentityAssociationsResponse$;
|
|
4766
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1801
4767
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4768
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4769
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4770
|
+
exports.ListUpdates$ = ListUpdates$;
|
|
1802
4771
|
exports.ListUpdatesCommand = ListUpdatesCommand;
|
|
4772
|
+
exports.ListUpdatesRequest$ = ListUpdatesRequest$;
|
|
4773
|
+
exports.ListUpdatesResponse$ = ListUpdatesResponse$;
|
|
4774
|
+
exports.LogSetup$ = LogSetup$;
|
|
1803
4775
|
exports.LogType = LogType;
|
|
4776
|
+
exports.Logging$ = Logging$;
|
|
4777
|
+
exports.MarketplaceInformation$ = MarketplaceInformation$;
|
|
4778
|
+
exports.NodeRepairConfig$ = NodeRepairConfig$;
|
|
4779
|
+
exports.NodeRepairConfigOverrides$ = NodeRepairConfigOverrides$;
|
|
4780
|
+
exports.Nodegroup$ = Nodegroup$;
|
|
4781
|
+
exports.NodegroupHealth$ = NodegroupHealth$;
|
|
1804
4782
|
exports.NodegroupIssueCode = NodegroupIssueCode;
|
|
4783
|
+
exports.NodegroupResources$ = NodegroupResources$;
|
|
4784
|
+
exports.NodegroupScalingConfig$ = NodegroupScalingConfig$;
|
|
1805
4785
|
exports.NodegroupStatus = NodegroupStatus;
|
|
4786
|
+
exports.NodegroupUpdateConfig$ = NodegroupUpdateConfig$;
|
|
1806
4787
|
exports.NodegroupUpdateStrategies = NodegroupUpdateStrategies;
|
|
4788
|
+
exports.NotFoundException = NotFoundException;
|
|
4789
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
4790
|
+
exports.OIDC$ = OIDC$;
|
|
4791
|
+
exports.OidcIdentityProviderConfig$ = OidcIdentityProviderConfig$;
|
|
4792
|
+
exports.OidcIdentityProviderConfigRequest$ = OidcIdentityProviderConfigRequest$;
|
|
4793
|
+
exports.OutpostConfigRequest$ = OutpostConfigRequest$;
|
|
4794
|
+
exports.OutpostConfigResponse$ = OutpostConfigResponse$;
|
|
4795
|
+
exports.PodIdentityAssociation$ = PodIdentityAssociation$;
|
|
4796
|
+
exports.PodIdentityAssociationSummary$ = PodIdentityAssociationSummary$;
|
|
4797
|
+
exports.Provider$ = Provider$;
|
|
1807
4798
|
exports.ProvisionedControlPlaneTier = ProvisionedControlPlaneTier;
|
|
4799
|
+
exports.RegisterCluster$ = RegisterCluster$;
|
|
1808
4800
|
exports.RegisterClusterCommand = RegisterClusterCommand;
|
|
4801
|
+
exports.RegisterClusterRequest$ = RegisterClusterRequest$;
|
|
4802
|
+
exports.RegisterClusterResponse$ = RegisterClusterResponse$;
|
|
4803
|
+
exports.RemoteAccessConfig$ = RemoteAccessConfig$;
|
|
4804
|
+
exports.RemoteNetworkConfigRequest$ = RemoteNetworkConfigRequest$;
|
|
4805
|
+
exports.RemoteNetworkConfigResponse$ = RemoteNetworkConfigResponse$;
|
|
4806
|
+
exports.RemoteNodeNetwork$ = RemoteNodeNetwork$;
|
|
4807
|
+
exports.RemotePodNetwork$ = RemotePodNetwork$;
|
|
1809
4808
|
exports.RepairAction = RepairAction;
|
|
1810
4809
|
exports.ResolveConflicts = ResolveConflicts;
|
|
4810
|
+
exports.ResourceInUseException = ResourceInUseException;
|
|
4811
|
+
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
4812
|
+
exports.ResourceLimitExceededException = ResourceLimitExceededException;
|
|
4813
|
+
exports.ResourceLimitExceededException$ = ResourceLimitExceededException$;
|
|
4814
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
4815
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
4816
|
+
exports.ResourcePropagationDelayException = ResourcePropagationDelayException;
|
|
4817
|
+
exports.ResourcePropagationDelayException$ = ResourcePropagationDelayException$;
|
|
4818
|
+
exports.RollbackConfig$ = RollbackConfig$;
|
|
4819
|
+
exports.ServerException = ServerException;
|
|
4820
|
+
exports.ServerException$ = ServerException$;
|
|
4821
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
4822
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
1811
4823
|
exports.SpreadLevel = SpreadLevel;
|
|
4824
|
+
exports.SsoIdentity$ = SsoIdentity$;
|
|
1812
4825
|
exports.SsoIdentityType = SsoIdentityType;
|
|
4826
|
+
exports.StartInsightsRefresh$ = StartInsightsRefresh$;
|
|
1813
4827
|
exports.StartInsightsRefreshCommand = StartInsightsRefreshCommand;
|
|
4828
|
+
exports.StartInsightsRefreshRequest$ = StartInsightsRefreshRequest$;
|
|
4829
|
+
exports.StartInsightsRefreshResponse$ = StartInsightsRefreshResponse$;
|
|
4830
|
+
exports.StorageConfigRequest$ = StorageConfigRequest$;
|
|
4831
|
+
exports.StorageConfigResponse$ = StorageConfigResponse$;
|
|
1814
4832
|
exports.SupportType = SupportType;
|
|
4833
|
+
exports.TagResource$ = TagResource$;
|
|
1815
4834
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4835
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4836
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4837
|
+
exports.Taint$ = Taint$;
|
|
1816
4838
|
exports.TaintEffect = TaintEffect;
|
|
4839
|
+
exports.ThrottlingException = ThrottlingException;
|
|
4840
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
4841
|
+
exports.UnsupportedAvailabilityZoneException = UnsupportedAvailabilityZoneException;
|
|
4842
|
+
exports.UnsupportedAvailabilityZoneException$ = UnsupportedAvailabilityZoneException$;
|
|
4843
|
+
exports.UntagResource$ = UntagResource$;
|
|
1817
4844
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4845
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4846
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4847
|
+
exports.Update$ = Update$;
|
|
4848
|
+
exports.UpdateAccessConfigRequest$ = UpdateAccessConfigRequest$;
|
|
4849
|
+
exports.UpdateAccessEntry$ = UpdateAccessEntry$;
|
|
1818
4850
|
exports.UpdateAccessEntryCommand = UpdateAccessEntryCommand;
|
|
4851
|
+
exports.UpdateAccessEntryRequest$ = UpdateAccessEntryRequest$;
|
|
4852
|
+
exports.UpdateAccessEntryResponse$ = UpdateAccessEntryResponse$;
|
|
4853
|
+
exports.UpdateAddon$ = UpdateAddon$;
|
|
1819
4854
|
exports.UpdateAddonCommand = UpdateAddonCommand;
|
|
4855
|
+
exports.UpdateAddonRequest$ = UpdateAddonRequest$;
|
|
4856
|
+
exports.UpdateAddonResponse$ = UpdateAddonResponse$;
|
|
4857
|
+
exports.UpdateArgoCdConfig$ = UpdateArgoCdConfig$;
|
|
4858
|
+
exports.UpdateCapability$ = UpdateCapability$;
|
|
1820
4859
|
exports.UpdateCapabilityCommand = UpdateCapabilityCommand;
|
|
4860
|
+
exports.UpdateCapabilityConfiguration$ = UpdateCapabilityConfiguration$;
|
|
4861
|
+
exports.UpdateCapabilityRequest$ = UpdateCapabilityRequest$;
|
|
4862
|
+
exports.UpdateCapabilityResponse$ = UpdateCapabilityResponse$;
|
|
4863
|
+
exports.UpdateClusterConfig$ = UpdateClusterConfig$;
|
|
1821
4864
|
exports.UpdateClusterConfigCommand = UpdateClusterConfigCommand;
|
|
4865
|
+
exports.UpdateClusterConfigRequest$ = UpdateClusterConfigRequest$;
|
|
4866
|
+
exports.UpdateClusterConfigResponse$ = UpdateClusterConfigResponse$;
|
|
4867
|
+
exports.UpdateClusterVersion$ = UpdateClusterVersion$;
|
|
1822
4868
|
exports.UpdateClusterVersionCommand = UpdateClusterVersionCommand;
|
|
4869
|
+
exports.UpdateClusterVersionRequest$ = UpdateClusterVersionRequest$;
|
|
4870
|
+
exports.UpdateClusterVersionResponse$ = UpdateClusterVersionResponse$;
|
|
4871
|
+
exports.UpdateEksAnywhereSubscription$ = UpdateEksAnywhereSubscription$;
|
|
1823
4872
|
exports.UpdateEksAnywhereSubscriptionCommand = UpdateEksAnywhereSubscriptionCommand;
|
|
4873
|
+
exports.UpdateEksAnywhereSubscriptionRequest$ = UpdateEksAnywhereSubscriptionRequest$;
|
|
4874
|
+
exports.UpdateEksAnywhereSubscriptionResponse$ = UpdateEksAnywhereSubscriptionResponse$;
|
|
4875
|
+
exports.UpdateLabelsPayload$ = UpdateLabelsPayload$;
|
|
4876
|
+
exports.UpdateNodegroupConfig$ = UpdateNodegroupConfig$;
|
|
1824
4877
|
exports.UpdateNodegroupConfigCommand = UpdateNodegroupConfigCommand;
|
|
4878
|
+
exports.UpdateNodegroupConfigRequest$ = UpdateNodegroupConfigRequest$;
|
|
4879
|
+
exports.UpdateNodegroupConfigResponse$ = UpdateNodegroupConfigResponse$;
|
|
4880
|
+
exports.UpdateNodegroupVersion$ = UpdateNodegroupVersion$;
|
|
1825
4881
|
exports.UpdateNodegroupVersionCommand = UpdateNodegroupVersionCommand;
|
|
4882
|
+
exports.UpdateNodegroupVersionRequest$ = UpdateNodegroupVersionRequest$;
|
|
4883
|
+
exports.UpdateNodegroupVersionResponse$ = UpdateNodegroupVersionResponse$;
|
|
4884
|
+
exports.UpdateParam$ = UpdateParam$;
|
|
1826
4885
|
exports.UpdateParamType = UpdateParamType;
|
|
4886
|
+
exports.UpdatePodIdentityAssociation$ = UpdatePodIdentityAssociation$;
|
|
1827
4887
|
exports.UpdatePodIdentityAssociationCommand = UpdatePodIdentityAssociationCommand;
|
|
4888
|
+
exports.UpdatePodIdentityAssociationRequest$ = UpdatePodIdentityAssociationRequest$;
|
|
4889
|
+
exports.UpdatePodIdentityAssociationResponse$ = UpdatePodIdentityAssociationResponse$;
|
|
4890
|
+
exports.UpdateRoleMappings$ = UpdateRoleMappings$;
|
|
1828
4891
|
exports.UpdateStatus = UpdateStatus;
|
|
4892
|
+
exports.UpdateTaintsPayload$ = UpdateTaintsPayload$;
|
|
1829
4893
|
exports.UpdateType = UpdateType;
|
|
4894
|
+
exports.UpgradePolicyRequest$ = UpgradePolicyRequest$;
|
|
4895
|
+
exports.UpgradePolicyResponse$ = UpgradePolicyResponse$;
|
|
1830
4896
|
exports.VersionStatus = VersionStatus;
|
|
4897
|
+
exports.VpcConfigRequest$ = VpcConfigRequest$;
|
|
4898
|
+
exports.VpcConfigResponse$ = VpcConfigResponse$;
|
|
4899
|
+
exports.WarmPoolConfig$ = WarmPoolConfig$;
|
|
1831
4900
|
exports.WarmPoolState = WarmPoolState;
|
|
4901
|
+
exports.ZonalShiftConfigRequest$ = ZonalShiftConfigRequest$;
|
|
4902
|
+
exports.ZonalShiftConfigResponse$ = ZonalShiftConfigResponse$;
|
|
4903
|
+
exports.errorTypeRegistries = errorTypeRegistries;
|
|
1832
4904
|
exports.paginateDescribeAddonVersions = paginateDescribeAddonVersions;
|
|
1833
4905
|
exports.paginateDescribeClusterVersions = paginateDescribeClusterVersions;
|
|
1834
4906
|
exports.paginateListAccessEntries = paginateListAccessEntries;
|