@aws-sdk/client-eks 3.474.0 → 3.477.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 +75 -3
- package/dist-cjs/EKS.js +18 -0
- package/dist-cjs/commands/AssociateAccessPolicyCommand.js +51 -0
- package/dist-cjs/commands/CreateAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DeleteAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DescribeAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +51 -0
- package/dist-cjs/commands/ListAccessEntriesCommand.js +51 -0
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +51 -0
- package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +51 -0
- package/dist-cjs/commands/UpdateAccessEntryCommand.js +51 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/models/models_0.js +87 -76
- package/dist-cjs/pagination/ListAccessEntriesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +828 -554
- package/dist-es/EKS.js +18 -0
- package/dist-es/commands/AssociateAccessPolicyCommand.js +47 -0
- package/dist-es/commands/CreateAccessEntryCommand.js +47 -0
- package/dist-es/commands/DeleteAccessEntryCommand.js +47 -0
- package/dist-es/commands/DescribeAccessEntryCommand.js +47 -0
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +47 -0
- package/dist-es/commands/ListAccessEntriesCommand.js +47 -0
- package/dist-es/commands/ListAccessPoliciesCommand.js +47 -0
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +47 -0
- package/dist-es/commands/UpdateAccessEntryCommand.js +47 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +81 -70
- package/dist-es/pagination/ListAccessEntriesPaginator.js +25 -0
- package/dist-es/pagination/ListAccessPoliciesPaginator.js +25 -0
- package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +25 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +803 -548
- package/dist-types/EKS.d.ts +66 -3
- package/dist-types/EKSClient.d.ts +14 -5
- package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +111 -0
- package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +8 -9
- package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +9 -10
- package/dist-types/commands/CreateAccessEntryCommand.d.ts +131 -0
- package/dist-types/commands/CreateAddonCommand.d.ts +2 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateFargateProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodegroupCommand.d.ts +8 -5
- package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +3 -4
- package/dist-types/commands/DeleteAccessEntryCommand.d.ts +87 -0
- package/dist-types/commands/DeleteAddonCommand.d.ts +5 -6
- package/dist-types/commands/DeleteClusterCommand.d.ts +10 -6
- package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/DeleteFargateProfileCommand.d.ts +8 -7
- package/dist-types/commands/DeleteNodegroupCommand.d.ts +3 -4
- package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -3
- package/dist-types/commands/DeregisterClusterCommand.d.ts +8 -3
- package/dist-types/commands/DescribeAccessEntryCommand.d.ts +100 -0
- package/dist-types/commands/DescribeAddonCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeClusterCommand.d.ts +10 -6
- package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/DescribeFargateProfileCommand.d.ts +3 -4
- package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +3 -4
- package/dist-types/commands/DescribeNodegroupCommand.d.ts +3 -4
- package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -3
- package/dist-types/commands/DescribeUpdateCommand.d.ts +5 -7
- package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +85 -0
- package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +8 -9
- package/dist-types/commands/ListAccessEntriesCommand.d.ts +95 -0
- package/dist-types/commands/ListAccessPoliciesCommand.d.ts +83 -0
- package/dist-types/commands/ListAddonsCommand.d.ts +2 -3
- package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +103 -0
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListFargateProfilesCommand.d.ts +3 -4
- package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +3 -4
- package/dist-types/commands/ListNodegroupsCommand.d.ts +4 -6
- package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -3
- package/dist-types/commands/ListUpdatesCommand.d.ts +3 -5
- package/dist-types/commands/RegisterClusterCommand.d.ts +8 -3
- package/dist-types/commands/TagResourceCommand.d.ts +6 -5
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessEntryCommand.d.ts +109 -0
- package/dist-types/commands/UpdateAddonCommand.d.ts +4 -5
- package/dist-types/commands/UpdateClusterConfigCommand.d.ts +9 -8
- package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -5
- package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -3
- package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -5
- package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +8 -9
- package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +3 -4
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/index.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +1256 -556
- package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
- package/dist-types/ts3.4/EKS.d.ts +153 -0
- package/dist-types/ts3.4/EKSClient.d.ts +54 -0
- package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +189 -54
- package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
- package/package.json +5 -4
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { EKSServiceException as __BaseException } from "./EKSServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* @enum
|
|
6
|
+
*/
|
|
7
|
+
export declare const AuthenticationMode: {
|
|
8
|
+
readonly API: "API";
|
|
9
|
+
readonly API_AND_CONFIG_MAP: "API_AND_CONFIG_MAP";
|
|
10
|
+
readonly CONFIG_MAP: "CONFIG_MAP";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type AuthenticationMode = (typeof AuthenticationMode)[keyof typeof AuthenticationMode];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>The access configuration for the cluster.</p>
|
|
19
|
+
*/
|
|
20
|
+
export interface AccessConfigResponse {
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>Specifies whether or not the cluster creator IAM principal was set as a
|
|
24
|
+
* cluster admin access entry during cluster creation time.</p>
|
|
25
|
+
*/
|
|
26
|
+
bootstrapClusterCreatorAdminPermissions?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* <p>The current authentication mode of the cluster.</p>
|
|
30
|
+
*/
|
|
31
|
+
authenticationMode?: AuthenticationMode;
|
|
32
|
+
}
|
|
3
33
|
/**
|
|
4
34
|
* @public
|
|
5
35
|
* <p>You don't have permissions to perform the requested operation. The <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a>
|
|
@@ -16,6 +46,129 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
16
46
|
*/
|
|
17
47
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
18
48
|
}
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
* <p>An access entry allows an IAM principal (user or role) to access your
|
|
52
|
+
* cluster. Access entries can replace the need to maintain the <code>aws-auth</code>
|
|
53
|
+
* <code>ConfigMap</code> for authentication. For more information about access entries,
|
|
54
|
+
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html">Access
|
|
55
|
+
* entries</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
56
|
+
*/
|
|
57
|
+
export interface AccessEntry {
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
* <p>The name of your cluster.</p>
|
|
61
|
+
*/
|
|
62
|
+
clusterName?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
* <p>The ARN of the IAM principal for the access entry. If you ever delete
|
|
66
|
+
* the IAM principal with this ARN, the access entry isn't automatically
|
|
67
|
+
* deleted. We recommend that you delete the access entry with an ARN for an IAM principal that you delete. If you don't delete the access entry and ever
|
|
68
|
+
* recreate the IAM principal, even if it has the same ARN, the access
|
|
69
|
+
* entry won't work. This is because even though the ARN is the same for the recreated
|
|
70
|
+
* IAM principal, the <code>roleID</code> or <code>userID</code> (you
|
|
71
|
+
* can see this with the Security Token Service
|
|
72
|
+
* <code>GetCallerIdentity</code> API) is different for the recreated IAM
|
|
73
|
+
* principal than it was for the original IAM principal. Even though you
|
|
74
|
+
* don't see the IAM principal's <code>roleID</code> or <code>userID</code>
|
|
75
|
+
* for an access entry, Amazon EKS stores it with the access entry.</p>
|
|
76
|
+
*/
|
|
77
|
+
principalArn?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
* <p>A <code>name</code> that you've specified in a Kubernetes <code>RoleBinding</code> or
|
|
81
|
+
* <code>ClusterRoleBinding</code> object so that Kubernetes authorizes the
|
|
82
|
+
* <code>principalARN</code> access to cluster objects.</p>
|
|
83
|
+
*/
|
|
84
|
+
kubernetesGroups?: string[];
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
* <p>The ARN of the access entry.</p>
|
|
88
|
+
*/
|
|
89
|
+
accessEntryArn?: string;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
* <p>The Unix epoch timestamp at object creation.</p>
|
|
93
|
+
*/
|
|
94
|
+
createdAt?: Date;
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* <p>The Unix epoch timestamp for the last modification to the object.</p>
|
|
98
|
+
*/
|
|
99
|
+
modifiedAt?: Date;
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
* <p>Metadata that assists with categorization and organization.
|
|
103
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
104
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
105
|
+
*/
|
|
106
|
+
tags?: Record<string, string>;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* <p>The <code>name</code> of a user that can authenticate to your cluster.</p>
|
|
110
|
+
*/
|
|
111
|
+
username?: string;
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
* <p>The type of the access entry.</p>
|
|
115
|
+
*/
|
|
116
|
+
type?: string;
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* @public
|
|
120
|
+
* <p>An access policy includes permissions that allow Amazon EKS to authorize an
|
|
121
|
+
* IAM principal to work with Kubernetes objects on your cluster. The policies are
|
|
122
|
+
* managed by Amazon EKS, but they're not IAM policies. You can't
|
|
123
|
+
* view the permissions in the policies using the API. The permissions for many of the
|
|
124
|
+
* policies are similar to the Kubernetes <code>cluster-admin</code>, <code>admin</code>,
|
|
125
|
+
* <code>edit</code>, and <code>view</code> cluster roles. For more information about
|
|
126
|
+
* these cluster roles, see <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles">User-facing roles</a> in the Kubernetes documentation. To view the contents of the
|
|
127
|
+
* policies, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html#access-policy-permissions">Access
|
|
128
|
+
* policy permissions</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
129
|
+
*/
|
|
130
|
+
export interface AccessPolicy {
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
* <p>The name of the access policy.</p>
|
|
134
|
+
*/
|
|
135
|
+
name?: string;
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
* <p>The ARN of the access policy.</p>
|
|
139
|
+
*/
|
|
140
|
+
arn?: string;
|
|
141
|
+
}
|
|
142
|
+
/**
|
|
143
|
+
* @public
|
|
144
|
+
* @enum
|
|
145
|
+
*/
|
|
146
|
+
export declare const AccessScopeType: {
|
|
147
|
+
readonly cluster: "cluster";
|
|
148
|
+
readonly namespace: "namespace";
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
export type AccessScopeType = (typeof AccessScopeType)[keyof typeof AccessScopeType];
|
|
154
|
+
/**
|
|
155
|
+
* @public
|
|
156
|
+
* <p>The scope of an <code>AccessPolicy</code> that's associated to an
|
|
157
|
+
* <code>AccessEntry</code>.</p>
|
|
158
|
+
*/
|
|
159
|
+
export interface AccessScope {
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* <p>The scope type of an access policy.</p>
|
|
163
|
+
*/
|
|
164
|
+
type?: AccessScopeType;
|
|
165
|
+
/**
|
|
166
|
+
* @public
|
|
167
|
+
* <p>A Kubernetes <code>namespace</code> that an access policy is scoped to. A value is required
|
|
168
|
+
* if you specified <code>namespace</code> for <code>Type</code>.</p>
|
|
169
|
+
*/
|
|
170
|
+
namespaces?: string[];
|
|
171
|
+
}
|
|
19
172
|
/**
|
|
20
173
|
* @public
|
|
21
174
|
* @enum
|
|
@@ -113,7 +266,7 @@ export interface Addon {
|
|
|
113
266
|
addonName?: string;
|
|
114
267
|
/**
|
|
115
268
|
* @public
|
|
116
|
-
* <p>The name of
|
|
269
|
+
* <p>The name of your cluster.</p>
|
|
117
270
|
*/
|
|
118
271
|
clusterName?: string;
|
|
119
272
|
/**
|
|
@@ -138,25 +291,25 @@ export interface Addon {
|
|
|
138
291
|
addonArn?: string;
|
|
139
292
|
/**
|
|
140
293
|
* @public
|
|
141
|
-
* <p>The
|
|
294
|
+
* <p>The Unix epoch timestamp at object creation.</p>
|
|
142
295
|
*/
|
|
143
296
|
createdAt?: Date;
|
|
144
297
|
/**
|
|
145
298
|
* @public
|
|
146
|
-
* <p>The
|
|
299
|
+
* <p>The Unix epoch timestamp for the last modification to the object.</p>
|
|
147
300
|
*/
|
|
148
301
|
modifiedAt?: Date;
|
|
149
302
|
/**
|
|
150
303
|
* @public
|
|
151
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes
|
|
152
|
-
*
|
|
304
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes
|
|
305
|
+
* <code>ServiceAccount</code> object that the add-on uses.</p>
|
|
153
306
|
*/
|
|
154
307
|
serviceAccountRoleArn?: string;
|
|
155
308
|
/**
|
|
156
309
|
* @public
|
|
157
|
-
* <p>
|
|
158
|
-
*
|
|
159
|
-
*
|
|
310
|
+
* <p>Metadata that assists with categorization and organization.
|
|
311
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
312
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
160
313
|
*/
|
|
161
314
|
tags?: Record<string, string>;
|
|
162
315
|
/**
|
|
@@ -286,6 +439,226 @@ export declare const AMITypes: {
|
|
|
286
439
|
* @public
|
|
287
440
|
*/
|
|
288
441
|
export type AMITypes = (typeof AMITypes)[keyof typeof AMITypes];
|
|
442
|
+
/**
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
export interface AssociateAccessPolicyRequest {
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
* <p>The name of your cluster.</p>
|
|
449
|
+
*/
|
|
450
|
+
clusterName: string | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* @public
|
|
453
|
+
* <p>The Amazon Resource Name (ARN) of the IAM user or role for the <code>AccessEntry</code>
|
|
454
|
+
* that you're associating the access policy to. </p>
|
|
455
|
+
*/
|
|
456
|
+
principalArn: string | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* @public
|
|
459
|
+
* <p>The ARN of the <code>AccessPolicy</code> that you're associating. For a list of
|
|
460
|
+
* ARNs, use <code>ListAccessPolicies</code>.</p>
|
|
461
|
+
*/
|
|
462
|
+
policyArn: string | undefined;
|
|
463
|
+
/**
|
|
464
|
+
* @public
|
|
465
|
+
* <p>The scope for the <code>AccessPolicy</code>. You can scope access policies to an
|
|
466
|
+
* entire cluster or to specific Kubernetes namespaces.</p>
|
|
467
|
+
*/
|
|
468
|
+
accessScope: AccessScope | undefined;
|
|
469
|
+
}
|
|
470
|
+
/**
|
|
471
|
+
* @public
|
|
472
|
+
* <p>An access policy association.</p>
|
|
473
|
+
*/
|
|
474
|
+
export interface AssociatedAccessPolicy {
|
|
475
|
+
/**
|
|
476
|
+
* @public
|
|
477
|
+
* <p>The ARN of the <code>AccessPolicy</code>.</p>
|
|
478
|
+
*/
|
|
479
|
+
policyArn?: string;
|
|
480
|
+
/**
|
|
481
|
+
* @public
|
|
482
|
+
* <p>The scope of the access policy.</p>
|
|
483
|
+
*/
|
|
484
|
+
accessScope?: AccessScope;
|
|
485
|
+
/**
|
|
486
|
+
* @public
|
|
487
|
+
* <p>The date and time the <code>AccessPolicy</code> was associated with an
|
|
488
|
+
* <code>AccessEntry</code>.</p>
|
|
489
|
+
*/
|
|
490
|
+
associatedAt?: Date;
|
|
491
|
+
/**
|
|
492
|
+
* @public
|
|
493
|
+
* <p>The Unix epoch timestamp for the last modification to the object.</p>
|
|
494
|
+
*/
|
|
495
|
+
modifiedAt?: Date;
|
|
496
|
+
}
|
|
497
|
+
/**
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
export interface AssociateAccessPolicyResponse {
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
* <p>The name of your cluster.</p>
|
|
504
|
+
*/
|
|
505
|
+
clusterName?: string;
|
|
506
|
+
/**
|
|
507
|
+
* @public
|
|
508
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
509
|
+
*/
|
|
510
|
+
principalArn?: string;
|
|
511
|
+
/**
|
|
512
|
+
* @public
|
|
513
|
+
* <p>The <code>AccessPolicy</code> and scope associated to the
|
|
514
|
+
* <code>AccessEntry</code>.</p>
|
|
515
|
+
*/
|
|
516
|
+
associatedAccessPolicy?: AssociatedAccessPolicy;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* @public
|
|
520
|
+
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
521
|
+
* request.</p>
|
|
522
|
+
*/
|
|
523
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
524
|
+
readonly name: "InvalidParameterException";
|
|
525
|
+
readonly $fault: "client";
|
|
526
|
+
/**
|
|
527
|
+
* @public
|
|
528
|
+
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
529
|
+
*/
|
|
530
|
+
clusterName?: string;
|
|
531
|
+
/**
|
|
532
|
+
* @public
|
|
533
|
+
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
534
|
+
*/
|
|
535
|
+
nodegroupName?: string;
|
|
536
|
+
/**
|
|
537
|
+
* @public
|
|
538
|
+
* <p>The Fargate profile associated with the exception.</p>
|
|
539
|
+
*/
|
|
540
|
+
fargateProfileName?: string;
|
|
541
|
+
/**
|
|
542
|
+
* @public
|
|
543
|
+
* <p>The specified parameter for the add-on name is invalid. Review the available
|
|
544
|
+
* parameters for the API request</p>
|
|
545
|
+
*/
|
|
546
|
+
addonName?: string;
|
|
547
|
+
/**
|
|
548
|
+
* @public
|
|
549
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
550
|
+
*/
|
|
551
|
+
subscriptionId?: string;
|
|
552
|
+
/**
|
|
553
|
+
* @internal
|
|
554
|
+
*/
|
|
555
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* @public
|
|
559
|
+
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
560
|
+
* and the associated operations.</p>
|
|
561
|
+
*/
|
|
562
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
563
|
+
readonly name: "InvalidRequestException";
|
|
564
|
+
readonly $fault: "client";
|
|
565
|
+
/**
|
|
566
|
+
* @public
|
|
567
|
+
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
568
|
+
*/
|
|
569
|
+
clusterName?: string;
|
|
570
|
+
/**
|
|
571
|
+
* @public
|
|
572
|
+
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
573
|
+
*/
|
|
574
|
+
nodegroupName?: string;
|
|
575
|
+
/**
|
|
576
|
+
* @public
|
|
577
|
+
* <p>The request is invalid given the state of the add-on name. Check the state of the
|
|
578
|
+
* cluster and the associated operations.</p>
|
|
579
|
+
*/
|
|
580
|
+
addonName?: string;
|
|
581
|
+
/**
|
|
582
|
+
* @public
|
|
583
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
584
|
+
*/
|
|
585
|
+
subscriptionId?: string;
|
|
586
|
+
/**
|
|
587
|
+
* @internal
|
|
588
|
+
*/
|
|
589
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
590
|
+
}
|
|
591
|
+
/**
|
|
592
|
+
* @public
|
|
593
|
+
* <p>The specified resource could not be found. You can view your available clusters with
|
|
594
|
+
* <code>ListClusters</code>. You can view your available managed node groups with
|
|
595
|
+
* <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
|
|
596
|
+
*/
|
|
597
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
598
|
+
readonly name: "ResourceNotFoundException";
|
|
599
|
+
readonly $fault: "client";
|
|
600
|
+
/**
|
|
601
|
+
* @public
|
|
602
|
+
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
603
|
+
*/
|
|
604
|
+
clusterName?: string;
|
|
605
|
+
/**
|
|
606
|
+
* @public
|
|
607
|
+
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
608
|
+
*/
|
|
609
|
+
nodegroupName?: string;
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
* <p>The Fargate profile associated with the exception.</p>
|
|
613
|
+
*/
|
|
614
|
+
fargateProfileName?: string;
|
|
615
|
+
/**
|
|
616
|
+
* @public
|
|
617
|
+
* <p>The Amazon EKS add-on name associated with the exception.</p>
|
|
618
|
+
*/
|
|
619
|
+
addonName?: string;
|
|
620
|
+
/**
|
|
621
|
+
* @public
|
|
622
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
623
|
+
*/
|
|
624
|
+
subscriptionId?: string;
|
|
625
|
+
/**
|
|
626
|
+
* @internal
|
|
627
|
+
*/
|
|
628
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
629
|
+
}
|
|
630
|
+
/**
|
|
631
|
+
* @public
|
|
632
|
+
* <p>These errors are usually caused by a server-side issue.</p>
|
|
633
|
+
*/
|
|
634
|
+
export declare class ServerException extends __BaseException {
|
|
635
|
+
readonly name: "ServerException";
|
|
636
|
+
readonly $fault: "server";
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
640
|
+
*/
|
|
641
|
+
clusterName?: string;
|
|
642
|
+
/**
|
|
643
|
+
* @public
|
|
644
|
+
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
645
|
+
*/
|
|
646
|
+
nodegroupName?: string;
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
* <p>The Amazon EKS add-on name associated with the exception.</p>
|
|
650
|
+
*/
|
|
651
|
+
addonName?: string;
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
655
|
+
*/
|
|
656
|
+
subscriptionId?: string;
|
|
657
|
+
/**
|
|
658
|
+
* @internal
|
|
659
|
+
*/
|
|
660
|
+
constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
|
|
661
|
+
}
|
|
289
662
|
/**
|
|
290
663
|
* @public
|
|
291
664
|
* <p>Identifies the Key Management Service (KMS) key used to encrypt the
|
|
@@ -296,10 +669,10 @@ export interface Provider {
|
|
|
296
669
|
* @public
|
|
297
670
|
* <p>Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be
|
|
298
671
|
* symmetric and created in the same Amazon Web Services Region as the cluster. If the
|
|
299
|
-
*
|
|
672
|
+
* KMS key was created in a different account, the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> must
|
|
300
673
|
* have access to the KMS key. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html">Allowing
|
|
301
674
|
* users in other accounts to use a KMS key</a> in the
|
|
302
|
-
*
|
|
675
|
+
* <i>Key Management Service Developer Guide</i>.</p>
|
|
303
676
|
*/
|
|
304
677
|
keyArn?: string;
|
|
305
678
|
}
|
|
@@ -310,7 +683,8 @@ export interface Provider {
|
|
|
310
683
|
export interface EncryptionConfig {
|
|
311
684
|
/**
|
|
312
685
|
* @public
|
|
313
|
-
* <p>Specifies the resources to be encrypted. The only supported value is
|
|
686
|
+
* <p>Specifies the resources to be encrypted. The only supported value is
|
|
687
|
+
* <code>secrets</code>.</p>
|
|
314
688
|
*/
|
|
315
689
|
resources?: string[];
|
|
316
690
|
/**
|
|
@@ -326,7 +700,7 @@ export interface EncryptionConfig {
|
|
|
326
700
|
export interface AssociateEncryptionConfigRequest {
|
|
327
701
|
/**
|
|
328
702
|
* @public
|
|
329
|
-
* <p>The name of
|
|
703
|
+
* <p>The name of your cluster.</p>
|
|
330
704
|
*/
|
|
331
705
|
clusterName: string | undefined;
|
|
332
706
|
/**
|
|
@@ -336,7 +710,8 @@ export interface AssociateEncryptionConfigRequest {
|
|
|
336
710
|
encryptionConfig: EncryptionConfig[] | undefined;
|
|
337
711
|
/**
|
|
338
712
|
* @public
|
|
339
|
-
* <p>
|
|
713
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
714
|
+
* the idempotency of the request.</p>
|
|
340
715
|
*/
|
|
341
716
|
clientRequestToken?: string;
|
|
342
717
|
}
|
|
@@ -394,7 +769,7 @@ export interface ErrorDetail {
|
|
|
394
769
|
* <li>
|
|
395
770
|
* <p>
|
|
396
771
|
* <b>IpNotAvailable</b>: A subnet associated with the
|
|
397
|
-
* cluster doesn't have any
|
|
772
|
+
* cluster doesn't have any available IP addresses.</p>
|
|
398
773
|
* </li>
|
|
399
774
|
* <li>
|
|
400
775
|
* <p>
|
|
@@ -432,6 +807,7 @@ export interface ErrorDetail {
|
|
|
432
807
|
*/
|
|
433
808
|
export declare const UpdateParamType: {
|
|
434
809
|
readonly ADDON_VERSION: "AddonVersion";
|
|
810
|
+
readonly AUTHENTICATION_MODE: "AuthenticationMode";
|
|
435
811
|
readonly CLUSTER_LOGGING: "ClusterLogging";
|
|
436
812
|
readonly CONFIGURATION_VALUES: "ConfigurationValues";
|
|
437
813
|
readonly DESIRED_SIZE: "DesiredSize";
|
|
@@ -497,6 +873,7 @@ export type UpdateStatus = (typeof UpdateStatus)[keyof typeof UpdateStatus];
|
|
|
497
873
|
* @enum
|
|
498
874
|
*/
|
|
499
875
|
export declare const UpdateType: {
|
|
876
|
+
readonly ACCESS_CONFIG_UPDATE: "AccessConfigUpdate";
|
|
500
877
|
readonly ADDON_UPDATE: "AddonUpdate";
|
|
501
878
|
readonly ASSOCIATE_ENCRYPTION_CONFIG: "AssociateEncryptionConfig";
|
|
502
879
|
readonly ASSOCIATE_IDENTITY_PROVIDER_CONFIG: "AssociateIdentityProviderConfig";
|
|
@@ -509,197 +886,62 @@ export declare const UpdateType: {
|
|
|
509
886
|
};
|
|
510
887
|
/**
|
|
511
888
|
* @public
|
|
512
|
-
*/
|
|
513
|
-
export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
|
|
514
|
-
/**
|
|
515
|
-
* @public
|
|
516
|
-
* <p>An object representing an asynchronous update.</p>
|
|
517
|
-
*/
|
|
518
|
-
export interface Update {
|
|
519
|
-
/**
|
|
520
|
-
* @public
|
|
521
|
-
* <p>A UUID that is used to track the update.</p>
|
|
522
|
-
*/
|
|
523
|
-
id?: string;
|
|
524
|
-
/**
|
|
525
|
-
* @public
|
|
526
|
-
* <p>The current status of the update.</p>
|
|
527
|
-
*/
|
|
528
|
-
status?: UpdateStatus;
|
|
529
|
-
/**
|
|
530
|
-
* @public
|
|
531
|
-
* <p>The type of the update.</p>
|
|
532
|
-
*/
|
|
533
|
-
type?: UpdateType;
|
|
534
|
-
/**
|
|
535
|
-
* @public
|
|
536
|
-
* <p>A key-value map that contains the parameters associated with the update.</p>
|
|
537
|
-
*/
|
|
538
|
-
params?: UpdateParam[];
|
|
539
|
-
/**
|
|
540
|
-
* @public
|
|
541
|
-
* <p>The Unix epoch timestamp in seconds for when the update was created.</p>
|
|
542
|
-
*/
|
|
543
|
-
createdAt?: Date;
|
|
544
|
-
/**
|
|
545
|
-
* @public
|
|
546
|
-
* <p>Any errors associated with a <code>Failed</code> update.</p>
|
|
547
|
-
*/
|
|
548
|
-
errors?: ErrorDetail[];
|
|
549
|
-
}
|
|
550
|
-
/**
|
|
551
|
-
* @public
|
|
552
|
-
*/
|
|
553
|
-
export interface AssociateEncryptionConfigResponse {
|
|
554
|
-
/**
|
|
555
|
-
* @public
|
|
556
|
-
* <p>An object representing an asynchronous update.</p>
|
|
557
|
-
*/
|
|
558
|
-
update?: Update;
|
|
559
|
-
}
|
|
560
|
-
/**
|
|
561
|
-
* @public
|
|
562
|
-
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
563
|
-
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
564
|
-
* the action or resource or specifying an identifier that is not valid.</p>
|
|
565
|
-
*/
|
|
566
|
-
export declare class ClientException extends __BaseException {
|
|
567
|
-
readonly name: "ClientException";
|
|
568
|
-
readonly $fault: "client";
|
|
569
|
-
/**
|
|
570
|
-
* @public
|
|
571
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
572
|
-
*/
|
|
573
|
-
clusterName?: string;
|
|
574
|
-
/**
|
|
575
|
-
* @public
|
|
576
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
577
|
-
*/
|
|
578
|
-
nodegroupName?: string;
|
|
579
|
-
/**
|
|
580
|
-
* @public
|
|
581
|
-
* <p>The Amazon EKS add-on name associated with the exception.</p>
|
|
582
|
-
*/
|
|
583
|
-
addonName?: string;
|
|
584
|
-
/**
|
|
585
|
-
* @public
|
|
586
|
-
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
587
|
-
*/
|
|
588
|
-
subscriptionId?: string;
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
|
-
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
593
|
-
}
|
|
594
|
-
/**
|
|
595
|
-
* @public
|
|
596
|
-
* <p>The specified parameter is invalid. Review the available parameters for the API
|
|
597
|
-
* request.</p>
|
|
598
|
-
*/
|
|
599
|
-
export declare class InvalidParameterException extends __BaseException {
|
|
600
|
-
readonly name: "InvalidParameterException";
|
|
601
|
-
readonly $fault: "client";
|
|
602
|
-
/**
|
|
603
|
-
* @public
|
|
604
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
605
|
-
*/
|
|
606
|
-
clusterName?: string;
|
|
607
|
-
/**
|
|
608
|
-
* @public
|
|
609
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
610
|
-
*/
|
|
611
|
-
nodegroupName?: string;
|
|
612
|
-
/**
|
|
613
|
-
* @public
|
|
614
|
-
* <p>The Fargate profile associated with the exception.</p>
|
|
615
|
-
*/
|
|
616
|
-
fargateProfileName?: string;
|
|
889
|
+
*/
|
|
890
|
+
export type UpdateType = (typeof UpdateType)[keyof typeof UpdateType];
|
|
891
|
+
/**
|
|
892
|
+
* @public
|
|
893
|
+
* <p>An object representing an asynchronous update.</p>
|
|
894
|
+
*/
|
|
895
|
+
export interface Update {
|
|
617
896
|
/**
|
|
618
897
|
* @public
|
|
619
|
-
* <p>
|
|
620
|
-
* parameters for the API request</p>
|
|
898
|
+
* <p>A UUID that is used to track the update.</p>
|
|
621
899
|
*/
|
|
622
|
-
|
|
900
|
+
id?: string;
|
|
623
901
|
/**
|
|
624
902
|
* @public
|
|
625
|
-
* <p>The
|
|
626
|
-
*/
|
|
627
|
-
subscriptionId?: string;
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
903
|
+
* <p>The current status of the update.</p>
|
|
630
904
|
*/
|
|
631
|
-
|
|
632
|
-
}
|
|
633
|
-
/**
|
|
634
|
-
* @public
|
|
635
|
-
* <p>The request is invalid given the state of the cluster. Check the state of the cluster
|
|
636
|
-
* and the associated operations.</p>
|
|
637
|
-
*/
|
|
638
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
639
|
-
readonly name: "InvalidRequestException";
|
|
640
|
-
readonly $fault: "client";
|
|
905
|
+
status?: UpdateStatus;
|
|
641
906
|
/**
|
|
642
907
|
* @public
|
|
643
|
-
* <p>The
|
|
908
|
+
* <p>The type of the update.</p>
|
|
644
909
|
*/
|
|
645
|
-
|
|
910
|
+
type?: UpdateType;
|
|
646
911
|
/**
|
|
647
912
|
* @public
|
|
648
|
-
* <p>
|
|
913
|
+
* <p>A key-value map that contains the parameters associated with the update.</p>
|
|
649
914
|
*/
|
|
650
|
-
|
|
915
|
+
params?: UpdateParam[];
|
|
651
916
|
/**
|
|
652
917
|
* @public
|
|
653
|
-
* <p>The
|
|
654
|
-
* cluster and the associated operations.</p>
|
|
918
|
+
* <p>The Unix epoch timestamp at object creation.</p>
|
|
655
919
|
*/
|
|
656
|
-
|
|
920
|
+
createdAt?: Date;
|
|
657
921
|
/**
|
|
658
922
|
* @public
|
|
659
|
-
* <p>
|
|
660
|
-
*/
|
|
661
|
-
subscriptionId?: string;
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
923
|
+
* <p>Any errors associated with a <code>Failed</code> update.</p>
|
|
664
924
|
*/
|
|
665
|
-
|
|
925
|
+
errors?: ErrorDetail[];
|
|
666
926
|
}
|
|
667
927
|
/**
|
|
668
928
|
* @public
|
|
669
|
-
* <p>The specified resource is in use.</p>
|
|
670
929
|
*/
|
|
671
|
-
export
|
|
672
|
-
readonly name: "ResourceInUseException";
|
|
673
|
-
readonly $fault: "client";
|
|
674
|
-
/**
|
|
675
|
-
* @public
|
|
676
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
677
|
-
*/
|
|
678
|
-
clusterName?: string;
|
|
679
|
-
/**
|
|
680
|
-
* @public
|
|
681
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
682
|
-
*/
|
|
683
|
-
nodegroupName?: string;
|
|
930
|
+
export interface AssociateEncryptionConfigResponse {
|
|
684
931
|
/**
|
|
685
932
|
* @public
|
|
686
|
-
* <p>
|
|
687
|
-
*/
|
|
688
|
-
addonName?: string;
|
|
689
|
-
/**
|
|
690
|
-
* @internal
|
|
933
|
+
* <p>An object representing an asynchronous update.</p>
|
|
691
934
|
*/
|
|
692
|
-
|
|
935
|
+
update?: Update;
|
|
693
936
|
}
|
|
694
937
|
/**
|
|
695
938
|
* @public
|
|
696
|
-
* <p>
|
|
697
|
-
*
|
|
698
|
-
*
|
|
699
|
-
* Region-specific.</p>
|
|
939
|
+
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
940
|
+
* action or resource on behalf of an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html">IAM principal</a> that doesn't have permissions to use
|
|
941
|
+
* the action or resource or specifying an identifier that is not valid.</p>
|
|
700
942
|
*/
|
|
701
|
-
export declare class
|
|
702
|
-
readonly name: "
|
|
943
|
+
export declare class ClientException extends __BaseException {
|
|
944
|
+
readonly name: "ClientException";
|
|
703
945
|
readonly $fault: "client";
|
|
704
946
|
/**
|
|
705
947
|
* @public
|
|
@@ -711,11 +953,6 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
711
953
|
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
712
954
|
*/
|
|
713
955
|
nodegroupName?: string;
|
|
714
|
-
/**
|
|
715
|
-
* @public
|
|
716
|
-
* <p>The Fargate profile associated with the exception.</p>
|
|
717
|
-
*/
|
|
718
|
-
fargateProfileName?: string;
|
|
719
956
|
/**
|
|
720
957
|
* @public
|
|
721
958
|
* <p>The Amazon EKS add-on name associated with the exception.</p>
|
|
@@ -729,15 +966,15 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
729
966
|
/**
|
|
730
967
|
* @internal
|
|
731
968
|
*/
|
|
732
|
-
constructor(opts: __ExceptionOptionType<
|
|
969
|
+
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
733
970
|
}
|
|
734
971
|
/**
|
|
735
972
|
* @public
|
|
736
|
-
* <p>
|
|
973
|
+
* <p>The specified resource is in use.</p>
|
|
737
974
|
*/
|
|
738
|
-
export declare class
|
|
739
|
-
readonly name: "
|
|
740
|
-
readonly $fault: "
|
|
975
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
976
|
+
readonly name: "ResourceInUseException";
|
|
977
|
+
readonly $fault: "client";
|
|
741
978
|
/**
|
|
742
979
|
* @public
|
|
743
980
|
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
@@ -750,24 +987,19 @@ export declare class ServerException extends __BaseException {
|
|
|
750
987
|
nodegroupName?: string;
|
|
751
988
|
/**
|
|
752
989
|
* @public
|
|
753
|
-
* <p>The
|
|
990
|
+
* <p>The specified add-on name is in use.</p>
|
|
754
991
|
*/
|
|
755
992
|
addonName?: string;
|
|
756
|
-
/**
|
|
757
|
-
* @public
|
|
758
|
-
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
759
|
-
*/
|
|
760
|
-
subscriptionId?: string;
|
|
761
993
|
/**
|
|
762
994
|
* @internal
|
|
763
995
|
*/
|
|
764
|
-
constructor(opts: __ExceptionOptionType<
|
|
996
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
765
997
|
}
|
|
766
998
|
/**
|
|
767
999
|
* @public
|
|
768
1000
|
* <p>An object representing an OpenID Connect (OIDC) configuration. Before associating an
|
|
769
1001
|
* OIDC identity provider to your cluster, review the considerations in <a href="https://docs.aws.amazon.com/eks/latest/userguide/authenticate-oidc-identity-provider.html">Authenticating
|
|
770
|
-
* users for your cluster from an
|
|
1002
|
+
* users for your cluster from an OIDC identity provider</a> in the
|
|
771
1003
|
* <i>Amazon EKS User Guide</i>.</p>
|
|
772
1004
|
*/
|
|
773
1005
|
export interface OidcIdentityProviderConfigRequest {
|
|
@@ -778,20 +1010,20 @@ export interface OidcIdentityProviderConfigRequest {
|
|
|
778
1010
|
identityProviderConfigName: string | undefined;
|
|
779
1011
|
/**
|
|
780
1012
|
* @public
|
|
781
|
-
* <p>The URL of the
|
|
1013
|
+
* <p>The URL of the OIDC identity provider that allows the API server to discover public
|
|
782
1014
|
* signing keys for verifying tokens. The URL must begin with <code>https://</code> and
|
|
783
|
-
* should correspond to the <code>iss</code> claim in the provider's OIDC ID tokens.
|
|
784
|
-
* the OIDC standard, path components are allowed but query parameters are not.
|
|
785
|
-
* the URL consists of only a hostname, like
|
|
786
|
-
* <code>https://example.com</code>. This
|
|
787
|
-
*
|
|
788
|
-
* the internet.</p>
|
|
1015
|
+
* should correspond to the <code>iss</code> claim in the provider's OIDC ID tokens.
|
|
1016
|
+
* Based on the OIDC standard, path components are allowed but query parameters are not.
|
|
1017
|
+
* Typically the URL consists of only a hostname, like
|
|
1018
|
+
* <code>https://server.example.org</code> or <code>https://example.com</code>. This
|
|
1019
|
+
* URL should point to the level below <code>.well-known/openid-configuration</code> and
|
|
1020
|
+
* must be publicly accessible over the internet.</p>
|
|
789
1021
|
*/
|
|
790
1022
|
issuerUrl: string | undefined;
|
|
791
1023
|
/**
|
|
792
1024
|
* @public
|
|
793
1025
|
* <p>This is also known as <i>audience</i>. The ID for the client application
|
|
794
|
-
* that makes authentication requests to the
|
|
1026
|
+
* that makes authentication requests to the OIDC identity provider.</p>
|
|
795
1027
|
*/
|
|
796
1028
|
clientId: string | undefined;
|
|
797
1029
|
/**
|
|
@@ -799,7 +1031,7 @@ export interface OidcIdentityProviderConfigRequest {
|
|
|
799
1031
|
* <p>The JSON Web Token (JWT) claim to use as the username. The default is
|
|
800
1032
|
* <code>sub</code>, which is expected to be a unique identifier of the end user. You can
|
|
801
1033
|
* choose other claims, such as <code>email</code> or <code>name</code>, depending on the
|
|
802
|
-
*
|
|
1034
|
+
* OIDC identity provider. Claims other than <code>email</code> are prefixed with the
|
|
803
1035
|
* issuer URL to prevent naming clashes with other plug-ins.</p>
|
|
804
1036
|
*/
|
|
805
1037
|
usernameClaim?: string;
|
|
@@ -839,25 +1071,25 @@ export interface OidcIdentityProviderConfigRequest {
|
|
|
839
1071
|
export interface AssociateIdentityProviderConfigRequest {
|
|
840
1072
|
/**
|
|
841
1073
|
* @public
|
|
842
|
-
* <p>The name of
|
|
1074
|
+
* <p>The name of your cluster.</p>
|
|
843
1075
|
*/
|
|
844
1076
|
clusterName: string | undefined;
|
|
845
1077
|
/**
|
|
846
1078
|
* @public
|
|
847
|
-
* <p>An object representing an OpenID Connect (OIDC) identity provider
|
|
848
|
-
* configuration.</p>
|
|
1079
|
+
* <p>An object representing an OpenID Connect (OIDC) identity provider configuration.</p>
|
|
849
1080
|
*/
|
|
850
1081
|
oidc: OidcIdentityProviderConfigRequest | undefined;
|
|
851
1082
|
/**
|
|
852
1083
|
* @public
|
|
853
|
-
* <p>
|
|
854
|
-
*
|
|
1084
|
+
* <p>Metadata that assists with categorization and organization.
|
|
1085
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
1086
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
855
1087
|
*/
|
|
856
1088
|
tags?: Record<string, string>;
|
|
857
1089
|
/**
|
|
858
1090
|
* @public
|
|
859
|
-
* <p>
|
|
860
|
-
*
|
|
1091
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1092
|
+
* the idempotency of the request.</p>
|
|
861
1093
|
*/
|
|
862
1094
|
clientRequestToken?: string;
|
|
863
1095
|
}
|
|
@@ -884,11 +1116,134 @@ export interface AssociateIdentityProviderConfigResponse {
|
|
|
884
1116
|
export interface AutoScalingGroup {
|
|
885
1117
|
/**
|
|
886
1118
|
* @public
|
|
887
|
-
* <p>The name of the Auto Scaling group associated with an Amazon EKS managed
|
|
888
|
-
* group.</p>
|
|
1119
|
+
* <p>The name of the Auto Scaling group associated with an Amazon EKS managed
|
|
1120
|
+
* node group.</p>
|
|
889
1121
|
*/
|
|
890
1122
|
name?: string;
|
|
891
1123
|
}
|
|
1124
|
+
/**
|
|
1125
|
+
* @public
|
|
1126
|
+
*/
|
|
1127
|
+
export interface CreateAccessEntryRequest {
|
|
1128
|
+
/**
|
|
1129
|
+
* @public
|
|
1130
|
+
* <p>The name of your cluster.</p>
|
|
1131
|
+
*/
|
|
1132
|
+
clusterName: string | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* @public
|
|
1135
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>. You can specify one ARN for each access entry. You can't specify the
|
|
1136
|
+
* same ARN in more than one access entry. This value can't be changed after access entry
|
|
1137
|
+
* creation.</p>
|
|
1138
|
+
* <p>
|
|
1139
|
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#bp-users-federation-idp">IAM best practices</a> recommend using IAM roles with
|
|
1140
|
+
* temporary credentials, rather than IAM users with long-term credentials.
|
|
1141
|
+
* </p>
|
|
1142
|
+
*/
|
|
1143
|
+
principalArn: string | undefined;
|
|
1144
|
+
/**
|
|
1145
|
+
* @public
|
|
1146
|
+
* <p>The value for <code>name</code> that you've specified for <code>kind: Group</code> as
|
|
1147
|
+
* a <code>subject</code> in a Kubernetes <code>RoleBinding</code> or
|
|
1148
|
+
* <code>ClusterRoleBinding</code> object. Amazon EKS doesn't confirm that the
|
|
1149
|
+
* value for <code>name</code> exists in any bindings on your cluster. You can specify one
|
|
1150
|
+
* or more names.</p>
|
|
1151
|
+
* <p>Kubernetes authorizes the <code>principalArn</code> of the access entry to access any
|
|
1152
|
+
* cluster objects that you've specified in a Kubernetes <code>Role</code> or
|
|
1153
|
+
* <code>ClusterRole</code> object that is also specified in a binding's
|
|
1154
|
+
* <code>roleRef</code>. For more information about creating Kubernetes
|
|
1155
|
+
* <code>RoleBinding</code>, <code>ClusterRoleBinding</code>, <code>Role</code>, or
|
|
1156
|
+
* <code>ClusterRole</code> objects, see <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/">Using RBAC
|
|
1157
|
+
* Authorization in the Kubernetes documentation</a>.</p>
|
|
1158
|
+
* <p>If you want Amazon EKS to authorize the <code>principalArn</code> (instead of,
|
|
1159
|
+
* or in addition to Kubernetes authorizing the <code>principalArn</code>), you can associate
|
|
1160
|
+
* one or more access policies to the access entry using
|
|
1161
|
+
* <code>AssociateAccessPolicy</code>. If you associate any access policies, the
|
|
1162
|
+
* <code>principalARN</code> has all permissions assigned in the associated access
|
|
1163
|
+
* policies and all permissions in any Kubernetes <code>Role</code> or <code>ClusterRole</code>
|
|
1164
|
+
* objects that the group names are bound to.</p>
|
|
1165
|
+
*/
|
|
1166
|
+
kubernetesGroups?: string[];
|
|
1167
|
+
/**
|
|
1168
|
+
* @public
|
|
1169
|
+
* <p>Metadata that assists with categorization and organization.
|
|
1170
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
1171
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
1172
|
+
*/
|
|
1173
|
+
tags?: Record<string, string>;
|
|
1174
|
+
/**
|
|
1175
|
+
* @public
|
|
1176
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1177
|
+
* the idempotency of the request.</p>
|
|
1178
|
+
*/
|
|
1179
|
+
clientRequestToken?: string;
|
|
1180
|
+
/**
|
|
1181
|
+
* @public
|
|
1182
|
+
* <p>The username to authenticate to Kubernetes with. We recommend not specifying a username and
|
|
1183
|
+
* letting Amazon EKS specify it for you. For more information about the value
|
|
1184
|
+
* Amazon EKS specifies for you, or constraints before specifying your own
|
|
1185
|
+
* username, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html#creating-access-entries">Creating
|
|
1186
|
+
* access entries</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
1187
|
+
*/
|
|
1188
|
+
username?: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* @public
|
|
1191
|
+
* <p>If the <code>principalArn</code> is for an IAM role that's used for
|
|
1192
|
+
* self-managed Amazon EC2 nodes, specify <code>EC2_LINUX</code> or
|
|
1193
|
+
* <code>EC2_WINDOWS</code>. Amazon EKS grants the necessary permissions to the
|
|
1194
|
+
* node for you. If the <code>principalArn</code> is for any other purpose, specify
|
|
1195
|
+
* <code>STANDARD</code>. If you don't specify a value, Amazon EKS sets the
|
|
1196
|
+
* value to <code>STANDARD</code>. It's unnecessary to create access entries for IAM roles used with Fargate profiles or managed Amazon EC2 nodes, because Amazon EKS creates entries in the
|
|
1197
|
+
* <code>aws-auth</code>
|
|
1198
|
+
* <code>ConfigMap</code> for the roles. You can't change this value once you've created
|
|
1199
|
+
* the access entry.</p>
|
|
1200
|
+
* <p>If you set the value to <code>EC2_LINUX</code> or <code>EC2_WINDOWS</code>, you can't
|
|
1201
|
+
* specify values for <code>kubernetesGroups</code>, or associate an
|
|
1202
|
+
* <code>AccessPolicy</code> to the access entry.</p>
|
|
1203
|
+
*/
|
|
1204
|
+
type?: string;
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* @public
|
|
1208
|
+
*/
|
|
1209
|
+
export interface CreateAccessEntryResponse {
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
* <p>An access entry allows an IAM principal (user or role) to access your
|
|
1213
|
+
* cluster. Access entries can replace the need to maintain the <code>aws-auth</code>
|
|
1214
|
+
* <code>ConfigMap</code> for authentication. For more information about access entries,
|
|
1215
|
+
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html">Access
|
|
1216
|
+
* entries</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
1217
|
+
*/
|
|
1218
|
+
accessEntry?: AccessEntry;
|
|
1219
|
+
}
|
|
1220
|
+
/**
|
|
1221
|
+
* @public
|
|
1222
|
+
* <p>You have encountered a service limit on the specified resource.</p>
|
|
1223
|
+
*/
|
|
1224
|
+
export declare class ResourceLimitExceededException extends __BaseException {
|
|
1225
|
+
readonly name: "ResourceLimitExceededException";
|
|
1226
|
+
readonly $fault: "client";
|
|
1227
|
+
/**
|
|
1228
|
+
* @public
|
|
1229
|
+
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
1230
|
+
*/
|
|
1231
|
+
clusterName?: string;
|
|
1232
|
+
/**
|
|
1233
|
+
* @public
|
|
1234
|
+
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
1235
|
+
*/
|
|
1236
|
+
nodegroupName?: string;
|
|
1237
|
+
/**
|
|
1238
|
+
* @public
|
|
1239
|
+
* <p>The Amazon EKS subscription ID with the exception.</p>
|
|
1240
|
+
*/
|
|
1241
|
+
subscriptionId?: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* @internal
|
|
1244
|
+
*/
|
|
1245
|
+
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
1246
|
+
}
|
|
892
1247
|
/**
|
|
893
1248
|
* @public
|
|
894
1249
|
* @enum
|
|
@@ -908,14 +1263,13 @@ export type ResolveConflicts = (typeof ResolveConflicts)[keyof typeof ResolveCon
|
|
|
908
1263
|
export interface CreateAddonRequest {
|
|
909
1264
|
/**
|
|
910
1265
|
* @public
|
|
911
|
-
* <p>The name of
|
|
1266
|
+
* <p>The name of your cluster.</p>
|
|
912
1267
|
*/
|
|
913
1268
|
clusterName: string | undefined;
|
|
914
1269
|
/**
|
|
915
1270
|
* @public
|
|
916
|
-
* <p>The name of the add-on. The name must match one of the names
|
|
917
|
-
*
|
|
918
|
-
* </a> returns.</p>
|
|
1271
|
+
* <p>The name of the add-on. The name must match one of the names returned by
|
|
1272
|
+
* <code>DescribeAddonVersions</code>.</p>
|
|
919
1273
|
*/
|
|
920
1274
|
addonName: string | undefined;
|
|
921
1275
|
/**
|
|
@@ -971,22 +1325,22 @@ export interface CreateAddonRequest {
|
|
|
971
1325
|
resolveConflicts?: ResolveConflicts;
|
|
972
1326
|
/**
|
|
973
1327
|
* @public
|
|
974
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
975
|
-
*
|
|
1328
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1329
|
+
* the idempotency of the request.</p>
|
|
976
1330
|
*/
|
|
977
1331
|
clientRequestToken?: string;
|
|
978
1332
|
/**
|
|
979
1333
|
* @public
|
|
980
|
-
* <p>
|
|
981
|
-
* Each tag consists of a key and an optional value. You define both
|
|
1334
|
+
* <p>Metadata that assists with categorization and organization.
|
|
1335
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
1336
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
982
1337
|
*/
|
|
983
1338
|
tags?: Record<string, string>;
|
|
984
1339
|
/**
|
|
985
1340
|
* @public
|
|
986
1341
|
* <p>The set of configuration values for the add-on that's created. The values that you
|
|
987
|
-
* provide are validated against the schema
|
|
988
|
-
*
|
|
989
|
-
* </a>.</p>
|
|
1342
|
+
* provide are validated against the schema returned by
|
|
1343
|
+
* <code>DescribeAddonConfiguration</code>.</p>
|
|
990
1344
|
*/
|
|
991
1345
|
configurationValues?: string;
|
|
992
1346
|
}
|
|
@@ -1001,6 +1355,27 @@ export interface CreateAddonResponse {
|
|
|
1001
1355
|
*/
|
|
1002
1356
|
addon?: Addon;
|
|
1003
1357
|
}
|
|
1358
|
+
/**
|
|
1359
|
+
* @public
|
|
1360
|
+
* <p>The access configuration information for the cluster.</p>
|
|
1361
|
+
*/
|
|
1362
|
+
export interface CreateAccessConfigRequest {
|
|
1363
|
+
/**
|
|
1364
|
+
* @public
|
|
1365
|
+
* <p>Specifies whether or not the cluster creator IAM principal was set as a
|
|
1366
|
+
* cluster admin access entry during cluster creation time. The default value is
|
|
1367
|
+
* <code>true</code>.</p>
|
|
1368
|
+
*/
|
|
1369
|
+
bootstrapClusterCreatorAdminPermissions?: boolean;
|
|
1370
|
+
/**
|
|
1371
|
+
* @public
|
|
1372
|
+
* <p>The desired authentication mode for the cluster. If you create a cluster by using the
|
|
1373
|
+
* EKS API, Amazon Web Services SDKs, or CloudFormation, the default is <code>CONFIG_MAP</code>. If you create
|
|
1374
|
+
* the cluster by using the Amazon Web Services Management Console, the default value is
|
|
1375
|
+
* <code>API_AND_CONFIG_MAP</code>.</p>
|
|
1376
|
+
*/
|
|
1377
|
+
authenticationMode?: AuthenticationMode;
|
|
1378
|
+
}
|
|
1004
1379
|
/**
|
|
1005
1380
|
* @public
|
|
1006
1381
|
* @enum
|
|
@@ -1036,12 +1411,12 @@ export interface KubernetesNetworkConfigRequest {
|
|
|
1036
1411
|
* VPC.</p>
|
|
1037
1412
|
* </li>
|
|
1038
1413
|
* <li>
|
|
1039
|
-
* <p>Between
|
|
1414
|
+
* <p>Between <code>/24</code> and <code>/12</code>.</p>
|
|
1040
1415
|
* </li>
|
|
1041
1416
|
* </ul>
|
|
1042
1417
|
* <important>
|
|
1043
|
-
* <p>You can only specify a custom CIDR block when you create a cluster
|
|
1044
|
-
* change this value
|
|
1418
|
+
* <p>You can only specify a custom CIDR block when you create a cluster. You can't
|
|
1419
|
+
* change this value after the cluster is created.</p>
|
|
1045
1420
|
* </important>
|
|
1046
1421
|
*/
|
|
1047
1422
|
serviceIpv4Cidr?: string;
|
|
@@ -1118,8 +1493,8 @@ export interface Logging {
|
|
|
1118
1493
|
export interface ControlPlanePlacementRequest {
|
|
1119
1494
|
/**
|
|
1120
1495
|
* @public
|
|
1121
|
-
* <p>The name of the placement group for the Kubernetes control plane instances. This
|
|
1122
|
-
*
|
|
1496
|
+
* <p>The name of the placement group for the Kubernetes control plane instances. This setting
|
|
1497
|
+
* can't be changed after cluster creation. </p>
|
|
1123
1498
|
*/
|
|
1124
1499
|
groupName?: string;
|
|
1125
1500
|
}
|
|
@@ -1213,9 +1588,9 @@ export interface VpcConfigRequest {
|
|
|
1213
1588
|
* <p>The CIDR blocks that are allowed access to your cluster's public Kubernetes API server
|
|
1214
1589
|
* endpoint. Communication to the endpoint from addresses outside of the CIDR blocks that
|
|
1215
1590
|
* you specify is denied. The default value is <code>0.0.0.0/0</code>. If you've disabled
|
|
1216
|
-
* private endpoint access
|
|
1217
|
-
*
|
|
1218
|
-
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in the
|
|
1591
|
+
* private endpoint access, make sure that you specify the necessary CIDR blocks for every
|
|
1592
|
+
* node and Fargate
|
|
1593
|
+
* <code>Pod</code> in the cluster. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in the
|
|
1219
1594
|
* <i>
|
|
1220
1595
|
* <i>Amazon EKS User Guide</i>
|
|
1221
1596
|
* </i>.</p>
|
|
@@ -1280,14 +1655,15 @@ export interface CreateClusterRequest {
|
|
|
1280
1655
|
logging?: Logging;
|
|
1281
1656
|
/**
|
|
1282
1657
|
* @public
|
|
1283
|
-
* <p>
|
|
1284
|
-
*
|
|
1658
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
1659
|
+
* the idempotency of the request.</p>
|
|
1285
1660
|
*/
|
|
1286
1661
|
clientRequestToken?: string;
|
|
1287
1662
|
/**
|
|
1288
1663
|
* @public
|
|
1289
|
-
* <p>
|
|
1290
|
-
* Each tag consists of a key and an optional value. You define both
|
|
1664
|
+
* <p>Metadata that assists with categorization and organization.
|
|
1665
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
1666
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
1291
1667
|
*/
|
|
1292
1668
|
tags?: Record<string, string>;
|
|
1293
1669
|
/**
|
|
@@ -1305,6 +1681,11 @@ export interface CreateClusterRequest {
|
|
|
1305
1681
|
* on the Amazon Web Services cloud.</p>
|
|
1306
1682
|
*/
|
|
1307
1683
|
outpostConfig?: OutpostConfigRequest;
|
|
1684
|
+
/**
|
|
1685
|
+
* @public
|
|
1686
|
+
* <p>The access configuration for the cluster.</p>
|
|
1687
|
+
*/
|
|
1688
|
+
accessConfig?: CreateAccessConfigRequest;
|
|
1308
1689
|
}
|
|
1309
1690
|
/**
|
|
1310
1691
|
* @public
|
|
@@ -1421,8 +1802,8 @@ export interface ClusterHealth {
|
|
|
1421
1802
|
}
|
|
1422
1803
|
/**
|
|
1423
1804
|
* @public
|
|
1424
|
-
* <p>An object representing the <a href="https://openid.net/connect/">OpenID
|
|
1425
|
-
*
|
|
1805
|
+
* <p>An object representing the <a href="https://openid.net/connect/">OpenID Connect</a>
|
|
1806
|
+
* (OIDC) identity provider information for the cluster.</p>
|
|
1426
1807
|
*/
|
|
1427
1808
|
export interface OIDC {
|
|
1428
1809
|
/**
|
|
@@ -1438,8 +1819,8 @@ export interface OIDC {
|
|
|
1438
1819
|
export interface Identity {
|
|
1439
1820
|
/**
|
|
1440
1821
|
* @public
|
|
1441
|
-
* <p>An object representing the <a href="https://openid.net/connect/">OpenID
|
|
1442
|
-
*
|
|
1822
|
+
* <p>An object representing the <a href="https://openid.net/connect/">OpenID Connect</a>
|
|
1823
|
+
* identity provider information.</p>
|
|
1443
1824
|
*/
|
|
1444
1825
|
oidc?: OIDC;
|
|
1445
1826
|
}
|
|
@@ -1451,12 +1832,13 @@ export interface Identity {
|
|
|
1451
1832
|
export interface KubernetesNetworkConfigResponse {
|
|
1452
1833
|
/**
|
|
1453
1834
|
* @public
|
|
1454
|
-
* <p>The CIDR block that Kubernetes
|
|
1455
|
-
*
|
|
1456
|
-
* you didn't specify a CIDR block when
|
|
1457
|
-
* addresses from either the
|
|
1458
|
-
*
|
|
1459
|
-
* can't be
|
|
1835
|
+
* <p>The CIDR block that Kubernetes <code>Pod</code> and <code>Service</code> object IP
|
|
1836
|
+
* addresses are assigned from. Kubernetes assigns addresses from an <code>IPv4</code> CIDR
|
|
1837
|
+
* block assigned to a subnet that the node is in. If you didn't specify a CIDR block when
|
|
1838
|
+
* you created the cluster, then Kubernetes assigns addresses from either the
|
|
1839
|
+
* <code>10.100.0.0/16</code> or <code>172.20.0.0/16</code> CIDR blocks. If this was
|
|
1840
|
+
* specified, then it was specified when the cluster was created and it can't be
|
|
1841
|
+
* changed.</p>
|
|
1460
1842
|
*/
|
|
1461
1843
|
serviceIpv4Cidr?: string;
|
|
1462
1844
|
/**
|
|
@@ -1471,10 +1853,11 @@ export interface KubernetesNetworkConfigResponse {
|
|
|
1471
1853
|
serviceIpv6Cidr?: string;
|
|
1472
1854
|
/**
|
|
1473
1855
|
* @public
|
|
1474
|
-
* <p>The IP family used to assign Kubernetes
|
|
1475
|
-
* always <code>ipv4</code>, unless you have a
|
|
1476
|
-
*
|
|
1477
|
-
* created the cluster.
|
|
1856
|
+
* <p>The IP family used to assign Kubernetes <code>Pod</code> and <code>Service</code> objects
|
|
1857
|
+
* IP addresses. The IP family is always <code>ipv4</code>, unless you have a
|
|
1858
|
+
* <code>1.21</code> or later cluster running version <code>1.10.1</code> or later of
|
|
1859
|
+
* the Amazon VPC CNI plugin for Kubernetes and specified <code>ipv6</code> when you created the cluster.
|
|
1860
|
+
* </p>
|
|
1478
1861
|
*/
|
|
1479
1862
|
ipFamily?: IpFamily;
|
|
1480
1863
|
}
|
|
@@ -1549,10 +1932,7 @@ export interface VpcConfigResponse {
|
|
|
1549
1932
|
vpcId?: string;
|
|
1550
1933
|
/**
|
|
1551
1934
|
* @public
|
|
1552
|
-
* <p>
|
|
1553
|
-
* enabled. If the Amazon EKS public API server endpoint is disabled, your
|
|
1554
|
-
* cluster's Kubernetes API server can only receive requests that originate from within the
|
|
1555
|
-
* cluster VPC.</p>
|
|
1935
|
+
* <p>Whether the public API server endpoint is enabled.</p>
|
|
1556
1936
|
*/
|
|
1557
1937
|
endpointPublicAccess?: boolean;
|
|
1558
1938
|
/**
|
|
@@ -1572,13 +1952,7 @@ export interface VpcConfigResponse {
|
|
|
1572
1952
|
/**
|
|
1573
1953
|
* @public
|
|
1574
1954
|
* <p>The CIDR blocks that are allowed access to your cluster's public Kubernetes API server
|
|
1575
|
-
* endpoint
|
|
1576
|
-
* is denied. The default value is <code>0.0.0.0/0</code>. If you've disabled private
|
|
1577
|
-
* endpoint access and you have nodes or Fargate pods in the cluster,
|
|
1578
|
-
* then ensure that the necessary CIDR blocks are listed. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html">Amazon EKS cluster endpoint access control</a> in the
|
|
1579
|
-
* <i>
|
|
1580
|
-
* <i>Amazon EKS User Guide</i>
|
|
1581
|
-
* </i>.</p>
|
|
1955
|
+
* endpoint.</p>
|
|
1582
1956
|
*/
|
|
1583
1957
|
publicAccessCidrs?: string[];
|
|
1584
1958
|
}
|
|
@@ -1605,7 +1979,7 @@ export type ClusterStatus = (typeof ClusterStatus)[keyof typeof ClusterStatus];
|
|
|
1605
1979
|
export interface Cluster {
|
|
1606
1980
|
/**
|
|
1607
1981
|
* @public
|
|
1608
|
-
* <p>The name of
|
|
1982
|
+
* <p>The name of your cluster.</p>
|
|
1609
1983
|
*/
|
|
1610
1984
|
name?: string;
|
|
1611
1985
|
/**
|
|
@@ -1615,7 +1989,7 @@ export interface Cluster {
|
|
|
1615
1989
|
arn?: string;
|
|
1616
1990
|
/**
|
|
1617
1991
|
* @public
|
|
1618
|
-
* <p>The Unix epoch timestamp
|
|
1992
|
+
* <p>The Unix epoch timestamp at object creation.</p>
|
|
1619
1993
|
*/
|
|
1620
1994
|
createdAt?: Date;
|
|
1621
1995
|
/**
|
|
@@ -1639,7 +2013,7 @@ export interface Cluster {
|
|
|
1639
2013
|
* <p>The VPC configuration used by the cluster control plane. Amazon EKS VPC
|
|
1640
2014
|
* resources have specific requirements to work properly with Kubernetes. For more information,
|
|
1641
2015
|
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html">Cluster VPC
|
|
1642
|
-
*
|
|
2016
|
+
* considerations</a> and <a href="https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html">Cluster security group considerations</a> in the
|
|
1643
2017
|
* <i>Amazon EKS User Guide</i>.</p>
|
|
1644
2018
|
*/
|
|
1645
2019
|
resourcesVpcConfig?: VpcConfigResponse;
|
|
@@ -1670,23 +2044,28 @@ export interface Cluster {
|
|
|
1670
2044
|
certificateAuthority?: Certificate;
|
|
1671
2045
|
/**
|
|
1672
2046
|
* @public
|
|
1673
|
-
* <p>
|
|
1674
|
-
*
|
|
2047
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
2048
|
+
* the idempotency of the request.</p>
|
|
1675
2049
|
*/
|
|
1676
2050
|
clientRequestToken?: string;
|
|
1677
2051
|
/**
|
|
1678
2052
|
* @public
|
|
1679
|
-
* <p>The platform version of your Amazon EKS cluster. For more information
|
|
1680
|
-
*
|
|
2053
|
+
* <p>The platform version of your Amazon EKS cluster. For more information about
|
|
2054
|
+
* clusters deployed on the Amazon Web Services Cloud, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html">Platform
|
|
2055
|
+
* versions</a> in the <i>
|
|
2056
|
+
* <i>Amazon EKS User Guide</i>
|
|
2057
|
+
* </i>. For more information
|
|
2058
|
+
* about local clusters deployed on an Outpost, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts-platform-versions.html">Amazon EKS local cluster platform versions</a> in the
|
|
2059
|
+
* <i>
|
|
1681
2060
|
* <i>Amazon EKS User Guide</i>
|
|
1682
2061
|
* </i>.</p>
|
|
1683
2062
|
*/
|
|
1684
2063
|
platformVersion?: string;
|
|
1685
2064
|
/**
|
|
1686
2065
|
* @public
|
|
1687
|
-
* <p>
|
|
1688
|
-
*
|
|
1689
|
-
*
|
|
2066
|
+
* <p>Metadata that assists with categorization and organization.
|
|
2067
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
2068
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
1690
2069
|
*/
|
|
1691
2070
|
tags?: Record<string, string>;
|
|
1692
2071
|
/**
|
|
@@ -1718,43 +2097,21 @@ export interface Cluster {
|
|
|
1718
2097
|
* an Amazon Web Services Outpost. This object isn't available for clusters on the Amazon Web Services cloud.</p>
|
|
1719
2098
|
*/
|
|
1720
2099
|
outpostConfig?: OutpostConfigResponse;
|
|
1721
|
-
}
|
|
1722
|
-
/**
|
|
1723
|
-
* @public
|
|
1724
|
-
*/
|
|
1725
|
-
export interface CreateClusterResponse {
|
|
1726
2100
|
/**
|
|
1727
2101
|
* @public
|
|
1728
|
-
* <p>The
|
|
2102
|
+
* <p>The access configuration for the cluster.</p>
|
|
1729
2103
|
*/
|
|
1730
|
-
|
|
2104
|
+
accessConfig?: AccessConfigResponse;
|
|
1731
2105
|
}
|
|
1732
2106
|
/**
|
|
1733
2107
|
* @public
|
|
1734
|
-
* <p>You have encountered a service limit on the specified resource.</p>
|
|
1735
2108
|
*/
|
|
1736
|
-
export
|
|
1737
|
-
readonly name: "ResourceLimitExceededException";
|
|
1738
|
-
readonly $fault: "client";
|
|
1739
|
-
/**
|
|
1740
|
-
* @public
|
|
1741
|
-
* <p>The Amazon EKS cluster associated with the exception.</p>
|
|
1742
|
-
*/
|
|
1743
|
-
clusterName?: string;
|
|
1744
|
-
/**
|
|
1745
|
-
* @public
|
|
1746
|
-
* <p>The Amazon EKS managed node group associated with the exception.</p>
|
|
1747
|
-
*/
|
|
1748
|
-
nodegroupName?: string;
|
|
2109
|
+
export interface CreateClusterResponse {
|
|
1749
2110
|
/**
|
|
1750
2111
|
* @public
|
|
1751
|
-
* <p>The
|
|
1752
|
-
*/
|
|
1753
|
-
subscriptionId?: string;
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
2112
|
+
* <p>The full description of your new cluster.</p>
|
|
1756
2113
|
*/
|
|
1757
|
-
|
|
2114
|
+
cluster?: Cluster;
|
|
1758
2115
|
}
|
|
1759
2116
|
/**
|
|
1760
2117
|
* @public
|
|
@@ -1880,7 +2237,8 @@ export interface CreateEksAnywhereSubscriptionRequest {
|
|
|
1880
2237
|
autoRenew?: boolean;
|
|
1881
2238
|
/**
|
|
1882
2239
|
* @public
|
|
1883
|
-
* <p>
|
|
2240
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
2241
|
+
* the idempotency of the request.</p>
|
|
1884
2242
|
*/
|
|
1885
2243
|
clientRequestToken?: string;
|
|
1886
2244
|
/**
|
|
@@ -1982,7 +2340,7 @@ export interface CreateEksAnywhereSubscriptionResponse {
|
|
|
1982
2340
|
export interface FargateProfileSelector {
|
|
1983
2341
|
/**
|
|
1984
2342
|
* @public
|
|
1985
|
-
* <p>The Kubernetes namespace that the selector should match.</p>
|
|
2343
|
+
* <p>The Kubernetes <code>namespace</code> that the selector should match.</p>
|
|
1986
2344
|
*/
|
|
1987
2345
|
namespace?: string;
|
|
1988
2346
|
/**
|
|
@@ -2003,46 +2361,46 @@ export interface CreateFargateProfileRequest {
|
|
|
2003
2361
|
fargateProfileName: string | undefined;
|
|
2004
2362
|
/**
|
|
2005
2363
|
* @public
|
|
2006
|
-
* <p>The name of
|
|
2007
|
-
* to.</p>
|
|
2364
|
+
* <p>The name of your cluster.</p>
|
|
2008
2365
|
*/
|
|
2009
2366
|
clusterName: string | undefined;
|
|
2010
2367
|
/**
|
|
2011
2368
|
* @public
|
|
2012
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
2013
|
-
* the Fargate profile. The
|
|
2014
|
-
* infrastructure to register with your
|
|
2015
|
-
*
|
|
2016
|
-
*
|
|
2369
|
+
* <p>The Amazon Resource Name (ARN) of the <code>Pod</code> execution role to use for a <code>Pod</code>
|
|
2370
|
+
* that matches the selectors in the Fargate profile. The <code>Pod</code>
|
|
2371
|
+
* execution role allows Fargate infrastructure to register with your
|
|
2372
|
+
* cluster as a node, and it provides read access to Amazon ECR image repositories.
|
|
2373
|
+
* For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">
|
|
2374
|
+
* <code>Pod</code> execution
|
|
2375
|
+
* role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2017
2376
|
*/
|
|
2018
2377
|
podExecutionRoleArn: string | undefined;
|
|
2019
2378
|
/**
|
|
2020
2379
|
* @public
|
|
2021
|
-
* <p>The IDs of subnets to launch
|
|
2022
|
-
*
|
|
2380
|
+
* <p>The IDs of subnets to launch a <code>Pod</code> into. A <code>Pod</code> running on
|
|
2381
|
+
* Fargate isn't assigned a public IP address, so only private subnets
|
|
2382
|
+
* (with no direct route to an Internet Gateway) are accepted for this parameter.</p>
|
|
2023
2383
|
*/
|
|
2024
2384
|
subnets?: string[];
|
|
2025
2385
|
/**
|
|
2026
2386
|
* @public
|
|
2027
|
-
* <p>The selectors to match for
|
|
2028
|
-
* selector must have an associated namespace
|
|
2029
|
-
*
|
|
2030
|
-
* profile.</p>
|
|
2387
|
+
* <p>The selectors to match for a <code>Pod</code> to use this Fargate
|
|
2388
|
+
* profile. Each selector must have an associated Kubernetes <code>namespace</code>. Optionally,
|
|
2389
|
+
* you can also specify <code>labels</code> for a <code>namespace</code>. You may specify
|
|
2390
|
+
* up to five selectors in a Fargate profile.</p>
|
|
2031
2391
|
*/
|
|
2032
2392
|
selectors?: FargateProfileSelector[];
|
|
2033
2393
|
/**
|
|
2034
2394
|
* @public
|
|
2035
|
-
* <p>
|
|
2036
|
-
*
|
|
2395
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
2396
|
+
* the idempotency of the request.</p>
|
|
2037
2397
|
*/
|
|
2038
2398
|
clientRequestToken?: string;
|
|
2039
2399
|
/**
|
|
2040
2400
|
* @public
|
|
2041
|
-
* <p>
|
|
2042
|
-
*
|
|
2043
|
-
*
|
|
2044
|
-
* associated with the Fargate profile, such as the pods that are scheduled
|
|
2045
|
-
* with it.</p>
|
|
2401
|
+
* <p>Metadata that assists with categorization and organization.
|
|
2402
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
2403
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
2046
2404
|
*/
|
|
2047
2405
|
tags?: Record<string, string>;
|
|
2048
2406
|
}
|
|
@@ -2078,31 +2436,31 @@ export interface FargateProfile {
|
|
|
2078
2436
|
fargateProfileArn?: string;
|
|
2079
2437
|
/**
|
|
2080
2438
|
* @public
|
|
2081
|
-
* <p>The name of
|
|
2082
|
-
* belongs to.</p>
|
|
2439
|
+
* <p>The name of your cluster.</p>
|
|
2083
2440
|
*/
|
|
2084
2441
|
clusterName?: string;
|
|
2085
2442
|
/**
|
|
2086
2443
|
* @public
|
|
2087
|
-
* <p>The Unix epoch timestamp
|
|
2088
|
-
* created.</p>
|
|
2444
|
+
* <p>The Unix epoch timestamp at object creation.</p>
|
|
2089
2445
|
*/
|
|
2090
2446
|
createdAt?: Date;
|
|
2091
2447
|
/**
|
|
2092
2448
|
* @public
|
|
2093
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
2094
|
-
* the Fargate profile. For more information,
|
|
2095
|
-
*
|
|
2449
|
+
* <p>The Amazon Resource Name (ARN) of the <code>Pod</code> execution role to use for any <code>Pod</code>
|
|
2450
|
+
* that matches the selectors in the Fargate profile. For more information,
|
|
2451
|
+
* see <a href="https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html">
|
|
2452
|
+
* <code>Pod</code> execution role</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2096
2453
|
*/
|
|
2097
2454
|
podExecutionRoleArn?: string;
|
|
2098
2455
|
/**
|
|
2099
2456
|
* @public
|
|
2100
|
-
* <p>The IDs of subnets to launch
|
|
2457
|
+
* <p>The IDs of subnets to launch a <code>Pod</code> into.</p>
|
|
2101
2458
|
*/
|
|
2102
2459
|
subnets?: string[];
|
|
2103
2460
|
/**
|
|
2104
2461
|
* @public
|
|
2105
|
-
* <p>The selectors to match for
|
|
2462
|
+
* <p>The selectors to match for a <code>Pod</code> to use this Fargate
|
|
2463
|
+
* profile.</p>
|
|
2106
2464
|
*/
|
|
2107
2465
|
selectors?: FargateProfileSelector[];
|
|
2108
2466
|
/**
|
|
@@ -2112,11 +2470,9 @@ export interface FargateProfile {
|
|
|
2112
2470
|
status?: FargateProfileStatus;
|
|
2113
2471
|
/**
|
|
2114
2472
|
* @public
|
|
2115
|
-
* <p>
|
|
2116
|
-
*
|
|
2117
|
-
*
|
|
2118
|
-
* associated with the Fargate profile, such as the pods that are scheduled
|
|
2119
|
-
* with it.</p>
|
|
2473
|
+
* <p>Metadata that assists with categorization and organization.
|
|
2474
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
2475
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
2120
2476
|
*/
|
|
2121
2477
|
tags?: Record<string, string>;
|
|
2122
2478
|
}
|
|
@@ -2212,10 +2568,10 @@ export interface RemoteAccessConfig {
|
|
|
2212
2568
|
}
|
|
2213
2569
|
/**
|
|
2214
2570
|
* @public
|
|
2215
|
-
* <p>An object representing the scaling configuration details for the Auto Scaling
|
|
2216
|
-
* that is associated with your node group. When creating a node group, you must
|
|
2217
|
-
* all or none of the properties. When updating a node group, you can specify any
|
|
2218
|
-
* of the properties.</p>
|
|
2571
|
+
* <p>An object representing the scaling configuration details for the Auto Scaling
|
|
2572
|
+
* group that is associated with your node group. When creating a node group, you must
|
|
2573
|
+
* specify all or none of the properties. When updating a node group, you can specify any
|
|
2574
|
+
* or none of the properties.</p>
|
|
2219
2575
|
*/
|
|
2220
2576
|
export interface NodegroupScalingConfig {
|
|
2221
2577
|
/**
|
|
@@ -2233,7 +2589,8 @@ export interface NodegroupScalingConfig {
|
|
|
2233
2589
|
* @public
|
|
2234
2590
|
* <p>The current number of nodes that the managed node group should maintain.</p>
|
|
2235
2591
|
* <important>
|
|
2236
|
-
* <p>If you use
|
|
2592
|
+
* <p>If you use the Kubernetes <a href="https://github.com/kubernetes/autoscaler#kubernetes-autoscaler">Cluster
|
|
2593
|
+
* Autoscaler</a>, you shouldn't change the <code>desiredSize</code> value
|
|
2237
2594
|
* directly, as this can cause the Cluster Autoscaler to suddenly scale up or scale
|
|
2238
2595
|
* down.</p>
|
|
2239
2596
|
* </important>
|
|
@@ -2244,13 +2601,13 @@ export interface NodegroupScalingConfig {
|
|
|
2244
2601
|
*
|
|
2245
2602
|
* When using CloudFormation, no action occurs if you remove this parameter from your CFN
|
|
2246
2603
|
* template.</p>
|
|
2247
|
-
* <p>This parameter can be different from minSize in some cases, such as when
|
|
2248
|
-
* extra hosts for testing. This parameter can also be different when you
|
|
2249
|
-
* with an estimated number of needed hosts, but let Cluster Autoscaler
|
|
2250
|
-
* if there are too many. When Cluster Autoscaler is used, the
|
|
2251
|
-
*
|
|
2252
|
-
* Cluster Autoscaler doesn't scale a managed
|
|
2253
|
-
* maxSize
|
|
2604
|
+
* <p>This parameter can be different from <code>minSize</code> in some cases, such as when
|
|
2605
|
+
* starting with extra hosts for testing. This parameter can also be different when you
|
|
2606
|
+
* want to start with an estimated number of needed hosts, but let the Cluster Autoscaler
|
|
2607
|
+
* reduce the number if there are too many. When the Cluster Autoscaler is used, the
|
|
2608
|
+
* <code>desiredSize</code> parameter is altered by the Cluster Autoscaler (but can be
|
|
2609
|
+
* out-of-date for short periods of time). the Cluster Autoscaler doesn't scale a managed
|
|
2610
|
+
* node group lower than <code>minSize</code> or higher than <code>maxSize</code>.</p>
|
|
2254
2611
|
*/
|
|
2255
2612
|
desiredSize?: number;
|
|
2256
2613
|
}
|
|
@@ -2269,7 +2626,9 @@ export declare const TaintEffect: {
|
|
|
2269
2626
|
export type TaintEffect = (typeof TaintEffect)[keyof typeof TaintEffect];
|
|
2270
2627
|
/**
|
|
2271
2628
|
* @public
|
|
2272
|
-
* <p>A property that allows a node to repel a
|
|
2629
|
+
* <p>A property that allows a node to repel a <code>Pod</code>. For more information, see
|
|
2630
|
+
* <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on
|
|
2631
|
+
* managed node groups</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2273
2632
|
*/
|
|
2274
2633
|
export interface Taint {
|
|
2275
2634
|
/**
|
|
@@ -2295,7 +2654,7 @@ export interface Taint {
|
|
|
2295
2654
|
export interface NodegroupUpdateConfig {
|
|
2296
2655
|
/**
|
|
2297
2656
|
* @public
|
|
2298
|
-
* <p>The maximum number of nodes unavailable at once during a version update. Nodes
|
|
2657
|
+
* <p>The maximum number of nodes unavailable at once during a version update. Nodes are
|
|
2299
2658
|
* updated in parallel. This value or <code>maxUnavailablePercentage</code> is required to
|
|
2300
2659
|
* have a value.The maximum number is 100.</p>
|
|
2301
2660
|
*/
|
|
@@ -2303,7 +2662,7 @@ export interface NodegroupUpdateConfig {
|
|
|
2303
2662
|
/**
|
|
2304
2663
|
* @public
|
|
2305
2664
|
* <p>The maximum percentage of nodes unavailable during a version update. This percentage
|
|
2306
|
-
* of nodes
|
|
2665
|
+
* of nodes are updated in parallel, up to 100 nodes at once. This value or
|
|
2307
2666
|
* <code>maxUnavailable</code> is required to have a value.</p>
|
|
2308
2667
|
*/
|
|
2309
2668
|
maxUnavailablePercentage?: number;
|
|
@@ -2314,7 +2673,7 @@ export interface NodegroupUpdateConfig {
|
|
|
2314
2673
|
export interface CreateNodegroupRequest {
|
|
2315
2674
|
/**
|
|
2316
2675
|
* @public
|
|
2317
|
-
* <p>The name of
|
|
2676
|
+
* <p>The name of your cluster.</p>
|
|
2318
2677
|
*/
|
|
2319
2678
|
clusterName: string | undefined;
|
|
2320
2679
|
/**
|
|
@@ -2339,10 +2698,10 @@ export interface CreateNodegroupRequest {
|
|
|
2339
2698
|
/**
|
|
2340
2699
|
* @public
|
|
2341
2700
|
* <p>The subnets to use for the Auto Scaling group that is created for your node group.
|
|
2342
|
-
* If you specify <code>launchTemplate</code>, then don't specify <
|
|
2343
|
-
* <
|
|
2344
|
-
* </
|
|
2345
|
-
*
|
|
2701
|
+
* If you specify <code>launchTemplate</code>, then don't specify <code>
|
|
2702
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html">SubnetId</a>
|
|
2703
|
+
* </code> in your launch template, or the node group deployment
|
|
2704
|
+
* will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2346
2705
|
*/
|
|
2347
2706
|
subnets: string[] | undefined;
|
|
2348
2707
|
/**
|
|
@@ -2388,15 +2747,15 @@ export interface CreateNodegroupRequest {
|
|
|
2388
2747
|
* <i>
|
|
2389
2748
|
* <i>Amazon EKS User Guide</i>
|
|
2390
2749
|
* </i>. If you specify <code>launchTemplate</code>, then don't specify
|
|
2391
|
-
*
|
|
2392
|
-
* <
|
|
2393
|
-
* </
|
|
2394
|
-
*
|
|
2750
|
+
* <code>
|
|
2751
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_IamInstanceProfile.html">IamInstanceProfile</a>
|
|
2752
|
+
* </code> in your launch template, or the node group
|
|
2753
|
+
* deployment will fail. For more information about using launch templates with Amazon EKS, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/launch-templates.html">Launch template support</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
2395
2754
|
*/
|
|
2396
2755
|
nodeRole: string | undefined;
|
|
2397
2756
|
/**
|
|
2398
2757
|
* @public
|
|
2399
|
-
* <p>The Kubernetes labels to
|
|
2758
|
+
* <p>The Kubernetes <code>labels</code> to apply to the nodes in the node group when they are
|
|
2400
2759
|
* created.</p>
|
|
2401
2760
|
*/
|
|
2402
2761
|
labels?: Record<string, string>;
|
|
@@ -2409,16 +2768,15 @@ export interface CreateNodegroupRequest {
|
|
|
2409
2768
|
taints?: Taint[];
|
|
2410
2769
|
/**
|
|
2411
2770
|
* @public
|
|
2412
|
-
* <p>
|
|
2413
|
-
*
|
|
2414
|
-
*
|
|
2415
|
-
* as the Amazon EC2 instances or subnets.</p>
|
|
2771
|
+
* <p>Metadata that assists with categorization and organization.
|
|
2772
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
2773
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
2416
2774
|
*/
|
|
2417
2775
|
tags?: Record<string, string>;
|
|
2418
2776
|
/**
|
|
2419
2777
|
* @public
|
|
2420
|
-
* <p>
|
|
2421
|
-
*
|
|
2778
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
2779
|
+
* the idempotency of the request.</p>
|
|
2422
2780
|
*/
|
|
2423
2781
|
clientRequestToken?: string;
|
|
2424
2782
|
/**
|
|
@@ -2569,8 +2927,8 @@ export interface Issue {
|
|
|
2569
2927
|
* instances to be assigned a public IP address, then you need to enable the
|
|
2570
2928
|
* <code>auto-assign public IP address</code> setting for the subnet. See
|
|
2571
2929
|
* <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html#subnet-public-ip">Modifying
|
|
2572
|
-
* the public IPv4 addressing attribute for your subnet</a> in
|
|
2573
|
-
*
|
|
2930
|
+
* the public <code>IPv4</code> addressing attribute for your subnet</a> in
|
|
2931
|
+
* the <i>Amazon VPC User Guide</i>.</p>
|
|
2574
2932
|
* </li>
|
|
2575
2933
|
* <li>
|
|
2576
2934
|
* <p>
|
|
@@ -2686,7 +3044,7 @@ export interface Nodegroup {
|
|
|
2686
3044
|
nodegroupArn?: string;
|
|
2687
3045
|
/**
|
|
2688
3046
|
* @public
|
|
2689
|
-
* <p>The name of
|
|
3047
|
+
* <p>The name of your cluster.</p>
|
|
2690
3048
|
*/
|
|
2691
3049
|
clusterName?: string;
|
|
2692
3050
|
/**
|
|
@@ -2704,14 +3062,12 @@ export interface Nodegroup {
|
|
|
2704
3062
|
releaseVersion?: string;
|
|
2705
3063
|
/**
|
|
2706
3064
|
* @public
|
|
2707
|
-
* <p>The Unix epoch timestamp
|
|
2708
|
-
* created.</p>
|
|
3065
|
+
* <p>The Unix epoch timestamp at object creation.</p>
|
|
2709
3066
|
*/
|
|
2710
3067
|
createdAt?: Date;
|
|
2711
3068
|
/**
|
|
2712
3069
|
* @public
|
|
2713
|
-
* <p>The Unix epoch timestamp
|
|
2714
|
-
* modified.</p>
|
|
3070
|
+
* <p>The Unix epoch timestamp for the last modification to the object.</p>
|
|
2715
3071
|
*/
|
|
2716
3072
|
modifiedAt?: Date;
|
|
2717
3073
|
/**
|
|
@@ -2767,10 +3123,11 @@ export interface Nodegroup {
|
|
|
2767
3123
|
nodeRole?: string;
|
|
2768
3124
|
/**
|
|
2769
3125
|
* @public
|
|
2770
|
-
* <p>The Kubernetes labels applied to the nodes in the node group.</p>
|
|
3126
|
+
* <p>The Kubernetes <code>labels</code> applied to the nodes in the node group.</p>
|
|
2771
3127
|
* <note>
|
|
2772
|
-
* <p>Only labels that are applied with the Amazon EKS API are
|
|
2773
|
-
* may be other Kubernetes labels applied to the nodes in
|
|
3128
|
+
* <p>Only <code>labels</code> that are applied with the Amazon EKS API are
|
|
3129
|
+
* shown here. There may be other Kubernetes <code>labels</code> applied to the nodes in
|
|
3130
|
+
* this group.</p>
|
|
2774
3131
|
* </note>
|
|
2775
3132
|
*/
|
|
2776
3133
|
labels?: Record<string, string>;
|
|
@@ -2814,9 +3171,9 @@ export interface Nodegroup {
|
|
|
2814
3171
|
launchTemplate?: LaunchTemplateSpecification;
|
|
2815
3172
|
/**
|
|
2816
3173
|
* @public
|
|
2817
|
-
* <p>
|
|
2818
|
-
* Each tag consists of a key and an optional value. You define both.
|
|
2819
|
-
*
|
|
3174
|
+
* <p>Metadata that assists with categorization and organization.
|
|
3175
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
3176
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
2820
3177
|
*/
|
|
2821
3178
|
tags?: Record<string, string>;
|
|
2822
3179
|
}
|
|
@@ -2860,12 +3217,15 @@ export interface CreatePodIdentityAssociationRequest {
|
|
|
2860
3217
|
roleArn: string | undefined;
|
|
2861
3218
|
/**
|
|
2862
3219
|
* @public
|
|
2863
|
-
* <p>
|
|
3220
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
3221
|
+
* the idempotency of the request.</p>
|
|
2864
3222
|
*/
|
|
2865
3223
|
clientRequestToken?: string;
|
|
2866
3224
|
/**
|
|
2867
3225
|
* @public
|
|
2868
|
-
* <p>
|
|
3226
|
+
* <p>Metadata that assists with categorization and organization.
|
|
3227
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
3228
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
2869
3229
|
* <p>The following basic restrictions apply to tags:</p>
|
|
2870
3230
|
* <ul>
|
|
2871
3231
|
* <li>
|
|
@@ -2902,7 +3262,7 @@ export interface CreatePodIdentityAssociationRequest {
|
|
|
2902
3262
|
}
|
|
2903
3263
|
/**
|
|
2904
3264
|
* @public
|
|
2905
|
-
* <p>Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that
|
|
3265
|
+
* <p>Amazon EKS Pod Identity associations provide the ability to manage credentials for your applications, similar to the way that Amazon EC2 instance profiles provide credentials to Amazon EC2 instances.</p>
|
|
2906
3266
|
*/
|
|
2907
3267
|
export interface PodIdentityAssociation {
|
|
2908
3268
|
/**
|
|
@@ -2941,7 +3301,9 @@ export interface PodIdentityAssociation {
|
|
|
2941
3301
|
associationId?: string;
|
|
2942
3302
|
/**
|
|
2943
3303
|
* @public
|
|
2944
|
-
* <p>
|
|
3304
|
+
* <p>Metadata that assists with categorization and organization.
|
|
3305
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
3306
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
2945
3307
|
* <p>The following basic restrictions apply to tags:</p>
|
|
2946
3308
|
* <ul>
|
|
2947
3309
|
* <li>
|
|
@@ -2998,13 +3360,33 @@ export interface CreatePodIdentityAssociationResponse {
|
|
|
2998
3360
|
*/
|
|
2999
3361
|
association?: PodIdentityAssociation;
|
|
3000
3362
|
}
|
|
3363
|
+
/**
|
|
3364
|
+
* @public
|
|
3365
|
+
*/
|
|
3366
|
+
export interface DeleteAccessEntryRequest {
|
|
3367
|
+
/**
|
|
3368
|
+
* @public
|
|
3369
|
+
* <p>The name of your cluster.</p>
|
|
3370
|
+
*/
|
|
3371
|
+
clusterName: string | undefined;
|
|
3372
|
+
/**
|
|
3373
|
+
* @public
|
|
3374
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
3375
|
+
*/
|
|
3376
|
+
principalArn: string | undefined;
|
|
3377
|
+
}
|
|
3378
|
+
/**
|
|
3379
|
+
* @public
|
|
3380
|
+
*/
|
|
3381
|
+
export interface DeleteAccessEntryResponse {
|
|
3382
|
+
}
|
|
3001
3383
|
/**
|
|
3002
3384
|
* @public
|
|
3003
3385
|
*/
|
|
3004
3386
|
export interface DeleteAddonRequest {
|
|
3005
3387
|
/**
|
|
3006
3388
|
* @public
|
|
3007
|
-
* <p>The name of
|
|
3389
|
+
* <p>The name of your cluster.</p>
|
|
3008
3390
|
*/
|
|
3009
3391
|
clusterName: string | undefined;
|
|
3010
3392
|
/**
|
|
@@ -3078,8 +3460,7 @@ export interface DeleteEksAnywhereSubscriptionResponse {
|
|
|
3078
3460
|
export interface DeleteFargateProfileRequest {
|
|
3079
3461
|
/**
|
|
3080
3462
|
* @public
|
|
3081
|
-
* <p>The name of
|
|
3082
|
-
* profile to delete.</p>
|
|
3463
|
+
* <p>The name of your cluster.</p>
|
|
3083
3464
|
*/
|
|
3084
3465
|
clusterName: string | undefined;
|
|
3085
3466
|
/**
|
|
@@ -3104,8 +3485,7 @@ export interface DeleteFargateProfileResponse {
|
|
|
3104
3485
|
export interface DeleteNodegroupRequest {
|
|
3105
3486
|
/**
|
|
3106
3487
|
* @public
|
|
3107
|
-
* <p>The name of
|
|
3108
|
-
* group.</p>
|
|
3488
|
+
* <p>The name of your cluster.</p>
|
|
3109
3489
|
*/
|
|
3110
3490
|
clusterName: string | undefined;
|
|
3111
3491
|
/**
|
|
@@ -3169,13 +3549,38 @@ export interface DeregisterClusterResponse {
|
|
|
3169
3549
|
*/
|
|
3170
3550
|
cluster?: Cluster;
|
|
3171
3551
|
}
|
|
3552
|
+
/**
|
|
3553
|
+
* @public
|
|
3554
|
+
*/
|
|
3555
|
+
export interface DescribeAccessEntryRequest {
|
|
3556
|
+
/**
|
|
3557
|
+
* @public
|
|
3558
|
+
* <p>The name of your cluster.</p>
|
|
3559
|
+
*/
|
|
3560
|
+
clusterName: string | undefined;
|
|
3561
|
+
/**
|
|
3562
|
+
* @public
|
|
3563
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
3564
|
+
*/
|
|
3565
|
+
principalArn: string | undefined;
|
|
3566
|
+
}
|
|
3567
|
+
/**
|
|
3568
|
+
* @public
|
|
3569
|
+
*/
|
|
3570
|
+
export interface DescribeAccessEntryResponse {
|
|
3571
|
+
/**
|
|
3572
|
+
* @public
|
|
3573
|
+
* <p>Information about the access entry.</p>
|
|
3574
|
+
*/
|
|
3575
|
+
accessEntry?: AccessEntry;
|
|
3576
|
+
}
|
|
3172
3577
|
/**
|
|
3173
3578
|
* @public
|
|
3174
3579
|
*/
|
|
3175
3580
|
export interface DescribeAddonRequest {
|
|
3176
3581
|
/**
|
|
3177
3582
|
* @public
|
|
3178
|
-
* <p>The name of
|
|
3583
|
+
* <p>The name of your cluster.</p>
|
|
3179
3584
|
*/
|
|
3180
3585
|
clusterName: string | undefined;
|
|
3181
3586
|
/**
|
|
@@ -3203,9 +3608,8 @@ export interface DescribeAddonResponse {
|
|
|
3203
3608
|
export interface DescribeAddonConfigurationRequest {
|
|
3204
3609
|
/**
|
|
3205
3610
|
* @public
|
|
3206
|
-
* <p>The name of the add-on. The name must match one of the names
|
|
3207
|
-
*
|
|
3208
|
-
* </a> returns.</p>
|
|
3611
|
+
* <p>The name of the add-on. The name must match one of the names returned by
|
|
3612
|
+
* <code>DescribeAddonVersions</code>.</p>
|
|
3209
3613
|
*/
|
|
3210
3614
|
addonName: string | undefined;
|
|
3211
3615
|
/**
|
|
@@ -3234,8 +3638,8 @@ export interface DescribeAddonConfigurationResponse {
|
|
|
3234
3638
|
addonVersion?: string;
|
|
3235
3639
|
/**
|
|
3236
3640
|
* @public
|
|
3237
|
-
* <p>A JSON schema that's used to validate the configuration values
|
|
3238
|
-
*
|
|
3641
|
+
* <p>A JSON schema that's used to validate the configuration values you provide when an
|
|
3642
|
+
* add-on is created or updated.</p>
|
|
3239
3643
|
*/
|
|
3240
3644
|
configurationSchema?: string;
|
|
3241
3645
|
}
|
|
@@ -3250,15 +3654,20 @@ export interface DescribeAddonVersionsRequest {
|
|
|
3250
3654
|
kubernetesVersion?: string;
|
|
3251
3655
|
/**
|
|
3252
3656
|
* @public
|
|
3253
|
-
* <p>The maximum number of results
|
|
3657
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
3658
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
3659
|
+
* response element. You can see the remaining results of the initial request by sending
|
|
3660
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
3661
|
+
* between 1 and 100. If you don't use this parameter,
|
|
3662
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
3663
|
+
* returned.</p>
|
|
3254
3664
|
*/
|
|
3255
3665
|
maxResults?: number;
|
|
3256
3666
|
/**
|
|
3257
3667
|
* @public
|
|
3258
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
3259
|
-
* <code>DescribeAddonVersionsRequest</code> where <code>maxResults</code> was used and
|
|
3668
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
3260
3669
|
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
3261
|
-
* the previous results that returned the <code>nextToken</code> value.</p>
|
|
3670
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
3262
3671
|
* <note>
|
|
3263
3672
|
* <p>This token should be treated as an opaque identifier that is used only to
|
|
3264
3673
|
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
@@ -3321,7 +3730,7 @@ export interface DescribeAddonVersionsResponse {
|
|
|
3321
3730
|
export interface DescribeClusterRequest {
|
|
3322
3731
|
/**
|
|
3323
3732
|
* @public
|
|
3324
|
-
* <p>The name of
|
|
3733
|
+
* <p>The name of your cluster.</p>
|
|
3325
3734
|
*/
|
|
3326
3735
|
name: string | undefined;
|
|
3327
3736
|
}
|
|
@@ -3361,8 +3770,7 @@ export interface DescribeEksAnywhereSubscriptionResponse {
|
|
|
3361
3770
|
export interface DescribeFargateProfileRequest {
|
|
3362
3771
|
/**
|
|
3363
3772
|
* @public
|
|
3364
|
-
* <p>The name of
|
|
3365
|
-
* profile.</p>
|
|
3773
|
+
* <p>The name of your cluster.</p>
|
|
3366
3774
|
*/
|
|
3367
3775
|
clusterName: string | undefined;
|
|
3368
3776
|
/**
|
|
@@ -3404,7 +3812,7 @@ export interface IdentityProviderConfig {
|
|
|
3404
3812
|
export interface DescribeIdentityProviderConfigRequest {
|
|
3405
3813
|
/**
|
|
3406
3814
|
* @public
|
|
3407
|
-
* <p>The
|
|
3815
|
+
* <p>The name of your cluster.</p>
|
|
3408
3816
|
*/
|
|
3409
3817
|
clusterName: string | undefined;
|
|
3410
3818
|
/**
|
|
@@ -3428,8 +3836,8 @@ export declare const ConfigStatus: {
|
|
|
3428
3836
|
export type ConfigStatus = (typeof ConfigStatus)[keyof typeof ConfigStatus];
|
|
3429
3837
|
/**
|
|
3430
3838
|
* @public
|
|
3431
|
-
* <p>An object representing the configuration for an OpenID Connect (OIDC) identity
|
|
3432
|
-
*
|
|
3839
|
+
* <p>An object representing the configuration for an OpenID Connect (OIDC) identity provider.
|
|
3840
|
+
* </p>
|
|
3433
3841
|
*/
|
|
3434
3842
|
export interface OidcIdentityProviderConfig {
|
|
3435
3843
|
/**
|
|
@@ -3444,7 +3852,7 @@ export interface OidcIdentityProviderConfig {
|
|
|
3444
3852
|
identityProviderConfigArn?: string;
|
|
3445
3853
|
/**
|
|
3446
3854
|
* @public
|
|
3447
|
-
* <p>The
|
|
3855
|
+
* <p>The name of your cluster.</p>
|
|
3448
3856
|
*/
|
|
3449
3857
|
clusterName?: string;
|
|
3450
3858
|
/**
|
|
@@ -3493,8 +3901,9 @@ export interface OidcIdentityProviderConfig {
|
|
|
3493
3901
|
requiredClaims?: Record<string, string>;
|
|
3494
3902
|
/**
|
|
3495
3903
|
* @public
|
|
3496
|
-
* <p>
|
|
3497
|
-
*
|
|
3904
|
+
* <p>Metadata that assists with categorization and organization.
|
|
3905
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
3906
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
3498
3907
|
*/
|
|
3499
3908
|
tags?: Record<string, string>;
|
|
3500
3909
|
/**
|
|
@@ -3510,8 +3919,7 @@ export interface OidcIdentityProviderConfig {
|
|
|
3510
3919
|
export interface IdentityProviderConfigResponse {
|
|
3511
3920
|
/**
|
|
3512
3921
|
* @public
|
|
3513
|
-
* <p>An object representing an OpenID Connect (OIDC) identity provider
|
|
3514
|
-
* configuration.</p>
|
|
3922
|
+
* <p>An object representing an OpenID Connect (OIDC) identity provider configuration.</p>
|
|
3515
3923
|
*/
|
|
3516
3924
|
oidc?: OidcIdentityProviderConfig;
|
|
3517
3925
|
}
|
|
@@ -3532,7 +3940,7 @@ export interface DescribeIdentityProviderConfigResponse {
|
|
|
3532
3940
|
export interface DescribeNodegroupRequest {
|
|
3533
3941
|
/**
|
|
3534
3942
|
* @public
|
|
3535
|
-
* <p>The name of
|
|
3943
|
+
* <p>The name of your cluster.</p>
|
|
3536
3944
|
*/
|
|
3537
3945
|
clusterName: string | undefined;
|
|
3538
3946
|
/**
|
|
@@ -3578,6 +3986,7 @@ export interface DescribePodIdentityAssociationResponse {
|
|
|
3578
3986
|
}
|
|
3579
3987
|
/**
|
|
3580
3988
|
* @public
|
|
3989
|
+
* <p>Describes an update request.</p>
|
|
3581
3990
|
*/
|
|
3582
3991
|
export interface DescribeUpdateRequest {
|
|
3583
3992
|
/**
|
|
@@ -3614,13 +4023,39 @@ export interface DescribeUpdateResponse {
|
|
|
3614
4023
|
*/
|
|
3615
4024
|
update?: Update;
|
|
3616
4025
|
}
|
|
4026
|
+
/**
|
|
4027
|
+
* @public
|
|
4028
|
+
*/
|
|
4029
|
+
export interface DisassociateAccessPolicyRequest {
|
|
4030
|
+
/**
|
|
4031
|
+
* @public
|
|
4032
|
+
* <p>The name of your cluster.</p>
|
|
4033
|
+
*/
|
|
4034
|
+
clusterName: string | undefined;
|
|
4035
|
+
/**
|
|
4036
|
+
* @public
|
|
4037
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
4038
|
+
*/
|
|
4039
|
+
principalArn: string | undefined;
|
|
4040
|
+
/**
|
|
4041
|
+
* @public
|
|
4042
|
+
* <p>The ARN of the policy to disassociate from the access entry. For a list of
|
|
4043
|
+
* associated policies ARNs, use <code>ListAssociatedAccessPolicies</code>.</p>
|
|
4044
|
+
*/
|
|
4045
|
+
policyArn: string | undefined;
|
|
4046
|
+
}
|
|
4047
|
+
/**
|
|
4048
|
+
* @public
|
|
4049
|
+
*/
|
|
4050
|
+
export interface DisassociateAccessPolicyResponse {
|
|
4051
|
+
}
|
|
3617
4052
|
/**
|
|
3618
4053
|
* @public
|
|
3619
4054
|
*/
|
|
3620
4055
|
export interface DisassociateIdentityProviderConfigRequest {
|
|
3621
4056
|
/**
|
|
3622
4057
|
* @public
|
|
3623
|
-
* <p>The name of
|
|
4058
|
+
* <p>The name of your cluster.</p>
|
|
3624
4059
|
*/
|
|
3625
4060
|
clusterName: string | undefined;
|
|
3626
4061
|
/**
|
|
@@ -3630,8 +4065,8 @@ export interface DisassociateIdentityProviderConfigRequest {
|
|
|
3630
4065
|
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
3631
4066
|
/**
|
|
3632
4067
|
* @public
|
|
3633
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
3634
|
-
*
|
|
4068
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
4069
|
+
* the idempotency of the request.</p>
|
|
3635
4070
|
*/
|
|
3636
4071
|
clientRequestToken?: string;
|
|
3637
4072
|
}
|
|
@@ -3645,34 +4080,141 @@ export interface DisassociateIdentityProviderConfigResponse {
|
|
|
3645
4080
|
*/
|
|
3646
4081
|
update?: Update;
|
|
3647
4082
|
}
|
|
4083
|
+
/**
|
|
4084
|
+
* @public
|
|
4085
|
+
*/
|
|
4086
|
+
export interface ListAccessEntriesRequest {
|
|
4087
|
+
/**
|
|
4088
|
+
* @public
|
|
4089
|
+
* <p>The name of your cluster.</p>
|
|
4090
|
+
*/
|
|
4091
|
+
clusterName: string | undefined;
|
|
4092
|
+
/**
|
|
4093
|
+
* @public
|
|
4094
|
+
* <p>The ARN of an <code>AccessPolicy</code>. When you specify an access policy ARN,
|
|
4095
|
+
* only the access entries associated to that access policy are returned. For a list of
|
|
4096
|
+
* available policy ARNs, use <code>ListAccessPolicies</code>.</p>
|
|
4097
|
+
*/
|
|
4098
|
+
associatedPolicyArn?: string;
|
|
4099
|
+
/**
|
|
4100
|
+
* @public
|
|
4101
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4102
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
4103
|
+
* response element. You can see the remaining results of the initial request by sending
|
|
4104
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4105
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4106
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4107
|
+
* returned.</p>
|
|
4108
|
+
*/
|
|
4109
|
+
maxResults?: number;
|
|
4110
|
+
/**
|
|
4111
|
+
* @public
|
|
4112
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4113
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4114
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4115
|
+
* <note>
|
|
4116
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4117
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4118
|
+
* </note>
|
|
4119
|
+
*/
|
|
4120
|
+
nextToken?: string;
|
|
4121
|
+
}
|
|
4122
|
+
/**
|
|
4123
|
+
* @public
|
|
4124
|
+
*/
|
|
4125
|
+
export interface ListAccessEntriesResponse {
|
|
4126
|
+
/**
|
|
4127
|
+
* @public
|
|
4128
|
+
* <p>The list of access entries that exist for the cluster.</p>
|
|
4129
|
+
*/
|
|
4130
|
+
accessEntries?: string[];
|
|
4131
|
+
/**
|
|
4132
|
+
* @public
|
|
4133
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4134
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4135
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4136
|
+
* <note>
|
|
4137
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4138
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4139
|
+
* </note>
|
|
4140
|
+
*/
|
|
4141
|
+
nextToken?: string;
|
|
4142
|
+
}
|
|
4143
|
+
/**
|
|
4144
|
+
* @public
|
|
4145
|
+
*/
|
|
4146
|
+
export interface ListAccessPoliciesRequest {
|
|
4147
|
+
/**
|
|
4148
|
+
* @public
|
|
4149
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4150
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
4151
|
+
* response element. You can see the remaining results of the initial request by sending
|
|
4152
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4153
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4154
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4155
|
+
* returned.</p>
|
|
4156
|
+
*/
|
|
4157
|
+
maxResults?: number;
|
|
4158
|
+
/**
|
|
4159
|
+
* @public
|
|
4160
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4161
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4162
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4163
|
+
* <note>
|
|
4164
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4165
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4166
|
+
* </note>
|
|
4167
|
+
*/
|
|
4168
|
+
nextToken?: string;
|
|
4169
|
+
}
|
|
4170
|
+
/**
|
|
4171
|
+
* @public
|
|
4172
|
+
*/
|
|
4173
|
+
export interface ListAccessPoliciesResponse {
|
|
4174
|
+
/**
|
|
4175
|
+
* @public
|
|
4176
|
+
* <p>The list of available access policies. You can't view the contents of an access policy
|
|
4177
|
+
* using the API. To view the contents, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html#access-policy-permissions">Access
|
|
4178
|
+
* policy permissions</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
4179
|
+
*/
|
|
4180
|
+
accessPolicies?: AccessPolicy[];
|
|
4181
|
+
/**
|
|
4182
|
+
* @public
|
|
4183
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4184
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4185
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4186
|
+
* <note>
|
|
4187
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4188
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4189
|
+
* </note>
|
|
4190
|
+
*/
|
|
4191
|
+
nextToken?: string;
|
|
4192
|
+
}
|
|
3648
4193
|
/**
|
|
3649
4194
|
* @public
|
|
3650
4195
|
*/
|
|
3651
4196
|
export interface ListAddonsRequest {
|
|
3652
4197
|
/**
|
|
3653
4198
|
* @public
|
|
3654
|
-
* <p>The name of
|
|
4199
|
+
* <p>The name of your cluster.</p>
|
|
3655
4200
|
*/
|
|
3656
4201
|
clusterName: string | undefined;
|
|
3657
4202
|
/**
|
|
3658
4203
|
* @public
|
|
3659
|
-
* <p>The maximum number of
|
|
3660
|
-
*
|
|
3661
|
-
*
|
|
3662
|
-
*
|
|
3663
|
-
*
|
|
3664
|
-
*
|
|
3665
|
-
*
|
|
3666
|
-
* returns up to 100 results and a <code>nextToken</code> value, if
|
|
3667
|
-
* applicable.</p>
|
|
4204
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4205
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
4206
|
+
* response element. You can see the remaining results of the initial request by sending
|
|
4207
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4208
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4209
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4210
|
+
* returned.</p>
|
|
3668
4211
|
*/
|
|
3669
4212
|
maxResults?: number;
|
|
3670
4213
|
/**
|
|
3671
4214
|
* @public
|
|
3672
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
3673
|
-
*
|
|
3674
|
-
* results
|
|
3675
|
-
* previous results that returned the <code>nextToken</code> value.</p>
|
|
4215
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4216
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4217
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
3676
4218
|
* <note>
|
|
3677
4219
|
* <p>This token should be treated as an opaque identifier that is used only to
|
|
3678
4220
|
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
@@ -3693,7 +4235,7 @@ export interface ListAddonsResponse {
|
|
|
3693
4235
|
* @public
|
|
3694
4236
|
* <p>The <code>nextToken</code> value to include in a future <code>ListAddons</code>
|
|
3695
4237
|
* request. When the results of a <code>ListAddons</code> request exceed
|
|
3696
|
-
*
|
|
4238
|
+
* <code>maxResults</code>, you can use this value to retrieve the next page of
|
|
3697
4239
|
* results. This value is <code>null</code> when there are no more results to
|
|
3698
4240
|
* return.</p>
|
|
3699
4241
|
* <note>
|
|
@@ -3703,28 +4245,94 @@ export interface ListAddonsResponse {
|
|
|
3703
4245
|
*/
|
|
3704
4246
|
nextToken?: string;
|
|
3705
4247
|
}
|
|
4248
|
+
/**
|
|
4249
|
+
* @public
|
|
4250
|
+
*/
|
|
4251
|
+
export interface ListAssociatedAccessPoliciesRequest {
|
|
4252
|
+
/**
|
|
4253
|
+
* @public
|
|
4254
|
+
* <p>The name of your cluster.</p>
|
|
4255
|
+
*/
|
|
4256
|
+
clusterName: string | undefined;
|
|
4257
|
+
/**
|
|
4258
|
+
* @public
|
|
4259
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
4260
|
+
*/
|
|
4261
|
+
principalArn: string | undefined;
|
|
4262
|
+
/**
|
|
4263
|
+
* @public
|
|
4264
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4265
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
4266
|
+
* response element. You can see the remaining results of the initial request by sending
|
|
4267
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4268
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4269
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4270
|
+
* returned.</p>
|
|
4271
|
+
*/
|
|
4272
|
+
maxResults?: number;
|
|
4273
|
+
/**
|
|
4274
|
+
* @public
|
|
4275
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4276
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4277
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4278
|
+
* <note>
|
|
4279
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4280
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4281
|
+
* </note>
|
|
4282
|
+
*/
|
|
4283
|
+
nextToken?: string;
|
|
4284
|
+
}
|
|
4285
|
+
/**
|
|
4286
|
+
* @public
|
|
4287
|
+
*/
|
|
4288
|
+
export interface ListAssociatedAccessPoliciesResponse {
|
|
4289
|
+
/**
|
|
4290
|
+
* @public
|
|
4291
|
+
* <p>The name of your cluster.</p>
|
|
4292
|
+
*/
|
|
4293
|
+
clusterName?: string;
|
|
4294
|
+
/**
|
|
4295
|
+
* @public
|
|
4296
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
4297
|
+
*/
|
|
4298
|
+
principalArn?: string;
|
|
4299
|
+
/**
|
|
4300
|
+
* @public
|
|
4301
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4302
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4303
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4304
|
+
* <note>
|
|
4305
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4306
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4307
|
+
* </note>
|
|
4308
|
+
*/
|
|
4309
|
+
nextToken?: string;
|
|
4310
|
+
/**
|
|
4311
|
+
* @public
|
|
4312
|
+
* <p>The list of access policies associated with the access entry.</p>
|
|
4313
|
+
*/
|
|
4314
|
+
associatedAccessPolicies?: AssociatedAccessPolicy[];
|
|
4315
|
+
}
|
|
3706
4316
|
/**
|
|
3707
4317
|
* @public
|
|
3708
4318
|
*/
|
|
3709
4319
|
export interface ListClustersRequest {
|
|
3710
4320
|
/**
|
|
3711
4321
|
* @public
|
|
3712
|
-
* <p>The maximum number of
|
|
3713
|
-
*
|
|
3714
|
-
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
4322
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4323
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
3715
4324
|
* response element. You can see the remaining results of the initial request by sending
|
|
3716
|
-
* another
|
|
3717
|
-
*
|
|
3718
|
-
*
|
|
3719
|
-
*
|
|
4325
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4326
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4327
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4328
|
+
* returned.</p>
|
|
3720
4329
|
*/
|
|
3721
4330
|
maxResults?: number;
|
|
3722
4331
|
/**
|
|
3723
4332
|
* @public
|
|
3724
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
3725
|
-
*
|
|
3726
|
-
* results
|
|
3727
|
-
* previous results that returned the <code>nextToken</code> value.</p>
|
|
4333
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4334
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4335
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
3728
4336
|
* <note>
|
|
3729
4337
|
* <p>This token should be treated as an opaque identifier that is used only to
|
|
3730
4338
|
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
@@ -3734,8 +4342,9 @@ export interface ListClustersRequest {
|
|
|
3734
4342
|
/**
|
|
3735
4343
|
* @public
|
|
3736
4344
|
* <p>Indicates whether external clusters are included in the returned list. Use
|
|
3737
|
-
* '<code>all</code>' to return connected clusters, or blank to
|
|
3738
|
-
*
|
|
4345
|
+
* '<code>all</code>' to return <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.html">https://docs.aws.amazon.com/eks/latest/userguide/eks-connector.html</a>connected clusters, or blank to
|
|
4346
|
+
* return only Amazon EKS clusters. '<code>all</code>' must be in lowercase
|
|
4347
|
+
* otherwise an error occurs.</p>
|
|
3739
4348
|
*/
|
|
3740
4349
|
include?: string[];
|
|
3741
4350
|
}
|
|
@@ -3745,16 +4354,18 @@ export interface ListClustersRequest {
|
|
|
3745
4354
|
export interface ListClustersResponse {
|
|
3746
4355
|
/**
|
|
3747
4356
|
* @public
|
|
3748
|
-
* <p>A list of all of the clusters for your account in the specified Region.</p>
|
|
4357
|
+
* <p>A list of all of the clusters for your account in the specified Amazon Web Services Region.</p>
|
|
3749
4358
|
*/
|
|
3750
4359
|
clusters?: string[];
|
|
3751
4360
|
/**
|
|
3752
4361
|
* @public
|
|
3753
|
-
* <p>The <code>nextToken</code> value
|
|
3754
|
-
*
|
|
3755
|
-
*
|
|
3756
|
-
*
|
|
3757
|
-
*
|
|
4362
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4363
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4364
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4365
|
+
* <note>
|
|
4366
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4367
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4368
|
+
* </note>
|
|
3758
4369
|
*/
|
|
3759
4370
|
nextToken?: string;
|
|
3760
4371
|
}
|
|
@@ -3828,28 +4439,29 @@ export interface ListEksAnywhereSubscriptionsResponse {
|
|
|
3828
4439
|
export interface ListFargateProfilesRequest {
|
|
3829
4440
|
/**
|
|
3830
4441
|
* @public
|
|
3831
|
-
* <p>The name of
|
|
4442
|
+
* <p>The name of your cluster.</p>
|
|
3832
4443
|
*/
|
|
3833
4444
|
clusterName: string | undefined;
|
|
3834
4445
|
/**
|
|
3835
4446
|
* @public
|
|
3836
|
-
* <p>The maximum number of
|
|
3837
|
-
* <code>
|
|
3838
|
-
*
|
|
3839
|
-
*
|
|
3840
|
-
*
|
|
3841
|
-
*
|
|
3842
|
-
*
|
|
3843
|
-
* use this parameter, <code>ListFargateProfiles</code> returns up to 100
|
|
3844
|
-
* results and a <code>nextToken</code> value if applicable.</p>
|
|
4447
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4448
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
4449
|
+
* response element. You can see the remaining results of the initial request by sending
|
|
4450
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4451
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4452
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4453
|
+
* returned.</p>
|
|
3845
4454
|
*/
|
|
3846
4455
|
maxResults?: number;
|
|
3847
4456
|
/**
|
|
3848
4457
|
* @public
|
|
3849
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
3850
|
-
* <code>ListFargateProfiles</code> request where <code>maxResults</code> was used and
|
|
4458
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
3851
4459
|
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
3852
|
-
* the previous results that returned the <code>nextToken</code> value.</p>
|
|
4460
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4461
|
+
* <note>
|
|
4462
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4463
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4464
|
+
* </note>
|
|
3853
4465
|
*/
|
|
3854
4466
|
nextToken?: string;
|
|
3855
4467
|
}
|
|
@@ -3865,11 +4477,13 @@ export interface ListFargateProfilesResponse {
|
|
|
3865
4477
|
fargateProfileNames?: string[];
|
|
3866
4478
|
/**
|
|
3867
4479
|
* @public
|
|
3868
|
-
* <p>The <code>nextToken</code> value
|
|
3869
|
-
*
|
|
3870
|
-
*
|
|
3871
|
-
*
|
|
3872
|
-
*
|
|
4480
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4481
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4482
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4483
|
+
* <note>
|
|
4484
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4485
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4486
|
+
* </note>
|
|
3873
4487
|
*/
|
|
3874
4488
|
nextToken?: string;
|
|
3875
4489
|
}
|
|
@@ -3879,29 +4493,29 @@ export interface ListFargateProfilesResponse {
|
|
|
3879
4493
|
export interface ListIdentityProviderConfigsRequest {
|
|
3880
4494
|
/**
|
|
3881
4495
|
* @public
|
|
3882
|
-
* <p>The
|
|
4496
|
+
* <p>The name of your cluster.</p>
|
|
3883
4497
|
*/
|
|
3884
4498
|
clusterName: string | undefined;
|
|
3885
4499
|
/**
|
|
3886
4500
|
* @public
|
|
3887
|
-
* <p>The maximum number of
|
|
3888
|
-
* <code>
|
|
3889
|
-
*
|
|
3890
|
-
*
|
|
3891
|
-
*
|
|
3892
|
-
*
|
|
3893
|
-
*
|
|
3894
|
-
* 100. If you don't use this parameter,
|
|
3895
|
-
* <code>ListIdentityProviderConfigs</code> returns up to 100 results
|
|
3896
|
-
* and a <code>nextToken</code> value, if applicable.</p>
|
|
4501
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4502
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
4503
|
+
* response element. You can see the remaining results of the initial request by sending
|
|
4504
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4505
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4506
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4507
|
+
* returned.</p>
|
|
3897
4508
|
*/
|
|
3898
4509
|
maxResults?: number;
|
|
3899
4510
|
/**
|
|
3900
4511
|
* @public
|
|
3901
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
3902
|
-
*
|
|
3903
|
-
*
|
|
3904
|
-
*
|
|
4512
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4513
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4514
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4515
|
+
* <note>
|
|
4516
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4517
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4518
|
+
* </note>
|
|
3905
4519
|
*/
|
|
3906
4520
|
nextToken?: string;
|
|
3907
4521
|
}
|
|
@@ -3917,9 +4531,9 @@ export interface ListIdentityProviderConfigsResponse {
|
|
|
3917
4531
|
/**
|
|
3918
4532
|
* @public
|
|
3919
4533
|
* <p>The <code>nextToken</code> value to include in a future
|
|
3920
|
-
*
|
|
3921
|
-
*
|
|
3922
|
-
*
|
|
4534
|
+
* <code>ListIdentityProviderConfigsResponse</code> request. When the results of a
|
|
4535
|
+
* <code>ListIdentityProviderConfigsResponse</code> request exceed
|
|
4536
|
+
* <code>maxResults</code>, you can use this value to retrieve the next page of
|
|
3923
4537
|
* results. This value is <code>null</code> when there are no more results to
|
|
3924
4538
|
* return.</p>
|
|
3925
4539
|
*/
|
|
@@ -3931,28 +4545,29 @@ export interface ListIdentityProviderConfigsResponse {
|
|
|
3931
4545
|
export interface ListNodegroupsRequest {
|
|
3932
4546
|
/**
|
|
3933
4547
|
* @public
|
|
3934
|
-
* <p>The name of
|
|
3935
|
-
* in.</p>
|
|
4548
|
+
* <p>The name of your cluster.</p>
|
|
3936
4549
|
*/
|
|
3937
4550
|
clusterName: string | undefined;
|
|
3938
4551
|
/**
|
|
3939
4552
|
* @public
|
|
3940
|
-
* <p>The maximum number of
|
|
3941
|
-
*
|
|
3942
|
-
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
4553
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4554
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
3943
4555
|
* response element. You can see the remaining results of the initial request by sending
|
|
3944
|
-
* another
|
|
3945
|
-
*
|
|
3946
|
-
*
|
|
3947
|
-
*
|
|
4556
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4557
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4558
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4559
|
+
* returned.</p>
|
|
3948
4560
|
*/
|
|
3949
4561
|
maxResults?: number;
|
|
3950
4562
|
/**
|
|
3951
4563
|
* @public
|
|
3952
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
3953
|
-
*
|
|
3954
|
-
* results
|
|
3955
|
-
*
|
|
4564
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4565
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4566
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4567
|
+
* <note>
|
|
4568
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4569
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4570
|
+
* </note>
|
|
3956
4571
|
*/
|
|
3957
4572
|
nextToken?: string;
|
|
3958
4573
|
}
|
|
@@ -3967,11 +4582,13 @@ export interface ListNodegroupsResponse {
|
|
|
3967
4582
|
nodegroups?: string[];
|
|
3968
4583
|
/**
|
|
3969
4584
|
* @public
|
|
3970
|
-
* <p>The <code>nextToken</code> value
|
|
3971
|
-
*
|
|
3972
|
-
*
|
|
3973
|
-
*
|
|
3974
|
-
*
|
|
4585
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4586
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4587
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4588
|
+
* <note>
|
|
4589
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4590
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4591
|
+
* </note>
|
|
3975
4592
|
*/
|
|
3976
4593
|
nextToken?: string;
|
|
3977
4594
|
}
|
|
@@ -4139,8 +4756,7 @@ export declare class BadRequestException extends __BaseException {
|
|
|
4139
4756
|
export interface ListTagsForResourceRequest {
|
|
4140
4757
|
/**
|
|
4141
4758
|
* @public
|
|
4142
|
-
* <p>The Amazon Resource Name (ARN) that identifies the resource
|
|
4143
|
-
* supported resources are Amazon EKS clusters and managed node groups.</p>
|
|
4759
|
+
* <p>The Amazon Resource Name (ARN) that identifies the resource to list tags for.</p>
|
|
4144
4760
|
*/
|
|
4145
4761
|
resourceArn: string | undefined;
|
|
4146
4762
|
}
|
|
@@ -4188,22 +4804,24 @@ export interface ListUpdatesRequest {
|
|
|
4188
4804
|
addonName?: string;
|
|
4189
4805
|
/**
|
|
4190
4806
|
* @public
|
|
4191
|
-
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
4192
|
-
*
|
|
4193
|
-
* results
|
|
4194
|
-
*
|
|
4807
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4808
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4809
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4810
|
+
* <note>
|
|
4811
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4812
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4813
|
+
* </note>
|
|
4195
4814
|
*/
|
|
4196
4815
|
nextToken?: string;
|
|
4197
4816
|
/**
|
|
4198
4817
|
* @public
|
|
4199
|
-
* <p>The maximum number of
|
|
4200
|
-
*
|
|
4201
|
-
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
4818
|
+
* <p>The maximum number of results, returned in paginated output. You receive
|
|
4819
|
+
* <code>maxResults</code> in a single page, along with a <code>nextToken</code>
|
|
4202
4820
|
* response element. You can see the remaining results of the initial request by sending
|
|
4203
|
-
* another
|
|
4204
|
-
*
|
|
4205
|
-
*
|
|
4206
|
-
*
|
|
4821
|
+
* another request with the returned <code>nextToken</code> value. This value can be
|
|
4822
|
+
* between 1 and 100. If you don't use this parameter,
|
|
4823
|
+
* 100 results and a <code>nextToken</code> value, if applicable, are
|
|
4824
|
+
* returned.</p>
|
|
4207
4825
|
*/
|
|
4208
4826
|
maxResults?: number;
|
|
4209
4827
|
}
|
|
@@ -4218,11 +4836,13 @@ export interface ListUpdatesResponse {
|
|
|
4218
4836
|
updateIds?: string[];
|
|
4219
4837
|
/**
|
|
4220
4838
|
* @public
|
|
4221
|
-
* <p>The <code>nextToken</code> value
|
|
4222
|
-
*
|
|
4223
|
-
*
|
|
4224
|
-
*
|
|
4225
|
-
*
|
|
4839
|
+
* <p>The <code>nextToken</code> value returned from a previous paginated request, where <code>maxResults</code> was used and
|
|
4840
|
+
* the results exceeded the value of that parameter. Pagination continues from the end of
|
|
4841
|
+
* the previous results that returned the <code>nextToken</code> value. This value is null when there are no more results to return.</p>
|
|
4842
|
+
* <note>
|
|
4843
|
+
* <p>This token should be treated as an opaque identifier that is used only to
|
|
4844
|
+
* retrieve the next items in a list and not for other programmatic purposes.</p>
|
|
4845
|
+
* </note>
|
|
4226
4846
|
*/
|
|
4227
4847
|
nextToken?: string;
|
|
4228
4848
|
}
|
|
@@ -4268,7 +4888,7 @@ export interface ConnectorConfigRequest {
|
|
|
4268
4888
|
export interface RegisterClusterRequest {
|
|
4269
4889
|
/**
|
|
4270
4890
|
* @public
|
|
4271
|
-
* <p>
|
|
4891
|
+
* <p>A unique name for this cluster in your Amazon Web Services Region.</p>
|
|
4272
4892
|
*/
|
|
4273
4893
|
name: string | undefined;
|
|
4274
4894
|
/**
|
|
@@ -4278,16 +4898,15 @@ export interface RegisterClusterRequest {
|
|
|
4278
4898
|
connectorConfig: ConnectorConfigRequest | undefined;
|
|
4279
4899
|
/**
|
|
4280
4900
|
* @public
|
|
4281
|
-
* <p>
|
|
4282
|
-
*
|
|
4901
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
4902
|
+
* the idempotency of the request.</p>
|
|
4283
4903
|
*/
|
|
4284
4904
|
clientRequestToken?: string;
|
|
4285
4905
|
/**
|
|
4286
4906
|
* @public
|
|
4287
|
-
* <p>
|
|
4288
|
-
*
|
|
4289
|
-
*
|
|
4290
|
-
* cluster.</p>
|
|
4907
|
+
* <p>Metadata that assists with categorization and organization.
|
|
4908
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
4909
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
4291
4910
|
*/
|
|
4292
4911
|
tags?: Record<string, string>;
|
|
4293
4912
|
}
|
|
@@ -4320,13 +4939,14 @@ export declare class ResourcePropagationDelayException extends __BaseException {
|
|
|
4320
4939
|
export interface TagResourceRequest {
|
|
4321
4940
|
/**
|
|
4322
4941
|
* @public
|
|
4323
|
-
* <p>The Amazon Resource Name (ARN) of the resource to
|
|
4324
|
-
* are Amazon EKS clusters and managed node groups.</p>
|
|
4942
|
+
* <p>The Amazon Resource Name (ARN) of the resource to add tags to.</p>
|
|
4325
4943
|
*/
|
|
4326
4944
|
resourceArn: string | undefined;
|
|
4327
4945
|
/**
|
|
4328
4946
|
* @public
|
|
4329
|
-
* <p>
|
|
4947
|
+
* <p>Metadata that assists with categorization and organization.
|
|
4948
|
+
* Each tag consists of a key and an optional value. You define both. Tags don't
|
|
4949
|
+
* propagate to any other cluster or Amazon Web Services resources.</p>
|
|
4330
4950
|
*/
|
|
4331
4951
|
tags: Record<string, string> | undefined;
|
|
4332
4952
|
}
|
|
@@ -4341,13 +4961,12 @@ export interface TagResourceResponse {
|
|
|
4341
4961
|
export interface UntagResourceRequest {
|
|
4342
4962
|
/**
|
|
4343
4963
|
* @public
|
|
4344
|
-
* <p>The Amazon Resource Name (ARN) of the resource
|
|
4345
|
-
* resources are Amazon EKS clusters and managed node groups.</p>
|
|
4964
|
+
* <p>The Amazon Resource Name (ARN) of the resource to delete tags from.</p>
|
|
4346
4965
|
*/
|
|
4347
4966
|
resourceArn: string | undefined;
|
|
4348
4967
|
/**
|
|
4349
4968
|
* @public
|
|
4350
|
-
* <p>The keys of the tags to
|
|
4969
|
+
* <p>The keys of the tags to remove.</p>
|
|
4351
4970
|
*/
|
|
4352
4971
|
tagKeys: string[] | undefined;
|
|
4353
4972
|
}
|
|
@@ -4356,13 +4975,76 @@ export interface UntagResourceRequest {
|
|
|
4356
4975
|
*/
|
|
4357
4976
|
export interface UntagResourceResponse {
|
|
4358
4977
|
}
|
|
4978
|
+
/**
|
|
4979
|
+
* @public
|
|
4980
|
+
*/
|
|
4981
|
+
export interface UpdateAccessEntryRequest {
|
|
4982
|
+
/**
|
|
4983
|
+
* @public
|
|
4984
|
+
* <p>The name of your cluster.</p>
|
|
4985
|
+
*/
|
|
4986
|
+
clusterName: string | undefined;
|
|
4987
|
+
/**
|
|
4988
|
+
* @public
|
|
4989
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
4990
|
+
*/
|
|
4991
|
+
principalArn: string | undefined;
|
|
4992
|
+
/**
|
|
4993
|
+
* @public
|
|
4994
|
+
* <p>The value for <code>name</code> that you've specified for <code>kind: Group</code> as
|
|
4995
|
+
* a <code>subject</code> in a Kubernetes <code>RoleBinding</code> or
|
|
4996
|
+
* <code>ClusterRoleBinding</code> object. Amazon EKS doesn't confirm that the
|
|
4997
|
+
* value for <code>name</code> exists in any bindings on your cluster. You can specify one
|
|
4998
|
+
* or more names.</p>
|
|
4999
|
+
* <p>Kubernetes authorizes the <code>principalArn</code> of the access entry to access any
|
|
5000
|
+
* cluster objects that you've specified in a Kubernetes <code>Role</code> or
|
|
5001
|
+
* <code>ClusterRole</code> object that is also specified in a binding's
|
|
5002
|
+
* <code>roleRef</code>. For more information about creating Kubernetes
|
|
5003
|
+
* <code>RoleBinding</code>, <code>ClusterRoleBinding</code>, <code>Role</code>, or
|
|
5004
|
+
* <code>ClusterRole</code> objects, see <a href="https://kubernetes.io/docs/reference/access-authn-authz/rbac/">Using RBAC
|
|
5005
|
+
* Authorization in the Kubernetes documentation</a>.</p>
|
|
5006
|
+
* <p>If you want Amazon EKS to authorize the <code>principalArn</code> (instead of,
|
|
5007
|
+
* or in addition to Kubernetes authorizing the <code>principalArn</code>), you can associate
|
|
5008
|
+
* one or more access policies to the access entry using
|
|
5009
|
+
* <code>AssociateAccessPolicy</code>. If you associate any access policies, the
|
|
5010
|
+
* <code>principalARN</code> has all permissions assigned in the associated access
|
|
5011
|
+
* policies and all permissions in any Kubernetes <code>Role</code> or <code>ClusterRole</code>
|
|
5012
|
+
* objects that the group names are bound to.</p>
|
|
5013
|
+
*/
|
|
5014
|
+
kubernetesGroups?: string[];
|
|
5015
|
+
/**
|
|
5016
|
+
* @public
|
|
5017
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
5018
|
+
* the idempotency of the request.</p>
|
|
5019
|
+
*/
|
|
5020
|
+
clientRequestToken?: string;
|
|
5021
|
+
/**
|
|
5022
|
+
* @public
|
|
5023
|
+
* <p>The username to authenticate to Kubernetes with. We recommend not specifying a username and
|
|
5024
|
+
* letting Amazon EKS specify it for you. For more information about the value
|
|
5025
|
+
* Amazon EKS specifies for you, or constraints before specifying your own
|
|
5026
|
+
* username, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-entries.html#creating-access-entries">Creating
|
|
5027
|
+
* access entries</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
5028
|
+
*/
|
|
5029
|
+
username?: string;
|
|
5030
|
+
}
|
|
5031
|
+
/**
|
|
5032
|
+
* @public
|
|
5033
|
+
*/
|
|
5034
|
+
export interface UpdateAccessEntryResponse {
|
|
5035
|
+
/**
|
|
5036
|
+
* @public
|
|
5037
|
+
* <p>The ARN of the IAM principal for the <code>AccessEntry</code>.</p>
|
|
5038
|
+
*/
|
|
5039
|
+
accessEntry?: AccessEntry;
|
|
5040
|
+
}
|
|
4359
5041
|
/**
|
|
4360
5042
|
* @public
|
|
4361
5043
|
*/
|
|
4362
5044
|
export interface UpdateAddonRequest {
|
|
4363
5045
|
/**
|
|
4364
5046
|
* @public
|
|
4365
|
-
* <p>The name of
|
|
5047
|
+
* <p>The name of your cluster.</p>
|
|
4366
5048
|
*/
|
|
4367
5049
|
clusterName: string | undefined;
|
|
4368
5050
|
/**
|
|
@@ -4420,14 +5102,15 @@ export interface UpdateAddonRequest {
|
|
|
4420
5102
|
resolveConflicts?: ResolveConflicts;
|
|
4421
5103
|
/**
|
|
4422
5104
|
* @public
|
|
4423
|
-
* <p>
|
|
4424
|
-
*
|
|
5105
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
5106
|
+
* the idempotency of the request.</p>
|
|
4425
5107
|
*/
|
|
4426
5108
|
clientRequestToken?: string;
|
|
4427
5109
|
/**
|
|
4428
5110
|
* @public
|
|
4429
5111
|
* <p>The set of configuration values for the add-on that's created. The values that you
|
|
4430
|
-
* provide are validated against the schema
|
|
5112
|
+
* provide are validated against the schema returned by
|
|
5113
|
+
* <code>DescribeAddonConfiguration</code>.</p>
|
|
4431
5114
|
*/
|
|
4432
5115
|
configurationValues?: string;
|
|
4433
5116
|
}
|
|
@@ -4441,6 +5124,17 @@ export interface UpdateAddonResponse {
|
|
|
4441
5124
|
*/
|
|
4442
5125
|
update?: Update;
|
|
4443
5126
|
}
|
|
5127
|
+
/**
|
|
5128
|
+
* @public
|
|
5129
|
+
* <p>The access configuration information for the cluster.</p>
|
|
5130
|
+
*/
|
|
5131
|
+
export interface UpdateAccessConfigRequest {
|
|
5132
|
+
/**
|
|
5133
|
+
* @public
|
|
5134
|
+
* <p>The desired authentication mode for the cluster.</p>
|
|
5135
|
+
*/
|
|
5136
|
+
authenticationMode?: AuthenticationMode;
|
|
5137
|
+
}
|
|
4444
5138
|
/**
|
|
4445
5139
|
* @public
|
|
4446
5140
|
*/
|
|
@@ -4471,10 +5165,15 @@ export interface UpdateClusterConfigRequest {
|
|
|
4471
5165
|
logging?: Logging;
|
|
4472
5166
|
/**
|
|
4473
5167
|
* @public
|
|
4474
|
-
* <p>
|
|
4475
|
-
*
|
|
5168
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
5169
|
+
* the idempotency of the request.</p>
|
|
4476
5170
|
*/
|
|
4477
5171
|
clientRequestToken?: string;
|
|
5172
|
+
/**
|
|
5173
|
+
* @public
|
|
5174
|
+
* <p>The access configuration for the cluster.</p>
|
|
5175
|
+
*/
|
|
5176
|
+
accessConfig?: UpdateAccessConfigRequest;
|
|
4478
5177
|
}
|
|
4479
5178
|
/**
|
|
4480
5179
|
* @public
|
|
@@ -4502,8 +5201,8 @@ export interface UpdateClusterVersionRequest {
|
|
|
4502
5201
|
version: string | undefined;
|
|
4503
5202
|
/**
|
|
4504
5203
|
* @public
|
|
4505
|
-
* <p>
|
|
4506
|
-
*
|
|
5204
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
5205
|
+
* the idempotency of the request.</p>
|
|
4507
5206
|
*/
|
|
4508
5207
|
clientRequestToken?: string;
|
|
4509
5208
|
}
|
|
@@ -4549,17 +5248,18 @@ export interface UpdateEksAnywhereSubscriptionResponse {
|
|
|
4549
5248
|
}
|
|
4550
5249
|
/**
|
|
4551
5250
|
* @public
|
|
4552
|
-
* <p>An object representing a Kubernetes label change for a managed node
|
|
5251
|
+
* <p>An object representing a Kubernetes <code>label</code> change for a managed node
|
|
5252
|
+
* group.</p>
|
|
4553
5253
|
*/
|
|
4554
5254
|
export interface UpdateLabelsPayload {
|
|
4555
5255
|
/**
|
|
4556
5256
|
* @public
|
|
4557
|
-
* <p>Kubernetes labels to
|
|
5257
|
+
* <p>The Kubernetes <code>labels</code> to add or update.</p>
|
|
4558
5258
|
*/
|
|
4559
5259
|
addOrUpdateLabels?: Record<string, string>;
|
|
4560
5260
|
/**
|
|
4561
5261
|
* @public
|
|
4562
|
-
* <p>Kubernetes labels to
|
|
5262
|
+
* <p>The Kubernetes <code>labels</code> to remove.</p>
|
|
4563
5263
|
*/
|
|
4564
5264
|
removeLabels?: string[];
|
|
4565
5265
|
}
|
|
@@ -4567,7 +5267,7 @@ export interface UpdateLabelsPayload {
|
|
|
4567
5267
|
* @public
|
|
4568
5268
|
* <p>An object representing the details of an update to a taints payload. For more
|
|
4569
5269
|
* information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on
|
|
4570
|
-
* managed node groups</a>.</p>
|
|
5270
|
+
* managed node groups</a> in the <i>Amazon EKS User Guide</i>.</p>
|
|
4571
5271
|
*/
|
|
4572
5272
|
export interface UpdateTaintsPayload {
|
|
4573
5273
|
/**
|
|
@@ -4587,8 +5287,7 @@ export interface UpdateTaintsPayload {
|
|
|
4587
5287
|
export interface UpdateNodegroupConfigRequest {
|
|
4588
5288
|
/**
|
|
4589
5289
|
* @public
|
|
4590
|
-
* <p>The name of
|
|
4591
|
-
* in.</p>
|
|
5290
|
+
* <p>The name of your cluster.</p>
|
|
4592
5291
|
*/
|
|
4593
5292
|
clusterName: string | undefined;
|
|
4594
5293
|
/**
|
|
@@ -4598,7 +5297,8 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
4598
5297
|
nodegroupName: string | undefined;
|
|
4599
5298
|
/**
|
|
4600
5299
|
* @public
|
|
4601
|
-
* <p>The Kubernetes labels to
|
|
5300
|
+
* <p>The Kubernetes <code>labels</code> to apply to the nodes in the node group after the
|
|
5301
|
+
* update.</p>
|
|
4602
5302
|
*/
|
|
4603
5303
|
labels?: UpdateLabelsPayload;
|
|
4604
5304
|
/**
|
|
@@ -4620,8 +5320,8 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
4620
5320
|
updateConfig?: NodegroupUpdateConfig;
|
|
4621
5321
|
/**
|
|
4622
5322
|
* @public
|
|
4623
|
-
* <p>
|
|
4624
|
-
*
|
|
5323
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
5324
|
+
* the idempotency of the request.</p>
|
|
4625
5325
|
*/
|
|
4626
5326
|
clientRequestToken?: string;
|
|
4627
5327
|
}
|
|
@@ -4641,8 +5341,7 @@ export interface UpdateNodegroupConfigResponse {
|
|
|
4641
5341
|
export interface UpdateNodegroupVersionRequest {
|
|
4642
5342
|
/**
|
|
4643
5343
|
* @public
|
|
4644
|
-
* <p>The name of
|
|
4645
|
-
* group to update.</p>
|
|
5344
|
+
* <p>The name of your cluster.</p>
|
|
4646
5345
|
*/
|
|
4647
5346
|
clusterName: string | undefined;
|
|
4648
5347
|
/**
|
|
@@ -4680,16 +5379,16 @@ export interface UpdateNodegroupVersionRequest {
|
|
|
4680
5379
|
launchTemplate?: LaunchTemplateSpecification;
|
|
4681
5380
|
/**
|
|
4682
5381
|
* @public
|
|
4683
|
-
* <p>Force the update if the existing node group'
|
|
4684
|
-
*
|
|
4685
|
-
* can force the update after it fails to terminate the old node
|
|
4686
|
-
*
|
|
5382
|
+
* <p>Force the update if any <code>Pod</code> on the existing node group can't be drained
|
|
5383
|
+
* due to a <code>Pod</code> disruption budget issue. If an update fails because all Pods
|
|
5384
|
+
* can't be drained, you can force the update after it fails to terminate the old node
|
|
5385
|
+
* whether or not any <code>Pod</code> is running on the node.</p>
|
|
4687
5386
|
*/
|
|
4688
5387
|
force?: boolean;
|
|
4689
5388
|
/**
|
|
4690
5389
|
* @public
|
|
4691
|
-
* <p>
|
|
4692
|
-
*
|
|
5390
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
5391
|
+
* the idempotency of the request.</p>
|
|
4693
5392
|
*/
|
|
4694
5393
|
clientRequestToken?: string;
|
|
4695
5394
|
}
|
|
@@ -4724,7 +5423,8 @@ export interface UpdatePodIdentityAssociationRequest {
|
|
|
4724
5423
|
roleArn?: string;
|
|
4725
5424
|
/**
|
|
4726
5425
|
* @public
|
|
4727
|
-
* <p>
|
|
5426
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure
|
|
5427
|
+
* the idempotency of the request.</p>
|
|
4728
5428
|
*/
|
|
4729
5429
|
clientRequestToken?: string;
|
|
4730
5430
|
}
|