@aws-sdk/client-eks 3.131.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -2
- package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateAddonCommand.js +2 -2
- package/dist-cjs/commands/CreateClusterCommand.js +2 -2
- package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateNodegroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteAddonCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +2 -2
- package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -2
- package/dist-cjs/commands/DeregisterClusterCommand.js +2 -2
- package/dist-cjs/commands/DescribeAddonCommand.js +2 -2
- package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeClusterCommand.js +2 -2
- package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -2
- package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeUpdateCommand.js +2 -2
- package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -2
- package/dist-cjs/commands/ListAddonsCommand.js +2 -2
- package/dist-cjs/commands/ListClustersCommand.js +2 -2
- package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListNodegroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUpdatesCommand.js +2 -2
- package/dist-cjs/commands/RegisterClusterCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAddonCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +439 -657
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -3
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -3
- package/dist-es/commands/CreateAddonCommand.js +3 -3
- package/dist-es/commands/CreateClusterCommand.js +3 -3
- package/dist-es/commands/CreateFargateProfileCommand.js +3 -3
- package/dist-es/commands/CreateNodegroupCommand.js +3 -3
- package/dist-es/commands/DeleteAddonCommand.js +3 -3
- package/dist-es/commands/DeleteClusterCommand.js +3 -3
- package/dist-es/commands/DeleteFargateProfileCommand.js +3 -3
- package/dist-es/commands/DeleteNodegroupCommand.js +3 -3
- package/dist-es/commands/DeregisterClusterCommand.js +3 -3
- package/dist-es/commands/DescribeAddonCommand.js +3 -3
- package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeClusterCommand.js +3 -3
- package/dist-es/commands/DescribeFargateProfileCommand.js +3 -3
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -3
- package/dist-es/commands/DescribeNodegroupCommand.js +3 -3
- package/dist-es/commands/DescribeUpdateCommand.js +3 -3
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -3
- package/dist-es/commands/ListAddonsCommand.js +3 -3
- package/dist-es/commands/ListClustersCommand.js +3 -3
- package/dist-es/commands/ListFargateProfilesCommand.js +3 -3
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -3
- package/dist-es/commands/ListNodegroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUpdatesCommand.js +3 -3
- package/dist-es/commands/RegisterClusterCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAddonCommand.js +3 -3
- package/dist-es/commands/UpdateClusterConfigCommand.js +3 -3
- package/dist-es/commands/UpdateClusterVersionCommand.js +3 -3
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -3
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -3
- package/dist-es/models/models_0.js +109 -436
- package/dist-types/models/models_0.d.ts +436 -654
- package/dist-types/ts3.4/models/models_0.d.ts +218 -436
- package/package.json +6 -6
|
@@ -41,12 +41,6 @@ export interface AddonIssue {
|
|
|
41
41
|
*/
|
|
42
42
|
resourceIds?: string[];
|
|
43
43
|
}
|
|
44
|
-
export declare namespace AddonIssue {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
const filterSensitiveLog: (obj: AddonIssue) => any;
|
|
49
|
-
}
|
|
50
44
|
/**
|
|
51
45
|
* <p>The health of the add-on.</p>
|
|
52
46
|
*/
|
|
@@ -56,12 +50,6 @@ export interface AddonHealth {
|
|
|
56
50
|
*/
|
|
57
51
|
issues?: AddonIssue[];
|
|
58
52
|
}
|
|
59
|
-
export declare namespace AddonHealth {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
|
-
const filterSensitiveLog: (obj: AddonHealth) => any;
|
|
64
|
-
}
|
|
65
53
|
export declare type AddonStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
|
|
66
54
|
/**
|
|
67
55
|
* <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
|
|
@@ -113,12 +101,6 @@ export interface Addon {
|
|
|
113
101
|
*/
|
|
114
102
|
tags?: Record<string, string>;
|
|
115
103
|
}
|
|
116
|
-
export declare namespace Addon {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
const filterSensitiveLog: (obj: Addon) => any;
|
|
121
|
-
}
|
|
122
104
|
/**
|
|
123
105
|
* <p>Compatibility information.</p>
|
|
124
106
|
*/
|
|
@@ -136,12 +118,6 @@ export interface Compatibility {
|
|
|
136
118
|
*/
|
|
137
119
|
defaultVersion?: boolean;
|
|
138
120
|
}
|
|
139
|
-
export declare namespace Compatibility {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: Compatibility) => any;
|
|
144
|
-
}
|
|
145
121
|
/**
|
|
146
122
|
* <p>Information about an add-on version.</p>
|
|
147
123
|
*/
|
|
@@ -159,12 +135,6 @@ export interface AddonVersionInfo {
|
|
|
159
135
|
*/
|
|
160
136
|
compatibilities?: Compatibility[];
|
|
161
137
|
}
|
|
162
|
-
export declare namespace AddonVersionInfo {
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
const filterSensitiveLog: (obj: AddonVersionInfo) => any;
|
|
167
|
-
}
|
|
168
138
|
/**
|
|
169
139
|
* <p>Information about an add-on.</p>
|
|
170
140
|
*/
|
|
@@ -183,12 +153,6 @@ export interface AddonInfo {
|
|
|
183
153
|
*/
|
|
184
154
|
addonVersions?: AddonVersionInfo[];
|
|
185
155
|
}
|
|
186
|
-
export declare namespace AddonInfo {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
const filterSensitiveLog: (obj: AddonInfo) => any;
|
|
191
|
-
}
|
|
192
156
|
export declare type AMITypes = "AL2_ARM_64" | "AL2_x86_64" | "AL2_x86_64_GPU" | "BOTTLEROCKET_ARM_64" | "BOTTLEROCKET_ARM_64_NVIDIA" | "BOTTLEROCKET_x86_64" | "BOTTLEROCKET_x86_64_NVIDIA" | "CUSTOM";
|
|
193
157
|
/**
|
|
194
158
|
* <p>Identifies the Key Management Service (KMS) key used to encrypt the
|
|
@@ -203,12 +167,6 @@ export interface Provider {
|
|
|
203
167
|
*/
|
|
204
168
|
keyArn?: string;
|
|
205
169
|
}
|
|
206
|
-
export declare namespace Provider {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
|
-
const filterSensitiveLog: (obj: Provider) => any;
|
|
211
|
-
}
|
|
212
170
|
/**
|
|
213
171
|
* <p>The encryption configuration for the cluster.</p>
|
|
214
172
|
*/
|
|
@@ -223,12 +181,6 @@ export interface EncryptionConfig {
|
|
|
223
181
|
*/
|
|
224
182
|
provider?: Provider;
|
|
225
183
|
}
|
|
226
|
-
export declare namespace EncryptionConfig {
|
|
227
|
-
/**
|
|
228
|
-
* @internal
|
|
229
|
-
*/
|
|
230
|
-
const filterSensitiveLog: (obj: EncryptionConfig) => any;
|
|
231
|
-
}
|
|
232
184
|
export interface AssociateEncryptionConfigRequest {
|
|
233
185
|
/**
|
|
234
186
|
* <p>The name of the cluster that you are associating with encryption configuration.</p>
|
|
@@ -243,12 +195,6 @@ export interface AssociateEncryptionConfigRequest {
|
|
|
243
195
|
*/
|
|
244
196
|
clientRequestToken?: string;
|
|
245
197
|
}
|
|
246
|
-
export declare namespace AssociateEncryptionConfigRequest {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
|
-
const filterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
|
|
251
|
-
}
|
|
252
198
|
export declare enum ErrorCode {
|
|
253
199
|
ACCESS_DENIED = "AccessDenied",
|
|
254
200
|
ADMISSION_REQUEST_DENIED = "AdmissionRequestDenied",
|
|
@@ -323,12 +269,6 @@ export interface ErrorDetail {
|
|
|
323
269
|
*/
|
|
324
270
|
resourceIds?: string[];
|
|
325
271
|
}
|
|
326
|
-
export declare namespace ErrorDetail {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
const filterSensitiveLog: (obj: ErrorDetail) => any;
|
|
331
|
-
}
|
|
332
272
|
export declare enum UpdateParamType {
|
|
333
273
|
ADDON_VERSION = "AddonVersion",
|
|
334
274
|
CLUSTER_LOGGING = "ClusterLogging",
|
|
@@ -367,12 +307,6 @@ export interface UpdateParam {
|
|
|
367
307
|
*/
|
|
368
308
|
value?: string;
|
|
369
309
|
}
|
|
370
|
-
export declare namespace UpdateParam {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
const filterSensitiveLog: (obj: UpdateParam) => any;
|
|
375
|
-
}
|
|
376
310
|
export declare enum UpdateStatus {
|
|
377
311
|
CANCELLED = "Cancelled",
|
|
378
312
|
FAILED = "Failed",
|
|
@@ -418,24 +352,12 @@ export interface Update {
|
|
|
418
352
|
*/
|
|
419
353
|
errors?: ErrorDetail[];
|
|
420
354
|
}
|
|
421
|
-
export declare namespace Update {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
|
-
const filterSensitiveLog: (obj: Update) => any;
|
|
426
|
-
}
|
|
427
355
|
export interface AssociateEncryptionConfigResponse {
|
|
428
356
|
/**
|
|
429
357
|
* <p>An object representing an asynchronous update.</p>
|
|
430
358
|
*/
|
|
431
359
|
update?: Update;
|
|
432
360
|
}
|
|
433
|
-
export declare namespace AssociateEncryptionConfigResponse {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
|
-
const filterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
|
|
438
|
-
}
|
|
439
361
|
/**
|
|
440
362
|
* <p>These errors are usually caused by a client action. Actions can include using an
|
|
441
363
|
* action or resource on behalf of a user that doesn't have permissions to use the action
|
|
@@ -632,12 +554,6 @@ export interface OidcIdentityProviderConfigRequest {
|
|
|
632
554
|
*/
|
|
633
555
|
requiredClaims?: Record<string, string>;
|
|
634
556
|
}
|
|
635
|
-
export declare namespace OidcIdentityProviderConfigRequest {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
|
-
const filterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
|
|
640
|
-
}
|
|
641
557
|
export interface AssociateIdentityProviderConfigRequest {
|
|
642
558
|
/**
|
|
643
559
|
* <p>The name of the cluster to associate the configuration to.</p>
|
|
@@ -659,12 +575,6 @@ export interface AssociateIdentityProviderConfigRequest {
|
|
|
659
575
|
*/
|
|
660
576
|
clientRequestToken?: string;
|
|
661
577
|
}
|
|
662
|
-
export declare namespace AssociateIdentityProviderConfigRequest {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
|
-
const filterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
|
|
667
|
-
}
|
|
668
578
|
export interface AssociateIdentityProviderConfigResponse {
|
|
669
579
|
/**
|
|
670
580
|
* <p>An object representing an asynchronous update.</p>
|
|
@@ -675,12 +585,6 @@ export interface AssociateIdentityProviderConfigResponse {
|
|
|
675
585
|
*/
|
|
676
586
|
tags?: Record<string, string>;
|
|
677
587
|
}
|
|
678
|
-
export declare namespace AssociateIdentityProviderConfigResponse {
|
|
679
|
-
/**
|
|
680
|
-
* @internal
|
|
681
|
-
*/
|
|
682
|
-
const filterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
|
|
683
|
-
}
|
|
684
588
|
/**
|
|
685
589
|
* <p>An Auto Scaling group that is associated with an Amazon EKS managed node
|
|
686
590
|
* group.</p>
|
|
@@ -692,12 +596,6 @@ export interface AutoScalingGroup {
|
|
|
692
596
|
*/
|
|
693
597
|
name?: string;
|
|
694
598
|
}
|
|
695
|
-
export declare namespace AutoScalingGroup {
|
|
696
|
-
/**
|
|
697
|
-
* @internal
|
|
698
|
-
*/
|
|
699
|
-
const filterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
700
|
-
}
|
|
701
599
|
export declare type ResolveConflicts = "NONE" | "OVERWRITE";
|
|
702
600
|
export interface CreateAddonRequest {
|
|
703
601
|
/**
|
|
@@ -743,12 +641,6 @@ export interface CreateAddonRequest {
|
|
|
743
641
|
*/
|
|
744
642
|
tags?: Record<string, string>;
|
|
745
643
|
}
|
|
746
|
-
export declare namespace CreateAddonRequest {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
|
-
const filterSensitiveLog: (obj: CreateAddonRequest) => any;
|
|
751
|
-
}
|
|
752
644
|
export interface CreateAddonResponse {
|
|
753
645
|
/**
|
|
754
646
|
* <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
|
|
@@ -756,12 +648,6 @@ export interface CreateAddonResponse {
|
|
|
756
648
|
*/
|
|
757
649
|
addon?: Addon;
|
|
758
650
|
}
|
|
759
|
-
export declare namespace CreateAddonResponse {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
|
-
const filterSensitiveLog: (obj: CreateAddonResponse) => any;
|
|
764
|
-
}
|
|
765
651
|
export declare enum IpFamily {
|
|
766
652
|
IPV4 = "ipv4",
|
|
767
653
|
IPV6 = "ipv6"
|
|
@@ -812,12 +698,6 @@ export interface KubernetesNetworkConfigRequest {
|
|
|
812
698
|
*/
|
|
813
699
|
ipFamily?: IpFamily | string;
|
|
814
700
|
}
|
|
815
|
-
export declare namespace KubernetesNetworkConfigRequest {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
|
-
const filterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
|
|
820
|
-
}
|
|
821
701
|
export declare enum LogType {
|
|
822
702
|
API = "api",
|
|
823
703
|
AUDIT = "audit",
|
|
@@ -840,12 +720,6 @@ export interface LogSetup {
|
|
|
840
720
|
*/
|
|
841
721
|
enabled?: boolean;
|
|
842
722
|
}
|
|
843
|
-
export declare namespace LogSetup {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
|
-
const filterSensitiveLog: (obj: LogSetup) => any;
|
|
848
|
-
}
|
|
849
723
|
/**
|
|
850
724
|
* <p>An object representing the logging configuration for resources in your cluster.</p>
|
|
851
725
|
*/
|
|
@@ -855,12 +729,6 @@ export interface Logging {
|
|
|
855
729
|
*/
|
|
856
730
|
clusterLogging?: LogSetup[];
|
|
857
731
|
}
|
|
858
|
-
export declare namespace Logging {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
const filterSensitiveLog: (obj: Logging) => any;
|
|
863
|
-
}
|
|
864
732
|
/**
|
|
865
733
|
* <p>An object representing the VPC configuration to use for an Amazon EKS
|
|
866
734
|
* cluster.</p>
|
|
@@ -930,12 +798,6 @@ export interface VpcConfigRequest {
|
|
|
930
798
|
*/
|
|
931
799
|
publicAccessCidrs?: string[];
|
|
932
800
|
}
|
|
933
|
-
export declare namespace VpcConfigRequest {
|
|
934
|
-
/**
|
|
935
|
-
* @internal
|
|
936
|
-
*/
|
|
937
|
-
const filterSensitiveLog: (obj: VpcConfigRequest) => any;
|
|
938
|
-
}
|
|
939
801
|
export interface CreateClusterRequest {
|
|
940
802
|
/**
|
|
941
803
|
* <p>The unique name to give to your cluster.</p>
|
|
@@ -996,12 +858,6 @@ export interface CreateClusterRequest {
|
|
|
996
858
|
*/
|
|
997
859
|
encryptionConfig?: EncryptionConfig[];
|
|
998
860
|
}
|
|
999
|
-
export declare namespace CreateClusterRequest {
|
|
1000
|
-
/**
|
|
1001
|
-
* @internal
|
|
1002
|
-
*/
|
|
1003
|
-
const filterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
1004
|
-
}
|
|
1005
861
|
/**
|
|
1006
862
|
* <p>An object representing the <code>certificate-authority-data</code> for your
|
|
1007
863
|
* cluster.</p>
|
|
@@ -1014,12 +870,6 @@ export interface Certificate {
|
|
|
1014
870
|
*/
|
|
1015
871
|
data?: string;
|
|
1016
872
|
}
|
|
1017
|
-
export declare namespace Certificate {
|
|
1018
|
-
/**
|
|
1019
|
-
* @internal
|
|
1020
|
-
*/
|
|
1021
|
-
const filterSensitiveLog: (obj: Certificate) => any;
|
|
1022
|
-
}
|
|
1023
873
|
/**
|
|
1024
874
|
* <p>The full description of your connected cluster.</p>
|
|
1025
875
|
*/
|
|
@@ -1047,12 +897,6 @@ export interface ConnectorConfigResponse {
|
|
|
1047
897
|
*/
|
|
1048
898
|
roleArn?: string;
|
|
1049
899
|
}
|
|
1050
|
-
export declare namespace ConnectorConfigResponse {
|
|
1051
|
-
/**
|
|
1052
|
-
* @internal
|
|
1053
|
-
*/
|
|
1054
|
-
const filterSensitiveLog: (obj: ConnectorConfigResponse) => any;
|
|
1055
|
-
}
|
|
1056
900
|
/**
|
|
1057
901
|
* <p>An object representing the <a href="https://openid.net/connect/">OpenID
|
|
1058
902
|
* Connect</a> (OIDC) identity provider information for the cluster.</p>
|
|
@@ -1063,12 +907,6 @@ export interface OIDC {
|
|
|
1063
907
|
*/
|
|
1064
908
|
issuer?: string;
|
|
1065
909
|
}
|
|
1066
|
-
export declare namespace OIDC {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
const filterSensitiveLog: (obj: OIDC) => any;
|
|
1071
|
-
}
|
|
1072
910
|
/**
|
|
1073
911
|
* <p>An object representing an identity provider.</p>
|
|
1074
912
|
*/
|
|
@@ -1079,12 +917,6 @@ export interface Identity {
|
|
|
1079
917
|
*/
|
|
1080
918
|
oidc?: OIDC;
|
|
1081
919
|
}
|
|
1082
|
-
export declare namespace Identity {
|
|
1083
|
-
/**
|
|
1084
|
-
* @internal
|
|
1085
|
-
*/
|
|
1086
|
-
const filterSensitiveLog: (obj: Identity) => any;
|
|
1087
|
-
}
|
|
1088
920
|
/**
|
|
1089
921
|
* <p>The Kubernetes network configuration for the cluster. The response contains a value
|
|
1090
922
|
* for <b>serviceIpv6Cidr</b> or <b>serviceIpv4Cidr</b>, but not both. </p>
|
|
@@ -1116,12 +948,6 @@ export interface KubernetesNetworkConfigResponse {
|
|
|
1116
948
|
*/
|
|
1117
949
|
ipFamily?: IpFamily | string;
|
|
1118
950
|
}
|
|
1119
|
-
export declare namespace KubernetesNetworkConfigResponse {
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
|
-
const filterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
|
|
1124
|
-
}
|
|
1125
951
|
/**
|
|
1126
952
|
* <p>An object representing an Amazon EKS cluster VPC configuration
|
|
1127
953
|
* response.</p>
|
|
@@ -1179,12 +1005,6 @@ export interface VpcConfigResponse {
|
|
|
1179
1005
|
*/
|
|
1180
1006
|
publicAccessCidrs?: string[];
|
|
1181
1007
|
}
|
|
1182
|
-
export declare namespace VpcConfigResponse {
|
|
1183
|
-
/**
|
|
1184
|
-
* @internal
|
|
1185
|
-
*/
|
|
1186
|
-
const filterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
1187
|
-
}
|
|
1188
1008
|
export declare type ClusterStatus = "ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "PENDING" | "UPDATING";
|
|
1189
1009
|
/**
|
|
1190
1010
|
* <p>An object representing an Amazon EKS cluster.</p>
|
|
@@ -1271,24 +1091,12 @@ export interface Cluster {
|
|
|
1271
1091
|
*/
|
|
1272
1092
|
connectorConfig?: ConnectorConfigResponse;
|
|
1273
1093
|
}
|
|
1274
|
-
export declare namespace Cluster {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
|
-
const filterSensitiveLog: (obj: Cluster) => any;
|
|
1279
|
-
}
|
|
1280
1094
|
export interface CreateClusterResponse {
|
|
1281
1095
|
/**
|
|
1282
1096
|
* <p>The full description of your new cluster.</p>
|
|
1283
1097
|
*/
|
|
1284
1098
|
cluster?: Cluster;
|
|
1285
1099
|
}
|
|
1286
|
-
export declare namespace CreateClusterResponse {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
const filterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
1291
|
-
}
|
|
1292
1100
|
/**
|
|
1293
1101
|
* <p>You have encountered a service limit on the specified resource.</p>
|
|
1294
1102
|
*/
|
|
@@ -1360,12 +1168,6 @@ export interface FargateProfileSelector {
|
|
|
1360
1168
|
*/
|
|
1361
1169
|
labels?: Record<string, string>;
|
|
1362
1170
|
}
|
|
1363
|
-
export declare namespace FargateProfileSelector {
|
|
1364
|
-
/**
|
|
1365
|
-
* @internal
|
|
1366
|
-
*/
|
|
1367
|
-
const filterSensitiveLog: (obj: FargateProfileSelector) => any;
|
|
1368
|
-
}
|
|
1369
1171
|
export interface CreateFargateProfileRequest {
|
|
1370
1172
|
/**
|
|
1371
1173
|
* <p>The name of the Fargate profile.</p>
|
|
@@ -1409,12 +1211,6 @@ export interface CreateFargateProfileRequest {
|
|
|
1409
1211
|
*/
|
|
1410
1212
|
tags?: Record<string, string>;
|
|
1411
1213
|
}
|
|
1412
|
-
export declare namespace CreateFargateProfileRequest {
|
|
1413
|
-
/**
|
|
1414
|
-
* @internal
|
|
1415
|
-
*/
|
|
1416
|
-
const filterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
|
|
1417
|
-
}
|
|
1418
1214
|
export declare type FargateProfileStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING";
|
|
1419
1215
|
/**
|
|
1420
1216
|
* <p>An object representing an Fargate profile.</p>
|
|
@@ -1464,24 +1260,12 @@ export interface FargateProfile {
|
|
|
1464
1260
|
*/
|
|
1465
1261
|
tags?: Record<string, string>;
|
|
1466
1262
|
}
|
|
1467
|
-
export declare namespace FargateProfile {
|
|
1468
|
-
/**
|
|
1469
|
-
* @internal
|
|
1470
|
-
*/
|
|
1471
|
-
const filterSensitiveLog: (obj: FargateProfile) => any;
|
|
1472
|
-
}
|
|
1473
1263
|
export interface CreateFargateProfileResponse {
|
|
1474
1264
|
/**
|
|
1475
1265
|
* <p>The full description of your new Fargate profile.</p>
|
|
1476
1266
|
*/
|
|
1477
1267
|
fargateProfile?: FargateProfile;
|
|
1478
1268
|
}
|
|
1479
|
-
export declare namespace CreateFargateProfileResponse {
|
|
1480
|
-
/**
|
|
1481
|
-
* @internal
|
|
1482
|
-
*/
|
|
1483
|
-
const filterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
|
|
1484
|
-
}
|
|
1485
1269
|
export declare type CapacityTypes = "ON_DEMAND" | "SPOT";
|
|
1486
1270
|
/**
|
|
1487
1271
|
* <p>An object representing a node group launch template specification. The launch template
|
|
@@ -1517,12 +1301,6 @@ export interface LaunchTemplateSpecification {
|
|
|
1517
1301
|
*/
|
|
1518
1302
|
id?: string;
|
|
1519
1303
|
}
|
|
1520
|
-
export declare namespace LaunchTemplateSpecification {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
const filterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
1525
|
-
}
|
|
1526
1304
|
/**
|
|
1527
1305
|
* <p>An object representing the remote access configuration for the managed node
|
|
1528
1306
|
* group.</p>
|
|
@@ -1542,12 +1320,6 @@ export interface RemoteAccessConfig {
|
|
|
1542
1320
|
*/
|
|
1543
1321
|
sourceSecurityGroups?: string[];
|
|
1544
1322
|
}
|
|
1545
|
-
export declare namespace RemoteAccessConfig {
|
|
1546
|
-
/**
|
|
1547
|
-
* @internal
|
|
1548
|
-
*/
|
|
1549
|
-
const filterSensitiveLog: (obj: RemoteAccessConfig) => any;
|
|
1550
|
-
}
|
|
1551
1323
|
/**
|
|
1552
1324
|
* <p>An object representing the scaling configuration details for the Auto Scaling group
|
|
1553
1325
|
* that is associated with your node group. When creating a node group, you must specify
|
|
@@ -1588,12 +1360,6 @@ export interface NodegroupScalingConfig {
|
|
|
1588
1360
|
*/
|
|
1589
1361
|
desiredSize?: number;
|
|
1590
1362
|
}
|
|
1591
|
-
export declare namespace NodegroupScalingConfig {
|
|
1592
|
-
/**
|
|
1593
|
-
* @internal
|
|
1594
|
-
*/
|
|
1595
|
-
const filterSensitiveLog: (obj: NodegroupScalingConfig) => any;
|
|
1596
|
-
}
|
|
1597
1363
|
export declare enum TaintEffect {
|
|
1598
1364
|
NO_EXECUTE = "NO_EXECUTE",
|
|
1599
1365
|
NO_SCHEDULE = "NO_SCHEDULE",
|
|
@@ -1616,12 +1382,6 @@ export interface Taint {
|
|
|
1616
1382
|
*/
|
|
1617
1383
|
effect?: TaintEffect | string;
|
|
1618
1384
|
}
|
|
1619
|
-
export declare namespace Taint {
|
|
1620
|
-
/**
|
|
1621
|
-
* @internal
|
|
1622
|
-
*/
|
|
1623
|
-
const filterSensitiveLog: (obj: Taint) => any;
|
|
1624
|
-
}
|
|
1625
1385
|
/**
|
|
1626
1386
|
* <p>The node group update configuration.</p>
|
|
1627
1387
|
*/
|
|
@@ -1639,12 +1399,6 @@ export interface NodegroupUpdateConfig {
|
|
|
1639
1399
|
*/
|
|
1640
1400
|
maxUnavailablePercentage?: number;
|
|
1641
1401
|
}
|
|
1642
|
-
export declare namespace NodegroupUpdateConfig {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
const filterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
|
|
1647
|
-
}
|
|
1648
1402
|
export interface CreateNodegroupRequest {
|
|
1649
1403
|
/**
|
|
1650
1404
|
* <p>The name of the cluster to create the node group in.</p>
|
|
@@ -1770,12 +1524,6 @@ export interface CreateNodegroupRequest {
|
|
|
1770
1524
|
*/
|
|
1771
1525
|
releaseVersion?: string;
|
|
1772
1526
|
}
|
|
1773
|
-
export declare namespace CreateNodegroupRequest {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
const filterSensitiveLog: (obj: CreateNodegroupRequest) => any;
|
|
1778
|
-
}
|
|
1779
1527
|
export declare enum NodegroupIssueCode {
|
|
1780
1528
|
ACCESS_DENIED = "AccessDenied",
|
|
1781
1529
|
ASG_INSTANCE_LAUNCH_FAILURES = "AsgInstanceLaunchFailures",
|
|
@@ -1912,12 +1660,6 @@ export interface Issue {
|
|
|
1912
1660
|
*/
|
|
1913
1661
|
resourceIds?: string[];
|
|
1914
1662
|
}
|
|
1915
|
-
export declare namespace Issue {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
const filterSensitiveLog: (obj: Issue) => any;
|
|
1920
|
-
}
|
|
1921
1663
|
/**
|
|
1922
1664
|
* <p>An object representing the health status of the node group.</p>
|
|
1923
1665
|
*/
|
|
@@ -1927,12 +1669,6 @@ export interface NodegroupHealth {
|
|
|
1927
1669
|
*/
|
|
1928
1670
|
issues?: Issue[];
|
|
1929
1671
|
}
|
|
1930
|
-
export declare namespace NodegroupHealth {
|
|
1931
|
-
/**
|
|
1932
|
-
* @internal
|
|
1933
|
-
*/
|
|
1934
|
-
const filterSensitiveLog: (obj: NodegroupHealth) => any;
|
|
1935
|
-
}
|
|
1936
1672
|
/**
|
|
1937
1673
|
* <p>An object representing the resources associated with the node group, such as Auto
|
|
1938
1674
|
* Scaling groups and security groups for remote access.</p>
|
|
@@ -1948,12 +1684,6 @@ export interface NodegroupResources {
|
|
|
1948
1684
|
*/
|
|
1949
1685
|
remoteAccessSecurityGroup?: string;
|
|
1950
1686
|
}
|
|
1951
|
-
export declare namespace NodegroupResources {
|
|
1952
|
-
/**
|
|
1953
|
-
* @internal
|
|
1954
|
-
*/
|
|
1955
|
-
const filterSensitiveLog: (obj: NodegroupResources) => any;
|
|
1956
|
-
}
|
|
1957
1687
|
export declare type NodegroupStatus = "ACTIVE" | "CREATE_FAILED" | "CREATING" | "DEGRADED" | "DELETE_FAILED" | "DELETING" | "UPDATING";
|
|
1958
1688
|
/**
|
|
1959
1689
|
* <p>An object representing an Amazon EKS managed node group.</p>
|
|
@@ -2083,24 +1813,12 @@ export interface Nodegroup {
|
|
|
2083
1813
|
*/
|
|
2084
1814
|
tags?: Record<string, string>;
|
|
2085
1815
|
}
|
|
2086
|
-
export declare namespace Nodegroup {
|
|
2087
|
-
/**
|
|
2088
|
-
* @internal
|
|
2089
|
-
*/
|
|
2090
|
-
const filterSensitiveLog: (obj: Nodegroup) => any;
|
|
2091
|
-
}
|
|
2092
1816
|
export interface CreateNodegroupResponse {
|
|
2093
1817
|
/**
|
|
2094
1818
|
* <p>The full description of your new node group.</p>
|
|
2095
1819
|
*/
|
|
2096
1820
|
nodegroup?: Nodegroup;
|
|
2097
1821
|
}
|
|
2098
|
-
export declare namespace CreateNodegroupResponse {
|
|
2099
|
-
/**
|
|
2100
|
-
* @internal
|
|
2101
|
-
*/
|
|
2102
|
-
const filterSensitiveLog: (obj: CreateNodegroupResponse) => any;
|
|
2103
|
-
}
|
|
2104
1822
|
export interface DeleteAddonRequest {
|
|
2105
1823
|
/**
|
|
2106
1824
|
* <p>The name of the cluster to delete the add-on from.</p>
|
|
@@ -2118,12 +1836,6 @@ export interface DeleteAddonRequest {
|
|
|
2118
1836
|
*/
|
|
2119
1837
|
preserve?: boolean;
|
|
2120
1838
|
}
|
|
2121
|
-
export declare namespace DeleteAddonRequest {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: DeleteAddonRequest) => any;
|
|
2126
|
-
}
|
|
2127
1839
|
export interface DeleteAddonResponse {
|
|
2128
1840
|
/**
|
|
2129
1841
|
* <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
|
|
@@ -2131,36 +1843,18 @@ export interface DeleteAddonResponse {
|
|
|
2131
1843
|
*/
|
|
2132
1844
|
addon?: Addon;
|
|
2133
1845
|
}
|
|
2134
|
-
export declare namespace DeleteAddonResponse {
|
|
2135
|
-
/**
|
|
2136
|
-
* @internal
|
|
2137
|
-
*/
|
|
2138
|
-
const filterSensitiveLog: (obj: DeleteAddonResponse) => any;
|
|
2139
|
-
}
|
|
2140
1846
|
export interface DeleteClusterRequest {
|
|
2141
1847
|
/**
|
|
2142
1848
|
* <p>The name of the cluster to delete.</p>
|
|
2143
1849
|
*/
|
|
2144
1850
|
name: string | undefined;
|
|
2145
1851
|
}
|
|
2146
|
-
export declare namespace DeleteClusterRequest {
|
|
2147
|
-
/**
|
|
2148
|
-
* @internal
|
|
2149
|
-
*/
|
|
2150
|
-
const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
2151
|
-
}
|
|
2152
1852
|
export interface DeleteClusterResponse {
|
|
2153
1853
|
/**
|
|
2154
1854
|
* <p>The full description of the cluster to delete.</p>
|
|
2155
1855
|
*/
|
|
2156
1856
|
cluster?: Cluster;
|
|
2157
1857
|
}
|
|
2158
|
-
export declare namespace DeleteClusterResponse {
|
|
2159
|
-
/**
|
|
2160
|
-
* @internal
|
|
2161
|
-
*/
|
|
2162
|
-
const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
2163
|
-
}
|
|
2164
1858
|
export interface DeleteFargateProfileRequest {
|
|
2165
1859
|
/**
|
|
2166
1860
|
* <p>The name of the Amazon EKS cluster associated with the Fargate
|
|
@@ -2172,24 +1866,12 @@ export interface DeleteFargateProfileRequest {
|
|
|
2172
1866
|
*/
|
|
2173
1867
|
fargateProfileName: string | undefined;
|
|
2174
1868
|
}
|
|
2175
|
-
export declare namespace DeleteFargateProfileRequest {
|
|
2176
|
-
/**
|
|
2177
|
-
* @internal
|
|
2178
|
-
*/
|
|
2179
|
-
const filterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
|
|
2180
|
-
}
|
|
2181
1869
|
export interface DeleteFargateProfileResponse {
|
|
2182
1870
|
/**
|
|
2183
1871
|
* <p>The deleted Fargate profile.</p>
|
|
2184
1872
|
*/
|
|
2185
1873
|
fargateProfile?: FargateProfile;
|
|
2186
1874
|
}
|
|
2187
|
-
export declare namespace DeleteFargateProfileResponse {
|
|
2188
|
-
/**
|
|
2189
|
-
* @internal
|
|
2190
|
-
*/
|
|
2191
|
-
const filterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
|
|
2192
|
-
}
|
|
2193
1875
|
export interface DeleteNodegroupRequest {
|
|
2194
1876
|
/**
|
|
2195
1877
|
* <p>The name of the Amazon EKS cluster that is associated with your node
|
|
@@ -2201,48 +1883,24 @@ export interface DeleteNodegroupRequest {
|
|
|
2201
1883
|
*/
|
|
2202
1884
|
nodegroupName: string | undefined;
|
|
2203
1885
|
}
|
|
2204
|
-
export declare namespace DeleteNodegroupRequest {
|
|
2205
|
-
/**
|
|
2206
|
-
* @internal
|
|
2207
|
-
*/
|
|
2208
|
-
const filterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
|
|
2209
|
-
}
|
|
2210
1886
|
export interface DeleteNodegroupResponse {
|
|
2211
1887
|
/**
|
|
2212
1888
|
* <p>The full description of your deleted node group.</p>
|
|
2213
1889
|
*/
|
|
2214
1890
|
nodegroup?: Nodegroup;
|
|
2215
1891
|
}
|
|
2216
|
-
export declare namespace DeleteNodegroupResponse {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
const filterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
|
|
2221
|
-
}
|
|
2222
1892
|
export interface DeregisterClusterRequest {
|
|
2223
1893
|
/**
|
|
2224
1894
|
* <p>The name of the connected cluster to deregister.</p>
|
|
2225
1895
|
*/
|
|
2226
1896
|
name: string | undefined;
|
|
2227
1897
|
}
|
|
2228
|
-
export declare namespace DeregisterClusterRequest {
|
|
2229
|
-
/**
|
|
2230
|
-
* @internal
|
|
2231
|
-
*/
|
|
2232
|
-
const filterSensitiveLog: (obj: DeregisterClusterRequest) => any;
|
|
2233
|
-
}
|
|
2234
1898
|
export interface DeregisterClusterResponse {
|
|
2235
1899
|
/**
|
|
2236
1900
|
* <p>An object representing an Amazon EKS cluster.</p>
|
|
2237
1901
|
*/
|
|
2238
1902
|
cluster?: Cluster;
|
|
2239
1903
|
}
|
|
2240
|
-
export declare namespace DeregisterClusterResponse {
|
|
2241
|
-
/**
|
|
2242
|
-
* @internal
|
|
2243
|
-
*/
|
|
2244
|
-
const filterSensitiveLog: (obj: DeregisterClusterResponse) => any;
|
|
2245
|
-
}
|
|
2246
1904
|
export interface DescribeAddonRequest {
|
|
2247
1905
|
/**
|
|
2248
1906
|
* <p>The name of the cluster.</p>
|
|
@@ -2255,12 +1913,6 @@ export interface DescribeAddonRequest {
|
|
|
2255
1913
|
*/
|
|
2256
1914
|
addonName: string | undefined;
|
|
2257
1915
|
}
|
|
2258
|
-
export declare namespace DescribeAddonRequest {
|
|
2259
|
-
/**
|
|
2260
|
-
* @internal
|
|
2261
|
-
*/
|
|
2262
|
-
const filterSensitiveLog: (obj: DescribeAddonRequest) => any;
|
|
2263
|
-
}
|
|
2264
1916
|
export interface DescribeAddonResponse {
|
|
2265
1917
|
/**
|
|
2266
1918
|
* <p>An Amazon EKS add-on. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html">Amazon EKS add-ons</a> in
|
|
@@ -2268,12 +1920,6 @@ export interface DescribeAddonResponse {
|
|
|
2268
1920
|
*/
|
|
2269
1921
|
addon?: Addon;
|
|
2270
1922
|
}
|
|
2271
|
-
export declare namespace DescribeAddonResponse {
|
|
2272
|
-
/**
|
|
2273
|
-
* @internal
|
|
2274
|
-
*/
|
|
2275
|
-
const filterSensitiveLog: (obj: DescribeAddonResponse) => any;
|
|
2276
|
-
}
|
|
2277
1923
|
export interface DescribeAddonVersionsRequest {
|
|
2278
1924
|
/**
|
|
2279
1925
|
* <p>The Kubernetes versions that the add-on can be used with.</p>
|
|
@@ -2301,12 +1947,6 @@ export interface DescribeAddonVersionsRequest {
|
|
|
2301
1947
|
*/
|
|
2302
1948
|
addonName?: string;
|
|
2303
1949
|
}
|
|
2304
|
-
export declare namespace DescribeAddonVersionsRequest {
|
|
2305
|
-
/**
|
|
2306
|
-
* @internal
|
|
2307
|
-
*/
|
|
2308
|
-
const filterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
|
|
2309
|
-
}
|
|
2310
1950
|
export interface DescribeAddonVersionsResponse {
|
|
2311
1951
|
/**
|
|
2312
1952
|
* <p>The list of available versions with Kubernetes version compatibility.</p>
|
|
@@ -2324,36 +1964,18 @@ export interface DescribeAddonVersionsResponse {
|
|
|
2324
1964
|
*/
|
|
2325
1965
|
nextToken?: string;
|
|
2326
1966
|
}
|
|
2327
|
-
export declare namespace DescribeAddonVersionsResponse {
|
|
2328
|
-
/**
|
|
2329
|
-
* @internal
|
|
2330
|
-
*/
|
|
2331
|
-
const filterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
|
|
2332
|
-
}
|
|
2333
1967
|
export interface DescribeClusterRequest {
|
|
2334
1968
|
/**
|
|
2335
1969
|
* <p>The name of the cluster to describe.</p>
|
|
2336
1970
|
*/
|
|
2337
1971
|
name: string | undefined;
|
|
2338
1972
|
}
|
|
2339
|
-
export declare namespace DescribeClusterRequest {
|
|
2340
|
-
/**
|
|
2341
|
-
* @internal
|
|
2342
|
-
*/
|
|
2343
|
-
const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
2344
|
-
}
|
|
2345
1973
|
export interface DescribeClusterResponse {
|
|
2346
1974
|
/**
|
|
2347
1975
|
* <p>The full description of your specified cluster.</p>
|
|
2348
1976
|
*/
|
|
2349
1977
|
cluster?: Cluster;
|
|
2350
1978
|
}
|
|
2351
|
-
export declare namespace DescribeClusterResponse {
|
|
2352
|
-
/**
|
|
2353
|
-
* @internal
|
|
2354
|
-
*/
|
|
2355
|
-
const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
2356
|
-
}
|
|
2357
1979
|
export interface DescribeFargateProfileRequest {
|
|
2358
1980
|
/**
|
|
2359
1981
|
* <p>The name of the Amazon EKS cluster associated with the Fargate
|
|
@@ -2365,24 +1987,12 @@ export interface DescribeFargateProfileRequest {
|
|
|
2365
1987
|
*/
|
|
2366
1988
|
fargateProfileName: string | undefined;
|
|
2367
1989
|
}
|
|
2368
|
-
export declare namespace DescribeFargateProfileRequest {
|
|
2369
|
-
/**
|
|
2370
|
-
* @internal
|
|
2371
|
-
*/
|
|
2372
|
-
const filterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
|
|
2373
|
-
}
|
|
2374
1990
|
export interface DescribeFargateProfileResponse {
|
|
2375
1991
|
/**
|
|
2376
1992
|
* <p>The full description of your Fargate profile.</p>
|
|
2377
1993
|
*/
|
|
2378
1994
|
fargateProfile?: FargateProfile;
|
|
2379
1995
|
}
|
|
2380
|
-
export declare namespace DescribeFargateProfileResponse {
|
|
2381
|
-
/**
|
|
2382
|
-
* @internal
|
|
2383
|
-
*/
|
|
2384
|
-
const filterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
|
|
2385
|
-
}
|
|
2386
1996
|
/**
|
|
2387
1997
|
* <p>An object representing an identity provider configuration.</p>
|
|
2388
1998
|
*/
|
|
@@ -2397,12 +2007,6 @@ export interface IdentityProviderConfig {
|
|
|
2397
2007
|
*/
|
|
2398
2008
|
name: string | undefined;
|
|
2399
2009
|
}
|
|
2400
|
-
export declare namespace IdentityProviderConfig {
|
|
2401
|
-
/**
|
|
2402
|
-
* @internal
|
|
2403
|
-
*/
|
|
2404
|
-
const filterSensitiveLog: (obj: IdentityProviderConfig) => any;
|
|
2405
|
-
}
|
|
2406
2010
|
export interface DescribeIdentityProviderConfigRequest {
|
|
2407
2011
|
/**
|
|
2408
2012
|
* <p>The cluster name that the identity provider configuration is associated to.</p>
|
|
@@ -2413,12 +2017,6 @@ export interface DescribeIdentityProviderConfigRequest {
|
|
|
2413
2017
|
*/
|
|
2414
2018
|
identityProviderConfig: IdentityProviderConfig | undefined;
|
|
2415
2019
|
}
|
|
2416
|
-
export declare namespace DescribeIdentityProviderConfigRequest {
|
|
2417
|
-
/**
|
|
2418
|
-
* @internal
|
|
2419
|
-
*/
|
|
2420
|
-
const filterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
|
|
2421
|
-
}
|
|
2422
2020
|
export declare enum ConfigStatus {
|
|
2423
2021
|
ACTIVE = "ACTIVE",
|
|
2424
2022
|
CREATING = "CREATING",
|
|
@@ -2488,12 +2086,6 @@ export interface OidcIdentityProviderConfig {
|
|
|
2488
2086
|
*/
|
|
2489
2087
|
status?: ConfigStatus | string;
|
|
2490
2088
|
}
|
|
2491
|
-
export declare namespace OidcIdentityProviderConfig {
|
|
2492
|
-
/**
|
|
2493
|
-
* @internal
|
|
2494
|
-
*/
|
|
2495
|
-
const filterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
|
|
2496
|
-
}
|
|
2497
2089
|
/**
|
|
2498
2090
|
* <p>The full description of your identity configuration.</p>
|
|
2499
2091
|
*/
|
|
@@ -2504,12 +2096,6 @@ export interface IdentityProviderConfigResponse {
|
|
|
2504
2096
|
*/
|
|
2505
2097
|
oidc?: OidcIdentityProviderConfig;
|
|
2506
2098
|
}
|
|
2507
|
-
export declare namespace IdentityProviderConfigResponse {
|
|
2508
|
-
/**
|
|
2509
|
-
* @internal
|
|
2510
|
-
*/
|
|
2511
|
-
const filterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
|
|
2512
|
-
}
|
|
2513
2099
|
export interface DescribeIdentityProviderConfigResponse {
|
|
2514
2100
|
/**
|
|
2515
2101
|
* <p>The object that represents an OpenID Connect (OIDC) identity provider
|
|
@@ -2517,12 +2103,6 @@ export interface DescribeIdentityProviderConfigResponse {
|
|
|
2517
2103
|
*/
|
|
2518
2104
|
identityProviderConfig?: IdentityProviderConfigResponse;
|
|
2519
2105
|
}
|
|
2520
|
-
export declare namespace DescribeIdentityProviderConfigResponse {
|
|
2521
|
-
/**
|
|
2522
|
-
* @internal
|
|
2523
|
-
*/
|
|
2524
|
-
const filterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
|
|
2525
|
-
}
|
|
2526
2106
|
export interface DescribeNodegroupRequest {
|
|
2527
2107
|
/**
|
|
2528
2108
|
* <p>The name of the Amazon EKS cluster associated with the node group.</p>
|
|
@@ -2533,24 +2113,12 @@ export interface DescribeNodegroupRequest {
|
|
|
2533
2113
|
*/
|
|
2534
2114
|
nodegroupName: string | undefined;
|
|
2535
2115
|
}
|
|
2536
|
-
export declare namespace DescribeNodegroupRequest {
|
|
2537
|
-
/**
|
|
2538
|
-
* @internal
|
|
2539
|
-
*/
|
|
2540
|
-
const filterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
|
|
2541
|
-
}
|
|
2542
2116
|
export interface DescribeNodegroupResponse {
|
|
2543
2117
|
/**
|
|
2544
2118
|
* <p>The full description of your node group.</p>
|
|
2545
2119
|
*/
|
|
2546
2120
|
nodegroup?: Nodegroup;
|
|
2547
2121
|
}
|
|
2548
|
-
export declare namespace DescribeNodegroupResponse {
|
|
2549
|
-
/**
|
|
2550
|
-
* @internal
|
|
2551
|
-
*/
|
|
2552
|
-
const filterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
|
|
2553
|
-
}
|
|
2554
2122
|
export interface DescribeUpdateRequest {
|
|
2555
2123
|
/**
|
|
2556
2124
|
* <p>The name of the Amazon EKS cluster associated with the update.</p>
|
|
@@ -2572,24 +2140,12 @@ export interface DescribeUpdateRequest {
|
|
|
2572
2140
|
*/
|
|
2573
2141
|
addonName?: string;
|
|
2574
2142
|
}
|
|
2575
|
-
export declare namespace DescribeUpdateRequest {
|
|
2576
|
-
/**
|
|
2577
|
-
* @internal
|
|
2578
|
-
*/
|
|
2579
|
-
const filterSensitiveLog: (obj: DescribeUpdateRequest) => any;
|
|
2580
|
-
}
|
|
2581
2143
|
export interface DescribeUpdateResponse {
|
|
2582
2144
|
/**
|
|
2583
2145
|
* <p>The full description of the specified update.</p>
|
|
2584
2146
|
*/
|
|
2585
2147
|
update?: Update;
|
|
2586
2148
|
}
|
|
2587
|
-
export declare namespace DescribeUpdateResponse {
|
|
2588
|
-
/**
|
|
2589
|
-
* @internal
|
|
2590
|
-
*/
|
|
2591
|
-
const filterSensitiveLog: (obj: DescribeUpdateResponse) => any;
|
|
2592
|
-
}
|
|
2593
2149
|
export interface DisassociateIdentityProviderConfigRequest {
|
|
2594
2150
|
/**
|
|
2595
2151
|
* <p>The name of the cluster to disassociate an identity provider from.</p>
|
|
@@ -2605,24 +2161,12 @@ export interface DisassociateIdentityProviderConfigRequest {
|
|
|
2605
2161
|
*/
|
|
2606
2162
|
clientRequestToken?: string;
|
|
2607
2163
|
}
|
|
2608
|
-
export declare namespace DisassociateIdentityProviderConfigRequest {
|
|
2609
|
-
/**
|
|
2610
|
-
* @internal
|
|
2611
|
-
*/
|
|
2612
|
-
const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
|
|
2613
|
-
}
|
|
2614
2164
|
export interface DisassociateIdentityProviderConfigResponse {
|
|
2615
2165
|
/**
|
|
2616
2166
|
* <p>An object representing an asynchronous update.</p>
|
|
2617
2167
|
*/
|
|
2618
2168
|
update?: Update;
|
|
2619
2169
|
}
|
|
2620
|
-
export declare namespace DisassociateIdentityProviderConfigResponse {
|
|
2621
|
-
/**
|
|
2622
|
-
* @internal
|
|
2623
|
-
*/
|
|
2624
|
-
const filterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
|
|
2625
|
-
}
|
|
2626
2170
|
export interface ListAddonsRequest {
|
|
2627
2171
|
/**
|
|
2628
2172
|
* <p>The name of the cluster.</p>
|
|
@@ -2652,12 +2196,6 @@ export interface ListAddonsRequest {
|
|
|
2652
2196
|
*/
|
|
2653
2197
|
nextToken?: string;
|
|
2654
2198
|
}
|
|
2655
|
-
export declare namespace ListAddonsRequest {
|
|
2656
|
-
/**
|
|
2657
|
-
* @internal
|
|
2658
|
-
*/
|
|
2659
|
-
const filterSensitiveLog: (obj: ListAddonsRequest) => any;
|
|
2660
|
-
}
|
|
2661
2199
|
export interface ListAddonsResponse {
|
|
2662
2200
|
/**
|
|
2663
2201
|
* <p>A list of available add-ons.</p>
|
|
@@ -2675,12 +2213,6 @@ export interface ListAddonsResponse {
|
|
|
2675
2213
|
*/
|
|
2676
2214
|
nextToken?: string;
|
|
2677
2215
|
}
|
|
2678
|
-
export declare namespace ListAddonsResponse {
|
|
2679
|
-
/**
|
|
2680
|
-
* @internal
|
|
2681
|
-
*/
|
|
2682
|
-
const filterSensitiveLog: (obj: ListAddonsResponse) => any;
|
|
2683
|
-
}
|
|
2684
2216
|
export interface ListClustersRequest {
|
|
2685
2217
|
/**
|
|
2686
2218
|
* <p>The maximum number of cluster results returned by <code>ListClusters</code> in
|
|
@@ -2709,12 +2241,6 @@ export interface ListClustersRequest {
|
|
|
2709
2241
|
*/
|
|
2710
2242
|
include?: string[];
|
|
2711
2243
|
}
|
|
2712
|
-
export declare namespace ListClustersRequest {
|
|
2713
|
-
/**
|
|
2714
|
-
* @internal
|
|
2715
|
-
*/
|
|
2716
|
-
const filterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
2717
|
-
}
|
|
2718
2244
|
export interface ListClustersResponse {
|
|
2719
2245
|
/**
|
|
2720
2246
|
* <p>A list of all of the clusters for your account in the specified Region.</p>
|
|
@@ -2729,12 +2255,6 @@ export interface ListClustersResponse {
|
|
|
2729
2255
|
*/
|
|
2730
2256
|
nextToken?: string;
|
|
2731
2257
|
}
|
|
2732
|
-
export declare namespace ListClustersResponse {
|
|
2733
|
-
/**
|
|
2734
|
-
* @internal
|
|
2735
|
-
*/
|
|
2736
|
-
const filterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
2737
|
-
}
|
|
2738
2258
|
export interface ListFargateProfilesRequest {
|
|
2739
2259
|
/**
|
|
2740
2260
|
* <p>The name of the Amazon EKS cluster that you would like to list Fargate profiles in.</p>
|
|
@@ -2760,12 +2280,6 @@ export interface ListFargateProfilesRequest {
|
|
|
2760
2280
|
*/
|
|
2761
2281
|
nextToken?: string;
|
|
2762
2282
|
}
|
|
2763
|
-
export declare namespace ListFargateProfilesRequest {
|
|
2764
|
-
/**
|
|
2765
|
-
* @internal
|
|
2766
|
-
*/
|
|
2767
|
-
const filterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
|
|
2768
|
-
}
|
|
2769
2283
|
export interface ListFargateProfilesResponse {
|
|
2770
2284
|
/**
|
|
2771
2285
|
* <p>A list of all of the Fargate profiles associated with the specified
|
|
@@ -2781,12 +2295,6 @@ export interface ListFargateProfilesResponse {
|
|
|
2781
2295
|
*/
|
|
2782
2296
|
nextToken?: string;
|
|
2783
2297
|
}
|
|
2784
|
-
export declare namespace ListFargateProfilesResponse {
|
|
2785
|
-
/**
|
|
2786
|
-
* @internal
|
|
2787
|
-
*/
|
|
2788
|
-
const filterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
|
|
2789
|
-
}
|
|
2790
2298
|
export interface ListIdentityProviderConfigsRequest {
|
|
2791
2299
|
/**
|
|
2792
2300
|
* <p>The cluster name that you want to list identity provider configurations for.</p>
|
|
@@ -2813,12 +2321,6 @@ export interface ListIdentityProviderConfigsRequest {
|
|
|
2813
2321
|
*/
|
|
2814
2322
|
nextToken?: string;
|
|
2815
2323
|
}
|
|
2816
|
-
export declare namespace ListIdentityProviderConfigsRequest {
|
|
2817
|
-
/**
|
|
2818
|
-
* @internal
|
|
2819
|
-
*/
|
|
2820
|
-
const filterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
|
|
2821
|
-
}
|
|
2822
2324
|
export interface ListIdentityProviderConfigsResponse {
|
|
2823
2325
|
/**
|
|
2824
2326
|
* <p>The identity provider configurations for the cluster.</p>
|
|
@@ -2832,12 +2334,6 @@ export interface ListIdentityProviderConfigsResponse {
|
|
|
2832
2334
|
*/
|
|
2833
2335
|
nextToken?: string;
|
|
2834
2336
|
}
|
|
2835
|
-
export declare namespace ListIdentityProviderConfigsResponse {
|
|
2836
|
-
/**
|
|
2837
|
-
* @internal
|
|
2838
|
-
*/
|
|
2839
|
-
const filterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
|
|
2840
|
-
}
|
|
2841
2337
|
export interface ListNodegroupsRequest {
|
|
2842
2338
|
/**
|
|
2843
2339
|
* <p>The name of the Amazon EKS cluster that you would like to list node groups
|
|
@@ -2863,12 +2359,6 @@ export interface ListNodegroupsRequest {
|
|
|
2863
2359
|
*/
|
|
2864
2360
|
nextToken?: string;
|
|
2865
2361
|
}
|
|
2866
|
-
export declare namespace ListNodegroupsRequest {
|
|
2867
|
-
/**
|
|
2868
|
-
* @internal
|
|
2869
|
-
*/
|
|
2870
|
-
const filterSensitiveLog: (obj: ListNodegroupsRequest) => any;
|
|
2871
|
-
}
|
|
2872
2362
|
export interface ListNodegroupsResponse {
|
|
2873
2363
|
/**
|
|
2874
2364
|
* <p>A list of all of the node groups associated with the specified cluster.</p>
|
|
@@ -2883,12 +2373,6 @@ export interface ListNodegroupsResponse {
|
|
|
2883
2373
|
*/
|
|
2884
2374
|
nextToken?: string;
|
|
2885
2375
|
}
|
|
2886
|
-
export declare namespace ListNodegroupsResponse {
|
|
2887
|
-
/**
|
|
2888
|
-
* @internal
|
|
2889
|
-
*/
|
|
2890
|
-
const filterSensitiveLog: (obj: ListNodegroupsResponse) => any;
|
|
2891
|
-
}
|
|
2892
2376
|
/**
|
|
2893
2377
|
* <p>This exception is thrown if the request contains a semantic error. The precise meaning
|
|
2894
2378
|
* will depend on the API, and will be documented in the error message.</p>
|
|
@@ -2908,24 +2392,12 @@ export interface ListTagsForResourceRequest {
|
|
|
2908
2392
|
*/
|
|
2909
2393
|
resourceArn: string | undefined;
|
|
2910
2394
|
}
|
|
2911
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2912
|
-
/**
|
|
2913
|
-
* @internal
|
|
2914
|
-
*/
|
|
2915
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2916
|
-
}
|
|
2917
2395
|
export interface ListTagsForResourceResponse {
|
|
2918
2396
|
/**
|
|
2919
2397
|
* <p>The tags for the resource.</p>
|
|
2920
2398
|
*/
|
|
2921
2399
|
tags?: Record<string, string>;
|
|
2922
2400
|
}
|
|
2923
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2924
|
-
/**
|
|
2925
|
-
* @internal
|
|
2926
|
-
*/
|
|
2927
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2928
|
-
}
|
|
2929
2401
|
/**
|
|
2930
2402
|
* <p>A service resource associated with the request could not be found. Clients should not
|
|
2931
2403
|
* retry such requests.</p>
|
|
@@ -2970,12 +2442,6 @@ export interface ListUpdatesRequest {
|
|
|
2970
2442
|
*/
|
|
2971
2443
|
maxResults?: number;
|
|
2972
2444
|
}
|
|
2973
|
-
export declare namespace ListUpdatesRequest {
|
|
2974
|
-
/**
|
|
2975
|
-
* @internal
|
|
2976
|
-
*/
|
|
2977
|
-
const filterSensitiveLog: (obj: ListUpdatesRequest) => any;
|
|
2978
|
-
}
|
|
2979
2445
|
export interface ListUpdatesResponse {
|
|
2980
2446
|
/**
|
|
2981
2447
|
* <p>A list of all the updates for the specified cluster and Region.</p>
|
|
@@ -2990,12 +2456,6 @@ export interface ListUpdatesResponse {
|
|
|
2990
2456
|
*/
|
|
2991
2457
|
nextToken?: string;
|
|
2992
2458
|
}
|
|
2993
|
-
export declare namespace ListUpdatesResponse {
|
|
2994
|
-
/**
|
|
2995
|
-
* @internal
|
|
2996
|
-
*/
|
|
2997
|
-
const filterSensitiveLog: (obj: ListUpdatesResponse) => any;
|
|
2998
|
-
}
|
|
2999
2459
|
export declare enum ConnectorConfigProvider {
|
|
3000
2460
|
AKS = "AKS",
|
|
3001
2461
|
ANTHOS = "ANTHOS",
|
|
@@ -3021,12 +2481,6 @@ export interface ConnectorConfigRequest {
|
|
|
3021
2481
|
*/
|
|
3022
2482
|
provider: ConnectorConfigProvider | string | undefined;
|
|
3023
2483
|
}
|
|
3024
|
-
export declare namespace ConnectorConfigRequest {
|
|
3025
|
-
/**
|
|
3026
|
-
* @internal
|
|
3027
|
-
*/
|
|
3028
|
-
const filterSensitiveLog: (obj: ConnectorConfigRequest) => any;
|
|
3029
|
-
}
|
|
3030
2484
|
export interface RegisterClusterRequest {
|
|
3031
2485
|
/**
|
|
3032
2486
|
* <p>Define a unique name for this cluster for your Region.</p>
|
|
@@ -3049,24 +2503,12 @@ export interface RegisterClusterRequest {
|
|
|
3049
2503
|
*/
|
|
3050
2504
|
tags?: Record<string, string>;
|
|
3051
2505
|
}
|
|
3052
|
-
export declare namespace RegisterClusterRequest {
|
|
3053
|
-
/**
|
|
3054
|
-
* @internal
|
|
3055
|
-
*/
|
|
3056
|
-
const filterSensitiveLog: (obj: RegisterClusterRequest) => any;
|
|
3057
|
-
}
|
|
3058
2506
|
export interface RegisterClusterResponse {
|
|
3059
2507
|
/**
|
|
3060
2508
|
* <p>An object representing an Amazon EKS cluster.</p>
|
|
3061
2509
|
*/
|
|
3062
2510
|
cluster?: Cluster;
|
|
3063
2511
|
}
|
|
3064
|
-
export declare namespace RegisterClusterResponse {
|
|
3065
|
-
/**
|
|
3066
|
-
* @internal
|
|
3067
|
-
*/
|
|
3068
|
-
const filterSensitiveLog: (obj: RegisterClusterResponse) => any;
|
|
3069
|
-
}
|
|
3070
2512
|
/**
|
|
3071
2513
|
* <p>Required resources (such as service-linked roles) were created and are still propagating. Retry later.</p>
|
|
3072
2514
|
*/
|
|
@@ -3089,20 +2531,8 @@ export interface TagResourceRequest {
|
|
|
3089
2531
|
*/
|
|
3090
2532
|
tags: Record<string, string> | undefined;
|
|
3091
2533
|
}
|
|
3092
|
-
export declare namespace TagResourceRequest {
|
|
3093
|
-
/**
|
|
3094
|
-
* @internal
|
|
3095
|
-
*/
|
|
3096
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3097
|
-
}
|
|
3098
2534
|
export interface TagResourceResponse {
|
|
3099
2535
|
}
|
|
3100
|
-
export declare namespace TagResourceResponse {
|
|
3101
|
-
/**
|
|
3102
|
-
* @internal
|
|
3103
|
-
*/
|
|
3104
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3105
|
-
}
|
|
3106
2536
|
export interface UntagResourceRequest {
|
|
3107
2537
|
/**
|
|
3108
2538
|
* <p>The Amazon Resource Name (ARN) of the resource from which to delete tags. Currently, the supported
|
|
@@ -3114,20 +2544,8 @@ export interface UntagResourceRequest {
|
|
|
3114
2544
|
*/
|
|
3115
2545
|
tagKeys: string[] | undefined;
|
|
3116
2546
|
}
|
|
3117
|
-
export declare namespace UntagResourceRequest {
|
|
3118
|
-
/**
|
|
3119
|
-
* @internal
|
|
3120
|
-
*/
|
|
3121
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3122
|
-
}
|
|
3123
2547
|
export interface UntagResourceResponse {
|
|
3124
2548
|
}
|
|
3125
|
-
export declare namespace UntagResourceResponse {
|
|
3126
|
-
/**
|
|
3127
|
-
* @internal
|
|
3128
|
-
*/
|
|
3129
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3130
|
-
}
|
|
3131
2549
|
export interface UpdateAddonRequest {
|
|
3132
2550
|
/**
|
|
3133
2551
|
* <p>The name of the cluster.</p>
|
|
@@ -3167,24 +2585,12 @@ export interface UpdateAddonRequest {
|
|
|
3167
2585
|
*/
|
|
3168
2586
|
clientRequestToken?: string;
|
|
3169
2587
|
}
|
|
3170
|
-
export declare namespace UpdateAddonRequest {
|
|
3171
|
-
/**
|
|
3172
|
-
* @internal
|
|
3173
|
-
*/
|
|
3174
|
-
const filterSensitiveLog: (obj: UpdateAddonRequest) => any;
|
|
3175
|
-
}
|
|
3176
2588
|
export interface UpdateAddonResponse {
|
|
3177
2589
|
/**
|
|
3178
2590
|
* <p>An object representing an asynchronous update.</p>
|
|
3179
2591
|
*/
|
|
3180
2592
|
update?: Update;
|
|
3181
2593
|
}
|
|
3182
|
-
export declare namespace UpdateAddonResponse {
|
|
3183
|
-
/**
|
|
3184
|
-
* @internal
|
|
3185
|
-
*/
|
|
3186
|
-
const filterSensitiveLog: (obj: UpdateAddonResponse) => any;
|
|
3187
|
-
}
|
|
3188
2594
|
export interface UpdateClusterConfigRequest {
|
|
3189
2595
|
/**
|
|
3190
2596
|
* <p>The name of the Amazon EKS cluster to update.</p>
|
|
@@ -3215,24 +2621,12 @@ export interface UpdateClusterConfigRequest {
|
|
|
3215
2621
|
*/
|
|
3216
2622
|
clientRequestToken?: string;
|
|
3217
2623
|
}
|
|
3218
|
-
export declare namespace UpdateClusterConfigRequest {
|
|
3219
|
-
/**
|
|
3220
|
-
* @internal
|
|
3221
|
-
*/
|
|
3222
|
-
const filterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
|
|
3223
|
-
}
|
|
3224
2624
|
export interface UpdateClusterConfigResponse {
|
|
3225
2625
|
/**
|
|
3226
2626
|
* <p>An object representing an asynchronous update.</p>
|
|
3227
2627
|
*/
|
|
3228
2628
|
update?: Update;
|
|
3229
2629
|
}
|
|
3230
|
-
export declare namespace UpdateClusterConfigResponse {
|
|
3231
|
-
/**
|
|
3232
|
-
* @internal
|
|
3233
|
-
*/
|
|
3234
|
-
const filterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
|
|
3235
|
-
}
|
|
3236
2630
|
export interface UpdateClusterVersionRequest {
|
|
3237
2631
|
/**
|
|
3238
2632
|
* <p>The name of the Amazon EKS cluster to update.</p>
|
|
@@ -3248,24 +2642,12 @@ export interface UpdateClusterVersionRequest {
|
|
|
3248
2642
|
*/
|
|
3249
2643
|
clientRequestToken?: string;
|
|
3250
2644
|
}
|
|
3251
|
-
export declare namespace UpdateClusterVersionRequest {
|
|
3252
|
-
/**
|
|
3253
|
-
* @internal
|
|
3254
|
-
*/
|
|
3255
|
-
const filterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
|
|
3256
|
-
}
|
|
3257
2645
|
export interface UpdateClusterVersionResponse {
|
|
3258
2646
|
/**
|
|
3259
2647
|
* <p>The full description of the specified update</p>
|
|
3260
2648
|
*/
|
|
3261
2649
|
update?: Update;
|
|
3262
2650
|
}
|
|
3263
|
-
export declare namespace UpdateClusterVersionResponse {
|
|
3264
|
-
/**
|
|
3265
|
-
* @internal
|
|
3266
|
-
*/
|
|
3267
|
-
const filterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
|
|
3268
|
-
}
|
|
3269
2651
|
/**
|
|
3270
2652
|
* <p>An object representing a Kubernetes label change for a managed node group.</p>
|
|
3271
2653
|
*/
|
|
@@ -3279,12 +2661,6 @@ export interface UpdateLabelsPayload {
|
|
|
3279
2661
|
*/
|
|
3280
2662
|
removeLabels?: string[];
|
|
3281
2663
|
}
|
|
3282
|
-
export declare namespace UpdateLabelsPayload {
|
|
3283
|
-
/**
|
|
3284
|
-
* @internal
|
|
3285
|
-
*/
|
|
3286
|
-
const filterSensitiveLog: (obj: UpdateLabelsPayload) => any;
|
|
3287
|
-
}
|
|
3288
2664
|
/**
|
|
3289
2665
|
* <p>An object representing the details of an update to a taints payload. For more information, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html">Node taints on managed node groups</a>.</p>
|
|
3290
2666
|
*/
|
|
@@ -3298,12 +2674,6 @@ export interface UpdateTaintsPayload {
|
|
|
3298
2674
|
*/
|
|
3299
2675
|
removeTaints?: Taint[];
|
|
3300
2676
|
}
|
|
3301
|
-
export declare namespace UpdateTaintsPayload {
|
|
3302
|
-
/**
|
|
3303
|
-
* @internal
|
|
3304
|
-
*/
|
|
3305
|
-
const filterSensitiveLog: (obj: UpdateTaintsPayload) => any;
|
|
3306
|
-
}
|
|
3307
2677
|
export interface UpdateNodegroupConfigRequest {
|
|
3308
2678
|
/**
|
|
3309
2679
|
* <p>The name of the Amazon EKS cluster that the managed node group resides
|
|
@@ -3338,24 +2708,12 @@ export interface UpdateNodegroupConfigRequest {
|
|
|
3338
2708
|
*/
|
|
3339
2709
|
clientRequestToken?: string;
|
|
3340
2710
|
}
|
|
3341
|
-
export declare namespace UpdateNodegroupConfigRequest {
|
|
3342
|
-
/**
|
|
3343
|
-
* @internal
|
|
3344
|
-
*/
|
|
3345
|
-
const filterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
|
|
3346
|
-
}
|
|
3347
2711
|
export interface UpdateNodegroupConfigResponse {
|
|
3348
2712
|
/**
|
|
3349
2713
|
* <p>An object representing an asynchronous update.</p>
|
|
3350
2714
|
*/
|
|
3351
2715
|
update?: Update;
|
|
3352
2716
|
}
|
|
3353
|
-
export declare namespace UpdateNodegroupConfigResponse {
|
|
3354
|
-
/**
|
|
3355
|
-
* @internal
|
|
3356
|
-
*/
|
|
3357
|
-
const filterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
|
|
3358
|
-
}
|
|
3359
2717
|
export interface UpdateNodegroupVersionRequest {
|
|
3360
2718
|
/**
|
|
3361
2719
|
* <p>The name of the Amazon EKS cluster that is associated with the managed node
|
|
@@ -3402,21 +2760,445 @@ export interface UpdateNodegroupVersionRequest {
|
|
|
3402
2760
|
*/
|
|
3403
2761
|
clientRequestToken?: string;
|
|
3404
2762
|
}
|
|
3405
|
-
export declare namespace UpdateNodegroupVersionRequest {
|
|
3406
|
-
/**
|
|
3407
|
-
* @internal
|
|
3408
|
-
*/
|
|
3409
|
-
const filterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
|
|
3410
|
-
}
|
|
3411
2763
|
export interface UpdateNodegroupVersionResponse {
|
|
3412
2764
|
/**
|
|
3413
2765
|
* <p>An object representing an asynchronous update.</p>
|
|
3414
2766
|
*/
|
|
3415
2767
|
update?: Update;
|
|
3416
2768
|
}
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
2769
|
+
/**
|
|
2770
|
+
* @internal
|
|
2771
|
+
*/
|
|
2772
|
+
export declare const AddonIssueFilterSensitiveLog: (obj: AddonIssue) => any;
|
|
2773
|
+
/**
|
|
2774
|
+
* @internal
|
|
2775
|
+
*/
|
|
2776
|
+
export declare const AddonHealthFilterSensitiveLog: (obj: AddonHealth) => any;
|
|
2777
|
+
/**
|
|
2778
|
+
* @internal
|
|
2779
|
+
*/
|
|
2780
|
+
export declare const AddonFilterSensitiveLog: (obj: Addon) => any;
|
|
2781
|
+
/**
|
|
2782
|
+
* @internal
|
|
2783
|
+
*/
|
|
2784
|
+
export declare const CompatibilityFilterSensitiveLog: (obj: Compatibility) => any;
|
|
2785
|
+
/**
|
|
2786
|
+
* @internal
|
|
2787
|
+
*/
|
|
2788
|
+
export declare const AddonVersionInfoFilterSensitiveLog: (obj: AddonVersionInfo) => any;
|
|
2789
|
+
/**
|
|
2790
|
+
* @internal
|
|
2791
|
+
*/
|
|
2792
|
+
export declare const AddonInfoFilterSensitiveLog: (obj: AddonInfo) => any;
|
|
2793
|
+
/**
|
|
2794
|
+
* @internal
|
|
2795
|
+
*/
|
|
2796
|
+
export declare const ProviderFilterSensitiveLog: (obj: Provider) => any;
|
|
2797
|
+
/**
|
|
2798
|
+
* @internal
|
|
2799
|
+
*/
|
|
2800
|
+
export declare const EncryptionConfigFilterSensitiveLog: (obj: EncryptionConfig) => any;
|
|
2801
|
+
/**
|
|
2802
|
+
* @internal
|
|
2803
|
+
*/
|
|
2804
|
+
export declare const AssociateEncryptionConfigRequestFilterSensitiveLog: (obj: AssociateEncryptionConfigRequest) => any;
|
|
2805
|
+
/**
|
|
2806
|
+
* @internal
|
|
2807
|
+
*/
|
|
2808
|
+
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
2809
|
+
/**
|
|
2810
|
+
* @internal
|
|
2811
|
+
*/
|
|
2812
|
+
export declare const UpdateParamFilterSensitiveLog: (obj: UpdateParam) => any;
|
|
2813
|
+
/**
|
|
2814
|
+
* @internal
|
|
2815
|
+
*/
|
|
2816
|
+
export declare const UpdateFilterSensitiveLog: (obj: Update) => any;
|
|
2817
|
+
/**
|
|
2818
|
+
* @internal
|
|
2819
|
+
*/
|
|
2820
|
+
export declare const AssociateEncryptionConfigResponseFilterSensitiveLog: (obj: AssociateEncryptionConfigResponse) => any;
|
|
2821
|
+
/**
|
|
2822
|
+
* @internal
|
|
2823
|
+
*/
|
|
2824
|
+
export declare const OidcIdentityProviderConfigRequestFilterSensitiveLog: (obj: OidcIdentityProviderConfigRequest) => any;
|
|
2825
|
+
/**
|
|
2826
|
+
* @internal
|
|
2827
|
+
*/
|
|
2828
|
+
export declare const AssociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: AssociateIdentityProviderConfigRequest) => any;
|
|
2829
|
+
/**
|
|
2830
|
+
* @internal
|
|
2831
|
+
*/
|
|
2832
|
+
export declare const AssociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: AssociateIdentityProviderConfigResponse) => any;
|
|
2833
|
+
/**
|
|
2834
|
+
* @internal
|
|
2835
|
+
*/
|
|
2836
|
+
export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
|
|
2837
|
+
/**
|
|
2838
|
+
* @internal
|
|
2839
|
+
*/
|
|
2840
|
+
export declare const CreateAddonRequestFilterSensitiveLog: (obj: CreateAddonRequest) => any;
|
|
2841
|
+
/**
|
|
2842
|
+
* @internal
|
|
2843
|
+
*/
|
|
2844
|
+
export declare const CreateAddonResponseFilterSensitiveLog: (obj: CreateAddonResponse) => any;
|
|
2845
|
+
/**
|
|
2846
|
+
* @internal
|
|
2847
|
+
*/
|
|
2848
|
+
export declare const KubernetesNetworkConfigRequestFilterSensitiveLog: (obj: KubernetesNetworkConfigRequest) => any;
|
|
2849
|
+
/**
|
|
2850
|
+
* @internal
|
|
2851
|
+
*/
|
|
2852
|
+
export declare const LogSetupFilterSensitiveLog: (obj: LogSetup) => any;
|
|
2853
|
+
/**
|
|
2854
|
+
* @internal
|
|
2855
|
+
*/
|
|
2856
|
+
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
2857
|
+
/**
|
|
2858
|
+
* @internal
|
|
2859
|
+
*/
|
|
2860
|
+
export declare const VpcConfigRequestFilterSensitiveLog: (obj: VpcConfigRequest) => any;
|
|
2861
|
+
/**
|
|
2862
|
+
* @internal
|
|
2863
|
+
*/
|
|
2864
|
+
export declare const CreateClusterRequestFilterSensitiveLog: (obj: CreateClusterRequest) => any;
|
|
2865
|
+
/**
|
|
2866
|
+
* @internal
|
|
2867
|
+
*/
|
|
2868
|
+
export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
|
|
2869
|
+
/**
|
|
2870
|
+
* @internal
|
|
2871
|
+
*/
|
|
2872
|
+
export declare const ConnectorConfigResponseFilterSensitiveLog: (obj: ConnectorConfigResponse) => any;
|
|
2873
|
+
/**
|
|
2874
|
+
* @internal
|
|
2875
|
+
*/
|
|
2876
|
+
export declare const OIDCFilterSensitiveLog: (obj: OIDC) => any;
|
|
2877
|
+
/**
|
|
2878
|
+
* @internal
|
|
2879
|
+
*/
|
|
2880
|
+
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
2881
|
+
/**
|
|
2882
|
+
* @internal
|
|
2883
|
+
*/
|
|
2884
|
+
export declare const KubernetesNetworkConfigResponseFilterSensitiveLog: (obj: KubernetesNetworkConfigResponse) => any;
|
|
2885
|
+
/**
|
|
2886
|
+
* @internal
|
|
2887
|
+
*/
|
|
2888
|
+
export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
2889
|
+
/**
|
|
2890
|
+
* @internal
|
|
2891
|
+
*/
|
|
2892
|
+
export declare const ClusterFilterSensitiveLog: (obj: Cluster) => any;
|
|
2893
|
+
/**
|
|
2894
|
+
* @internal
|
|
2895
|
+
*/
|
|
2896
|
+
export declare const CreateClusterResponseFilterSensitiveLog: (obj: CreateClusterResponse) => any;
|
|
2897
|
+
/**
|
|
2898
|
+
* @internal
|
|
2899
|
+
*/
|
|
2900
|
+
export declare const FargateProfileSelectorFilterSensitiveLog: (obj: FargateProfileSelector) => any;
|
|
2901
|
+
/**
|
|
2902
|
+
* @internal
|
|
2903
|
+
*/
|
|
2904
|
+
export declare const CreateFargateProfileRequestFilterSensitiveLog: (obj: CreateFargateProfileRequest) => any;
|
|
2905
|
+
/**
|
|
2906
|
+
* @internal
|
|
2907
|
+
*/
|
|
2908
|
+
export declare const FargateProfileFilterSensitiveLog: (obj: FargateProfile) => any;
|
|
2909
|
+
/**
|
|
2910
|
+
* @internal
|
|
2911
|
+
*/
|
|
2912
|
+
export declare const CreateFargateProfileResponseFilterSensitiveLog: (obj: CreateFargateProfileResponse) => any;
|
|
2913
|
+
/**
|
|
2914
|
+
* @internal
|
|
2915
|
+
*/
|
|
2916
|
+
export declare const LaunchTemplateSpecificationFilterSensitiveLog: (obj: LaunchTemplateSpecification) => any;
|
|
2917
|
+
/**
|
|
2918
|
+
* @internal
|
|
2919
|
+
*/
|
|
2920
|
+
export declare const RemoteAccessConfigFilterSensitiveLog: (obj: RemoteAccessConfig) => any;
|
|
2921
|
+
/**
|
|
2922
|
+
* @internal
|
|
2923
|
+
*/
|
|
2924
|
+
export declare const NodegroupScalingConfigFilterSensitiveLog: (obj: NodegroupScalingConfig) => any;
|
|
2925
|
+
/**
|
|
2926
|
+
* @internal
|
|
2927
|
+
*/
|
|
2928
|
+
export declare const TaintFilterSensitiveLog: (obj: Taint) => any;
|
|
2929
|
+
/**
|
|
2930
|
+
* @internal
|
|
2931
|
+
*/
|
|
2932
|
+
export declare const NodegroupUpdateConfigFilterSensitiveLog: (obj: NodegroupUpdateConfig) => any;
|
|
2933
|
+
/**
|
|
2934
|
+
* @internal
|
|
2935
|
+
*/
|
|
2936
|
+
export declare const CreateNodegroupRequestFilterSensitiveLog: (obj: CreateNodegroupRequest) => any;
|
|
2937
|
+
/**
|
|
2938
|
+
* @internal
|
|
2939
|
+
*/
|
|
2940
|
+
export declare const IssueFilterSensitiveLog: (obj: Issue) => any;
|
|
2941
|
+
/**
|
|
2942
|
+
* @internal
|
|
2943
|
+
*/
|
|
2944
|
+
export declare const NodegroupHealthFilterSensitiveLog: (obj: NodegroupHealth) => any;
|
|
2945
|
+
/**
|
|
2946
|
+
* @internal
|
|
2947
|
+
*/
|
|
2948
|
+
export declare const NodegroupResourcesFilterSensitiveLog: (obj: NodegroupResources) => any;
|
|
2949
|
+
/**
|
|
2950
|
+
* @internal
|
|
2951
|
+
*/
|
|
2952
|
+
export declare const NodegroupFilterSensitiveLog: (obj: Nodegroup) => any;
|
|
2953
|
+
/**
|
|
2954
|
+
* @internal
|
|
2955
|
+
*/
|
|
2956
|
+
export declare const CreateNodegroupResponseFilterSensitiveLog: (obj: CreateNodegroupResponse) => any;
|
|
2957
|
+
/**
|
|
2958
|
+
* @internal
|
|
2959
|
+
*/
|
|
2960
|
+
export declare const DeleteAddonRequestFilterSensitiveLog: (obj: DeleteAddonRequest) => any;
|
|
2961
|
+
/**
|
|
2962
|
+
* @internal
|
|
2963
|
+
*/
|
|
2964
|
+
export declare const DeleteAddonResponseFilterSensitiveLog: (obj: DeleteAddonResponse) => any;
|
|
2965
|
+
/**
|
|
2966
|
+
* @internal
|
|
2967
|
+
*/
|
|
2968
|
+
export declare const DeleteClusterRequestFilterSensitiveLog: (obj: DeleteClusterRequest) => any;
|
|
2969
|
+
/**
|
|
2970
|
+
* @internal
|
|
2971
|
+
*/
|
|
2972
|
+
export declare const DeleteClusterResponseFilterSensitiveLog: (obj: DeleteClusterResponse) => any;
|
|
2973
|
+
/**
|
|
2974
|
+
* @internal
|
|
2975
|
+
*/
|
|
2976
|
+
export declare const DeleteFargateProfileRequestFilterSensitiveLog: (obj: DeleteFargateProfileRequest) => any;
|
|
2977
|
+
/**
|
|
2978
|
+
* @internal
|
|
2979
|
+
*/
|
|
2980
|
+
export declare const DeleteFargateProfileResponseFilterSensitiveLog: (obj: DeleteFargateProfileResponse) => any;
|
|
2981
|
+
/**
|
|
2982
|
+
* @internal
|
|
2983
|
+
*/
|
|
2984
|
+
export declare const DeleteNodegroupRequestFilterSensitiveLog: (obj: DeleteNodegroupRequest) => any;
|
|
2985
|
+
/**
|
|
2986
|
+
* @internal
|
|
2987
|
+
*/
|
|
2988
|
+
export declare const DeleteNodegroupResponseFilterSensitiveLog: (obj: DeleteNodegroupResponse) => any;
|
|
2989
|
+
/**
|
|
2990
|
+
* @internal
|
|
2991
|
+
*/
|
|
2992
|
+
export declare const DeregisterClusterRequestFilterSensitiveLog: (obj: DeregisterClusterRequest) => any;
|
|
2993
|
+
/**
|
|
2994
|
+
* @internal
|
|
2995
|
+
*/
|
|
2996
|
+
export declare const DeregisterClusterResponseFilterSensitiveLog: (obj: DeregisterClusterResponse) => any;
|
|
2997
|
+
/**
|
|
2998
|
+
* @internal
|
|
2999
|
+
*/
|
|
3000
|
+
export declare const DescribeAddonRequestFilterSensitiveLog: (obj: DescribeAddonRequest) => any;
|
|
3001
|
+
/**
|
|
3002
|
+
* @internal
|
|
3003
|
+
*/
|
|
3004
|
+
export declare const DescribeAddonResponseFilterSensitiveLog: (obj: DescribeAddonResponse) => any;
|
|
3005
|
+
/**
|
|
3006
|
+
* @internal
|
|
3007
|
+
*/
|
|
3008
|
+
export declare const DescribeAddonVersionsRequestFilterSensitiveLog: (obj: DescribeAddonVersionsRequest) => any;
|
|
3009
|
+
/**
|
|
3010
|
+
* @internal
|
|
3011
|
+
*/
|
|
3012
|
+
export declare const DescribeAddonVersionsResponseFilterSensitiveLog: (obj: DescribeAddonVersionsResponse) => any;
|
|
3013
|
+
/**
|
|
3014
|
+
* @internal
|
|
3015
|
+
*/
|
|
3016
|
+
export declare const DescribeClusterRequestFilterSensitiveLog: (obj: DescribeClusterRequest) => any;
|
|
3017
|
+
/**
|
|
3018
|
+
* @internal
|
|
3019
|
+
*/
|
|
3020
|
+
export declare const DescribeClusterResponseFilterSensitiveLog: (obj: DescribeClusterResponse) => any;
|
|
3021
|
+
/**
|
|
3022
|
+
* @internal
|
|
3023
|
+
*/
|
|
3024
|
+
export declare const DescribeFargateProfileRequestFilterSensitiveLog: (obj: DescribeFargateProfileRequest) => any;
|
|
3025
|
+
/**
|
|
3026
|
+
* @internal
|
|
3027
|
+
*/
|
|
3028
|
+
export declare const DescribeFargateProfileResponseFilterSensitiveLog: (obj: DescribeFargateProfileResponse) => any;
|
|
3029
|
+
/**
|
|
3030
|
+
* @internal
|
|
3031
|
+
*/
|
|
3032
|
+
export declare const IdentityProviderConfigFilterSensitiveLog: (obj: IdentityProviderConfig) => any;
|
|
3033
|
+
/**
|
|
3034
|
+
* @internal
|
|
3035
|
+
*/
|
|
3036
|
+
export declare const DescribeIdentityProviderConfigRequestFilterSensitiveLog: (obj: DescribeIdentityProviderConfigRequest) => any;
|
|
3037
|
+
/**
|
|
3038
|
+
* @internal
|
|
3039
|
+
*/
|
|
3040
|
+
export declare const OidcIdentityProviderConfigFilterSensitiveLog: (obj: OidcIdentityProviderConfig) => any;
|
|
3041
|
+
/**
|
|
3042
|
+
* @internal
|
|
3043
|
+
*/
|
|
3044
|
+
export declare const IdentityProviderConfigResponseFilterSensitiveLog: (obj: IdentityProviderConfigResponse) => any;
|
|
3045
|
+
/**
|
|
3046
|
+
* @internal
|
|
3047
|
+
*/
|
|
3048
|
+
export declare const DescribeIdentityProviderConfigResponseFilterSensitiveLog: (obj: DescribeIdentityProviderConfigResponse) => any;
|
|
3049
|
+
/**
|
|
3050
|
+
* @internal
|
|
3051
|
+
*/
|
|
3052
|
+
export declare const DescribeNodegroupRequestFilterSensitiveLog: (obj: DescribeNodegroupRequest) => any;
|
|
3053
|
+
/**
|
|
3054
|
+
* @internal
|
|
3055
|
+
*/
|
|
3056
|
+
export declare const DescribeNodegroupResponseFilterSensitiveLog: (obj: DescribeNodegroupResponse) => any;
|
|
3057
|
+
/**
|
|
3058
|
+
* @internal
|
|
3059
|
+
*/
|
|
3060
|
+
export declare const DescribeUpdateRequestFilterSensitiveLog: (obj: DescribeUpdateRequest) => any;
|
|
3061
|
+
/**
|
|
3062
|
+
* @internal
|
|
3063
|
+
*/
|
|
3064
|
+
export declare const DescribeUpdateResponseFilterSensitiveLog: (obj: DescribeUpdateResponse) => any;
|
|
3065
|
+
/**
|
|
3066
|
+
* @internal
|
|
3067
|
+
*/
|
|
3068
|
+
export declare const DisassociateIdentityProviderConfigRequestFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigRequest) => any;
|
|
3069
|
+
/**
|
|
3070
|
+
* @internal
|
|
3071
|
+
*/
|
|
3072
|
+
export declare const DisassociateIdentityProviderConfigResponseFilterSensitiveLog: (obj: DisassociateIdentityProviderConfigResponse) => any;
|
|
3073
|
+
/**
|
|
3074
|
+
* @internal
|
|
3075
|
+
*/
|
|
3076
|
+
export declare const ListAddonsRequestFilterSensitiveLog: (obj: ListAddonsRequest) => any;
|
|
3077
|
+
/**
|
|
3078
|
+
* @internal
|
|
3079
|
+
*/
|
|
3080
|
+
export declare const ListAddonsResponseFilterSensitiveLog: (obj: ListAddonsResponse) => any;
|
|
3081
|
+
/**
|
|
3082
|
+
* @internal
|
|
3083
|
+
*/
|
|
3084
|
+
export declare const ListClustersRequestFilterSensitiveLog: (obj: ListClustersRequest) => any;
|
|
3085
|
+
/**
|
|
3086
|
+
* @internal
|
|
3087
|
+
*/
|
|
3088
|
+
export declare const ListClustersResponseFilterSensitiveLog: (obj: ListClustersResponse) => any;
|
|
3089
|
+
/**
|
|
3090
|
+
* @internal
|
|
3091
|
+
*/
|
|
3092
|
+
export declare const ListFargateProfilesRequestFilterSensitiveLog: (obj: ListFargateProfilesRequest) => any;
|
|
3093
|
+
/**
|
|
3094
|
+
* @internal
|
|
3095
|
+
*/
|
|
3096
|
+
export declare const ListFargateProfilesResponseFilterSensitiveLog: (obj: ListFargateProfilesResponse) => any;
|
|
3097
|
+
/**
|
|
3098
|
+
* @internal
|
|
3099
|
+
*/
|
|
3100
|
+
export declare const ListIdentityProviderConfigsRequestFilterSensitiveLog: (obj: ListIdentityProviderConfigsRequest) => any;
|
|
3101
|
+
/**
|
|
3102
|
+
* @internal
|
|
3103
|
+
*/
|
|
3104
|
+
export declare const ListIdentityProviderConfigsResponseFilterSensitiveLog: (obj: ListIdentityProviderConfigsResponse) => any;
|
|
3105
|
+
/**
|
|
3106
|
+
* @internal
|
|
3107
|
+
*/
|
|
3108
|
+
export declare const ListNodegroupsRequestFilterSensitiveLog: (obj: ListNodegroupsRequest) => any;
|
|
3109
|
+
/**
|
|
3110
|
+
* @internal
|
|
3111
|
+
*/
|
|
3112
|
+
export declare const ListNodegroupsResponseFilterSensitiveLog: (obj: ListNodegroupsResponse) => any;
|
|
3113
|
+
/**
|
|
3114
|
+
* @internal
|
|
3115
|
+
*/
|
|
3116
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3117
|
+
/**
|
|
3118
|
+
* @internal
|
|
3119
|
+
*/
|
|
3120
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3121
|
+
/**
|
|
3122
|
+
* @internal
|
|
3123
|
+
*/
|
|
3124
|
+
export declare const ListUpdatesRequestFilterSensitiveLog: (obj: ListUpdatesRequest) => any;
|
|
3125
|
+
/**
|
|
3126
|
+
* @internal
|
|
3127
|
+
*/
|
|
3128
|
+
export declare const ListUpdatesResponseFilterSensitiveLog: (obj: ListUpdatesResponse) => any;
|
|
3129
|
+
/**
|
|
3130
|
+
* @internal
|
|
3131
|
+
*/
|
|
3132
|
+
export declare const ConnectorConfigRequestFilterSensitiveLog: (obj: ConnectorConfigRequest) => any;
|
|
3133
|
+
/**
|
|
3134
|
+
* @internal
|
|
3135
|
+
*/
|
|
3136
|
+
export declare const RegisterClusterRequestFilterSensitiveLog: (obj: RegisterClusterRequest) => any;
|
|
3137
|
+
/**
|
|
3138
|
+
* @internal
|
|
3139
|
+
*/
|
|
3140
|
+
export declare const RegisterClusterResponseFilterSensitiveLog: (obj: RegisterClusterResponse) => any;
|
|
3141
|
+
/**
|
|
3142
|
+
* @internal
|
|
3143
|
+
*/
|
|
3144
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3145
|
+
/**
|
|
3146
|
+
* @internal
|
|
3147
|
+
*/
|
|
3148
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3149
|
+
/**
|
|
3150
|
+
* @internal
|
|
3151
|
+
*/
|
|
3152
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3153
|
+
/**
|
|
3154
|
+
* @internal
|
|
3155
|
+
*/
|
|
3156
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3157
|
+
/**
|
|
3158
|
+
* @internal
|
|
3159
|
+
*/
|
|
3160
|
+
export declare const UpdateAddonRequestFilterSensitiveLog: (obj: UpdateAddonRequest) => any;
|
|
3161
|
+
/**
|
|
3162
|
+
* @internal
|
|
3163
|
+
*/
|
|
3164
|
+
export declare const UpdateAddonResponseFilterSensitiveLog: (obj: UpdateAddonResponse) => any;
|
|
3165
|
+
/**
|
|
3166
|
+
* @internal
|
|
3167
|
+
*/
|
|
3168
|
+
export declare const UpdateClusterConfigRequestFilterSensitiveLog: (obj: UpdateClusterConfigRequest) => any;
|
|
3169
|
+
/**
|
|
3170
|
+
* @internal
|
|
3171
|
+
*/
|
|
3172
|
+
export declare const UpdateClusterConfigResponseFilterSensitiveLog: (obj: UpdateClusterConfigResponse) => any;
|
|
3173
|
+
/**
|
|
3174
|
+
* @internal
|
|
3175
|
+
*/
|
|
3176
|
+
export declare const UpdateClusterVersionRequestFilterSensitiveLog: (obj: UpdateClusterVersionRequest) => any;
|
|
3177
|
+
/**
|
|
3178
|
+
* @internal
|
|
3179
|
+
*/
|
|
3180
|
+
export declare const UpdateClusterVersionResponseFilterSensitiveLog: (obj: UpdateClusterVersionResponse) => any;
|
|
3181
|
+
/**
|
|
3182
|
+
* @internal
|
|
3183
|
+
*/
|
|
3184
|
+
export declare const UpdateLabelsPayloadFilterSensitiveLog: (obj: UpdateLabelsPayload) => any;
|
|
3185
|
+
/**
|
|
3186
|
+
* @internal
|
|
3187
|
+
*/
|
|
3188
|
+
export declare const UpdateTaintsPayloadFilterSensitiveLog: (obj: UpdateTaintsPayload) => any;
|
|
3189
|
+
/**
|
|
3190
|
+
* @internal
|
|
3191
|
+
*/
|
|
3192
|
+
export declare const UpdateNodegroupConfigRequestFilterSensitiveLog: (obj: UpdateNodegroupConfigRequest) => any;
|
|
3193
|
+
/**
|
|
3194
|
+
* @internal
|
|
3195
|
+
*/
|
|
3196
|
+
export declare const UpdateNodegroupConfigResponseFilterSensitiveLog: (obj: UpdateNodegroupConfigResponse) => any;
|
|
3197
|
+
/**
|
|
3198
|
+
* @internal
|
|
3199
|
+
*/
|
|
3200
|
+
export declare const UpdateNodegroupVersionRequestFilterSensitiveLog: (obj: UpdateNodegroupVersionRequest) => any;
|
|
3201
|
+
/**
|
|
3202
|
+
* @internal
|
|
3203
|
+
*/
|
|
3204
|
+
export declare const UpdateNodegroupVersionResponseFilterSensitiveLog: (obj: UpdateNodegroupVersionResponse) => any;
|