@aws-sdk/client-eks 3.50.0 → 3.51.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/EKS.d.ts +175 -0
- package/dist-types/ts3.4/EKSClient.d.ts +107 -0
- package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +34 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1663 -0
- package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +104 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +8 -0
- package/dist-types/ts3.4/waiters/waitForAddonActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForAddonDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForClusterDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForFargateProfileActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForFargateProfileDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNodegroupActive.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForNodegroupDeleted.d.ts +7 -0
- package/package.json +8 -8
|
@@ -0,0 +1,1663 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
4
|
+
name: "AccessDeniedException";
|
|
5
|
+
$fault: "client";
|
|
6
|
+
message?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare enum AddonIssueCode {
|
|
9
|
+
ACCESS_DENIED = "AccessDenied",
|
|
10
|
+
ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
|
|
11
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
12
|
+
CONFIGURATION_CONFLICT = "ConfigurationConflict",
|
|
13
|
+
INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
|
|
14
|
+
INTERNAL_FAILURE = "InternalFailure",
|
|
15
|
+
K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
|
|
16
|
+
UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification"
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface AddonIssue {
|
|
20
|
+
|
|
21
|
+
code?: AddonIssueCode | string;
|
|
22
|
+
|
|
23
|
+
message?: string;
|
|
24
|
+
|
|
25
|
+
resourceIds?: string[];
|
|
26
|
+
}
|
|
27
|
+
export declare namespace AddonIssue {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: AddonIssue) => any;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface AddonHealth {
|
|
33
|
+
|
|
34
|
+
issues?: AddonIssue[];
|
|
35
|
+
}
|
|
36
|
+
export declare namespace AddonHealth {
|
|
37
|
+
|
|
38
|
+
const filterSensitiveLog: (obj: AddonHealth) => any;
|
|
39
|
+
}
|
|
40
|
+
export declare type AddonStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
|
|
41
|
+
|
|
42
|
+
export interface Addon {
|
|
43
|
+
|
|
44
|
+
addonName?: string;
|
|
45
|
+
|
|
46
|
+
clusterName?: string;
|
|
47
|
+
|
|
48
|
+
status?: AddonStatus | string;
|
|
49
|
+
|
|
50
|
+
addonVersion?: string;
|
|
51
|
+
|
|
52
|
+
health?: AddonHealth;
|
|
53
|
+
|
|
54
|
+
addonArn?: string;
|
|
55
|
+
|
|
56
|
+
createdAt?: Date;
|
|
57
|
+
|
|
58
|
+
modifiedAt?: Date;
|
|
59
|
+
|
|
60
|
+
serviceAccountRoleArn?: string;
|
|
61
|
+
|
|
62
|
+
tags?: {
|
|
63
|
+
[key: string]: string;
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
export declare namespace Addon {
|
|
67
|
+
|
|
68
|
+
const filterSensitiveLog: (obj: Addon) => any;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface Compatibility {
|
|
72
|
+
|
|
73
|
+
clusterVersion?: string;
|
|
74
|
+
|
|
75
|
+
platformVersions?: string[];
|
|
76
|
+
|
|
77
|
+
defaultVersion?: boolean;
|
|
78
|
+
}
|
|
79
|
+
export declare namespace Compatibility {
|
|
80
|
+
|
|
81
|
+
const filterSensitiveLog: (obj: Compatibility) => any;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export interface AddonVersionInfo {
|
|
85
|
+
|
|
86
|
+
addonVersion?: string;
|
|
87
|
+
|
|
88
|
+
architecture?: string[];
|
|
89
|
+
|
|
90
|
+
compatibilities?: Compatibility[];
|
|
91
|
+
}
|
|
92
|
+
export declare namespace AddonVersionInfo {
|
|
93
|
+
|
|
94
|
+
const filterSensitiveLog: (obj: AddonVersionInfo) => any;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface AddonInfo {
|
|
98
|
+
|
|
99
|
+
addonName?: string;
|
|
100
|
+
|
|
101
|
+
type?: string;
|
|
102
|
+
|
|
103
|
+
addonVersions?: AddonVersionInfo[];
|
|
104
|
+
}
|
|
105
|
+
export declare namespace AddonInfo {
|
|
106
|
+
|
|
107
|
+
const filterSensitiveLog: (obj: AddonInfo) => any;
|
|
108
|
+
}
|
|
109
|
+
export declare type AMITypes = "AL2_ARM_64" | "AL2_x86_64" | "AL2_x86_64_GPU" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_x86_64" | "CUSTOM";
|
|
110
|
+
|
|
111
|
+
export interface Provider {
|
|
112
|
+
|
|
113
|
+
keyArn?: string;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace Provider {
|
|
116
|
+
|
|
117
|
+
const filterSensitiveLog: (obj: Provider) => any;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface EncryptionConfig {
|
|
121
|
+
|
|
122
|
+
resources?: string[];
|
|
123
|
+
|
|
124
|
+
provider?: Provider;
|
|
125
|
+
}
|
|
126
|
+
export declare namespace EncryptionConfig {
|
|
127
|
+
|
|
128
|
+
const filterSensitiveLog: (obj: EncryptionConfig) => any;
|
|
129
|
+
}
|
|
130
|
+
export interface AssociateEncryptionConfigRequest {
|
|
131
|
+
|
|
132
|
+
clusterName: string | undefined;
|
|
133
|
+
|
|
134
|
+
encryptionConfig: EncryptionConfig[] | undefined;
|
|
135
|
+
|
|
136
|
+
clientRequestToken?: string;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace AssociateEncryptionConfigRequest {
|
|
139
|
+
|
|
140
|
+
const filterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
|
|
141
|
+
}
|
|
142
|
+
export declare enum ErrorCode {
|
|
143
|
+
ACCESS_DENIED = "AccessDenied",
|
|
144
|
+
ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
|
|
145
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
146
|
+
CONFIGURATION_CONFLICT = "ConfigurationConflict",
|
|
147
|
+
ENI_LIMIT_REACHED = "EniLimitReached",
|
|
148
|
+
INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
|
|
149
|
+
INSUFFICIENT_NUMBER_OF_REPLICAS = "InsufficientNumberOfReplicas",
|
|
150
|
+
IP_NOT_AVAILABLE = "IpNotAvailable",
|
|
151
|
+
K8S_RESOURCE_NOT_FOUND = "K8sResourceNotFound",
|
|
152
|
+
NODE_CREATION_FAILURE = "NodeCreationFailure",
|
|
153
|
+
OPERATION_NOT_PERMITTED = "OperationNotPermitted",
|
|
154
|
+
POD_EVICTION_FAILURE = "PodEvictionFailure",
|
|
155
|
+
SECURITY_GROUP_NOT_FOUND = "SecurityGroupNotFound",
|
|
156
|
+
SUBNET_NOT_FOUND = "SubnetNotFound",
|
|
157
|
+
UNKNOWN = "Unknown",
|
|
158
|
+
UNSUPPORTED_ADDON_MODIFICATION = "UnsupportedAddonModification",
|
|
159
|
+
VPC_ID_NOT_FOUND = "VpcIdNotFound"
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface ErrorDetail {
|
|
163
|
+
|
|
164
|
+
errorCode?: ErrorCode | string;
|
|
165
|
+
|
|
166
|
+
errorMessage?: string;
|
|
167
|
+
|
|
168
|
+
resourceIds?: string[];
|
|
169
|
+
}
|
|
170
|
+
export declare namespace ErrorDetail {
|
|
171
|
+
|
|
172
|
+
const filterSensitiveLog: (obj: ErrorDetail) => any;
|
|
173
|
+
}
|
|
174
|
+
export declare enum UpdateParamType {
|
|
175
|
+
ADDON_VERSION = "AddonVersion",
|
|
176
|
+
CLUSTER_LOGGING = "ClusterLogging",
|
|
177
|
+
DESIRED_SIZE = "DesiredSize",
|
|
178
|
+
ENCRYPTION_CONFIG = "EncryptionConfig",
|
|
179
|
+
ENDPOINT_PRIVATE_ACCESS = "EndpointPrivateAccess",
|
|
180
|
+
ENDPOINT_PUBLIC_ACCESS = "EndpointPublicAccess",
|
|
181
|
+
IDENTITY_PROVIDER_CONFIG = "IdentityProviderConfig",
|
|
182
|
+
LABELS_TO_ADD = "LabelsToAdd",
|
|
183
|
+
LABELS_TO_REMOVE = "LabelsToRemove",
|
|
184
|
+
LAUNCH_TEMPLATE_NAME = "LaunchTemplateName",
|
|
185
|
+
LAUNCH_TEMPLATE_VERSION = "LaunchTemplateVersion",
|
|
186
|
+
MAX_SIZE = "MaxSize",
|
|
187
|
+
MAX_UNAVAILABLE = "MaxUnavailable",
|
|
188
|
+
MAX_UNAVAILABLE_PERCENTAGE = "MaxUnavailablePercentage",
|
|
189
|
+
MIN_SIZE = "MinSize",
|
|
190
|
+
PLATFORM_VERSION = "PlatformVersion",
|
|
191
|
+
PUBLIC_ACCESS_CIDRS = "PublicAccessCidrs",
|
|
192
|
+
RELEASE_VERSION = "ReleaseVersion",
|
|
193
|
+
RESOLVE_CONFLICTS = "ResolveConflicts",
|
|
194
|
+
SERVICE_ACCOUNT_ROLE_ARN = "ServiceAccountRoleArn",
|
|
195
|
+
TAINTS_TO_ADD = "TaintsToAdd",
|
|
196
|
+
TAINTS_TO_REMOVE = "TaintsToRemove",
|
|
197
|
+
VERSION = "Version"
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
export interface UpdateParam {
|
|
201
|
+
|
|
202
|
+
type?: UpdateParamType | string;
|
|
203
|
+
|
|
204
|
+
value?: string;
|
|
205
|
+
}
|
|
206
|
+
export declare namespace UpdateParam {
|
|
207
|
+
|
|
208
|
+
const filterSensitiveLog: (obj: UpdateParam) => any;
|
|
209
|
+
}
|
|
210
|
+
export declare enum UpdateStatus {
|
|
211
|
+
CANCELLED = "Cancelled",
|
|
212
|
+
FAILED = "Failed",
|
|
213
|
+
IN_PROGRESS = "InProgress",
|
|
214
|
+
SUCCESSFUL = "Successful"
|
|
215
|
+
}
|
|
216
|
+
export declare enum UpdateType {
|
|
217
|
+
ADDON_UPDATE = "AddonUpdate",
|
|
218
|
+
ASSOCIATE_ENCRYPTION_CONFIG = "AssociateEncryptionConfig",
|
|
219
|
+
ASSOCIATE_IDENTITY_PROVIDER_CONFIG = "AssociateIdentityProviderConfig",
|
|
220
|
+
CONFIG_UPDATE = "ConfigUpdate",
|
|
221
|
+
DISASSOCIATE_IDENTITY_PROVIDER_CONFIG = "DisassociateIdentityProviderConfig",
|
|
222
|
+
ENDPOINT_ACCESS_UPDATE = "EndpointAccessUpdate",
|
|
223
|
+
LOGGING_UPDATE = "LoggingUpdate",
|
|
224
|
+
VERSION_UPDATE = "VersionUpdate"
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export interface Update {
|
|
228
|
+
|
|
229
|
+
id?: string;
|
|
230
|
+
|
|
231
|
+
status?: UpdateStatus | string;
|
|
232
|
+
|
|
233
|
+
type?: UpdateType | string;
|
|
234
|
+
|
|
235
|
+
params?: UpdateParam[];
|
|
236
|
+
|
|
237
|
+
createdAt?: Date;
|
|
238
|
+
|
|
239
|
+
errors?: ErrorDetail[];
|
|
240
|
+
}
|
|
241
|
+
export declare namespace Update {
|
|
242
|
+
|
|
243
|
+
const filterSensitiveLog: (obj: Update) => any;
|
|
244
|
+
}
|
|
245
|
+
export interface AssociateEncryptionConfigResponse {
|
|
246
|
+
|
|
247
|
+
update?: Update;
|
|
248
|
+
}
|
|
249
|
+
export declare namespace AssociateEncryptionConfigResponse {
|
|
250
|
+
|
|
251
|
+
const filterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
export interface ClientException extends __SmithyException, $MetadataBearer {
|
|
255
|
+
name: "ClientException";
|
|
256
|
+
$fault: "client";
|
|
257
|
+
|
|
258
|
+
clusterName?: string;
|
|
259
|
+
|
|
260
|
+
nodegroupName?: string;
|
|
261
|
+
addonName?: string;
|
|
262
|
+
message?: string;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
|
|
266
|
+
name: "InvalidParameterException";
|
|
267
|
+
$fault: "client";
|
|
268
|
+
|
|
269
|
+
clusterName?: string;
|
|
270
|
+
|
|
271
|
+
nodegroupName?: string;
|
|
272
|
+
|
|
273
|
+
fargateProfileName?: string;
|
|
274
|
+
addonName?: string;
|
|
275
|
+
message?: string;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
|
|
279
|
+
name: "InvalidRequestException";
|
|
280
|
+
$fault: "client";
|
|
281
|
+
|
|
282
|
+
clusterName?: string;
|
|
283
|
+
|
|
284
|
+
nodegroupName?: string;
|
|
285
|
+
addonName?: string;
|
|
286
|
+
message?: string;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
|
|
290
|
+
name: "ResourceInUseException";
|
|
291
|
+
$fault: "client";
|
|
292
|
+
|
|
293
|
+
clusterName?: string;
|
|
294
|
+
|
|
295
|
+
nodegroupName?: string;
|
|
296
|
+
addonName?: string;
|
|
297
|
+
message?: string;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
301
|
+
name: "ResourceNotFoundException";
|
|
302
|
+
$fault: "client";
|
|
303
|
+
|
|
304
|
+
clusterName?: string;
|
|
305
|
+
|
|
306
|
+
nodegroupName?: string;
|
|
307
|
+
|
|
308
|
+
fargateProfileName?: string;
|
|
309
|
+
addonName?: string;
|
|
310
|
+
message?: string;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
export interface ServerException extends __SmithyException, $MetadataBearer {
|
|
314
|
+
name: "ServerException";
|
|
315
|
+
$fault: "server";
|
|
316
|
+
|
|
317
|
+
clusterName?: string;
|
|
318
|
+
|
|
319
|
+
nodegroupName?: string;
|
|
320
|
+
addonName?: string;
|
|
321
|
+
message?: string;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export interface OidcIdentityProviderConfigRequest {
|
|
325
|
+
|
|
326
|
+
identityProviderConfigName: string | undefined;
|
|
327
|
+
|
|
328
|
+
issuerUrl: string | undefined;
|
|
329
|
+
|
|
330
|
+
clientId: string | undefined;
|
|
331
|
+
|
|
332
|
+
usernameClaim?: string;
|
|
333
|
+
|
|
334
|
+
usernamePrefix?: string;
|
|
335
|
+
|
|
336
|
+
groupsClaim?: string;
|
|
337
|
+
|
|
338
|
+
groupsPrefix?: string;
|
|
339
|
+
|
|
340
|
+
requiredClaims?: {
|
|
341
|
+
[key: string]: string;
|
|
342
|
+
};
|
|
343
|
+
}
|
|
344
|
+
export declare namespace OidcIdentityProviderConfigRequest {
|
|
345
|
+
|
|
346
|
+
const filterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
|
|
347
|
+
}
|
|
348
|
+
export interface AssociateIdentityProviderConfigRequest {
|
|
349
|
+
|
|
350
|
+
clusterName: string | undefined;
|
|
351
|
+
|
|
352
|
+
oidc: OidcIdentityProviderConfigRequest | undefined;
|
|
353
|
+
|
|
354
|
+
tags?: {
|
|
355
|
+
[key: string]: string;
|
|
356
|
+
};
|
|
357
|
+
|
|
358
|
+
clientRequestToken?: string;
|
|
359
|
+
}
|
|
360
|
+
export declare namespace AssociateIdentityProviderConfigRequest {
|
|
361
|
+
|
|
362
|
+
const filterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
|
|
363
|
+
}
|
|
364
|
+
export interface AssociateIdentityProviderConfigResponse {
|
|
365
|
+
|
|
366
|
+
update?: Update;
|
|
367
|
+
|
|
368
|
+
tags?: {
|
|
369
|
+
[key: string]: string;
|
|
370
|
+
};
|
|
371
|
+
}
|
|
372
|
+
export declare namespace AssociateIdentityProviderConfigResponse {
|
|
373
|
+
|
|
374
|
+
const filterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
export interface AutoScalingGroup {
|
|
378
|
+
|
|
379
|
+
name?: string;
|
|
380
|
+
}
|
|
381
|
+
export declare namespace AutoScalingGroup {
|
|
382
|
+
|
|
383
|
+
const filterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
384
|
+
}
|
|
385
|
+
export declare type ResolveConflicts = "NONE" | "OVERWRITE";
|
|
386
|
+
export interface CreateAddonRequest {
|
|
387
|
+
|
|
388
|
+
clusterName: string | undefined;
|
|
389
|
+
|
|
390
|
+
addonName: string | undefined;
|
|
391
|
+
|
|
392
|
+
addonVersion?: string;
|
|
393
|
+
|
|
394
|
+
serviceAccountRoleArn?: string;
|
|
395
|
+
|
|
396
|
+
resolveConflicts?: ResolveConflicts | string;
|
|
397
|
+
|
|
398
|
+
clientRequestToken?: string;
|
|
399
|
+
|
|
400
|
+
tags?: {
|
|
401
|
+
[key: string]: string;
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
export declare namespace CreateAddonRequest {
|
|
405
|
+
|
|
406
|
+
const filterSensitiveLog: (obj: CreateAddonRequest) => any;
|
|
407
|
+
}
|
|
408
|
+
export interface CreateAddonResponse {
|
|
409
|
+
|
|
410
|
+
addon?: Addon;
|
|
411
|
+
}
|
|
412
|
+
export declare namespace CreateAddonResponse {
|
|
413
|
+
|
|
414
|
+
const filterSensitiveLog: (obj: CreateAddonResponse) => any;
|
|
415
|
+
}
|
|
416
|
+
export declare enum IpFamily {
|
|
417
|
+
IPV4 = "ipv4",
|
|
418
|
+
IPV6 = "ipv6"
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
export interface KubernetesNetworkConfigRequest {
|
|
422
|
+
|
|
423
|
+
serviceIpv4Cidr?: string;
|
|
424
|
+
|
|
425
|
+
ipFamily?: IpFamily | string;
|
|
426
|
+
}
|
|
427
|
+
export declare namespace KubernetesNetworkConfigRequest {
|
|
428
|
+
|
|
429
|
+
const filterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
|
|
430
|
+
}
|
|
431
|
+
export declare enum LogType {
|
|
432
|
+
API = "api",
|
|
433
|
+
AUDIT = "audit",
|
|
434
|
+
AUTHENTICATOR = "authenticator",
|
|
435
|
+
CONTROLLER_MANAGER = "controllerManager",
|
|
436
|
+
SCHEDULER = "scheduler"
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
export interface LogSetup {
|
|
440
|
+
|
|
441
|
+
types?: (LogType | string)[];
|
|
442
|
+
|
|
443
|
+
enabled?: boolean;
|
|
444
|
+
}
|
|
445
|
+
export declare namespace LogSetup {
|
|
446
|
+
|
|
447
|
+
const filterSensitiveLog: (obj: LogSetup) => any;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface Logging {
|
|
451
|
+
|
|
452
|
+
clusterLogging?: LogSetup[];
|
|
453
|
+
}
|
|
454
|
+
export declare namespace Logging {
|
|
455
|
+
|
|
456
|
+
const filterSensitiveLog: (obj: Logging) => any;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export interface VpcConfigRequest {
|
|
460
|
+
|
|
461
|
+
subnetIds?: string[];
|
|
462
|
+
|
|
463
|
+
securityGroupIds?: string[];
|
|
464
|
+
|
|
465
|
+
endpointPublicAccess?: boolean;
|
|
466
|
+
|
|
467
|
+
endpointPrivateAccess?: boolean;
|
|
468
|
+
|
|
469
|
+
publicAccessCidrs?: string[];
|
|
470
|
+
}
|
|
471
|
+
export declare namespace VpcConfigRequest {
|
|
472
|
+
|
|
473
|
+
const filterSensitiveLog: (obj: VpcConfigRequest) => any;
|
|
474
|
+
}
|
|
475
|
+
export interface CreateClusterRequest {
|
|
476
|
+
|
|
477
|
+
name: string | undefined;
|
|
478
|
+
|
|
479
|
+
version?: string;
|
|
480
|
+
|
|
481
|
+
roleArn: string | undefined;
|
|
482
|
+
|
|
483
|
+
resourcesVpcConfig: VpcConfigRequest | undefined;
|
|
484
|
+
|
|
485
|
+
kubernetesNetworkConfig?: KubernetesNetworkConfigRequest;
|
|
486
|
+
|
|
487
|
+
logging?: Logging;
|
|
488
|
+
|
|
489
|
+
clientRequestToken?: string;
|
|
490
|
+
|
|
491
|
+
tags?: {
|
|
492
|
+
[key: string]: string;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
encryptionConfig?: EncryptionConfig[];
|
|
496
|
+
}
|
|
497
|
+
export declare namespace CreateClusterRequest {
|
|
498
|
+
|
|
499
|
+
const filterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
export interface Certificate {
|
|
503
|
+
|
|
504
|
+
data?: string;
|
|
505
|
+
}
|
|
506
|
+
export declare namespace Certificate {
|
|
507
|
+
|
|
508
|
+
const filterSensitiveLog: (obj: Certificate) => any;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export interface ConnectorConfigResponse {
|
|
512
|
+
|
|
513
|
+
activationId?: string;
|
|
514
|
+
|
|
515
|
+
activationCode?: string;
|
|
516
|
+
|
|
517
|
+
activationExpiry?: Date;
|
|
518
|
+
|
|
519
|
+
provider?: string;
|
|
520
|
+
|
|
521
|
+
roleArn?: string;
|
|
522
|
+
}
|
|
523
|
+
export declare namespace ConnectorConfigResponse {
|
|
524
|
+
|
|
525
|
+
const filterSensitiveLog: (obj: ConnectorConfigResponse) => any;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
export interface OIDC {
|
|
529
|
+
|
|
530
|
+
issuer?: string;
|
|
531
|
+
}
|
|
532
|
+
export declare namespace OIDC {
|
|
533
|
+
|
|
534
|
+
const filterSensitiveLog: (obj: OIDC) => any;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
export interface Identity {
|
|
538
|
+
|
|
539
|
+
oidc?: OIDC;
|
|
540
|
+
}
|
|
541
|
+
export declare namespace Identity {
|
|
542
|
+
|
|
543
|
+
const filterSensitiveLog: (obj: Identity) => any;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export interface KubernetesNetworkConfigResponse {
|
|
547
|
+
|
|
548
|
+
serviceIpv4Cidr?: string;
|
|
549
|
+
|
|
550
|
+
serviceIpv6Cidr?: string;
|
|
551
|
+
|
|
552
|
+
ipFamily?: IpFamily | string;
|
|
553
|
+
}
|
|
554
|
+
export declare namespace KubernetesNetworkConfigResponse {
|
|
555
|
+
|
|
556
|
+
const filterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface VpcConfigResponse {
|
|
560
|
+
|
|
561
|
+
subnetIds?: string[];
|
|
562
|
+
|
|
563
|
+
securityGroupIds?: string[];
|
|
564
|
+
|
|
565
|
+
clusterSecurityGroupId?: string;
|
|
566
|
+
|
|
567
|
+
vpcId?: string;
|
|
568
|
+
|
|
569
|
+
endpointPublicAccess?: boolean;
|
|
570
|
+
|
|
571
|
+
endpointPrivateAccess?: boolean;
|
|
572
|
+
|
|
573
|
+
publicAccessCidrs?: string[];
|
|
574
|
+
}
|
|
575
|
+
export declare namespace VpcConfigResponse {
|
|
576
|
+
|
|
577
|
+
const filterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
578
|
+
}
|
|
579
|
+
export declare type ClusterStatus = "ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "PENDING" | "UPDATING";
|
|
580
|
+
|
|
581
|
+
export interface Cluster {
|
|
582
|
+
|
|
583
|
+
name?: string;
|
|
584
|
+
|
|
585
|
+
arn?: string;
|
|
586
|
+
|
|
587
|
+
createdAt?: Date;
|
|
588
|
+
|
|
589
|
+
version?: string;
|
|
590
|
+
|
|
591
|
+
endpoint?: string;
|
|
592
|
+
|
|
593
|
+
roleArn?: string;
|
|
594
|
+
|
|
595
|
+
resourcesVpcConfig?: VpcConfigResponse;
|
|
596
|
+
|
|
597
|
+
kubernetesNetworkConfig?: KubernetesNetworkConfigResponse;
|
|
598
|
+
|
|
599
|
+
logging?: Logging;
|
|
600
|
+
|
|
601
|
+
identity?: Identity;
|
|
602
|
+
|
|
603
|
+
status?: ClusterStatus | string;
|
|
604
|
+
|
|
605
|
+
certificateAuthority?: Certificate;
|
|
606
|
+
|
|
607
|
+
clientRequestToken?: string;
|
|
608
|
+
|
|
609
|
+
platformVersion?: string;
|
|
610
|
+
|
|
611
|
+
tags?: {
|
|
612
|
+
[key: string]: string;
|
|
613
|
+
};
|
|
614
|
+
|
|
615
|
+
encryptionConfig?: EncryptionConfig[];
|
|
616
|
+
|
|
617
|
+
connectorConfig?: ConnectorConfigResponse;
|
|
618
|
+
}
|
|
619
|
+
export declare namespace Cluster {
|
|
620
|
+
|
|
621
|
+
const filterSensitiveLog: (obj: Cluster) => any;
|
|
622
|
+
}
|
|
623
|
+
export interface CreateClusterResponse {
|
|
624
|
+
|
|
625
|
+
cluster?: Cluster;
|
|
626
|
+
}
|
|
627
|
+
export declare namespace CreateClusterResponse {
|
|
628
|
+
|
|
629
|
+
const filterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export interface ResourceLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
633
|
+
name: "ResourceLimitExceededException";
|
|
634
|
+
$fault: "client";
|
|
635
|
+
|
|
636
|
+
clusterName?: string;
|
|
637
|
+
|
|
638
|
+
nodegroupName?: string;
|
|
639
|
+
message?: string;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
|
|
643
|
+
name: "ServiceUnavailableException";
|
|
644
|
+
$fault: "server";
|
|
645
|
+
message?: string;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
export interface UnsupportedAvailabilityZoneException extends __SmithyException, $MetadataBearer {
|
|
649
|
+
name: "UnsupportedAvailabilityZoneException";
|
|
650
|
+
$fault: "client";
|
|
651
|
+
message?: string;
|
|
652
|
+
|
|
653
|
+
clusterName?: string;
|
|
654
|
+
|
|
655
|
+
nodegroupName?: string;
|
|
656
|
+
|
|
657
|
+
validZones?: string[];
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export interface FargateProfileSelector {
|
|
661
|
+
|
|
662
|
+
namespace?: string;
|
|
663
|
+
|
|
664
|
+
labels?: {
|
|
665
|
+
[key: string]: string;
|
|
666
|
+
};
|
|
667
|
+
}
|
|
668
|
+
export declare namespace FargateProfileSelector {
|
|
669
|
+
|
|
670
|
+
const filterSensitiveLog: (obj: FargateProfileSelector) => any;
|
|
671
|
+
}
|
|
672
|
+
export interface CreateFargateProfileRequest {
|
|
673
|
+
|
|
674
|
+
fargateProfileName: string | undefined;
|
|
675
|
+
|
|
676
|
+
clusterName: string | undefined;
|
|
677
|
+
|
|
678
|
+
podExecutionRoleArn: string | undefined;
|
|
679
|
+
|
|
680
|
+
subnets?: string[];
|
|
681
|
+
|
|
682
|
+
selectors?: FargateProfileSelector[];
|
|
683
|
+
|
|
684
|
+
clientRequestToken?: string;
|
|
685
|
+
|
|
686
|
+
tags?: {
|
|
687
|
+
[key: string]: string;
|
|
688
|
+
};
|
|
689
|
+
}
|
|
690
|
+
export declare namespace CreateFargateProfileRequest {
|
|
691
|
+
|
|
692
|
+
const filterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
|
|
693
|
+
}
|
|
694
|
+
export declare type FargateProfileStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING";
|
|
695
|
+
|
|
696
|
+
export interface FargateProfile {
|
|
697
|
+
|
|
698
|
+
fargateProfileName?: string;
|
|
699
|
+
|
|
700
|
+
fargateProfileArn?: string;
|
|
701
|
+
|
|
702
|
+
clusterName?: string;
|
|
703
|
+
|
|
704
|
+
createdAt?: Date;
|
|
705
|
+
|
|
706
|
+
podExecutionRoleArn?: string;
|
|
707
|
+
|
|
708
|
+
subnets?: string[];
|
|
709
|
+
|
|
710
|
+
selectors?: FargateProfileSelector[];
|
|
711
|
+
|
|
712
|
+
status?: FargateProfileStatus | string;
|
|
713
|
+
|
|
714
|
+
tags?: {
|
|
715
|
+
[key: string]: string;
|
|
716
|
+
};
|
|
717
|
+
}
|
|
718
|
+
export declare namespace FargateProfile {
|
|
719
|
+
|
|
720
|
+
const filterSensitiveLog: (obj: FargateProfile) => any;
|
|
721
|
+
}
|
|
722
|
+
export interface CreateFargateProfileResponse {
|
|
723
|
+
|
|
724
|
+
fargateProfile?: FargateProfile;
|
|
725
|
+
}
|
|
726
|
+
export declare namespace CreateFargateProfileResponse {
|
|
727
|
+
|
|
728
|
+
const filterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
|
|
729
|
+
}
|
|
730
|
+
export declare type CapacityTypes = "ON_DEMAND" | "SPOT";
|
|
731
|
+
|
|
732
|
+
export interface LaunchTemplateSpecification {
|
|
733
|
+
|
|
734
|
+
name?: string;
|
|
735
|
+
|
|
736
|
+
version?: string;
|
|
737
|
+
|
|
738
|
+
id?: string;
|
|
739
|
+
}
|
|
740
|
+
export declare namespace LaunchTemplateSpecification {
|
|
741
|
+
|
|
742
|
+
const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
export interface RemoteAccessConfig {
|
|
746
|
+
|
|
747
|
+
ec2SshKey?: string;
|
|
748
|
+
|
|
749
|
+
sourceSecurityGroups?: string[];
|
|
750
|
+
}
|
|
751
|
+
export declare namespace RemoteAccessConfig {
|
|
752
|
+
|
|
753
|
+
const filterSensitiveLog: (obj: RemoteAccessConfig) => any;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
export interface NodegroupScalingConfig {
|
|
757
|
+
|
|
758
|
+
minSize?: number;
|
|
759
|
+
|
|
760
|
+
maxSize?: number;
|
|
761
|
+
|
|
762
|
+
desiredSize?: number;
|
|
763
|
+
}
|
|
764
|
+
export declare namespace NodegroupScalingConfig {
|
|
765
|
+
|
|
766
|
+
const filterSensitiveLog: (obj: NodegroupScalingConfig) => any;
|
|
767
|
+
}
|
|
768
|
+
export declare enum TaintEffect {
|
|
769
|
+
NO_EXECUTE = "NO_EXECUTE",
|
|
770
|
+
NO_SCHEDULE = "NO_SCHEDULE",
|
|
771
|
+
PREFER_NO_SCHEDULE = "PREFER_NO_SCHEDULE"
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
export interface Taint {
|
|
775
|
+
|
|
776
|
+
key?: string;
|
|
777
|
+
|
|
778
|
+
value?: string;
|
|
779
|
+
|
|
780
|
+
effect?: TaintEffect | string;
|
|
781
|
+
}
|
|
782
|
+
export declare namespace Taint {
|
|
783
|
+
|
|
784
|
+
const filterSensitiveLog: (obj: Taint) => any;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export interface NodegroupUpdateConfig {
|
|
788
|
+
|
|
789
|
+
maxUnavailable?: number;
|
|
790
|
+
|
|
791
|
+
maxUnavailablePercentage?: number;
|
|
792
|
+
}
|
|
793
|
+
export declare namespace NodegroupUpdateConfig {
|
|
794
|
+
|
|
795
|
+
const filterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
|
|
796
|
+
}
|
|
797
|
+
export interface CreateNodegroupRequest {
|
|
798
|
+
|
|
799
|
+
clusterName: string | undefined;
|
|
800
|
+
|
|
801
|
+
nodegroupName: string | undefined;
|
|
802
|
+
|
|
803
|
+
scalingConfig?: NodegroupScalingConfig;
|
|
804
|
+
|
|
805
|
+
diskSize?: number;
|
|
806
|
+
|
|
807
|
+
subnets: string[] | undefined;
|
|
808
|
+
|
|
809
|
+
instanceTypes?: string[];
|
|
810
|
+
|
|
811
|
+
amiType?: AMITypes | string;
|
|
812
|
+
|
|
813
|
+
remoteAccess?: RemoteAccessConfig;
|
|
814
|
+
|
|
815
|
+
nodeRole: string | undefined;
|
|
816
|
+
|
|
817
|
+
labels?: {
|
|
818
|
+
[key: string]: string;
|
|
819
|
+
};
|
|
820
|
+
|
|
821
|
+
taints?: Taint[];
|
|
822
|
+
|
|
823
|
+
tags?: {
|
|
824
|
+
[key: string]: string;
|
|
825
|
+
};
|
|
826
|
+
|
|
827
|
+
clientRequestToken?: string;
|
|
828
|
+
|
|
829
|
+
launchTemplate?: LaunchTemplateSpecification;
|
|
830
|
+
|
|
831
|
+
updateConfig?: NodegroupUpdateConfig;
|
|
832
|
+
|
|
833
|
+
capacityType?: CapacityTypes | string;
|
|
834
|
+
|
|
835
|
+
version?: string;
|
|
836
|
+
|
|
837
|
+
releaseVersion?: string;
|
|
838
|
+
}
|
|
839
|
+
export declare namespace CreateNodegroupRequest {
|
|
840
|
+
|
|
841
|
+
const filterSensitiveLog: (obj: CreateNodegroupRequest) => any;
|
|
842
|
+
}
|
|
843
|
+
export declare enum NodegroupIssueCode {
|
|
844
|
+
ACCESS_DENIED = "AccessDenied",
|
|
845
|
+
ASG_INSTANCE_LAUNCH_FAILURES = "AsgInstanceLaunchFailures",
|
|
846
|
+
AUTO_SCALING_GROUP_INVALID_CONFIGURATION = "AutoScalingGroupInvalidConfiguration",
|
|
847
|
+
AUTO_SCALING_GROUP_NOT_FOUND = "AutoScalingGroupNotFound",
|
|
848
|
+
CLUSTER_UNREACHABLE = "ClusterUnreachable",
|
|
849
|
+
EC2_LAUNCH_TEMPLATE_NOT_FOUND = "Ec2LaunchTemplateNotFound",
|
|
850
|
+
EC2_LAUNCH_TEMPLATE_VERSION_MISMATCH = "Ec2LaunchTemplateVersionMismatch",
|
|
851
|
+
EC2_SECURITY_GROUP_DELETION_FAILURE = "Ec2SecurityGroupDeletionFailure",
|
|
852
|
+
EC2_SECURITY_GROUP_NOT_FOUND = "Ec2SecurityGroupNotFound",
|
|
853
|
+
EC2_SUBNET_INVALID_CONFIGURATION = "Ec2SubnetInvalidConfiguration",
|
|
854
|
+
EC2_SUBNET_NOT_FOUND = "Ec2SubnetNotFound",
|
|
855
|
+
IAM_INSTANCE_PROFILE_NOT_FOUND = "IamInstanceProfileNotFound",
|
|
856
|
+
IAM_LIMIT_EXCEEDED = "IamLimitExceeded",
|
|
857
|
+
IAM_NODE_ROLE_NOT_FOUND = "IamNodeRoleNotFound",
|
|
858
|
+
INSTANCE_LIMIT_EXCEEDED = "InstanceLimitExceeded",
|
|
859
|
+
INSUFFICIENT_FREE_ADDRESSES = "InsufficientFreeAddresses",
|
|
860
|
+
INTERNAL_FAILURE = "InternalFailure",
|
|
861
|
+
NODE_CREATION_FAILURE = "NodeCreationFailure"
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
export interface Issue {
|
|
865
|
+
|
|
866
|
+
code?: NodegroupIssueCode | string;
|
|
867
|
+
|
|
868
|
+
message?: string;
|
|
869
|
+
|
|
870
|
+
resourceIds?: string[];
|
|
871
|
+
}
|
|
872
|
+
export declare namespace Issue {
|
|
873
|
+
|
|
874
|
+
const filterSensitiveLog: (obj: Issue) => any;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
export interface NodegroupHealth {
|
|
878
|
+
|
|
879
|
+
issues?: Issue[];
|
|
880
|
+
}
|
|
881
|
+
export declare namespace NodegroupHealth {
|
|
882
|
+
|
|
883
|
+
const filterSensitiveLog: (obj: NodegroupHealth) => any;
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
export interface NodegroupResources {
|
|
887
|
+
|
|
888
|
+
autoScalingGroups?: AutoScalingGroup[];
|
|
889
|
+
|
|
890
|
+
remoteAccessSecurityGroup?: string;
|
|
891
|
+
}
|
|
892
|
+
export declare namespace NodegroupResources {
|
|
893
|
+
|
|
894
|
+
const filterSensitiveLog: (obj: NodegroupResources) => any;
|
|
895
|
+
}
|
|
896
|
+
export declare type NodegroupStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
|
|
897
|
+
|
|
898
|
+
export interface Nodegroup {
|
|
899
|
+
|
|
900
|
+
nodegroupName?: string;
|
|
901
|
+
|
|
902
|
+
nodegroupArn?: string;
|
|
903
|
+
|
|
904
|
+
clusterName?: string;
|
|
905
|
+
|
|
906
|
+
version?: string;
|
|
907
|
+
|
|
908
|
+
releaseVersion?: string;
|
|
909
|
+
|
|
910
|
+
createdAt?: Date;
|
|
911
|
+
|
|
912
|
+
modifiedAt?: Date;
|
|
913
|
+
|
|
914
|
+
status?: NodegroupStatus | string;
|
|
915
|
+
|
|
916
|
+
capacityType?: CapacityTypes | string;
|
|
917
|
+
|
|
918
|
+
scalingConfig?: NodegroupScalingConfig;
|
|
919
|
+
|
|
920
|
+
instanceTypes?: string[];
|
|
921
|
+
|
|
922
|
+
subnets?: string[];
|
|
923
|
+
|
|
924
|
+
remoteAccess?: RemoteAccessConfig;
|
|
925
|
+
|
|
926
|
+
amiType?: AMITypes | string;
|
|
927
|
+
|
|
928
|
+
nodeRole?: string;
|
|
929
|
+
|
|
930
|
+
labels?: {
|
|
931
|
+
[key: string]: string;
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
taints?: Taint[];
|
|
935
|
+
|
|
936
|
+
resources?: NodegroupResources;
|
|
937
|
+
|
|
938
|
+
diskSize?: number;
|
|
939
|
+
|
|
940
|
+
health?: NodegroupHealth;
|
|
941
|
+
|
|
942
|
+
updateConfig?: NodegroupUpdateConfig;
|
|
943
|
+
|
|
944
|
+
launchTemplate?: LaunchTemplateSpecification;
|
|
945
|
+
|
|
946
|
+
tags?: {
|
|
947
|
+
[key: string]: string;
|
|
948
|
+
};
|
|
949
|
+
}
|
|
950
|
+
export declare namespace Nodegroup {
|
|
951
|
+
|
|
952
|
+
const filterSensitiveLog: (obj: Nodegroup) => any;
|
|
953
|
+
}
|
|
954
|
+
export interface CreateNodegroupResponse {
|
|
955
|
+
|
|
956
|
+
nodegroup?: Nodegroup;
|
|
957
|
+
}
|
|
958
|
+
export declare namespace CreateNodegroupResponse {
|
|
959
|
+
|
|
960
|
+
const filterSensitiveLog: (obj: CreateNodegroupResponse) => any;
|
|
961
|
+
}
|
|
962
|
+
export interface DeleteAddonRequest {
|
|
963
|
+
|
|
964
|
+
clusterName: string | undefined;
|
|
965
|
+
|
|
966
|
+
addonName: string | undefined;
|
|
967
|
+
|
|
968
|
+
preserve?: boolean;
|
|
969
|
+
}
|
|
970
|
+
export declare namespace DeleteAddonRequest {
|
|
971
|
+
|
|
972
|
+
const filterSensitiveLog: (obj: DeleteAddonRequest) => any;
|
|
973
|
+
}
|
|
974
|
+
export interface DeleteAddonResponse {
|
|
975
|
+
|
|
976
|
+
addon?: Addon;
|
|
977
|
+
}
|
|
978
|
+
export declare namespace DeleteAddonResponse {
|
|
979
|
+
|
|
980
|
+
const filterSensitiveLog: (obj: DeleteAddonResponse) => any;
|
|
981
|
+
}
|
|
982
|
+
export interface DeleteClusterRequest {
|
|
983
|
+
|
|
984
|
+
name: string | undefined;
|
|
985
|
+
}
|
|
986
|
+
export declare namespace DeleteClusterRequest {
|
|
987
|
+
|
|
988
|
+
const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
989
|
+
}
|
|
990
|
+
export interface DeleteClusterResponse {
|
|
991
|
+
|
|
992
|
+
cluster?: Cluster;
|
|
993
|
+
}
|
|
994
|
+
export declare namespace DeleteClusterResponse {
|
|
995
|
+
|
|
996
|
+
const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
997
|
+
}
|
|
998
|
+
export interface DeleteFargateProfileRequest {
|
|
999
|
+
|
|
1000
|
+
clusterName: string | undefined;
|
|
1001
|
+
|
|
1002
|
+
fargateProfileName: string | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
export declare namespace DeleteFargateProfileRequest {
|
|
1005
|
+
|
|
1006
|
+
const filterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
|
|
1007
|
+
}
|
|
1008
|
+
export interface DeleteFargateProfileResponse {
|
|
1009
|
+
|
|
1010
|
+
fargateProfile?: FargateProfile;
|
|
1011
|
+
}
|
|
1012
|
+
export declare namespace DeleteFargateProfileResponse {
|
|
1013
|
+
|
|
1014
|
+
const filterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
|
|
1015
|
+
}
|
|
1016
|
+
export interface DeleteNodegroupRequest {
|
|
1017
|
+
|
|
1018
|
+
clusterName: string | undefined;
|
|
1019
|
+
|
|
1020
|
+
nodegroupName: string | undefined;
|
|
1021
|
+
}
|
|
1022
|
+
export declare namespace DeleteNodegroupRequest {
|
|
1023
|
+
|
|
1024
|
+
const filterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
|
|
1025
|
+
}
|
|
1026
|
+
export interface DeleteNodegroupResponse {
|
|
1027
|
+
|
|
1028
|
+
nodegroup?: Nodegroup;
|
|
1029
|
+
}
|
|
1030
|
+
export declare namespace DeleteNodegroupResponse {
|
|
1031
|
+
|
|
1032
|
+
const filterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
|
|
1033
|
+
}
|
|
1034
|
+
export interface DeregisterClusterRequest {
|
|
1035
|
+
|
|
1036
|
+
name: string | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
export declare namespace DeregisterClusterRequest {
|
|
1039
|
+
|
|
1040
|
+
const filterSensitiveLog: (obj: DeregisterClusterRequest) => any;
|
|
1041
|
+
}
|
|
1042
|
+
export interface DeregisterClusterResponse {
|
|
1043
|
+
|
|
1044
|
+
cluster?: Cluster;
|
|
1045
|
+
}
|
|
1046
|
+
export declare namespace DeregisterClusterResponse {
|
|
1047
|
+
|
|
1048
|
+
const filterSensitiveLog: (obj: DeregisterClusterResponse) => any;
|
|
1049
|
+
}
|
|
1050
|
+
export interface DescribeAddonRequest {
|
|
1051
|
+
|
|
1052
|
+
clusterName: string | undefined;
|
|
1053
|
+
|
|
1054
|
+
addonName: string | undefined;
|
|
1055
|
+
}
|
|
1056
|
+
export declare namespace DescribeAddonRequest {
|
|
1057
|
+
|
|
1058
|
+
const filterSensitiveLog: (obj: DescribeAddonRequest) => any;
|
|
1059
|
+
}
|
|
1060
|
+
export interface DescribeAddonResponse {
|
|
1061
|
+
|
|
1062
|
+
addon?: Addon;
|
|
1063
|
+
}
|
|
1064
|
+
export declare namespace DescribeAddonResponse {
|
|
1065
|
+
|
|
1066
|
+
const filterSensitiveLog: (obj: DescribeAddonResponse) => any;
|
|
1067
|
+
}
|
|
1068
|
+
export interface DescribeAddonVersionsRequest {
|
|
1069
|
+
|
|
1070
|
+
kubernetesVersion?: string;
|
|
1071
|
+
|
|
1072
|
+
maxResults?: number;
|
|
1073
|
+
|
|
1074
|
+
nextToken?: string;
|
|
1075
|
+
|
|
1076
|
+
addonName?: string;
|
|
1077
|
+
}
|
|
1078
|
+
export declare namespace DescribeAddonVersionsRequest {
|
|
1079
|
+
|
|
1080
|
+
const filterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
|
|
1081
|
+
}
|
|
1082
|
+
export interface DescribeAddonVersionsResponse {
|
|
1083
|
+
|
|
1084
|
+
addons?: AddonInfo[];
|
|
1085
|
+
|
|
1086
|
+
nextToken?: string;
|
|
1087
|
+
}
|
|
1088
|
+
export declare namespace DescribeAddonVersionsResponse {
|
|
1089
|
+
|
|
1090
|
+
const filterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
|
|
1091
|
+
}
|
|
1092
|
+
export interface DescribeClusterRequest {
|
|
1093
|
+
|
|
1094
|
+
name: string | undefined;
|
|
1095
|
+
}
|
|
1096
|
+
export declare namespace DescribeClusterRequest {
|
|
1097
|
+
|
|
1098
|
+
const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
1099
|
+
}
|
|
1100
|
+
export interface DescribeClusterResponse {
|
|
1101
|
+
|
|
1102
|
+
cluster?: Cluster;
|
|
1103
|
+
}
|
|
1104
|
+
export declare namespace DescribeClusterResponse {
|
|
1105
|
+
|
|
1106
|
+
const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
1107
|
+
}
|
|
1108
|
+
export interface DescribeFargateProfileRequest {
|
|
1109
|
+
|
|
1110
|
+
clusterName: string | undefined;
|
|
1111
|
+
|
|
1112
|
+
fargateProfileName: string | undefined;
|
|
1113
|
+
}
|
|
1114
|
+
export declare namespace DescribeFargateProfileRequest {
|
|
1115
|
+
|
|
1116
|
+
const filterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
|
|
1117
|
+
}
|
|
1118
|
+
export interface DescribeFargateProfileResponse {
|
|
1119
|
+
|
|
1120
|
+
fargateProfile?: FargateProfile;
|
|
1121
|
+
}
|
|
1122
|
+
export declare namespace DescribeFargateProfileResponse {
|
|
1123
|
+
|
|
1124
|
+
const filterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
export interface IdentityProviderConfig {
|
|
1128
|
+
|
|
1129
|
+
type: string | undefined;
|
|
1130
|
+
|
|
1131
|
+
name: string | undefined;
|
|
1132
|
+
}
|
|
1133
|
+
export declare namespace IdentityProviderConfig {
|
|
1134
|
+
|
|
1135
|
+
const filterSensitiveLog: (obj: IdentityProviderConfig) => any;
|
|
1136
|
+
}
|
|
1137
|
+
export interface DescribeIdentityProviderConfigRequest {
|
|
1138
|
+
|
|
1139
|
+
clusterName: string | undefined;
|
|
1140
|
+
|
|
1141
|
+
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
1142
|
+
}
|
|
1143
|
+
export declare namespace DescribeIdentityProviderConfigRequest {
|
|
1144
|
+
|
|
1145
|
+
const filterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
|
|
1146
|
+
}
|
|
1147
|
+
export declare enum ConfigStatus {
|
|
1148
|
+
ACTIVE = "ACTIVE",
|
|
1149
|
+
CREATING = "CREATING",
|
|
1150
|
+
DELETING = "DELETING"
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export interface OidcIdentityProviderConfig {
|
|
1154
|
+
|
|
1155
|
+
identityProviderConfigName?: string;
|
|
1156
|
+
|
|
1157
|
+
identityProviderConfigArn?: string;
|
|
1158
|
+
|
|
1159
|
+
clusterName?: string;
|
|
1160
|
+
|
|
1161
|
+
issuerUrl?: string;
|
|
1162
|
+
|
|
1163
|
+
clientId?: string;
|
|
1164
|
+
|
|
1165
|
+
usernameClaim?: string;
|
|
1166
|
+
|
|
1167
|
+
usernamePrefix?: string;
|
|
1168
|
+
|
|
1169
|
+
groupsClaim?: string;
|
|
1170
|
+
|
|
1171
|
+
groupsPrefix?: string;
|
|
1172
|
+
|
|
1173
|
+
requiredClaims?: {
|
|
1174
|
+
[key: string]: string;
|
|
1175
|
+
};
|
|
1176
|
+
|
|
1177
|
+
tags?: {
|
|
1178
|
+
[key: string]: string;
|
|
1179
|
+
};
|
|
1180
|
+
|
|
1181
|
+
status?: ConfigStatus | string;
|
|
1182
|
+
}
|
|
1183
|
+
export declare namespace OidcIdentityProviderConfig {
|
|
1184
|
+
|
|
1185
|
+
const filterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
export interface IdentityProviderConfigResponse {
|
|
1189
|
+
|
|
1190
|
+
oidc?: OidcIdentityProviderConfig;
|
|
1191
|
+
}
|
|
1192
|
+
export declare namespace IdentityProviderConfigResponse {
|
|
1193
|
+
|
|
1194
|
+
const filterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
|
|
1195
|
+
}
|
|
1196
|
+
export interface DescribeIdentityProviderConfigResponse {
|
|
1197
|
+
|
|
1198
|
+
identityProviderConfig?: IdentityProviderConfigResponse;
|
|
1199
|
+
}
|
|
1200
|
+
export declare namespace DescribeIdentityProviderConfigResponse {
|
|
1201
|
+
|
|
1202
|
+
const filterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
|
|
1203
|
+
}
|
|
1204
|
+
export interface DescribeNodegroupRequest {
|
|
1205
|
+
|
|
1206
|
+
clusterName: string | undefined;
|
|
1207
|
+
|
|
1208
|
+
nodegroupName: string | undefined;
|
|
1209
|
+
}
|
|
1210
|
+
export declare namespace DescribeNodegroupRequest {
|
|
1211
|
+
|
|
1212
|
+
const filterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
|
|
1213
|
+
}
|
|
1214
|
+
export interface DescribeNodegroupResponse {
|
|
1215
|
+
|
|
1216
|
+
nodegroup?: Nodegroup;
|
|
1217
|
+
}
|
|
1218
|
+
export declare namespace DescribeNodegroupResponse {
|
|
1219
|
+
|
|
1220
|
+
const filterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
|
|
1221
|
+
}
|
|
1222
|
+
export interface DescribeUpdateRequest {
|
|
1223
|
+
|
|
1224
|
+
name: string | undefined;
|
|
1225
|
+
|
|
1226
|
+
updateId: string | undefined;
|
|
1227
|
+
|
|
1228
|
+
nodegroupName?: string;
|
|
1229
|
+
|
|
1230
|
+
addonName?: string;
|
|
1231
|
+
}
|
|
1232
|
+
export declare namespace DescribeUpdateRequest {
|
|
1233
|
+
|
|
1234
|
+
const filterSensitiveLog: (obj: DescribeUpdateRequest) => any;
|
|
1235
|
+
}
|
|
1236
|
+
export interface DescribeUpdateResponse {
|
|
1237
|
+
|
|
1238
|
+
update?: Update;
|
|
1239
|
+
}
|
|
1240
|
+
export declare namespace DescribeUpdateResponse {
|
|
1241
|
+
|
|
1242
|
+
const filterSensitiveLog: (obj: DescribeUpdateResponse) => any;
|
|
1243
|
+
}
|
|
1244
|
+
export interface DisassociateIdentityProviderConfigRequest {
|
|
1245
|
+
|
|
1246
|
+
clusterName: string | undefined;
|
|
1247
|
+
|
|
1248
|
+
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
1249
|
+
|
|
1250
|
+
clientRequestToken?: string;
|
|
1251
|
+
}
|
|
1252
|
+
export declare namespace DisassociateIdentityProviderConfigRequest {
|
|
1253
|
+
|
|
1254
|
+
const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
|
|
1255
|
+
}
|
|
1256
|
+
export interface DisassociateIdentityProviderConfigResponse {
|
|
1257
|
+
|
|
1258
|
+
update?: Update;
|
|
1259
|
+
}
|
|
1260
|
+
export declare namespace DisassociateIdentityProviderConfigResponse {
|
|
1261
|
+
|
|
1262
|
+
const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
|
|
1263
|
+
}
|
|
1264
|
+
export interface ListAddonsRequest {
|
|
1265
|
+
|
|
1266
|
+
clusterName: string | undefined;
|
|
1267
|
+
|
|
1268
|
+
maxResults?: number;
|
|
1269
|
+
|
|
1270
|
+
nextToken?: string;
|
|
1271
|
+
}
|
|
1272
|
+
export declare namespace ListAddonsRequest {
|
|
1273
|
+
|
|
1274
|
+
const filterSensitiveLog: (obj: ListAddonsRequest) => any;
|
|
1275
|
+
}
|
|
1276
|
+
export interface ListAddonsResponse {
|
|
1277
|
+
|
|
1278
|
+
addons?: string[];
|
|
1279
|
+
|
|
1280
|
+
nextToken?: string;
|
|
1281
|
+
}
|
|
1282
|
+
export declare namespace ListAddonsResponse {
|
|
1283
|
+
|
|
1284
|
+
const filterSensitiveLog: (obj: ListAddonsResponse) => any;
|
|
1285
|
+
}
|
|
1286
|
+
export interface ListClustersRequest {
|
|
1287
|
+
|
|
1288
|
+
maxResults?: number;
|
|
1289
|
+
|
|
1290
|
+
nextToken?: string;
|
|
1291
|
+
|
|
1292
|
+
include?: string[];
|
|
1293
|
+
}
|
|
1294
|
+
export declare namespace ListClustersRequest {
|
|
1295
|
+
|
|
1296
|
+
const filterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
1297
|
+
}
|
|
1298
|
+
export interface ListClustersResponse {
|
|
1299
|
+
|
|
1300
|
+
clusters?: string[];
|
|
1301
|
+
|
|
1302
|
+
nextToken?: string;
|
|
1303
|
+
}
|
|
1304
|
+
export declare namespace ListClustersResponse {
|
|
1305
|
+
|
|
1306
|
+
const filterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
1307
|
+
}
|
|
1308
|
+
export interface ListFargateProfilesRequest {
|
|
1309
|
+
|
|
1310
|
+
clusterName: string | undefined;
|
|
1311
|
+
|
|
1312
|
+
maxResults?: number;
|
|
1313
|
+
|
|
1314
|
+
nextToken?: string;
|
|
1315
|
+
}
|
|
1316
|
+
export declare namespace ListFargateProfilesRequest {
|
|
1317
|
+
|
|
1318
|
+
const filterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
|
|
1319
|
+
}
|
|
1320
|
+
export interface ListFargateProfilesResponse {
|
|
1321
|
+
|
|
1322
|
+
fargateProfileNames?: string[];
|
|
1323
|
+
|
|
1324
|
+
nextToken?: string;
|
|
1325
|
+
}
|
|
1326
|
+
export declare namespace ListFargateProfilesResponse {
|
|
1327
|
+
|
|
1328
|
+
const filterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
|
|
1329
|
+
}
|
|
1330
|
+
export interface ListIdentityProviderConfigsRequest {
|
|
1331
|
+
|
|
1332
|
+
clusterName: string | undefined;
|
|
1333
|
+
|
|
1334
|
+
maxResults?: number;
|
|
1335
|
+
|
|
1336
|
+
nextToken?: string;
|
|
1337
|
+
}
|
|
1338
|
+
export declare namespace ListIdentityProviderConfigsRequest {
|
|
1339
|
+
|
|
1340
|
+
const filterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
|
|
1341
|
+
}
|
|
1342
|
+
export interface ListIdentityProviderConfigsResponse {
|
|
1343
|
+
|
|
1344
|
+
identityProviderConfigs?: IdentityProviderConfig[];
|
|
1345
|
+
|
|
1346
|
+
nextToken?: string;
|
|
1347
|
+
}
|
|
1348
|
+
export declare namespace ListIdentityProviderConfigsResponse {
|
|
1349
|
+
|
|
1350
|
+
const filterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
|
|
1351
|
+
}
|
|
1352
|
+
export interface ListNodegroupsRequest {
|
|
1353
|
+
|
|
1354
|
+
clusterName: string | undefined;
|
|
1355
|
+
|
|
1356
|
+
maxResults?: number;
|
|
1357
|
+
|
|
1358
|
+
nextToken?: string;
|
|
1359
|
+
}
|
|
1360
|
+
export declare namespace ListNodegroupsRequest {
|
|
1361
|
+
|
|
1362
|
+
const filterSensitiveLog: (obj: ListNodegroupsRequest) => any;
|
|
1363
|
+
}
|
|
1364
|
+
export interface ListNodegroupsResponse {
|
|
1365
|
+
|
|
1366
|
+
nodegroups?: string[];
|
|
1367
|
+
|
|
1368
|
+
nextToken?: string;
|
|
1369
|
+
}
|
|
1370
|
+
export declare namespace ListNodegroupsResponse {
|
|
1371
|
+
|
|
1372
|
+
const filterSensitiveLog: (obj: ListNodegroupsResponse) => any;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
1376
|
+
name: "BadRequestException";
|
|
1377
|
+
$fault: "client";
|
|
1378
|
+
message?: string;
|
|
1379
|
+
}
|
|
1380
|
+
export interface ListTagsForResourceRequest {
|
|
1381
|
+
|
|
1382
|
+
resourceArn: string | undefined;
|
|
1383
|
+
}
|
|
1384
|
+
export declare namespace ListTagsForResourceRequest {
|
|
1385
|
+
|
|
1386
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1387
|
+
}
|
|
1388
|
+
export interface ListTagsForResourceResponse {
|
|
1389
|
+
|
|
1390
|
+
tags?: {
|
|
1391
|
+
[key: string]: string;
|
|
1392
|
+
};
|
|
1393
|
+
}
|
|
1394
|
+
export declare namespace ListTagsForResourceResponse {
|
|
1395
|
+
|
|
1396
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1397
|
+
}
|
|
1398
|
+
|
|
1399
|
+
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
1400
|
+
name: "NotFoundException";
|
|
1401
|
+
$fault: "client";
|
|
1402
|
+
message?: string;
|
|
1403
|
+
}
|
|
1404
|
+
export interface ListUpdatesRequest {
|
|
1405
|
+
|
|
1406
|
+
name: string | undefined;
|
|
1407
|
+
|
|
1408
|
+
nodegroupName?: string;
|
|
1409
|
+
|
|
1410
|
+
addonName?: string;
|
|
1411
|
+
|
|
1412
|
+
nextToken?: string;
|
|
1413
|
+
|
|
1414
|
+
maxResults?: number;
|
|
1415
|
+
}
|
|
1416
|
+
export declare namespace ListUpdatesRequest {
|
|
1417
|
+
|
|
1418
|
+
const filterSensitiveLog: (obj: ListUpdatesRequest) => any;
|
|
1419
|
+
}
|
|
1420
|
+
export interface ListUpdatesResponse {
|
|
1421
|
+
|
|
1422
|
+
updateIds?: string[];
|
|
1423
|
+
|
|
1424
|
+
nextToken?: string;
|
|
1425
|
+
}
|
|
1426
|
+
export declare namespace ListUpdatesResponse {
|
|
1427
|
+
|
|
1428
|
+
const filterSensitiveLog: (obj: ListUpdatesResponse) => any;
|
|
1429
|
+
}
|
|
1430
|
+
export declare enum ConnectorConfigProvider {
|
|
1431
|
+
AKS = "AKS",
|
|
1432
|
+
ANTHOS = "ANTHOS",
|
|
1433
|
+
EC2 = "EC2",
|
|
1434
|
+
EKS_ANYWHERE = "EKS_ANYWHERE",
|
|
1435
|
+
GKE = "GKE",
|
|
1436
|
+
OPENSHIFT = "OPENSHIFT",
|
|
1437
|
+
OTHER = "OTHER",
|
|
1438
|
+
RANCHER = "RANCHER",
|
|
1439
|
+
TANZU = "TANZU"
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
export interface ConnectorConfigRequest {
|
|
1443
|
+
|
|
1444
|
+
roleArn: string | undefined;
|
|
1445
|
+
|
|
1446
|
+
provider: ConnectorConfigProvider | string | undefined;
|
|
1447
|
+
}
|
|
1448
|
+
export declare namespace ConnectorConfigRequest {
|
|
1449
|
+
|
|
1450
|
+
const filterSensitiveLog: (obj: ConnectorConfigRequest) => any;
|
|
1451
|
+
}
|
|
1452
|
+
export interface RegisterClusterRequest {
|
|
1453
|
+
|
|
1454
|
+
name: string | undefined;
|
|
1455
|
+
|
|
1456
|
+
connectorConfig: ConnectorConfigRequest | undefined;
|
|
1457
|
+
|
|
1458
|
+
clientRequestToken?: string;
|
|
1459
|
+
|
|
1460
|
+
tags?: {
|
|
1461
|
+
[key: string]: string;
|
|
1462
|
+
};
|
|
1463
|
+
}
|
|
1464
|
+
export declare namespace RegisterClusterRequest {
|
|
1465
|
+
|
|
1466
|
+
const filterSensitiveLog: (obj: RegisterClusterRequest) => any;
|
|
1467
|
+
}
|
|
1468
|
+
export interface RegisterClusterResponse {
|
|
1469
|
+
|
|
1470
|
+
cluster?: Cluster;
|
|
1471
|
+
}
|
|
1472
|
+
export declare namespace RegisterClusterResponse {
|
|
1473
|
+
|
|
1474
|
+
const filterSensitiveLog: (obj: RegisterClusterResponse) => any;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
export interface ResourcePropagationDelayException extends __SmithyException, $MetadataBearer {
|
|
1478
|
+
name: "ResourcePropagationDelayException";
|
|
1479
|
+
$fault: "client";
|
|
1480
|
+
message?: string;
|
|
1481
|
+
}
|
|
1482
|
+
export interface TagResourceRequest {
|
|
1483
|
+
|
|
1484
|
+
resourceArn: string | undefined;
|
|
1485
|
+
|
|
1486
|
+
tags: {
|
|
1487
|
+
[key: string]: string;
|
|
1488
|
+
} | undefined;
|
|
1489
|
+
}
|
|
1490
|
+
export declare namespace TagResourceRequest {
|
|
1491
|
+
|
|
1492
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1493
|
+
}
|
|
1494
|
+
export interface TagResourceResponse {
|
|
1495
|
+
}
|
|
1496
|
+
export declare namespace TagResourceResponse {
|
|
1497
|
+
|
|
1498
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1499
|
+
}
|
|
1500
|
+
export interface UntagResourceRequest {
|
|
1501
|
+
|
|
1502
|
+
resourceArn: string | undefined;
|
|
1503
|
+
|
|
1504
|
+
tagKeys: string[] | undefined;
|
|
1505
|
+
}
|
|
1506
|
+
export declare namespace UntagResourceRequest {
|
|
1507
|
+
|
|
1508
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1509
|
+
}
|
|
1510
|
+
export interface UntagResourceResponse {
|
|
1511
|
+
}
|
|
1512
|
+
export declare namespace UntagResourceResponse {
|
|
1513
|
+
|
|
1514
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1515
|
+
}
|
|
1516
|
+
export interface UpdateAddonRequest {
|
|
1517
|
+
|
|
1518
|
+
clusterName: string | undefined;
|
|
1519
|
+
|
|
1520
|
+
addonName: string | undefined;
|
|
1521
|
+
|
|
1522
|
+
addonVersion?: string;
|
|
1523
|
+
|
|
1524
|
+
serviceAccountRoleArn?: string;
|
|
1525
|
+
|
|
1526
|
+
resolveConflicts?: ResolveConflicts | string;
|
|
1527
|
+
|
|
1528
|
+
clientRequestToken?: string;
|
|
1529
|
+
}
|
|
1530
|
+
export declare namespace UpdateAddonRequest {
|
|
1531
|
+
|
|
1532
|
+
const filterSensitiveLog: (obj: UpdateAddonRequest) => any;
|
|
1533
|
+
}
|
|
1534
|
+
export interface UpdateAddonResponse {
|
|
1535
|
+
|
|
1536
|
+
update?: Update;
|
|
1537
|
+
}
|
|
1538
|
+
export declare namespace UpdateAddonResponse {
|
|
1539
|
+
|
|
1540
|
+
const filterSensitiveLog: (obj: UpdateAddonResponse) => any;
|
|
1541
|
+
}
|
|
1542
|
+
export interface UpdateClusterConfigRequest {
|
|
1543
|
+
|
|
1544
|
+
name: string | undefined;
|
|
1545
|
+
|
|
1546
|
+
resourcesVpcConfig?: VpcConfigRequest;
|
|
1547
|
+
|
|
1548
|
+
logging?: Logging;
|
|
1549
|
+
|
|
1550
|
+
clientRequestToken?: string;
|
|
1551
|
+
}
|
|
1552
|
+
export declare namespace UpdateClusterConfigRequest {
|
|
1553
|
+
|
|
1554
|
+
const filterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
|
|
1555
|
+
}
|
|
1556
|
+
export interface UpdateClusterConfigResponse {
|
|
1557
|
+
|
|
1558
|
+
update?: Update;
|
|
1559
|
+
}
|
|
1560
|
+
export declare namespace UpdateClusterConfigResponse {
|
|
1561
|
+
|
|
1562
|
+
const filterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
|
|
1563
|
+
}
|
|
1564
|
+
export interface UpdateClusterVersionRequest {
|
|
1565
|
+
|
|
1566
|
+
name: string | undefined;
|
|
1567
|
+
|
|
1568
|
+
version: string | undefined;
|
|
1569
|
+
|
|
1570
|
+
clientRequestToken?: string;
|
|
1571
|
+
}
|
|
1572
|
+
export declare namespace UpdateClusterVersionRequest {
|
|
1573
|
+
|
|
1574
|
+
const filterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
|
|
1575
|
+
}
|
|
1576
|
+
export interface UpdateClusterVersionResponse {
|
|
1577
|
+
|
|
1578
|
+
update?: Update;
|
|
1579
|
+
}
|
|
1580
|
+
export declare namespace UpdateClusterVersionResponse {
|
|
1581
|
+
|
|
1582
|
+
const filterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
export interface UpdateLabelsPayload {
|
|
1586
|
+
|
|
1587
|
+
addOrUpdateLabels?: {
|
|
1588
|
+
[key: string]: string;
|
|
1589
|
+
};
|
|
1590
|
+
|
|
1591
|
+
removeLabels?: string[];
|
|
1592
|
+
}
|
|
1593
|
+
export declare namespace UpdateLabelsPayload {
|
|
1594
|
+
|
|
1595
|
+
const filterSensitiveLog: (obj: UpdateLabelsPayload) => any;
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
export interface UpdateTaintsPayload {
|
|
1599
|
+
|
|
1600
|
+
addOrUpdateTaints?: Taint[];
|
|
1601
|
+
|
|
1602
|
+
removeTaints?: Taint[];
|
|
1603
|
+
}
|
|
1604
|
+
export declare namespace UpdateTaintsPayload {
|
|
1605
|
+
|
|
1606
|
+
const filterSensitiveLog: (obj: UpdateTaintsPayload) => any;
|
|
1607
|
+
}
|
|
1608
|
+
export interface UpdateNodegroupConfigRequest {
|
|
1609
|
+
|
|
1610
|
+
clusterName: string | undefined;
|
|
1611
|
+
|
|
1612
|
+
nodegroupName: string | undefined;
|
|
1613
|
+
|
|
1614
|
+
labels?: UpdateLabelsPayload;
|
|
1615
|
+
|
|
1616
|
+
taints?: UpdateTaintsPayload;
|
|
1617
|
+
|
|
1618
|
+
scalingConfig?: NodegroupScalingConfig;
|
|
1619
|
+
|
|
1620
|
+
updateConfig?: NodegroupUpdateConfig;
|
|
1621
|
+
|
|
1622
|
+
clientRequestToken?: string;
|
|
1623
|
+
}
|
|
1624
|
+
export declare namespace UpdateNodegroupConfigRequest {
|
|
1625
|
+
|
|
1626
|
+
const filterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
|
|
1627
|
+
}
|
|
1628
|
+
export interface UpdateNodegroupConfigResponse {
|
|
1629
|
+
|
|
1630
|
+
update?: Update;
|
|
1631
|
+
}
|
|
1632
|
+
export declare namespace UpdateNodegroupConfigResponse {
|
|
1633
|
+
|
|
1634
|
+
const filterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
|
|
1635
|
+
}
|
|
1636
|
+
export interface UpdateNodegroupVersionRequest {
|
|
1637
|
+
|
|
1638
|
+
clusterName: string | undefined;
|
|
1639
|
+
|
|
1640
|
+
nodegroupName: string | undefined;
|
|
1641
|
+
|
|
1642
|
+
version?: string;
|
|
1643
|
+
|
|
1644
|
+
releaseVersion?: string;
|
|
1645
|
+
|
|
1646
|
+
launchTemplate?: LaunchTemplateSpecification;
|
|
1647
|
+
|
|
1648
|
+
force?: boolean;
|
|
1649
|
+
|
|
1650
|
+
clientRequestToken?: string;
|
|
1651
|
+
}
|
|
1652
|
+
export declare namespace UpdateNodegroupVersionRequest {
|
|
1653
|
+
|
|
1654
|
+
const filterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
|
|
1655
|
+
}
|
|
1656
|
+
export interface UpdateNodegroupVersionResponse {
|
|
1657
|
+
|
|
1658
|
+
update?: Update;
|
|
1659
|
+
}
|
|
1660
|
+
export declare namespace UpdateNodegroupVersionResponse {
|
|
1661
|
+
|
|
1662
|
+
const filterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;
|
|
1663
|
+
}
|