@aws-sdk/client-eks 3.927.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3037 -2731
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/EKSClient.js +2 -0
- package/dist-es/commands/AssociateAccessPolicyCommand.js +3 -9
- package/dist-es/commands/AssociateEncryptionConfigCommand.js +3 -9
- package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +3 -9
- package/dist-es/commands/CreateAccessEntryCommand.js +3 -9
- package/dist-es/commands/CreateAddonCommand.js +3 -9
- package/dist-es/commands/CreateClusterCommand.js +3 -9
- package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +3 -9
- package/dist-es/commands/CreateFargateProfileCommand.js +3 -9
- package/dist-es/commands/CreateNodegroupCommand.js +3 -9
- package/dist-es/commands/CreatePodIdentityAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteAccessEntryCommand.js +3 -9
- package/dist-es/commands/DeleteAddonCommand.js +3 -9
- package/dist-es/commands/DeleteClusterCommand.js +3 -9
- package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +3 -9
- package/dist-es/commands/DeleteFargateProfileCommand.js +3 -9
- package/dist-es/commands/DeleteNodegroupCommand.js +3 -9
- package/dist-es/commands/DeletePodIdentityAssociationCommand.js +3 -9
- package/dist-es/commands/DeregisterClusterCommand.js +3 -9
- package/dist-es/commands/DescribeAccessEntryCommand.js +3 -9
- package/dist-es/commands/DescribeAddonCommand.js +3 -9
- package/dist-es/commands/DescribeAddonConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeAddonVersionsCommand.js +3 -9
- package/dist-es/commands/DescribeClusterCommand.js +3 -9
- package/dist-es/commands/DescribeClusterVersionsCommand.js +3 -9
- package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +3 -9
- package/dist-es/commands/DescribeFargateProfileCommand.js +3 -9
- package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +3 -9
- package/dist-es/commands/DescribeInsightCommand.js +3 -9
- package/dist-es/commands/DescribeInsightsRefreshCommand.js +3 -9
- package/dist-es/commands/DescribeNodegroupCommand.js +3 -9
- package/dist-es/commands/DescribePodIdentityAssociationCommand.js +3 -9
- package/dist-es/commands/DescribeUpdateCommand.js +3 -9
- package/dist-es/commands/DisassociateAccessPolicyCommand.js +3 -9
- package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +3 -9
- package/dist-es/commands/ListAccessEntriesCommand.js +3 -9
- package/dist-es/commands/ListAccessPoliciesCommand.js +3 -9
- package/dist-es/commands/ListAddonsCommand.js +3 -9
- package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +3 -9
- package/dist-es/commands/ListClustersCommand.js +3 -9
- package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +3 -9
- package/dist-es/commands/ListFargateProfilesCommand.js +3 -9
- package/dist-es/commands/ListIdentityProviderConfigsCommand.js +3 -9
- package/dist-es/commands/ListInsightsCommand.js +3 -9
- package/dist-es/commands/ListNodegroupsCommand.js +3 -9
- package/dist-es/commands/ListPodIdentityAssociationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListUpdatesCommand.js +3 -9
- package/dist-es/commands/RegisterClusterCommand.js +3 -9
- package/dist-es/commands/StartInsightsRefreshCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccessEntryCommand.js +3 -9
- package/dist-es/commands/UpdateAddonCommand.js +3 -9
- package/dist-es/commands/UpdateClusterConfigCommand.js +3 -9
- package/dist-es/commands/UpdateClusterVersionCommand.js +3 -9
- package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +3 -9
- package/dist-es/commands/UpdateNodegroupConfigCommand.js +3 -9
- package/dist-es/commands/UpdateNodegroupVersionCommand.js +3 -9
- package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2900 -0
- package/dist-types/EKSClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +331 -0
- package/dist-types/ts3.4/EKSClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +336 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -2288
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
|
@@ -0,0 +1,2900 @@
|
|
|
1
|
+
const _A = "Addon";
|
|
2
|
+
const _AAP = "AssociatedAccessPolicy";
|
|
3
|
+
const _AAPL = "AssociatedAccessPoliciesList";
|
|
4
|
+
const _AAPR = "AssociateAccessPolicyRequest";
|
|
5
|
+
const _AAPRs = "AssociateAccessPolicyResponse";
|
|
6
|
+
const _AAPs = "AssociateAccessPolicy";
|
|
7
|
+
const _ACD = "AddonCompatibilityDetail";
|
|
8
|
+
const _ACDd = "AddonCompatibilityDetails";
|
|
9
|
+
const _ACR = "AccessConfigResponse";
|
|
10
|
+
const _ADE = "AccessDeniedException";
|
|
11
|
+
const _AE = "AccessEntry";
|
|
12
|
+
const _AEC = "AssociateEncryptionConfig";
|
|
13
|
+
const _AECR = "AssociateEncryptionConfigRequest";
|
|
14
|
+
const _AECRs = "AssociateEncryptionConfigResponse";
|
|
15
|
+
const _AH = "AddonHealth";
|
|
16
|
+
const _AI = "AddonInfo";
|
|
17
|
+
const _AIL = "AddonIssueList";
|
|
18
|
+
const _AIPC = "AssociateIdentityProviderConfig";
|
|
19
|
+
const _AIPCR = "AssociateIdentityProviderConfigRequest";
|
|
20
|
+
const _AIPCRs = "AssociateIdentityProviderConfigResponse";
|
|
21
|
+
const _AId = "AddonIssue";
|
|
22
|
+
const _ANCR = "AddonNamespaceConfigRequest";
|
|
23
|
+
const _ANCRd = "AddonNamespaceConfigResponse";
|
|
24
|
+
const _AP = "AccessPolicy";
|
|
25
|
+
const _APIA = "AddonPodIdentityAssociations";
|
|
26
|
+
const _APIAL = "AddonPodIdentityAssociationsList";
|
|
27
|
+
const _APIC = "AddonPodIdentityConfiguration";
|
|
28
|
+
const _APICL = "AddonPodIdentityConfigurationList";
|
|
29
|
+
const _APL = "AccessPoliciesList";
|
|
30
|
+
const _AS = "AccessScope";
|
|
31
|
+
const _ASG = "AutoScalingGroup";
|
|
32
|
+
const _ASGL = "AutoScalingGroupList";
|
|
33
|
+
const _AVI = "AddonVersionInfo";
|
|
34
|
+
const _AVIL = "AddonVersionInfoList";
|
|
35
|
+
const _Ad = "Addons";
|
|
36
|
+
const _BRE = "BadRequestException";
|
|
37
|
+
const _BS = "BlockStorage";
|
|
38
|
+
const _C = "Certificate";
|
|
39
|
+
const _CA = "CreateAddon";
|
|
40
|
+
const _CACR = "CreateAccessConfigRequest";
|
|
41
|
+
const _CAE = "CreateAccessEntry";
|
|
42
|
+
const _CAER = "CreateAccessEntryRequest";
|
|
43
|
+
const _CAERr = "CreateAccessEntryResponse";
|
|
44
|
+
const _CAR = "CreateAddonRequest";
|
|
45
|
+
const _CARr = "CreateAddonResponse";
|
|
46
|
+
const _CC = "CreateCluster";
|
|
47
|
+
const _CCR = "ComputeConfigRequest";
|
|
48
|
+
const _CCRo = "ComputeConfigResponse";
|
|
49
|
+
const _CCRon = "ConnectorConfigRequest";
|
|
50
|
+
const _CCRonn = "ConnectorConfigResponse";
|
|
51
|
+
const _CCRr = "CreateClusterRequest";
|
|
52
|
+
const _CCRre = "CreateClusterResponse";
|
|
53
|
+
const _CE = "ClientException";
|
|
54
|
+
const _CEAS = "CreateEksAnywhereSubscription";
|
|
55
|
+
const _CEASR = "CreateEksAnywhereSubscriptionRequest";
|
|
56
|
+
const _CEASRr = "CreateEksAnywhereSubscriptionResponse";
|
|
57
|
+
const _CFP = "CreateFargateProfile";
|
|
58
|
+
const _CFPR = "CreateFargateProfileRequest";
|
|
59
|
+
const _CFPRr = "CreateFargateProfileResponse";
|
|
60
|
+
const _CH = "ClusterHealth";
|
|
61
|
+
const _CI = "ClusterIssue";
|
|
62
|
+
const _CIL = "ClusterIssueList";
|
|
63
|
+
const _CN = "CreateNodegroup";
|
|
64
|
+
const _CNR = "CreateNodegroupRequest";
|
|
65
|
+
const _CNRr = "CreateNodegroupResponse";
|
|
66
|
+
const _CPIA = "CreatePodIdentityAssociation";
|
|
67
|
+
const _CPIAR = "CreatePodIdentityAssociationRequest";
|
|
68
|
+
const _CPIARr = "CreatePodIdentityAssociationResponse";
|
|
69
|
+
const _CPPR = "ControlPlanePlacementRequest";
|
|
70
|
+
const _CPPRo = "ControlPlanePlacementResponse";
|
|
71
|
+
const _CS = "ClientStat";
|
|
72
|
+
const _CSl = "ClientStats";
|
|
73
|
+
const _CVI = "ClusterVersionInformation";
|
|
74
|
+
const _CVL = "ClusterVersionList";
|
|
75
|
+
const _Cl = "Cluster";
|
|
76
|
+
const _Co = "Compatibility";
|
|
77
|
+
const _Com = "Compatibilities";
|
|
78
|
+
const _DA = "DeleteAddon";
|
|
79
|
+
const _DAC = "DescribeAddonConfiguration";
|
|
80
|
+
const _DACR = "DescribeAddonConfigurationRequest";
|
|
81
|
+
const _DACRe = "DescribeAddonConfigurationResponse";
|
|
82
|
+
const _DAE = "DeleteAccessEntry";
|
|
83
|
+
const _DAER = "DeleteAccessEntryRequest";
|
|
84
|
+
const _DAERe = "DeleteAccessEntryResponse";
|
|
85
|
+
const _DAERes = "DescribeAccessEntryRequest";
|
|
86
|
+
const _DAEResc = "DescribeAccessEntryResponse";
|
|
87
|
+
const _DAEe = "DescribeAccessEntry";
|
|
88
|
+
const _DAP = "DisassociateAccessPolicy";
|
|
89
|
+
const _DAPR = "DisassociateAccessPolicyRequest";
|
|
90
|
+
const _DAPRi = "DisassociateAccessPolicyResponse";
|
|
91
|
+
const _DAR = "DeleteAddonRequest";
|
|
92
|
+
const _DARe = "DeleteAddonResponse";
|
|
93
|
+
const _DARes = "DescribeAddonRequest";
|
|
94
|
+
const _DAResc = "DescribeAddonResponse";
|
|
95
|
+
const _DAV = "DescribeAddonVersions";
|
|
96
|
+
const _DAVR = "DescribeAddonVersionsRequest";
|
|
97
|
+
const _DAVRe = "DescribeAddonVersionsResponse";
|
|
98
|
+
const _DAe = "DescribeAddon";
|
|
99
|
+
const _DC = "DeleteCluster";
|
|
100
|
+
const _DCR = "DeleteClusterRequest";
|
|
101
|
+
const _DCRe = "DeleteClusterResponse";
|
|
102
|
+
const _DCRer = "DeregisterClusterRequest";
|
|
103
|
+
const _DCRere = "DeregisterClusterResponse";
|
|
104
|
+
const _DCRes = "DescribeClusterRequest";
|
|
105
|
+
const _DCResc = "DescribeClusterResponse";
|
|
106
|
+
const _DCV = "DescribeClusterVersions";
|
|
107
|
+
const _DCVR = "DescribeClusterVersionsRequest";
|
|
108
|
+
const _DCVRe = "DescribeClusterVersionsResponse";
|
|
109
|
+
const _DCe = "DeregisterCluster";
|
|
110
|
+
const _DCes = "DescribeCluster";
|
|
111
|
+
const _DD = "DeprecationDetail";
|
|
112
|
+
const _DDe = "DeprecationDetails";
|
|
113
|
+
const _DEAS = "DeleteEksAnywhereSubscription";
|
|
114
|
+
const _DEASR = "DeleteEksAnywhereSubscriptionRequest";
|
|
115
|
+
const _DEASRe = "DeleteEksAnywhereSubscriptionResponse";
|
|
116
|
+
const _DEASRes = "DescribeEksAnywhereSubscriptionRequest";
|
|
117
|
+
const _DEASResc = "DescribeEksAnywhereSubscriptionResponse";
|
|
118
|
+
const _DEASe = "DescribeEksAnywhereSubscription";
|
|
119
|
+
const _DFP = "DeleteFargateProfile";
|
|
120
|
+
const _DFPR = "DeleteFargateProfileRequest";
|
|
121
|
+
const _DFPRe = "DeleteFargateProfileResponse";
|
|
122
|
+
const _DFPRes = "DescribeFargateProfileRequest";
|
|
123
|
+
const _DFPResc = "DescribeFargateProfileResponse";
|
|
124
|
+
const _DFPe = "DescribeFargateProfile";
|
|
125
|
+
const _DI = "DescribeInsight";
|
|
126
|
+
const _DIPC = "DescribeIdentityProviderConfig";
|
|
127
|
+
const _DIPCR = "DescribeIdentityProviderConfigRequest";
|
|
128
|
+
const _DIPCRe = "DescribeIdentityProviderConfigResponse";
|
|
129
|
+
const _DIPCRi = "DisassociateIdentityProviderConfigRequest";
|
|
130
|
+
const _DIPCRis = "DisassociateIdentityProviderConfigResponse";
|
|
131
|
+
const _DIPCi = "DisassociateIdentityProviderConfig";
|
|
132
|
+
const _DIR = "DescribeInsightRequest";
|
|
133
|
+
const _DIRR = "DescribeInsightsRefreshRequest";
|
|
134
|
+
const _DIRRe = "DescribeInsightsRefreshResponse";
|
|
135
|
+
const _DIRe = "DescribeInsightResponse";
|
|
136
|
+
const _DIRes = "DescribeInsightsRefresh";
|
|
137
|
+
const _DN = "DeleteNodegroup";
|
|
138
|
+
const _DNR = "DeleteNodegroupRequest";
|
|
139
|
+
const _DNRe = "DeleteNodegroupResponse";
|
|
140
|
+
const _DNRes = "DescribeNodegroupRequest";
|
|
141
|
+
const _DNResc = "DescribeNodegroupResponse";
|
|
142
|
+
const _DNe = "DescribeNodegroup";
|
|
143
|
+
const _DPIA = "DeletePodIdentityAssociation";
|
|
144
|
+
const _DPIAR = "DeletePodIdentityAssociationRequest";
|
|
145
|
+
const _DPIARe = "DeletePodIdentityAssociationResponse";
|
|
146
|
+
const _DPIARes = "DescribePodIdentityAssociationRequest";
|
|
147
|
+
const _DPIAResc = "DescribePodIdentityAssociationResponse";
|
|
148
|
+
const _DPIAe = "DescribePodIdentityAssociation";
|
|
149
|
+
const _DU = "DescribeUpdate";
|
|
150
|
+
const _DUR = "DescribeUpdateRequest";
|
|
151
|
+
const _DURe = "DescribeUpdateResponse";
|
|
152
|
+
const _EAS = "EksAnywhereSubscription";
|
|
153
|
+
const _EASL = "EksAnywhereSubscriptionList";
|
|
154
|
+
const _EAST = "EksAnywhereSubscriptionTerm";
|
|
155
|
+
const _EC = "EncryptionConfig";
|
|
156
|
+
const _ECL = "EncryptionConfigList";
|
|
157
|
+
const _ED = "ErrorDetail";
|
|
158
|
+
const _EDr = "ErrorDetails";
|
|
159
|
+
const _ELB = "ElasticLoadBalancing";
|
|
160
|
+
const _FP = "FargateProfile";
|
|
161
|
+
const _FPH = "FargateProfileHealth";
|
|
162
|
+
const _FPI = "FargateProfileIssue";
|
|
163
|
+
const _FPIL = "FargateProfileIssueList";
|
|
164
|
+
const _FPS = "FargateProfileSelector";
|
|
165
|
+
const _FPSa = "FargateProfileSelectors";
|
|
166
|
+
const _I = "Identity";
|
|
167
|
+
const _ICSS = "InsightCategorySpecificSummary";
|
|
168
|
+
const _IF = "InsightsFilter";
|
|
169
|
+
const _IL = "IssueList";
|
|
170
|
+
const _IPC = "IdentityProviderConfig";
|
|
171
|
+
const _IPCR = "IdentityProviderConfigResponse";
|
|
172
|
+
const _IPCd = "IdentityProviderConfigs";
|
|
173
|
+
const _IPE = "InvalidParameterException";
|
|
174
|
+
const _IRD = "InsightResourceDetail";
|
|
175
|
+
const _IRDn = "InsightResourceDetails";
|
|
176
|
+
const _IRE = "InvalidRequestException";
|
|
177
|
+
const _IS = "InsightStatus";
|
|
178
|
+
const _ISE = "InvalidStateException";
|
|
179
|
+
const _ISn = "InsightSummary";
|
|
180
|
+
const _ISns = "InsightSummaries";
|
|
181
|
+
const _In = "Insight";
|
|
182
|
+
const _Is = "Issue";
|
|
183
|
+
const _KNCR = "KubernetesNetworkConfigRequest";
|
|
184
|
+
const _KNCRu = "KubernetesNetworkConfigResponse";
|
|
185
|
+
const _L = "License";
|
|
186
|
+
const _LA = "ListAddons";
|
|
187
|
+
const _LAAP = "ListAssociatedAccessPolicies";
|
|
188
|
+
const _LAAPR = "ListAssociatedAccessPoliciesRequest";
|
|
189
|
+
const _LAAPRi = "ListAssociatedAccessPoliciesResponse";
|
|
190
|
+
const _LAE = "ListAccessEntries";
|
|
191
|
+
const _LAER = "ListAccessEntriesRequest";
|
|
192
|
+
const _LAERi = "ListAccessEntriesResponse";
|
|
193
|
+
const _LAP = "ListAccessPolicies";
|
|
194
|
+
const _LAPR = "ListAccessPoliciesRequest";
|
|
195
|
+
const _LAPRi = "ListAccessPoliciesResponse";
|
|
196
|
+
const _LAR = "ListAddonsRequest";
|
|
197
|
+
const _LARi = "ListAddonsResponse";
|
|
198
|
+
const _LC = "ListClusters";
|
|
199
|
+
const _LCR = "ListClustersRequest";
|
|
200
|
+
const _LCRi = "ListClustersResponse";
|
|
201
|
+
const _LEAS = "ListEksAnywhereSubscriptions";
|
|
202
|
+
const _LEASR = "ListEksAnywhereSubscriptionsRequest";
|
|
203
|
+
const _LEASRi = "ListEksAnywhereSubscriptionsResponse";
|
|
204
|
+
const _LFP = "ListFargateProfiles";
|
|
205
|
+
const _LFPR = "ListFargateProfilesRequest";
|
|
206
|
+
const _LFPRi = "ListFargateProfilesResponse";
|
|
207
|
+
const _LI = "ListInsights";
|
|
208
|
+
const _LIPC = "ListIdentityProviderConfigs";
|
|
209
|
+
const _LIPCR = "ListIdentityProviderConfigsRequest";
|
|
210
|
+
const _LIPCRi = "ListIdentityProviderConfigsResponse";
|
|
211
|
+
const _LIR = "ListInsightsRequest";
|
|
212
|
+
const _LIRi = "ListInsightsResponse";
|
|
213
|
+
const _LL = "LicenseList";
|
|
214
|
+
const _LN = "ListNodegroups";
|
|
215
|
+
const _LNR = "ListNodegroupsRequest";
|
|
216
|
+
const _LNRi = "ListNodegroupsResponse";
|
|
217
|
+
const _LPIA = "ListPodIdentityAssociations";
|
|
218
|
+
const _LPIAR = "ListPodIdentityAssociationsRequest";
|
|
219
|
+
const _LPIARi = "ListPodIdentityAssociationsResponse";
|
|
220
|
+
const _LS = "LogSetup";
|
|
221
|
+
const _LSo = "LogSetups";
|
|
222
|
+
const _LTFR = "ListTagsForResource";
|
|
223
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
224
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
225
|
+
const _LTS = "LaunchTemplateSpecification";
|
|
226
|
+
const _LU = "ListUpdates";
|
|
227
|
+
const _LUR = "ListUpdatesRequest";
|
|
228
|
+
const _LURi = "ListUpdatesResponse";
|
|
229
|
+
const _Lo = "Logging";
|
|
230
|
+
const _MI = "MarketplaceInformation";
|
|
231
|
+
const _N = "Nodegroup";
|
|
232
|
+
const _NFE = "NotFoundException";
|
|
233
|
+
const _NH = "NodegroupHealth";
|
|
234
|
+
const _NR = "NodegroupResources";
|
|
235
|
+
const _NRC = "NodeRepairConfig";
|
|
236
|
+
const _NRCO = "NodeRepairConfigOverrides";
|
|
237
|
+
const _NRCOL = "NodeRepairConfigOverridesList";
|
|
238
|
+
const _NSC = "NodegroupScalingConfig";
|
|
239
|
+
const _NUC = "NodegroupUpdateConfig";
|
|
240
|
+
const _OCR = "OutpostConfigRequest";
|
|
241
|
+
const _OCRu = "OutpostConfigResponse";
|
|
242
|
+
const _OIDC = "OIDC";
|
|
243
|
+
const _OIPC = "OidcIdentityProviderConfig";
|
|
244
|
+
const _OIPCR = "OidcIdentityProviderConfigRequest";
|
|
245
|
+
const _P = "Provider";
|
|
246
|
+
const _PIA = "PodIdentityAssociation";
|
|
247
|
+
const _PIAS = "PodIdentityAssociationSummary";
|
|
248
|
+
const _PIASo = "PodIdentityAssociationSummaries";
|
|
249
|
+
const _RAC = "RemoteAccessConfig";
|
|
250
|
+
const _RC = "RegisterCluster";
|
|
251
|
+
const _RCR = "RegisterClusterRequest";
|
|
252
|
+
const _RCRe = "RegisterClusterResponse";
|
|
253
|
+
const _RIUE = "ResourceInUseException";
|
|
254
|
+
const _RLEE = "ResourceLimitExceededException";
|
|
255
|
+
const _RNCR = "RemoteNetworkConfigRequest";
|
|
256
|
+
const _RNCRe = "RemoteNetworkConfigResponse";
|
|
257
|
+
const _RNFE = "ResourceNotFoundException";
|
|
258
|
+
const _RNN = "RemoteNodeNetwork";
|
|
259
|
+
const _RNNL = "RemoteNodeNetworkList";
|
|
260
|
+
const _RPDE = "ResourcePropagationDelayException";
|
|
261
|
+
const _RPN = "RemotePodNetwork";
|
|
262
|
+
const _RPNL = "RemotePodNetworkList";
|
|
263
|
+
const _SCR = "StorageConfigRequest";
|
|
264
|
+
const _SCRt = "StorageConfigResponse";
|
|
265
|
+
const _SE = "ServerException";
|
|
266
|
+
const _SIR = "StartInsightsRefresh";
|
|
267
|
+
const _SIRR = "StartInsightsRefreshRequest";
|
|
268
|
+
const _SIRRt = "StartInsightsRefreshResponse";
|
|
269
|
+
const _SUE = "ServiceUnavailableException";
|
|
270
|
+
const _T = "Taint";
|
|
271
|
+
const _TE = "ThrottlingException";
|
|
272
|
+
const _TR = "TagResource";
|
|
273
|
+
const _TRR = "TagResourceRequest";
|
|
274
|
+
const _TRRa = "TagResourceResponse";
|
|
275
|
+
const _U = "Update";
|
|
276
|
+
const _UA = "UpdateAddon";
|
|
277
|
+
const _UACR = "UpdateAccessConfigRequest";
|
|
278
|
+
const _UAE = "UpdateAccessEntry";
|
|
279
|
+
const _UAER = "UpdateAccessEntryRequest";
|
|
280
|
+
const _UAERp = "UpdateAccessEntryResponse";
|
|
281
|
+
const _UAR = "UpdateAddonRequest";
|
|
282
|
+
const _UARp = "UpdateAddonResponse";
|
|
283
|
+
const _UAZE = "UnsupportedAvailabilityZoneException";
|
|
284
|
+
const _UCC = "UpdateClusterConfig";
|
|
285
|
+
const _UCCR = "UpdateClusterConfigRequest";
|
|
286
|
+
const _UCCRp = "UpdateClusterConfigResponse";
|
|
287
|
+
const _UCV = "UpdateClusterVersion";
|
|
288
|
+
const _UCVR = "UpdateClusterVersionRequest";
|
|
289
|
+
const _UCVRp = "UpdateClusterVersionResponse";
|
|
290
|
+
const _UEAS = "UpdateEksAnywhereSubscription";
|
|
291
|
+
const _UEASR = "UpdateEksAnywhereSubscriptionRequest";
|
|
292
|
+
const _UEASRp = "UpdateEksAnywhereSubscriptionResponse";
|
|
293
|
+
const _ULP = "UpdateLabelsPayload";
|
|
294
|
+
const _UNC = "UpdateNodegroupConfig";
|
|
295
|
+
const _UNCR = "UpdateNodegroupConfigRequest";
|
|
296
|
+
const _UNCRp = "UpdateNodegroupConfigResponse";
|
|
297
|
+
const _UNV = "UpdateNodegroupVersion";
|
|
298
|
+
const _UNVR = "UpdateNodegroupVersionRequest";
|
|
299
|
+
const _UNVRp = "UpdateNodegroupVersionResponse";
|
|
300
|
+
const _UP = "UpdateParam";
|
|
301
|
+
const _UPIA = "UpdatePodIdentityAssociation";
|
|
302
|
+
const _UPIAR = "UpdatePodIdentityAssociationRequest";
|
|
303
|
+
const _UPIARp = "UpdatePodIdentityAssociationResponse";
|
|
304
|
+
const _UPR = "UpgradePolicyRequest";
|
|
305
|
+
const _UPRp = "UpgradePolicyResponse";
|
|
306
|
+
const _UPp = "UpdateParams";
|
|
307
|
+
const _UR = "UntagResource";
|
|
308
|
+
const _URR = "UntagResourceRequest";
|
|
309
|
+
const _URRn = "UntagResourceResponse";
|
|
310
|
+
const _UTP = "UpdateTaintsPayload";
|
|
311
|
+
const _VCR = "VpcConfigRequest";
|
|
312
|
+
const _VCRp = "VpcConfigResponse";
|
|
313
|
+
const _ZSCR = "ZonalShiftConfigRequest";
|
|
314
|
+
const _ZSCRo = "ZonalShiftConfigResponse";
|
|
315
|
+
const _a = "arn";
|
|
316
|
+
const _aA = "addonArn";
|
|
317
|
+
const _aAP = "associatedAccessPolicy";
|
|
318
|
+
const _aAPs = "associatedAccessPolicies";
|
|
319
|
+
const _aAs = "associatedAt";
|
|
320
|
+
const _aAss = "associationArn";
|
|
321
|
+
const _aC = "accessConfig";
|
|
322
|
+
const _aCD = "addonCompatibilityDetails";
|
|
323
|
+
const _aCc = "activationCode";
|
|
324
|
+
const _aE = "activationExpiry";
|
|
325
|
+
const _aEA = "accessEntryArn";
|
|
326
|
+
const _aEc = "accessEntry";
|
|
327
|
+
const _aEcc = "accessEntries";
|
|
328
|
+
const _aI = "activationId";
|
|
329
|
+
const _aId = "additionalInfo";
|
|
330
|
+
const _aIs = "associationId";
|
|
331
|
+
const _aM = "authenticationMode";
|
|
332
|
+
const _aN = "addonName";
|
|
333
|
+
const _aOUL = "addOrUpdateLabels";
|
|
334
|
+
const _aOUT = "addOrUpdateTaints";
|
|
335
|
+
const _aP = "accessPolicies";
|
|
336
|
+
const _aPA = "associatedPolicyArn";
|
|
337
|
+
const _aR = "autoRenew";
|
|
338
|
+
const _aS = "accessScope";
|
|
339
|
+
const _aSG = "autoScalingGroups";
|
|
340
|
+
const _aT = "amiType";
|
|
341
|
+
const _aV = "addonVersion";
|
|
342
|
+
const _aVd = "addonVersions";
|
|
343
|
+
const _ad = "addon";
|
|
344
|
+
const _add = "addons";
|
|
345
|
+
const _ar = "architecture";
|
|
346
|
+
const _as = "association";
|
|
347
|
+
const _ass = "associations";
|
|
348
|
+
const _bCCAP = "bootstrapClusterCreatorAdminPermissions";
|
|
349
|
+
const _bS = "blockStorage";
|
|
350
|
+
const _bSMA = "bootstrapSelfManagedAddons";
|
|
351
|
+
const _c = "client";
|
|
352
|
+
const _cA = "createdAt";
|
|
353
|
+
const _cAe = "certificateAuthority";
|
|
354
|
+
const _cC = "connectorConfig";
|
|
355
|
+
const _cCo = "computeConfig";
|
|
356
|
+
const _cI = "clientId";
|
|
357
|
+
const _cL = "clusterLogging";
|
|
358
|
+
const _cN = "clusterName";
|
|
359
|
+
const _cPIT = "controlPlaneInstanceType";
|
|
360
|
+
const _cPP = "controlPlanePlacement";
|
|
361
|
+
const _cRT = "clientRequestToken";
|
|
362
|
+
const _cS = "clientStats";
|
|
363
|
+
const _cSGI = "clusterSecurityGroupId";
|
|
364
|
+
const _cSS = "categorySpecificSummary";
|
|
365
|
+
const _cSo = "configurationSchema";
|
|
366
|
+
const _cT = "computeTypes";
|
|
367
|
+
const _cTa = "capacityType";
|
|
368
|
+
const _cTl = "clusterType";
|
|
369
|
+
const _cV = "configurationValues";
|
|
370
|
+
const _cVl = "clusterVersion";
|
|
371
|
+
const _cVlu = "clusterVersions";
|
|
372
|
+
const _cVo = "compatibleVersions";
|
|
373
|
+
const _ca = "category";
|
|
374
|
+
const _cat = "categories";
|
|
375
|
+
const _ci = "cidrs";
|
|
376
|
+
const _cl = "cluster";
|
|
377
|
+
const _clu = "clusters";
|
|
378
|
+
const _co = "code";
|
|
379
|
+
const _com = "compatibilities";
|
|
380
|
+
const _d = "data";
|
|
381
|
+
const _dD = "deprecationDetails";
|
|
382
|
+
const _dN = "defaultNamespace";
|
|
383
|
+
const _dO = "defaultOnly";
|
|
384
|
+
const _dP = "deletionProtection";
|
|
385
|
+
const _dPV = "defaultPlatformVersion";
|
|
386
|
+
const _dS = "diskSize";
|
|
387
|
+
const _dST = "disableSessionTags";
|
|
388
|
+
const _dSe = "desiredSize";
|
|
389
|
+
const _dV = "defaultVersion";
|
|
390
|
+
const _de = "description";
|
|
391
|
+
const _du = "duration";
|
|
392
|
+
const _e = "error";
|
|
393
|
+
const _eA = "endedAt";
|
|
394
|
+
const _eC = "encryptionConfig";
|
|
395
|
+
const _eCr = "errorCode";
|
|
396
|
+
const _eD = "effectiveDate";
|
|
397
|
+
const _eDx = "expirationDate";
|
|
398
|
+
const _eI = "externalId";
|
|
399
|
+
const _eLB = "elasticLoadBalancing";
|
|
400
|
+
const _eM = "errorMessage";
|
|
401
|
+
const _eOESD = "endOfExtendedSupportDate";
|
|
402
|
+
const _eOSSD = "endOfStandardSupportDate";
|
|
403
|
+
const _ePA = "endpointPublicAccess";
|
|
404
|
+
const _ePAn = "endpointPrivateAccess";
|
|
405
|
+
const _eSK = "ec2SshKey";
|
|
406
|
+
const _ef = "effect";
|
|
407
|
+
const _en = "enabled";
|
|
408
|
+
const _end = "endpoint";
|
|
409
|
+
const _er = "errors";
|
|
410
|
+
const _f = "filter";
|
|
411
|
+
const _fP = "fargateProfile";
|
|
412
|
+
const _fPA = "fargateProfileArn";
|
|
413
|
+
const _fPN = "fargateProfileName";
|
|
414
|
+
const _fPNa = "fargateProfileNames";
|
|
415
|
+
const _fo = "force";
|
|
416
|
+
const _gC = "groupsClaim";
|
|
417
|
+
const _gN = "groupName";
|
|
418
|
+
const _gP = "groupsPrefix";
|
|
419
|
+
const _h = "health";
|
|
420
|
+
const _hE = "httpError";
|
|
421
|
+
const _hQ = "httpQuery";
|
|
422
|
+
const _ht = "http";
|
|
423
|
+
const _i = "issues";
|
|
424
|
+
const _iA = "includeAll";
|
|
425
|
+
const _iF = "ipFamily";
|
|
426
|
+
const _iPC = "identityProviderConfig";
|
|
427
|
+
const _iPCA = "identityProviderConfigArn";
|
|
428
|
+
const _iPCN = "identityProviderConfigName";
|
|
429
|
+
const _iPCd = "identityProviderConfigs";
|
|
430
|
+
const _iS = "insightStatus";
|
|
431
|
+
const _iSn = "includeStatus";
|
|
432
|
+
const _iT = "instanceTypes";
|
|
433
|
+
const _iU = "issuerUrl";
|
|
434
|
+
const _id = "identity";
|
|
435
|
+
const _id_ = "id";
|
|
436
|
+
const _in = "insight";
|
|
437
|
+
const _inc = "include";
|
|
438
|
+
const _ins = "insights";
|
|
439
|
+
const _is = "issuer";
|
|
440
|
+
const _k = "key";
|
|
441
|
+
const _kA = "keyArn";
|
|
442
|
+
const _kG = "kubernetesGroups";
|
|
443
|
+
const _kNC = "kubernetesNetworkConfig";
|
|
444
|
+
const _kPV = "kubernetesPatchVersion";
|
|
445
|
+
const _kRU = "kubernetesResourceUri";
|
|
446
|
+
const _kV = "kubernetesVersion";
|
|
447
|
+
const _kVu = "kubernetesVersions";
|
|
448
|
+
const _l = "logging";
|
|
449
|
+
const _lA = "licenseArns";
|
|
450
|
+
const _lQ = "licenseQuantity";
|
|
451
|
+
const _lRT = "lastRequestTime";
|
|
452
|
+
const _lRTa = "lastRefreshTime";
|
|
453
|
+
const _lT = "licenseType";
|
|
454
|
+
const _lTT = "lastTransitionTime";
|
|
455
|
+
const _lTa = "launchTemplate";
|
|
456
|
+
const _la = "labels";
|
|
457
|
+
const _li = "licenses";
|
|
458
|
+
const _m = "message";
|
|
459
|
+
const _mA = "modifiedAt";
|
|
460
|
+
const _mI = "marketplaceInformation";
|
|
461
|
+
const _mPNRC = "maxParallelNodesRepairedCount";
|
|
462
|
+
const _mPNRP = "maxParallelNodesRepairedPercentage";
|
|
463
|
+
const _mR = "maxResults";
|
|
464
|
+
const _mRWTM = "minRepairWaitTimeMins";
|
|
465
|
+
const _mS = "minSize";
|
|
466
|
+
const _mSa = "maxSize";
|
|
467
|
+
const _mU = "maxUnavailable";
|
|
468
|
+
const _mUNTC = "maxUnhealthyNodeThresholdCount";
|
|
469
|
+
const _mUNTP = "maxUnhealthyNodeThresholdPercentage";
|
|
470
|
+
const _mUP = "maxUnavailablePercentage";
|
|
471
|
+
const _n = "name";
|
|
472
|
+
const _nA = "nodegroupArn";
|
|
473
|
+
const _nC = "namespaceConfig";
|
|
474
|
+
const _nMC = "nodeMonitoringCondition";
|
|
475
|
+
const _nN = "nodegroupName";
|
|
476
|
+
const _nORLD = "numberOfRequestsLast30Days";
|
|
477
|
+
const _nP = "nodePools";
|
|
478
|
+
const _nR = "nodeRole";
|
|
479
|
+
const _nRA = "nodeRoleArn";
|
|
480
|
+
const _nRC = "nodeRepairConfig";
|
|
481
|
+
const _nRCO = "nodeRepairConfigOverrides";
|
|
482
|
+
const _nT = "nextToken";
|
|
483
|
+
const _nUR = "nodeUnhealthyReason";
|
|
484
|
+
const _na = "namespaces";
|
|
485
|
+
const _nam = "namespace";
|
|
486
|
+
const _no = "nodegroup";
|
|
487
|
+
const _nod = "nodegroups";
|
|
488
|
+
const _o = "owner";
|
|
489
|
+
const _oA = "outpostArns";
|
|
490
|
+
const _oAw = "ownerArn";
|
|
491
|
+
const _oC = "outpostConfig";
|
|
492
|
+
const _oi = "oidc";
|
|
493
|
+
const _ow = "owners";
|
|
494
|
+
const _p = "publisher";
|
|
495
|
+
const _pA = "principalArn";
|
|
496
|
+
const _pAC = "publicAccessCidrs";
|
|
497
|
+
const _pAo = "policyArn";
|
|
498
|
+
const _pERA = "podExecutionRoleArn";
|
|
499
|
+
const _pI = "productId";
|
|
500
|
+
const _pIA = "podIdentityAssociations";
|
|
501
|
+
const _pIC = "podIdentityConfiguration";
|
|
502
|
+
const _pU = "productUrl";
|
|
503
|
+
const _pV = "platformVersion";
|
|
504
|
+
const _pVl = "platformVersions";
|
|
505
|
+
const _pa = "params";
|
|
506
|
+
const _pr = "provider";
|
|
507
|
+
const _pre = "preserve";
|
|
508
|
+
const _pu = "publishers";
|
|
509
|
+
const _r = "resources";
|
|
510
|
+
const _rA = "roleArn";
|
|
511
|
+
const _rASG = "remoteAccessSecurityGroup";
|
|
512
|
+
const _rAe = "remoteAccess";
|
|
513
|
+
const _rAep = "repairAction";
|
|
514
|
+
const _rAes = "resourceArn";
|
|
515
|
+
const _rC = "requiresConfiguration";
|
|
516
|
+
const _rCe = "resolveConflicts";
|
|
517
|
+
const _rCeq = "requiredClaims";
|
|
518
|
+
const _rD = "releaseDate";
|
|
519
|
+
const _rI = "resourceIds";
|
|
520
|
+
const _rIP = "requiresIamPermissions";
|
|
521
|
+
const _rL = "removeLabels";
|
|
522
|
+
const _rMP = "recommendedManagedPolicies";
|
|
523
|
+
const _rNC = "remoteNetworkConfig";
|
|
524
|
+
const _rNN = "remoteNodeNetworks";
|
|
525
|
+
const _rPN = "remotePodNetworks";
|
|
526
|
+
const _rT = "removeTaints";
|
|
527
|
+
const _rV = "releaseVersion";
|
|
528
|
+
const _rVC = "resourcesVpcConfig";
|
|
529
|
+
const _rW = "replacedWith";
|
|
530
|
+
const _re = "recommendation";
|
|
531
|
+
const _rea = "reason";
|
|
532
|
+
const _s = "status";
|
|
533
|
+
const _sA = "serviceAccount";
|
|
534
|
+
const _sARA = "serviceAccountRoleArn";
|
|
535
|
+
const _sAt = "startedAt";
|
|
536
|
+
const _sC = "storageConfig";
|
|
537
|
+
const _sCc = "scalingConfig";
|
|
538
|
+
const _sGI = "securityGroupIds";
|
|
539
|
+
const _sI = "subscriptionId";
|
|
540
|
+
const _sIC = "serviceIpv4Cidr";
|
|
541
|
+
const _sICe = "serviceIpv6Cidr";
|
|
542
|
+
const _sIu = "subnetIds";
|
|
543
|
+
const _sSG = "sourceSecurityGroups";
|
|
544
|
+
const _sSRV = "startServingReplacementVersion";
|
|
545
|
+
const _sSV = "stopServingVersion";
|
|
546
|
+
const _sT = "supportType";
|
|
547
|
+
const _se = "selectors";
|
|
548
|
+
const _ser = "server";
|
|
549
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.eks";
|
|
550
|
+
const _st = "statuses";
|
|
551
|
+
const _su = "subscription";
|
|
552
|
+
const _sub = "subnets";
|
|
553
|
+
const _subs = "subscriptions";
|
|
554
|
+
const _t = "tags";
|
|
555
|
+
const _tK = "tagKeys";
|
|
556
|
+
const _tL = "taintsList";
|
|
557
|
+
const _tRA = "targetRoleArn";
|
|
558
|
+
const _ta = "taints";
|
|
559
|
+
const _te = "term";
|
|
560
|
+
const _to = "token";
|
|
561
|
+
const _ty = "type";
|
|
562
|
+
const _typ = "types";
|
|
563
|
+
const _u = "username";
|
|
564
|
+
const _uA = "userAgent";
|
|
565
|
+
const _uC = "updateConfig";
|
|
566
|
+
const _uCs = "usernameClaim";
|
|
567
|
+
const _uI = "updateId";
|
|
568
|
+
const _uIp = "updateIds";
|
|
569
|
+
const _uP = "upgradePolicy";
|
|
570
|
+
const _uPs = "usernamePrefix";
|
|
571
|
+
const _uS = "updateStrategy";
|
|
572
|
+
const _un = "unit";
|
|
573
|
+
const _up = "update";
|
|
574
|
+
const _us = "usage";
|
|
575
|
+
const _v = "version";
|
|
576
|
+
const _vI = "vpcId";
|
|
577
|
+
const _vS = "versionStatus";
|
|
578
|
+
const _vZ = "validZones";
|
|
579
|
+
const _va = "value";
|
|
580
|
+
const _zSC = "zonalShiftConfig";
|
|
581
|
+
const n0 = "com.amazonaws.eks";
|
|
582
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
583
|
+
import { EKSServiceException as __EKSServiceException } from "../models/EKSServiceException";
|
|
584
|
+
import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ClientException as __ClientException, InvalidParameterException as __InvalidParameterException, InvalidRequestException as __InvalidRequestException, InvalidStateException as __InvalidStateException, NotFoundException as __NotFoundException, ResourceInUseException as __ResourceInUseException, ResourceLimitExceededException as __ResourceLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ResourcePropagationDelayException as __ResourcePropagationDelayException, ServerException as __ServerException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, UnsupportedAvailabilityZoneException as __UnsupportedAvailabilityZoneException, } from "../models/index";
|
|
585
|
+
export var AccessConfigResponse = [3, n0, _ACR, 0, [_bCCAP, _aM], [2, 0]];
|
|
586
|
+
export var AccessDeniedException = [
|
|
587
|
+
-3,
|
|
588
|
+
n0,
|
|
589
|
+
_ADE,
|
|
590
|
+
{
|
|
591
|
+
[_e]: _c,
|
|
592
|
+
[_hE]: 403,
|
|
593
|
+
},
|
|
594
|
+
[_m],
|
|
595
|
+
[0],
|
|
596
|
+
];
|
|
597
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
598
|
+
export var AccessEntry = [
|
|
599
|
+
3,
|
|
600
|
+
n0,
|
|
601
|
+
_AE,
|
|
602
|
+
0,
|
|
603
|
+
[_cN, _pA, _kG, _aEA, _cA, _mA, _t, _u, _ty],
|
|
604
|
+
[0, 0, 64 | 0, 0, 4, 4, 128 | 0, 0, 0],
|
|
605
|
+
];
|
|
606
|
+
export var AccessPolicy = [3, n0, _AP, 0, [_n, _a], [0, 0]];
|
|
607
|
+
export var AccessScope = [3, n0, _AS, 0, [_ty, _na], [0, 64 | 0]];
|
|
608
|
+
export var Addon = [
|
|
609
|
+
3,
|
|
610
|
+
n0,
|
|
611
|
+
_A,
|
|
612
|
+
0,
|
|
613
|
+
[_aN, _cN, _s, _aV, _h, _aA, _cA, _mA, _sARA, _t, _p, _o, _mI, _cV, _pIA, _nC],
|
|
614
|
+
[
|
|
615
|
+
0,
|
|
616
|
+
0,
|
|
617
|
+
0,
|
|
618
|
+
0,
|
|
619
|
+
() => AddonHealth,
|
|
620
|
+
0,
|
|
621
|
+
4,
|
|
622
|
+
4,
|
|
623
|
+
0,
|
|
624
|
+
128 | 0,
|
|
625
|
+
0,
|
|
626
|
+
0,
|
|
627
|
+
() => MarketplaceInformation,
|
|
628
|
+
0,
|
|
629
|
+
64 | 0,
|
|
630
|
+
() => AddonNamespaceConfigResponse,
|
|
631
|
+
],
|
|
632
|
+
];
|
|
633
|
+
export var AddonCompatibilityDetail = [3, n0, _ACD, 0, [_n, _cVo], [0, 64 | 0]];
|
|
634
|
+
export var AddonHealth = [3, n0, _AH, 0, [_i], [() => AddonIssueList]];
|
|
635
|
+
export var AddonInfo = [
|
|
636
|
+
3,
|
|
637
|
+
n0,
|
|
638
|
+
_AI,
|
|
639
|
+
0,
|
|
640
|
+
[_aN, _ty, _aVd, _p, _o, _mI, _dN],
|
|
641
|
+
[0, 0, () => AddonVersionInfoList, 0, 0, () => MarketplaceInformation, 0],
|
|
642
|
+
];
|
|
643
|
+
export var AddonIssue = [3, n0, _AId, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
|
|
644
|
+
export var AddonNamespaceConfigRequest = [3, n0, _ANCR, 0, [_nam], [0]];
|
|
645
|
+
export var AddonNamespaceConfigResponse = [3, n0, _ANCRd, 0, [_nam], [0]];
|
|
646
|
+
export var AddonPodIdentityAssociations = [3, n0, _APIA, 0, [_sA, _rA], [0, 0]];
|
|
647
|
+
export var AddonPodIdentityConfiguration = [3, n0, _APIC, 0, [_sA, _rMP], [0, 64 | 0]];
|
|
648
|
+
export var AddonVersionInfo = [
|
|
649
|
+
3,
|
|
650
|
+
n0,
|
|
651
|
+
_AVI,
|
|
652
|
+
0,
|
|
653
|
+
[_aV, _ar, _cT, _com, _rC, _rIP],
|
|
654
|
+
[0, 64 | 0, 64 | 0, () => Compatibilities, 2, 2],
|
|
655
|
+
];
|
|
656
|
+
export var AssociateAccessPolicyRequest = [
|
|
657
|
+
3,
|
|
658
|
+
n0,
|
|
659
|
+
_AAPR,
|
|
660
|
+
0,
|
|
661
|
+
[_cN, _pA, _pAo, _aS],
|
|
662
|
+
[[0, 1], [0, 1], 0, () => AccessScope],
|
|
663
|
+
];
|
|
664
|
+
export var AssociateAccessPolicyResponse = [
|
|
665
|
+
3,
|
|
666
|
+
n0,
|
|
667
|
+
_AAPRs,
|
|
668
|
+
0,
|
|
669
|
+
[_cN, _pA, _aAP],
|
|
670
|
+
[0, 0, () => AssociatedAccessPolicy],
|
|
671
|
+
];
|
|
672
|
+
export var AssociatedAccessPolicy = [
|
|
673
|
+
3,
|
|
674
|
+
n0,
|
|
675
|
+
_AAP,
|
|
676
|
+
0,
|
|
677
|
+
[_pAo, _aS, _aAs, _mA],
|
|
678
|
+
[0, () => AccessScope, 4, 4],
|
|
679
|
+
];
|
|
680
|
+
export var AssociateEncryptionConfigRequest = [
|
|
681
|
+
3,
|
|
682
|
+
n0,
|
|
683
|
+
_AECR,
|
|
684
|
+
0,
|
|
685
|
+
[_cN, _eC, _cRT],
|
|
686
|
+
[[0, 1], () => EncryptionConfigList, [0, 4]],
|
|
687
|
+
];
|
|
688
|
+
export var AssociateEncryptionConfigResponse = [3, n0, _AECRs, 0, [_up], [() => Update]];
|
|
689
|
+
export var AssociateIdentityProviderConfigRequest = [
|
|
690
|
+
3,
|
|
691
|
+
n0,
|
|
692
|
+
_AIPCR,
|
|
693
|
+
0,
|
|
694
|
+
[_cN, _oi, _t, _cRT],
|
|
695
|
+
[[0, 1], () => OidcIdentityProviderConfigRequest, 128 | 0, [0, 4]],
|
|
696
|
+
];
|
|
697
|
+
export var AssociateIdentityProviderConfigResponse = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_AIPCRs,
|
|
701
|
+
0,
|
|
702
|
+
[_up, _t],
|
|
703
|
+
[() => Update, 128 | 0],
|
|
704
|
+
];
|
|
705
|
+
export var AutoScalingGroup = [3, n0, _ASG, 0, [_n], [0]];
|
|
706
|
+
export var BadRequestException = [
|
|
707
|
+
-3,
|
|
708
|
+
n0,
|
|
709
|
+
_BRE,
|
|
710
|
+
{
|
|
711
|
+
[_e]: _c,
|
|
712
|
+
[_hE]: 400,
|
|
713
|
+
},
|
|
714
|
+
[_m],
|
|
715
|
+
[0],
|
|
716
|
+
];
|
|
717
|
+
TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
|
|
718
|
+
export var BlockStorage = [3, n0, _BS, 0, [_en], [2]];
|
|
719
|
+
export var Certificate = [3, n0, _C, 0, [_d], [0]];
|
|
720
|
+
export var ClientException = [
|
|
721
|
+
-3,
|
|
722
|
+
n0,
|
|
723
|
+
_CE,
|
|
724
|
+
{
|
|
725
|
+
[_e]: _c,
|
|
726
|
+
[_hE]: 400,
|
|
727
|
+
},
|
|
728
|
+
[_cN, _nN, _aN, _sI, _m],
|
|
729
|
+
[0, 0, 0, 0, 0],
|
|
730
|
+
];
|
|
731
|
+
TypeRegistry.for(n0).registerError(ClientException, __ClientException);
|
|
732
|
+
export var ClientStat = [3, n0, _CS, 0, [_uA, _nORLD, _lRT], [0, 1, 4]];
|
|
733
|
+
export var Cluster = [
|
|
734
|
+
3,
|
|
735
|
+
n0,
|
|
736
|
+
_Cl,
|
|
737
|
+
0,
|
|
738
|
+
[
|
|
739
|
+
_n,
|
|
740
|
+
_a,
|
|
741
|
+
_cA,
|
|
742
|
+
_v,
|
|
743
|
+
_end,
|
|
744
|
+
_rA,
|
|
745
|
+
_rVC,
|
|
746
|
+
_kNC,
|
|
747
|
+
_l,
|
|
748
|
+
_id,
|
|
749
|
+
_s,
|
|
750
|
+
_cAe,
|
|
751
|
+
_cRT,
|
|
752
|
+
_pV,
|
|
753
|
+
_t,
|
|
754
|
+
_eC,
|
|
755
|
+
_cC,
|
|
756
|
+
_id_,
|
|
757
|
+
_h,
|
|
758
|
+
_oC,
|
|
759
|
+
_aC,
|
|
760
|
+
_uP,
|
|
761
|
+
_zSC,
|
|
762
|
+
_rNC,
|
|
763
|
+
_cCo,
|
|
764
|
+
_sC,
|
|
765
|
+
_dP,
|
|
766
|
+
],
|
|
767
|
+
[
|
|
768
|
+
0,
|
|
769
|
+
0,
|
|
770
|
+
4,
|
|
771
|
+
0,
|
|
772
|
+
0,
|
|
773
|
+
0,
|
|
774
|
+
() => VpcConfigResponse,
|
|
775
|
+
() => KubernetesNetworkConfigResponse,
|
|
776
|
+
() => Logging,
|
|
777
|
+
() => Identity,
|
|
778
|
+
0,
|
|
779
|
+
() => Certificate,
|
|
780
|
+
0,
|
|
781
|
+
0,
|
|
782
|
+
128 | 0,
|
|
783
|
+
() => EncryptionConfigList,
|
|
784
|
+
() => ConnectorConfigResponse,
|
|
785
|
+
0,
|
|
786
|
+
() => ClusterHealth,
|
|
787
|
+
() => OutpostConfigResponse,
|
|
788
|
+
() => AccessConfigResponse,
|
|
789
|
+
() => UpgradePolicyResponse,
|
|
790
|
+
() => ZonalShiftConfigResponse,
|
|
791
|
+
() => RemoteNetworkConfigResponse,
|
|
792
|
+
() => ComputeConfigResponse,
|
|
793
|
+
() => StorageConfigResponse,
|
|
794
|
+
2,
|
|
795
|
+
],
|
|
796
|
+
];
|
|
797
|
+
export var ClusterHealth = [3, n0, _CH, 0, [_i], [() => ClusterIssueList]];
|
|
798
|
+
export var ClusterIssue = [3, n0, _CI, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
|
|
799
|
+
export var ClusterVersionInformation = [
|
|
800
|
+
3,
|
|
801
|
+
n0,
|
|
802
|
+
_CVI,
|
|
803
|
+
0,
|
|
804
|
+
[_cVl, _cTl, _dPV, _dV, _rD, _eOSSD, _eOESD, _s, _vS, _kPV],
|
|
805
|
+
[0, 0, 0, 2, 4, 4, 4, 0, 0, 0],
|
|
806
|
+
];
|
|
807
|
+
export var Compatibility = [3, n0, _Co, 0, [_cVl, _pVl, _dV], [0, 64 | 0, 2]];
|
|
808
|
+
export var ComputeConfigRequest = [3, n0, _CCR, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
|
|
809
|
+
export var ComputeConfigResponse = [3, n0, _CCRo, 0, [_en, _nP, _nRA], [2, 64 | 0, 0]];
|
|
810
|
+
export var ConnectorConfigRequest = [3, n0, _CCRon, 0, [_rA, _pr], [0, 0]];
|
|
811
|
+
export var ConnectorConfigResponse = [
|
|
812
|
+
3,
|
|
813
|
+
n0,
|
|
814
|
+
_CCRonn,
|
|
815
|
+
0,
|
|
816
|
+
[_aI, _aCc, _aE, _pr, _rA],
|
|
817
|
+
[0, 0, 4, 0, 0],
|
|
818
|
+
];
|
|
819
|
+
export var ControlPlanePlacementRequest = [3, n0, _CPPR, 0, [_gN], [0]];
|
|
820
|
+
export var ControlPlanePlacementResponse = [3, n0, _CPPRo, 0, [_gN], [0]];
|
|
821
|
+
export var CreateAccessConfigRequest = [3, n0, _CACR, 0, [_bCCAP, _aM], [2, 0]];
|
|
822
|
+
export var CreateAccessEntryRequest = [
|
|
823
|
+
3,
|
|
824
|
+
n0,
|
|
825
|
+
_CAER,
|
|
826
|
+
0,
|
|
827
|
+
[_cN, _pA, _kG, _t, _cRT, _u, _ty],
|
|
828
|
+
[[0, 1], 0, 64 | 0, 128 | 0, [0, 4], 0, 0],
|
|
829
|
+
];
|
|
830
|
+
export var CreateAccessEntryResponse = [3, n0, _CAERr, 0, [_aEc], [() => AccessEntry]];
|
|
831
|
+
export var CreateAddonRequest = [
|
|
832
|
+
3,
|
|
833
|
+
n0,
|
|
834
|
+
_CAR,
|
|
835
|
+
0,
|
|
836
|
+
[_cN, _aN, _aV, _sARA, _rCe, _cRT, _t, _cV, _pIA, _nC],
|
|
837
|
+
[[0, 1], 0, 0, 0, 0, [0, 4], 128 | 0, 0, () => AddonPodIdentityAssociationsList, () => AddonNamespaceConfigRequest],
|
|
838
|
+
];
|
|
839
|
+
export var CreateAddonResponse = [3, n0, _CARr, 0, [_ad], [() => Addon]];
|
|
840
|
+
export var CreateClusterRequest = [
|
|
841
|
+
3,
|
|
842
|
+
n0,
|
|
843
|
+
_CCRr,
|
|
844
|
+
0,
|
|
845
|
+
[_n, _v, _rA, _rVC, _kNC, _l, _cRT, _t, _eC, _oC, _aC, _bSMA, _uP, _zSC, _rNC, _cCo, _sC, _dP],
|
|
846
|
+
[
|
|
847
|
+
0,
|
|
848
|
+
0,
|
|
849
|
+
0,
|
|
850
|
+
() => VpcConfigRequest,
|
|
851
|
+
() => KubernetesNetworkConfigRequest,
|
|
852
|
+
() => Logging,
|
|
853
|
+
[0, 4],
|
|
854
|
+
128 | 0,
|
|
855
|
+
() => EncryptionConfigList,
|
|
856
|
+
() => OutpostConfigRequest,
|
|
857
|
+
() => CreateAccessConfigRequest,
|
|
858
|
+
2,
|
|
859
|
+
() => UpgradePolicyRequest,
|
|
860
|
+
() => ZonalShiftConfigRequest,
|
|
861
|
+
() => RemoteNetworkConfigRequest,
|
|
862
|
+
() => ComputeConfigRequest,
|
|
863
|
+
() => StorageConfigRequest,
|
|
864
|
+
2,
|
|
865
|
+
],
|
|
866
|
+
];
|
|
867
|
+
export var CreateClusterResponse = [3, n0, _CCRre, 0, [_cl], [() => Cluster]];
|
|
868
|
+
export var CreateEksAnywhereSubscriptionRequest = [
|
|
869
|
+
3,
|
|
870
|
+
n0,
|
|
871
|
+
_CEASR,
|
|
872
|
+
0,
|
|
873
|
+
[_n, _te, _lQ, _lT, _aR, _cRT, _t],
|
|
874
|
+
[0, () => EksAnywhereSubscriptionTerm, 1, 0, 2, [0, 4], 128 | 0],
|
|
875
|
+
];
|
|
876
|
+
export var CreateEksAnywhereSubscriptionResponse = [
|
|
877
|
+
3,
|
|
878
|
+
n0,
|
|
879
|
+
_CEASRr,
|
|
880
|
+
0,
|
|
881
|
+
[_su],
|
|
882
|
+
[() => EksAnywhereSubscription],
|
|
883
|
+
];
|
|
884
|
+
export var CreateFargateProfileRequest = [
|
|
885
|
+
3,
|
|
886
|
+
n0,
|
|
887
|
+
_CFPR,
|
|
888
|
+
0,
|
|
889
|
+
[_fPN, _cN, _pERA, _sub, _se, _cRT, _t],
|
|
890
|
+
[0, [0, 1], 0, 64 | 0, () => FargateProfileSelectors, [0, 4], 128 | 0],
|
|
891
|
+
];
|
|
892
|
+
export var CreateFargateProfileResponse = [3, n0, _CFPRr, 0, [_fP], [() => FargateProfile]];
|
|
893
|
+
export var CreateNodegroupRequest = [
|
|
894
|
+
3,
|
|
895
|
+
n0,
|
|
896
|
+
_CNR,
|
|
897
|
+
0,
|
|
898
|
+
[_cN, _nN, _sCc, _dS, _sub, _iT, _aT, _rAe, _nR, _la, _ta, _t, _cRT, _lTa, _uC, _nRC, _cTa, _v, _rV],
|
|
899
|
+
[
|
|
900
|
+
[0, 1],
|
|
901
|
+
0,
|
|
902
|
+
() => NodegroupScalingConfig,
|
|
903
|
+
1,
|
|
904
|
+
64 | 0,
|
|
905
|
+
64 | 0,
|
|
906
|
+
0,
|
|
907
|
+
() => RemoteAccessConfig,
|
|
908
|
+
0,
|
|
909
|
+
128 | 0,
|
|
910
|
+
() => taintsList,
|
|
911
|
+
128 | 0,
|
|
912
|
+
[0, 4],
|
|
913
|
+
() => LaunchTemplateSpecification,
|
|
914
|
+
() => NodegroupUpdateConfig,
|
|
915
|
+
() => NodeRepairConfig,
|
|
916
|
+
0,
|
|
917
|
+
0,
|
|
918
|
+
0,
|
|
919
|
+
],
|
|
920
|
+
];
|
|
921
|
+
export var CreateNodegroupResponse = [3, n0, _CNRr, 0, [_no], [() => Nodegroup]];
|
|
922
|
+
export var CreatePodIdentityAssociationRequest = [
|
|
923
|
+
3,
|
|
924
|
+
n0,
|
|
925
|
+
_CPIAR,
|
|
926
|
+
0,
|
|
927
|
+
[_cN, _nam, _sA, _rA, _cRT, _t, _dST, _tRA],
|
|
928
|
+
[[0, 1], 0, 0, 0, [0, 4], 128 | 0, 2, 0],
|
|
929
|
+
];
|
|
930
|
+
export var CreatePodIdentityAssociationResponse = [
|
|
931
|
+
3,
|
|
932
|
+
n0,
|
|
933
|
+
_CPIARr,
|
|
934
|
+
0,
|
|
935
|
+
[_as],
|
|
936
|
+
[() => PodIdentityAssociation],
|
|
937
|
+
];
|
|
938
|
+
export var DeleteAccessEntryRequest = [
|
|
939
|
+
3,
|
|
940
|
+
n0,
|
|
941
|
+
_DAER,
|
|
942
|
+
0,
|
|
943
|
+
[_cN, _pA],
|
|
944
|
+
[
|
|
945
|
+
[0, 1],
|
|
946
|
+
[0, 1],
|
|
947
|
+
],
|
|
948
|
+
];
|
|
949
|
+
export var DeleteAccessEntryResponse = [3, n0, _DAERe, 0, [], []];
|
|
950
|
+
export var DeleteAddonRequest = [
|
|
951
|
+
3,
|
|
952
|
+
n0,
|
|
953
|
+
_DAR,
|
|
954
|
+
0,
|
|
955
|
+
[_cN, _aN, _pre],
|
|
956
|
+
[
|
|
957
|
+
[0, 1],
|
|
958
|
+
[0, 1],
|
|
959
|
+
[
|
|
960
|
+
2,
|
|
961
|
+
{
|
|
962
|
+
[_hQ]: _pre,
|
|
963
|
+
},
|
|
964
|
+
],
|
|
965
|
+
],
|
|
966
|
+
];
|
|
967
|
+
export var DeleteAddonResponse = [3, n0, _DARe, 0, [_ad], [() => Addon]];
|
|
968
|
+
export var DeleteClusterRequest = [3, n0, _DCR, 0, [_n], [[0, 1]]];
|
|
969
|
+
export var DeleteClusterResponse = [3, n0, _DCRe, 0, [_cl], [() => Cluster]];
|
|
970
|
+
export var DeleteEksAnywhereSubscriptionRequest = [3, n0, _DEASR, 0, [_id_], [[0, 1]]];
|
|
971
|
+
export var DeleteEksAnywhereSubscriptionResponse = [
|
|
972
|
+
3,
|
|
973
|
+
n0,
|
|
974
|
+
_DEASRe,
|
|
975
|
+
0,
|
|
976
|
+
[_su],
|
|
977
|
+
[() => EksAnywhereSubscription],
|
|
978
|
+
];
|
|
979
|
+
export var DeleteFargateProfileRequest = [
|
|
980
|
+
3,
|
|
981
|
+
n0,
|
|
982
|
+
_DFPR,
|
|
983
|
+
0,
|
|
984
|
+
[_cN, _fPN],
|
|
985
|
+
[
|
|
986
|
+
[0, 1],
|
|
987
|
+
[0, 1],
|
|
988
|
+
],
|
|
989
|
+
];
|
|
990
|
+
export var DeleteFargateProfileResponse = [3, n0, _DFPRe, 0, [_fP], [() => FargateProfile]];
|
|
991
|
+
export var DeleteNodegroupRequest = [
|
|
992
|
+
3,
|
|
993
|
+
n0,
|
|
994
|
+
_DNR,
|
|
995
|
+
0,
|
|
996
|
+
[_cN, _nN],
|
|
997
|
+
[
|
|
998
|
+
[0, 1],
|
|
999
|
+
[0, 1],
|
|
1000
|
+
],
|
|
1001
|
+
];
|
|
1002
|
+
export var DeleteNodegroupResponse = [3, n0, _DNRe, 0, [_no], [() => Nodegroup]];
|
|
1003
|
+
export var DeletePodIdentityAssociationRequest = [
|
|
1004
|
+
3,
|
|
1005
|
+
n0,
|
|
1006
|
+
_DPIAR,
|
|
1007
|
+
0,
|
|
1008
|
+
[_cN, _aIs],
|
|
1009
|
+
[
|
|
1010
|
+
[0, 1],
|
|
1011
|
+
[0, 1],
|
|
1012
|
+
],
|
|
1013
|
+
];
|
|
1014
|
+
export var DeletePodIdentityAssociationResponse = [
|
|
1015
|
+
3,
|
|
1016
|
+
n0,
|
|
1017
|
+
_DPIARe,
|
|
1018
|
+
0,
|
|
1019
|
+
[_as],
|
|
1020
|
+
[() => PodIdentityAssociation],
|
|
1021
|
+
];
|
|
1022
|
+
export var DeprecationDetail = [
|
|
1023
|
+
3,
|
|
1024
|
+
n0,
|
|
1025
|
+
_DD,
|
|
1026
|
+
0,
|
|
1027
|
+
[_us, _rW, _sSV, _sSRV, _cS],
|
|
1028
|
+
[0, 0, 0, 0, () => ClientStats],
|
|
1029
|
+
];
|
|
1030
|
+
export var DeregisterClusterRequest = [3, n0, _DCRer, 0, [_n], [[0, 1]]];
|
|
1031
|
+
export var DeregisterClusterResponse = [3, n0, _DCRere, 0, [_cl], [() => Cluster]];
|
|
1032
|
+
export var DescribeAccessEntryRequest = [
|
|
1033
|
+
3,
|
|
1034
|
+
n0,
|
|
1035
|
+
_DAERes,
|
|
1036
|
+
0,
|
|
1037
|
+
[_cN, _pA],
|
|
1038
|
+
[
|
|
1039
|
+
[0, 1],
|
|
1040
|
+
[0, 1],
|
|
1041
|
+
],
|
|
1042
|
+
];
|
|
1043
|
+
export var DescribeAccessEntryResponse = [3, n0, _DAEResc, 0, [_aEc], [() => AccessEntry]];
|
|
1044
|
+
export var DescribeAddonConfigurationRequest = [
|
|
1045
|
+
3,
|
|
1046
|
+
n0,
|
|
1047
|
+
_DACR,
|
|
1048
|
+
0,
|
|
1049
|
+
[_aN, _aV],
|
|
1050
|
+
[
|
|
1051
|
+
[
|
|
1052
|
+
0,
|
|
1053
|
+
{
|
|
1054
|
+
[_hQ]: _aN,
|
|
1055
|
+
},
|
|
1056
|
+
],
|
|
1057
|
+
[
|
|
1058
|
+
0,
|
|
1059
|
+
{
|
|
1060
|
+
[_hQ]: _aV,
|
|
1061
|
+
},
|
|
1062
|
+
],
|
|
1063
|
+
],
|
|
1064
|
+
];
|
|
1065
|
+
export var DescribeAddonConfigurationResponse = [
|
|
1066
|
+
3,
|
|
1067
|
+
n0,
|
|
1068
|
+
_DACRe,
|
|
1069
|
+
0,
|
|
1070
|
+
[_aN, _aV, _cSo, _pIC],
|
|
1071
|
+
[0, 0, 0, () => AddonPodIdentityConfigurationList],
|
|
1072
|
+
];
|
|
1073
|
+
export var DescribeAddonRequest = [
|
|
1074
|
+
3,
|
|
1075
|
+
n0,
|
|
1076
|
+
_DARes,
|
|
1077
|
+
0,
|
|
1078
|
+
[_cN, _aN],
|
|
1079
|
+
[
|
|
1080
|
+
[0, 1],
|
|
1081
|
+
[0, 1],
|
|
1082
|
+
],
|
|
1083
|
+
];
|
|
1084
|
+
export var DescribeAddonResponse = [3, n0, _DAResc, 0, [_ad], [() => Addon]];
|
|
1085
|
+
export var DescribeAddonVersionsRequest = [
|
|
1086
|
+
3,
|
|
1087
|
+
n0,
|
|
1088
|
+
_DAVR,
|
|
1089
|
+
0,
|
|
1090
|
+
[_kV, _mR, _nT, _aN, _typ, _pu, _ow],
|
|
1091
|
+
[
|
|
1092
|
+
[
|
|
1093
|
+
0,
|
|
1094
|
+
{
|
|
1095
|
+
[_hQ]: _kV,
|
|
1096
|
+
},
|
|
1097
|
+
],
|
|
1098
|
+
[
|
|
1099
|
+
1,
|
|
1100
|
+
{
|
|
1101
|
+
[_hQ]: _mR,
|
|
1102
|
+
},
|
|
1103
|
+
],
|
|
1104
|
+
[
|
|
1105
|
+
0,
|
|
1106
|
+
{
|
|
1107
|
+
[_hQ]: _nT,
|
|
1108
|
+
},
|
|
1109
|
+
],
|
|
1110
|
+
[
|
|
1111
|
+
0,
|
|
1112
|
+
{
|
|
1113
|
+
[_hQ]: _aN,
|
|
1114
|
+
},
|
|
1115
|
+
],
|
|
1116
|
+
[
|
|
1117
|
+
64 | 0,
|
|
1118
|
+
{
|
|
1119
|
+
[_hQ]: _typ,
|
|
1120
|
+
},
|
|
1121
|
+
],
|
|
1122
|
+
[
|
|
1123
|
+
64 | 0,
|
|
1124
|
+
{
|
|
1125
|
+
[_hQ]: _pu,
|
|
1126
|
+
},
|
|
1127
|
+
],
|
|
1128
|
+
[
|
|
1129
|
+
64 | 0,
|
|
1130
|
+
{
|
|
1131
|
+
[_hQ]: _ow,
|
|
1132
|
+
},
|
|
1133
|
+
],
|
|
1134
|
+
],
|
|
1135
|
+
];
|
|
1136
|
+
export var DescribeAddonVersionsResponse = [3, n0, _DAVRe, 0, [_add, _nT], [() => Addons, 0]];
|
|
1137
|
+
export var DescribeClusterRequest = [3, n0, _DCRes, 0, [_n], [[0, 1]]];
|
|
1138
|
+
export var DescribeClusterResponse = [3, n0, _DCResc, 0, [_cl], [() => Cluster]];
|
|
1139
|
+
export var DescribeClusterVersionsRequest = [
|
|
1140
|
+
3,
|
|
1141
|
+
n0,
|
|
1142
|
+
_DCVR,
|
|
1143
|
+
0,
|
|
1144
|
+
[_cTl, _mR, _nT, _dO, _iA, _cVlu, _s, _vS],
|
|
1145
|
+
[
|
|
1146
|
+
[
|
|
1147
|
+
0,
|
|
1148
|
+
{
|
|
1149
|
+
[_hQ]: _cTl,
|
|
1150
|
+
},
|
|
1151
|
+
],
|
|
1152
|
+
[
|
|
1153
|
+
1,
|
|
1154
|
+
{
|
|
1155
|
+
[_hQ]: _mR,
|
|
1156
|
+
},
|
|
1157
|
+
],
|
|
1158
|
+
[
|
|
1159
|
+
0,
|
|
1160
|
+
{
|
|
1161
|
+
[_hQ]: _nT,
|
|
1162
|
+
},
|
|
1163
|
+
],
|
|
1164
|
+
[
|
|
1165
|
+
2,
|
|
1166
|
+
{
|
|
1167
|
+
[_hQ]: _dO,
|
|
1168
|
+
},
|
|
1169
|
+
],
|
|
1170
|
+
[
|
|
1171
|
+
2,
|
|
1172
|
+
{
|
|
1173
|
+
[_hQ]: _iA,
|
|
1174
|
+
},
|
|
1175
|
+
],
|
|
1176
|
+
[
|
|
1177
|
+
64 | 0,
|
|
1178
|
+
{
|
|
1179
|
+
[_hQ]: _cVlu,
|
|
1180
|
+
},
|
|
1181
|
+
],
|
|
1182
|
+
[
|
|
1183
|
+
0,
|
|
1184
|
+
{
|
|
1185
|
+
[_hQ]: _s,
|
|
1186
|
+
},
|
|
1187
|
+
],
|
|
1188
|
+
[
|
|
1189
|
+
0,
|
|
1190
|
+
{
|
|
1191
|
+
[_hQ]: _vS,
|
|
1192
|
+
},
|
|
1193
|
+
],
|
|
1194
|
+
],
|
|
1195
|
+
];
|
|
1196
|
+
export var DescribeClusterVersionsResponse = [
|
|
1197
|
+
3,
|
|
1198
|
+
n0,
|
|
1199
|
+
_DCVRe,
|
|
1200
|
+
0,
|
|
1201
|
+
[_nT, _cVlu],
|
|
1202
|
+
[0, () => ClusterVersionList],
|
|
1203
|
+
];
|
|
1204
|
+
export var DescribeEksAnywhereSubscriptionRequest = [3, n0, _DEASRes, 0, [_id_], [[0, 1]]];
|
|
1205
|
+
export var DescribeEksAnywhereSubscriptionResponse = [
|
|
1206
|
+
3,
|
|
1207
|
+
n0,
|
|
1208
|
+
_DEASResc,
|
|
1209
|
+
0,
|
|
1210
|
+
[_su],
|
|
1211
|
+
[() => EksAnywhereSubscription],
|
|
1212
|
+
];
|
|
1213
|
+
export var DescribeFargateProfileRequest = [
|
|
1214
|
+
3,
|
|
1215
|
+
n0,
|
|
1216
|
+
_DFPRes,
|
|
1217
|
+
0,
|
|
1218
|
+
[_cN, _fPN],
|
|
1219
|
+
[
|
|
1220
|
+
[0, 1],
|
|
1221
|
+
[0, 1],
|
|
1222
|
+
],
|
|
1223
|
+
];
|
|
1224
|
+
export var DescribeFargateProfileResponse = [3, n0, _DFPResc, 0, [_fP], [() => FargateProfile]];
|
|
1225
|
+
export var DescribeIdentityProviderConfigRequest = [
|
|
1226
|
+
3,
|
|
1227
|
+
n0,
|
|
1228
|
+
_DIPCR,
|
|
1229
|
+
0,
|
|
1230
|
+
[_cN, _iPC],
|
|
1231
|
+
[[0, 1], () => IdentityProviderConfig],
|
|
1232
|
+
];
|
|
1233
|
+
export var DescribeIdentityProviderConfigResponse = [
|
|
1234
|
+
3,
|
|
1235
|
+
n0,
|
|
1236
|
+
_DIPCRe,
|
|
1237
|
+
0,
|
|
1238
|
+
[_iPC],
|
|
1239
|
+
[() => IdentityProviderConfigResponse],
|
|
1240
|
+
];
|
|
1241
|
+
export var DescribeInsightRequest = [
|
|
1242
|
+
3,
|
|
1243
|
+
n0,
|
|
1244
|
+
_DIR,
|
|
1245
|
+
0,
|
|
1246
|
+
[_cN, _id_],
|
|
1247
|
+
[
|
|
1248
|
+
[0, 1],
|
|
1249
|
+
[0, 1],
|
|
1250
|
+
],
|
|
1251
|
+
];
|
|
1252
|
+
export var DescribeInsightResponse = [3, n0, _DIRe, 0, [_in], [() => Insight]];
|
|
1253
|
+
export var DescribeInsightsRefreshRequest = [3, n0, _DIRR, 0, [_cN], [[0, 1]]];
|
|
1254
|
+
export var DescribeInsightsRefreshResponse = [
|
|
1255
|
+
3,
|
|
1256
|
+
n0,
|
|
1257
|
+
_DIRRe,
|
|
1258
|
+
0,
|
|
1259
|
+
[_m, _s, _sAt, _eA],
|
|
1260
|
+
[0, 0, 4, 4],
|
|
1261
|
+
];
|
|
1262
|
+
export var DescribeNodegroupRequest = [
|
|
1263
|
+
3,
|
|
1264
|
+
n0,
|
|
1265
|
+
_DNRes,
|
|
1266
|
+
0,
|
|
1267
|
+
[_cN, _nN],
|
|
1268
|
+
[
|
|
1269
|
+
[0, 1],
|
|
1270
|
+
[0, 1],
|
|
1271
|
+
],
|
|
1272
|
+
];
|
|
1273
|
+
export var DescribeNodegroupResponse = [3, n0, _DNResc, 0, [_no], [() => Nodegroup]];
|
|
1274
|
+
export var DescribePodIdentityAssociationRequest = [
|
|
1275
|
+
3,
|
|
1276
|
+
n0,
|
|
1277
|
+
_DPIARes,
|
|
1278
|
+
0,
|
|
1279
|
+
[_cN, _aIs],
|
|
1280
|
+
[
|
|
1281
|
+
[0, 1],
|
|
1282
|
+
[0, 1],
|
|
1283
|
+
],
|
|
1284
|
+
];
|
|
1285
|
+
export var DescribePodIdentityAssociationResponse = [
|
|
1286
|
+
3,
|
|
1287
|
+
n0,
|
|
1288
|
+
_DPIAResc,
|
|
1289
|
+
0,
|
|
1290
|
+
[_as],
|
|
1291
|
+
[() => PodIdentityAssociation],
|
|
1292
|
+
];
|
|
1293
|
+
export var DescribeUpdateRequest = [
|
|
1294
|
+
3,
|
|
1295
|
+
n0,
|
|
1296
|
+
_DUR,
|
|
1297
|
+
0,
|
|
1298
|
+
[_n, _uI, _nN, _aN],
|
|
1299
|
+
[
|
|
1300
|
+
[0, 1],
|
|
1301
|
+
[0, 1],
|
|
1302
|
+
[
|
|
1303
|
+
0,
|
|
1304
|
+
{
|
|
1305
|
+
[_hQ]: _nN,
|
|
1306
|
+
},
|
|
1307
|
+
],
|
|
1308
|
+
[
|
|
1309
|
+
0,
|
|
1310
|
+
{
|
|
1311
|
+
[_hQ]: _aN,
|
|
1312
|
+
},
|
|
1313
|
+
],
|
|
1314
|
+
],
|
|
1315
|
+
];
|
|
1316
|
+
export var DescribeUpdateResponse = [3, n0, _DURe, 0, [_up], [() => Update]];
|
|
1317
|
+
export var DisassociateAccessPolicyRequest = [
|
|
1318
|
+
3,
|
|
1319
|
+
n0,
|
|
1320
|
+
_DAPR,
|
|
1321
|
+
0,
|
|
1322
|
+
[_cN, _pA, _pAo],
|
|
1323
|
+
[
|
|
1324
|
+
[0, 1],
|
|
1325
|
+
[0, 1],
|
|
1326
|
+
[0, 1],
|
|
1327
|
+
],
|
|
1328
|
+
];
|
|
1329
|
+
export var DisassociateAccessPolicyResponse = [3, n0, _DAPRi, 0, [], []];
|
|
1330
|
+
export var DisassociateIdentityProviderConfigRequest = [
|
|
1331
|
+
3,
|
|
1332
|
+
n0,
|
|
1333
|
+
_DIPCRi,
|
|
1334
|
+
0,
|
|
1335
|
+
[_cN, _iPC, _cRT],
|
|
1336
|
+
[[0, 1], () => IdentityProviderConfig, [0, 4]],
|
|
1337
|
+
];
|
|
1338
|
+
export var DisassociateIdentityProviderConfigResponse = [
|
|
1339
|
+
3,
|
|
1340
|
+
n0,
|
|
1341
|
+
_DIPCRis,
|
|
1342
|
+
0,
|
|
1343
|
+
[_up],
|
|
1344
|
+
[() => Update],
|
|
1345
|
+
];
|
|
1346
|
+
export var EksAnywhereSubscription = [
|
|
1347
|
+
3,
|
|
1348
|
+
n0,
|
|
1349
|
+
_EAS,
|
|
1350
|
+
0,
|
|
1351
|
+
[_id_, _a, _cA, _eD, _eDx, _lQ, _lT, _te, _s, _aR, _lA, _li, _t],
|
|
1352
|
+
[0, 0, 4, 4, 4, 1, 0, () => EksAnywhereSubscriptionTerm, 0, 2, 64 | 0, () => LicenseList, 128 | 0],
|
|
1353
|
+
];
|
|
1354
|
+
export var EksAnywhereSubscriptionTerm = [3, n0, _EAST, 0, [_du, _un], [1, 0]];
|
|
1355
|
+
export var ElasticLoadBalancing = [3, n0, _ELB, 0, [_en], [2]];
|
|
1356
|
+
export var EncryptionConfig = [3, n0, _EC, 0, [_r, _pr], [64 | 0, () => Provider]];
|
|
1357
|
+
export var ErrorDetail = [3, n0, _ED, 0, [_eCr, _eM, _rI], [0, 0, 64 | 0]];
|
|
1358
|
+
export var FargateProfile = [
|
|
1359
|
+
3,
|
|
1360
|
+
n0,
|
|
1361
|
+
_FP,
|
|
1362
|
+
0,
|
|
1363
|
+
[_fPN, _fPA, _cN, _cA, _pERA, _sub, _se, _s, _t, _h],
|
|
1364
|
+
[0, 0, 0, 4, 0, 64 | 0, () => FargateProfileSelectors, 0, 128 | 0, () => FargateProfileHealth],
|
|
1365
|
+
];
|
|
1366
|
+
export var FargateProfileHealth = [3, n0, _FPH, 0, [_i], [() => FargateProfileIssueList]];
|
|
1367
|
+
export var FargateProfileIssue = [3, n0, _FPI, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
|
|
1368
|
+
export var FargateProfileSelector = [3, n0, _FPS, 0, [_nam, _la], [0, 128 | 0]];
|
|
1369
|
+
export var Identity = [3, n0, _I, 0, [_oi], [() => OIDC]];
|
|
1370
|
+
export var IdentityProviderConfig = [3, n0, _IPC, 0, [_ty, _n], [0, 0]];
|
|
1371
|
+
export var IdentityProviderConfigResponse = [
|
|
1372
|
+
3,
|
|
1373
|
+
n0,
|
|
1374
|
+
_IPCR,
|
|
1375
|
+
0,
|
|
1376
|
+
[_oi],
|
|
1377
|
+
[() => OidcIdentityProviderConfig],
|
|
1378
|
+
];
|
|
1379
|
+
export var Insight = [
|
|
1380
|
+
3,
|
|
1381
|
+
n0,
|
|
1382
|
+
_In,
|
|
1383
|
+
0,
|
|
1384
|
+
[_id_, _n, _ca, _kV, _lRTa, _lTT, _de, _iS, _re, _aId, _r, _cSS],
|
|
1385
|
+
[
|
|
1386
|
+
0,
|
|
1387
|
+
0,
|
|
1388
|
+
0,
|
|
1389
|
+
0,
|
|
1390
|
+
4,
|
|
1391
|
+
4,
|
|
1392
|
+
0,
|
|
1393
|
+
() => InsightStatus,
|
|
1394
|
+
0,
|
|
1395
|
+
128 | 0,
|
|
1396
|
+
() => InsightResourceDetails,
|
|
1397
|
+
() => InsightCategorySpecificSummary,
|
|
1398
|
+
],
|
|
1399
|
+
];
|
|
1400
|
+
export var InsightCategorySpecificSummary = [
|
|
1401
|
+
3,
|
|
1402
|
+
n0,
|
|
1403
|
+
_ICSS,
|
|
1404
|
+
0,
|
|
1405
|
+
[_dD, _aCD],
|
|
1406
|
+
[() => DeprecationDetails, () => AddonCompatibilityDetails],
|
|
1407
|
+
];
|
|
1408
|
+
export var InsightResourceDetail = [
|
|
1409
|
+
3,
|
|
1410
|
+
n0,
|
|
1411
|
+
_IRD,
|
|
1412
|
+
0,
|
|
1413
|
+
[_iS, _kRU, _a],
|
|
1414
|
+
[() => InsightStatus, 0, 0],
|
|
1415
|
+
];
|
|
1416
|
+
export var InsightsFilter = [3, n0, _IF, 0, [_cat, _kVu, _st], [64 | 0, 64 | 0, 64 | 0]];
|
|
1417
|
+
export var InsightStatus = [3, n0, _IS, 0, [_s, _rea], [0, 0]];
|
|
1418
|
+
export var InsightSummary = [
|
|
1419
|
+
3,
|
|
1420
|
+
n0,
|
|
1421
|
+
_ISn,
|
|
1422
|
+
0,
|
|
1423
|
+
[_id_, _n, _ca, _kV, _lRTa, _lTT, _de, _iS],
|
|
1424
|
+
[0, 0, 0, 0, 4, 4, 0, () => InsightStatus],
|
|
1425
|
+
];
|
|
1426
|
+
export var InvalidParameterException = [
|
|
1427
|
+
-3,
|
|
1428
|
+
n0,
|
|
1429
|
+
_IPE,
|
|
1430
|
+
{
|
|
1431
|
+
[_e]: _c,
|
|
1432
|
+
[_hE]: 400,
|
|
1433
|
+
},
|
|
1434
|
+
[_cN, _nN, _fPN, _aN, _sI, _m],
|
|
1435
|
+
[0, 0, 0, 0, 0, 0],
|
|
1436
|
+
];
|
|
1437
|
+
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
1438
|
+
export var InvalidRequestException = [
|
|
1439
|
+
-3,
|
|
1440
|
+
n0,
|
|
1441
|
+
_IRE,
|
|
1442
|
+
{
|
|
1443
|
+
[_e]: _c,
|
|
1444
|
+
[_hE]: 400,
|
|
1445
|
+
},
|
|
1446
|
+
[_cN, _nN, _aN, _sI, _m],
|
|
1447
|
+
[0, 0, 0, 0, 0],
|
|
1448
|
+
];
|
|
1449
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
|
|
1450
|
+
export var InvalidStateException = [
|
|
1451
|
+
-3,
|
|
1452
|
+
n0,
|
|
1453
|
+
_ISE,
|
|
1454
|
+
{
|
|
1455
|
+
[_e]: _c,
|
|
1456
|
+
[_hE]: 400,
|
|
1457
|
+
},
|
|
1458
|
+
[_cN, _m],
|
|
1459
|
+
[0, 0],
|
|
1460
|
+
];
|
|
1461
|
+
TypeRegistry.for(n0).registerError(InvalidStateException, __InvalidStateException);
|
|
1462
|
+
export var Issue = [3, n0, _Is, 0, [_co, _m, _rI], [0, 0, 64 | 0]];
|
|
1463
|
+
export var KubernetesNetworkConfigRequest = [
|
|
1464
|
+
3,
|
|
1465
|
+
n0,
|
|
1466
|
+
_KNCR,
|
|
1467
|
+
0,
|
|
1468
|
+
[_sIC, _iF, _eLB],
|
|
1469
|
+
[0, 0, () => ElasticLoadBalancing],
|
|
1470
|
+
];
|
|
1471
|
+
export var KubernetesNetworkConfigResponse = [
|
|
1472
|
+
3,
|
|
1473
|
+
n0,
|
|
1474
|
+
_KNCRu,
|
|
1475
|
+
0,
|
|
1476
|
+
[_sIC, _sICe, _iF, _eLB],
|
|
1477
|
+
[0, 0, 0, () => ElasticLoadBalancing],
|
|
1478
|
+
];
|
|
1479
|
+
export var LaunchTemplateSpecification = [3, n0, _LTS, 0, [_n, _v, _id_], [0, 0, 0]];
|
|
1480
|
+
export var License = [3, n0, _L, 0, [_id_, _to], [0, 0]];
|
|
1481
|
+
export var ListAccessEntriesRequest = [
|
|
1482
|
+
3,
|
|
1483
|
+
n0,
|
|
1484
|
+
_LAER,
|
|
1485
|
+
0,
|
|
1486
|
+
[_cN, _aPA, _mR, _nT],
|
|
1487
|
+
[
|
|
1488
|
+
[0, 1],
|
|
1489
|
+
[
|
|
1490
|
+
0,
|
|
1491
|
+
{
|
|
1492
|
+
[_hQ]: _aPA,
|
|
1493
|
+
},
|
|
1494
|
+
],
|
|
1495
|
+
[
|
|
1496
|
+
1,
|
|
1497
|
+
{
|
|
1498
|
+
[_hQ]: _mR,
|
|
1499
|
+
},
|
|
1500
|
+
],
|
|
1501
|
+
[
|
|
1502
|
+
0,
|
|
1503
|
+
{
|
|
1504
|
+
[_hQ]: _nT,
|
|
1505
|
+
},
|
|
1506
|
+
],
|
|
1507
|
+
],
|
|
1508
|
+
];
|
|
1509
|
+
export var ListAccessEntriesResponse = [3, n0, _LAERi, 0, [_aEcc, _nT], [64 | 0, 0]];
|
|
1510
|
+
export var ListAccessPoliciesRequest = [
|
|
1511
|
+
3,
|
|
1512
|
+
n0,
|
|
1513
|
+
_LAPR,
|
|
1514
|
+
0,
|
|
1515
|
+
[_mR, _nT],
|
|
1516
|
+
[
|
|
1517
|
+
[
|
|
1518
|
+
1,
|
|
1519
|
+
{
|
|
1520
|
+
[_hQ]: _mR,
|
|
1521
|
+
},
|
|
1522
|
+
],
|
|
1523
|
+
[
|
|
1524
|
+
0,
|
|
1525
|
+
{
|
|
1526
|
+
[_hQ]: _nT,
|
|
1527
|
+
},
|
|
1528
|
+
],
|
|
1529
|
+
],
|
|
1530
|
+
];
|
|
1531
|
+
export var ListAccessPoliciesResponse = [
|
|
1532
|
+
3,
|
|
1533
|
+
n0,
|
|
1534
|
+
_LAPRi,
|
|
1535
|
+
0,
|
|
1536
|
+
[_aP, _nT],
|
|
1537
|
+
[() => AccessPoliciesList, 0],
|
|
1538
|
+
];
|
|
1539
|
+
export var ListAddonsRequest = [
|
|
1540
|
+
3,
|
|
1541
|
+
n0,
|
|
1542
|
+
_LAR,
|
|
1543
|
+
0,
|
|
1544
|
+
[_cN, _mR, _nT],
|
|
1545
|
+
[
|
|
1546
|
+
[0, 1],
|
|
1547
|
+
[
|
|
1548
|
+
1,
|
|
1549
|
+
{
|
|
1550
|
+
[_hQ]: _mR,
|
|
1551
|
+
},
|
|
1552
|
+
],
|
|
1553
|
+
[
|
|
1554
|
+
0,
|
|
1555
|
+
{
|
|
1556
|
+
[_hQ]: _nT,
|
|
1557
|
+
},
|
|
1558
|
+
],
|
|
1559
|
+
],
|
|
1560
|
+
];
|
|
1561
|
+
export var ListAddonsResponse = [3, n0, _LARi, 0, [_add, _nT], [64 | 0, 0]];
|
|
1562
|
+
export var ListAssociatedAccessPoliciesRequest = [
|
|
1563
|
+
3,
|
|
1564
|
+
n0,
|
|
1565
|
+
_LAAPR,
|
|
1566
|
+
0,
|
|
1567
|
+
[_cN, _pA, _mR, _nT],
|
|
1568
|
+
[
|
|
1569
|
+
[0, 1],
|
|
1570
|
+
[0, 1],
|
|
1571
|
+
[
|
|
1572
|
+
1,
|
|
1573
|
+
{
|
|
1574
|
+
[_hQ]: _mR,
|
|
1575
|
+
},
|
|
1576
|
+
],
|
|
1577
|
+
[
|
|
1578
|
+
0,
|
|
1579
|
+
{
|
|
1580
|
+
[_hQ]: _nT,
|
|
1581
|
+
},
|
|
1582
|
+
],
|
|
1583
|
+
],
|
|
1584
|
+
];
|
|
1585
|
+
export var ListAssociatedAccessPoliciesResponse = [
|
|
1586
|
+
3,
|
|
1587
|
+
n0,
|
|
1588
|
+
_LAAPRi,
|
|
1589
|
+
0,
|
|
1590
|
+
[_cN, _pA, _nT, _aAPs],
|
|
1591
|
+
[0, 0, 0, () => AssociatedAccessPoliciesList],
|
|
1592
|
+
];
|
|
1593
|
+
export var ListClustersRequest = [
|
|
1594
|
+
3,
|
|
1595
|
+
n0,
|
|
1596
|
+
_LCR,
|
|
1597
|
+
0,
|
|
1598
|
+
[_mR, _nT, _inc],
|
|
1599
|
+
[
|
|
1600
|
+
[
|
|
1601
|
+
1,
|
|
1602
|
+
{
|
|
1603
|
+
[_hQ]: _mR,
|
|
1604
|
+
},
|
|
1605
|
+
],
|
|
1606
|
+
[
|
|
1607
|
+
0,
|
|
1608
|
+
{
|
|
1609
|
+
[_hQ]: _nT,
|
|
1610
|
+
},
|
|
1611
|
+
],
|
|
1612
|
+
[
|
|
1613
|
+
64 | 0,
|
|
1614
|
+
{
|
|
1615
|
+
[_hQ]: _inc,
|
|
1616
|
+
},
|
|
1617
|
+
],
|
|
1618
|
+
],
|
|
1619
|
+
];
|
|
1620
|
+
export var ListClustersResponse = [3, n0, _LCRi, 0, [_clu, _nT], [64 | 0, 0]];
|
|
1621
|
+
export var ListEksAnywhereSubscriptionsRequest = [
|
|
1622
|
+
3,
|
|
1623
|
+
n0,
|
|
1624
|
+
_LEASR,
|
|
1625
|
+
0,
|
|
1626
|
+
[_mR, _nT, _iSn],
|
|
1627
|
+
[
|
|
1628
|
+
[
|
|
1629
|
+
1,
|
|
1630
|
+
{
|
|
1631
|
+
[_hQ]: _mR,
|
|
1632
|
+
},
|
|
1633
|
+
],
|
|
1634
|
+
[
|
|
1635
|
+
0,
|
|
1636
|
+
{
|
|
1637
|
+
[_hQ]: _nT,
|
|
1638
|
+
},
|
|
1639
|
+
],
|
|
1640
|
+
[
|
|
1641
|
+
64 | 0,
|
|
1642
|
+
{
|
|
1643
|
+
[_hQ]: _iSn,
|
|
1644
|
+
},
|
|
1645
|
+
],
|
|
1646
|
+
],
|
|
1647
|
+
];
|
|
1648
|
+
export var ListEksAnywhereSubscriptionsResponse = [
|
|
1649
|
+
3,
|
|
1650
|
+
n0,
|
|
1651
|
+
_LEASRi,
|
|
1652
|
+
0,
|
|
1653
|
+
[_subs, _nT],
|
|
1654
|
+
[() => EksAnywhereSubscriptionList, 0],
|
|
1655
|
+
];
|
|
1656
|
+
export var ListFargateProfilesRequest = [
|
|
1657
|
+
3,
|
|
1658
|
+
n0,
|
|
1659
|
+
_LFPR,
|
|
1660
|
+
0,
|
|
1661
|
+
[_cN, _mR, _nT],
|
|
1662
|
+
[
|
|
1663
|
+
[0, 1],
|
|
1664
|
+
[
|
|
1665
|
+
1,
|
|
1666
|
+
{
|
|
1667
|
+
[_hQ]: _mR,
|
|
1668
|
+
},
|
|
1669
|
+
],
|
|
1670
|
+
[
|
|
1671
|
+
0,
|
|
1672
|
+
{
|
|
1673
|
+
[_hQ]: _nT,
|
|
1674
|
+
},
|
|
1675
|
+
],
|
|
1676
|
+
],
|
|
1677
|
+
];
|
|
1678
|
+
export var ListFargateProfilesResponse = [3, n0, _LFPRi, 0, [_fPNa, _nT], [64 | 0, 0]];
|
|
1679
|
+
export var ListIdentityProviderConfigsRequest = [
|
|
1680
|
+
3,
|
|
1681
|
+
n0,
|
|
1682
|
+
_LIPCR,
|
|
1683
|
+
0,
|
|
1684
|
+
[_cN, _mR, _nT],
|
|
1685
|
+
[
|
|
1686
|
+
[0, 1],
|
|
1687
|
+
[
|
|
1688
|
+
1,
|
|
1689
|
+
{
|
|
1690
|
+
[_hQ]: _mR,
|
|
1691
|
+
},
|
|
1692
|
+
],
|
|
1693
|
+
[
|
|
1694
|
+
0,
|
|
1695
|
+
{
|
|
1696
|
+
[_hQ]: _nT,
|
|
1697
|
+
},
|
|
1698
|
+
],
|
|
1699
|
+
],
|
|
1700
|
+
];
|
|
1701
|
+
export var ListIdentityProviderConfigsResponse = [
|
|
1702
|
+
3,
|
|
1703
|
+
n0,
|
|
1704
|
+
_LIPCRi,
|
|
1705
|
+
0,
|
|
1706
|
+
[_iPCd, _nT],
|
|
1707
|
+
[() => IdentityProviderConfigs, 0],
|
|
1708
|
+
];
|
|
1709
|
+
export var ListInsightsRequest = [
|
|
1710
|
+
3,
|
|
1711
|
+
n0,
|
|
1712
|
+
_LIR,
|
|
1713
|
+
0,
|
|
1714
|
+
[_cN, _f, _mR, _nT],
|
|
1715
|
+
[[0, 1], () => InsightsFilter, 1, 0],
|
|
1716
|
+
];
|
|
1717
|
+
export var ListInsightsResponse = [3, n0, _LIRi, 0, [_ins, _nT], [() => InsightSummaries, 0]];
|
|
1718
|
+
export var ListNodegroupsRequest = [
|
|
1719
|
+
3,
|
|
1720
|
+
n0,
|
|
1721
|
+
_LNR,
|
|
1722
|
+
0,
|
|
1723
|
+
[_cN, _mR, _nT],
|
|
1724
|
+
[
|
|
1725
|
+
[0, 1],
|
|
1726
|
+
[
|
|
1727
|
+
1,
|
|
1728
|
+
{
|
|
1729
|
+
[_hQ]: _mR,
|
|
1730
|
+
},
|
|
1731
|
+
],
|
|
1732
|
+
[
|
|
1733
|
+
0,
|
|
1734
|
+
{
|
|
1735
|
+
[_hQ]: _nT,
|
|
1736
|
+
},
|
|
1737
|
+
],
|
|
1738
|
+
],
|
|
1739
|
+
];
|
|
1740
|
+
export var ListNodegroupsResponse = [3, n0, _LNRi, 0, [_nod, _nT], [64 | 0, 0]];
|
|
1741
|
+
export var ListPodIdentityAssociationsRequest = [
|
|
1742
|
+
3,
|
|
1743
|
+
n0,
|
|
1744
|
+
_LPIAR,
|
|
1745
|
+
0,
|
|
1746
|
+
[_cN, _nam, _sA, _mR, _nT],
|
|
1747
|
+
[
|
|
1748
|
+
[0, 1],
|
|
1749
|
+
[
|
|
1750
|
+
0,
|
|
1751
|
+
{
|
|
1752
|
+
[_hQ]: _nam,
|
|
1753
|
+
},
|
|
1754
|
+
],
|
|
1755
|
+
[
|
|
1756
|
+
0,
|
|
1757
|
+
{
|
|
1758
|
+
[_hQ]: _sA,
|
|
1759
|
+
},
|
|
1760
|
+
],
|
|
1761
|
+
[
|
|
1762
|
+
1,
|
|
1763
|
+
{
|
|
1764
|
+
[_hQ]: _mR,
|
|
1765
|
+
},
|
|
1766
|
+
],
|
|
1767
|
+
[
|
|
1768
|
+
0,
|
|
1769
|
+
{
|
|
1770
|
+
[_hQ]: _nT,
|
|
1771
|
+
},
|
|
1772
|
+
],
|
|
1773
|
+
],
|
|
1774
|
+
];
|
|
1775
|
+
export var ListPodIdentityAssociationsResponse = [
|
|
1776
|
+
3,
|
|
1777
|
+
n0,
|
|
1778
|
+
_LPIARi,
|
|
1779
|
+
0,
|
|
1780
|
+
[_ass, _nT],
|
|
1781
|
+
[() => PodIdentityAssociationSummaries, 0],
|
|
1782
|
+
];
|
|
1783
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAes], [[0, 1]]];
|
|
1784
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
|
|
1785
|
+
export var ListUpdatesRequest = [
|
|
1786
|
+
3,
|
|
1787
|
+
n0,
|
|
1788
|
+
_LUR,
|
|
1789
|
+
0,
|
|
1790
|
+
[_n, _nN, _aN, _nT, _mR],
|
|
1791
|
+
[
|
|
1792
|
+
[0, 1],
|
|
1793
|
+
[
|
|
1794
|
+
0,
|
|
1795
|
+
{
|
|
1796
|
+
[_hQ]: _nN,
|
|
1797
|
+
},
|
|
1798
|
+
],
|
|
1799
|
+
[
|
|
1800
|
+
0,
|
|
1801
|
+
{
|
|
1802
|
+
[_hQ]: _aN,
|
|
1803
|
+
},
|
|
1804
|
+
],
|
|
1805
|
+
[
|
|
1806
|
+
0,
|
|
1807
|
+
{
|
|
1808
|
+
[_hQ]: _nT,
|
|
1809
|
+
},
|
|
1810
|
+
],
|
|
1811
|
+
[
|
|
1812
|
+
1,
|
|
1813
|
+
{
|
|
1814
|
+
[_hQ]: _mR,
|
|
1815
|
+
},
|
|
1816
|
+
],
|
|
1817
|
+
],
|
|
1818
|
+
];
|
|
1819
|
+
export var ListUpdatesResponse = [3, n0, _LURi, 0, [_uIp, _nT], [64 | 0, 0]];
|
|
1820
|
+
export var Logging = [3, n0, _Lo, 0, [_cL], [() => LogSetups]];
|
|
1821
|
+
export var LogSetup = [3, n0, _LS, 0, [_typ, _en], [64 | 0, 2]];
|
|
1822
|
+
export var MarketplaceInformation = [3, n0, _MI, 0, [_pI, _pU], [0, 0]];
|
|
1823
|
+
export var Nodegroup = [
|
|
1824
|
+
3,
|
|
1825
|
+
n0,
|
|
1826
|
+
_N,
|
|
1827
|
+
0,
|
|
1828
|
+
[
|
|
1829
|
+
_nN,
|
|
1830
|
+
_nA,
|
|
1831
|
+
_cN,
|
|
1832
|
+
_v,
|
|
1833
|
+
_rV,
|
|
1834
|
+
_cA,
|
|
1835
|
+
_mA,
|
|
1836
|
+
_s,
|
|
1837
|
+
_cTa,
|
|
1838
|
+
_sCc,
|
|
1839
|
+
_iT,
|
|
1840
|
+
_sub,
|
|
1841
|
+
_rAe,
|
|
1842
|
+
_aT,
|
|
1843
|
+
_nR,
|
|
1844
|
+
_la,
|
|
1845
|
+
_ta,
|
|
1846
|
+
_r,
|
|
1847
|
+
_dS,
|
|
1848
|
+
_h,
|
|
1849
|
+
_uC,
|
|
1850
|
+
_nRC,
|
|
1851
|
+
_lTa,
|
|
1852
|
+
_t,
|
|
1853
|
+
],
|
|
1854
|
+
[
|
|
1855
|
+
0,
|
|
1856
|
+
0,
|
|
1857
|
+
0,
|
|
1858
|
+
0,
|
|
1859
|
+
0,
|
|
1860
|
+
4,
|
|
1861
|
+
4,
|
|
1862
|
+
0,
|
|
1863
|
+
0,
|
|
1864
|
+
() => NodegroupScalingConfig,
|
|
1865
|
+
64 | 0,
|
|
1866
|
+
64 | 0,
|
|
1867
|
+
() => RemoteAccessConfig,
|
|
1868
|
+
0,
|
|
1869
|
+
0,
|
|
1870
|
+
128 | 0,
|
|
1871
|
+
() => taintsList,
|
|
1872
|
+
() => NodegroupResources,
|
|
1873
|
+
1,
|
|
1874
|
+
() => NodegroupHealth,
|
|
1875
|
+
() => NodegroupUpdateConfig,
|
|
1876
|
+
() => NodeRepairConfig,
|
|
1877
|
+
() => LaunchTemplateSpecification,
|
|
1878
|
+
128 | 0,
|
|
1879
|
+
],
|
|
1880
|
+
];
|
|
1881
|
+
export var NodegroupHealth = [3, n0, _NH, 0, [_i], [() => IssueList]];
|
|
1882
|
+
export var NodegroupResources = [3, n0, _NR, 0, [_aSG, _rASG], [() => AutoScalingGroupList, 0]];
|
|
1883
|
+
export var NodegroupScalingConfig = [3, n0, _NSC, 0, [_mS, _mSa, _dSe], [1, 1, 1]];
|
|
1884
|
+
export var NodegroupUpdateConfig = [3, n0, _NUC, 0, [_mU, _mUP, _uS], [1, 1, 0]];
|
|
1885
|
+
export var NodeRepairConfig = [
|
|
1886
|
+
3,
|
|
1887
|
+
n0,
|
|
1888
|
+
_NRC,
|
|
1889
|
+
0,
|
|
1890
|
+
[_en, _mUNTC, _mUNTP, _mPNRC, _mPNRP, _nRCO],
|
|
1891
|
+
[2, 1, 1, 1, 1, () => NodeRepairConfigOverridesList],
|
|
1892
|
+
];
|
|
1893
|
+
export var NodeRepairConfigOverrides = [
|
|
1894
|
+
3,
|
|
1895
|
+
n0,
|
|
1896
|
+
_NRCO,
|
|
1897
|
+
0,
|
|
1898
|
+
[_nMC, _nUR, _mRWTM, _rAep],
|
|
1899
|
+
[0, 0, 1, 0],
|
|
1900
|
+
];
|
|
1901
|
+
export var NotFoundException = [
|
|
1902
|
+
-3,
|
|
1903
|
+
n0,
|
|
1904
|
+
_NFE,
|
|
1905
|
+
{
|
|
1906
|
+
[_e]: _c,
|
|
1907
|
+
[_hE]: 404,
|
|
1908
|
+
},
|
|
1909
|
+
[_m],
|
|
1910
|
+
[0],
|
|
1911
|
+
];
|
|
1912
|
+
TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
|
|
1913
|
+
export var OIDC = [3, n0, _OIDC, 0, [_is], [0]];
|
|
1914
|
+
export var OidcIdentityProviderConfig = [
|
|
1915
|
+
3,
|
|
1916
|
+
n0,
|
|
1917
|
+
_OIPC,
|
|
1918
|
+
0,
|
|
1919
|
+
[_iPCN, _iPCA, _cN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq, _t, _s],
|
|
1920
|
+
[0, 0, 0, 0, 0, 0, 0, 0, 0, 128 | 0, 128 | 0, 0],
|
|
1921
|
+
];
|
|
1922
|
+
export var OidcIdentityProviderConfigRequest = [
|
|
1923
|
+
3,
|
|
1924
|
+
n0,
|
|
1925
|
+
_OIPCR,
|
|
1926
|
+
0,
|
|
1927
|
+
[_iPCN, _iU, _cI, _uCs, _uPs, _gC, _gP, _rCeq],
|
|
1928
|
+
[0, 0, 0, 0, 0, 0, 0, 128 | 0],
|
|
1929
|
+
];
|
|
1930
|
+
export var OutpostConfigRequest = [
|
|
1931
|
+
3,
|
|
1932
|
+
n0,
|
|
1933
|
+
_OCR,
|
|
1934
|
+
0,
|
|
1935
|
+
[_oA, _cPIT, _cPP],
|
|
1936
|
+
[64 | 0, 0, () => ControlPlanePlacementRequest],
|
|
1937
|
+
];
|
|
1938
|
+
export var OutpostConfigResponse = [
|
|
1939
|
+
3,
|
|
1940
|
+
n0,
|
|
1941
|
+
_OCRu,
|
|
1942
|
+
0,
|
|
1943
|
+
[_oA, _cPIT, _cPP],
|
|
1944
|
+
[64 | 0, 0, () => ControlPlanePlacementResponse],
|
|
1945
|
+
];
|
|
1946
|
+
export var PodIdentityAssociation = [
|
|
1947
|
+
3,
|
|
1948
|
+
n0,
|
|
1949
|
+
_PIA,
|
|
1950
|
+
0,
|
|
1951
|
+
[_cN, _nam, _sA, _rA, _aAss, _aIs, _t, _cA, _mA, _oAw, _dST, _tRA, _eI],
|
|
1952
|
+
[0, 0, 0, 0, 0, 0, 128 | 0, 4, 4, 0, 2, 0, 0],
|
|
1953
|
+
];
|
|
1954
|
+
export var PodIdentityAssociationSummary = [
|
|
1955
|
+
3,
|
|
1956
|
+
n0,
|
|
1957
|
+
_PIAS,
|
|
1958
|
+
0,
|
|
1959
|
+
[_cN, _nam, _sA, _aAss, _aIs, _oAw],
|
|
1960
|
+
[0, 0, 0, 0, 0, 0],
|
|
1961
|
+
];
|
|
1962
|
+
export var Provider = [3, n0, _P, 0, [_kA], [0]];
|
|
1963
|
+
export var RegisterClusterRequest = [
|
|
1964
|
+
3,
|
|
1965
|
+
n0,
|
|
1966
|
+
_RCR,
|
|
1967
|
+
0,
|
|
1968
|
+
[_n, _cC, _cRT, _t],
|
|
1969
|
+
[0, () => ConnectorConfigRequest, [0, 4], 128 | 0],
|
|
1970
|
+
];
|
|
1971
|
+
export var RegisterClusterResponse = [3, n0, _RCRe, 0, [_cl], [() => Cluster]];
|
|
1972
|
+
export var RemoteAccessConfig = [3, n0, _RAC, 0, [_eSK, _sSG], [0, 64 | 0]];
|
|
1973
|
+
export var RemoteNetworkConfigRequest = [
|
|
1974
|
+
3,
|
|
1975
|
+
n0,
|
|
1976
|
+
_RNCR,
|
|
1977
|
+
0,
|
|
1978
|
+
[_rNN, _rPN],
|
|
1979
|
+
[() => RemoteNodeNetworkList, () => RemotePodNetworkList],
|
|
1980
|
+
];
|
|
1981
|
+
export var RemoteNetworkConfigResponse = [
|
|
1982
|
+
3,
|
|
1983
|
+
n0,
|
|
1984
|
+
_RNCRe,
|
|
1985
|
+
0,
|
|
1986
|
+
[_rNN, _rPN],
|
|
1987
|
+
[() => RemoteNodeNetworkList, () => RemotePodNetworkList],
|
|
1988
|
+
];
|
|
1989
|
+
export var RemoteNodeNetwork = [3, n0, _RNN, 0, [_ci], [64 | 0]];
|
|
1990
|
+
export var RemotePodNetwork = [3, n0, _RPN, 0, [_ci], [64 | 0]];
|
|
1991
|
+
export var ResourceInUseException = [
|
|
1992
|
+
-3,
|
|
1993
|
+
n0,
|
|
1994
|
+
_RIUE,
|
|
1995
|
+
{
|
|
1996
|
+
[_e]: _c,
|
|
1997
|
+
[_hE]: 409,
|
|
1998
|
+
},
|
|
1999
|
+
[_cN, _nN, _aN, _m],
|
|
2000
|
+
[0, 0, 0, 0],
|
|
2001
|
+
];
|
|
2002
|
+
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
2003
|
+
export var ResourceLimitExceededException = [
|
|
2004
|
+
-3,
|
|
2005
|
+
n0,
|
|
2006
|
+
_RLEE,
|
|
2007
|
+
{
|
|
2008
|
+
[_e]: _c,
|
|
2009
|
+
[_hE]: 400,
|
|
2010
|
+
},
|
|
2011
|
+
[_cN, _nN, _sI, _m],
|
|
2012
|
+
[0, 0, 0, 0],
|
|
2013
|
+
];
|
|
2014
|
+
TypeRegistry.for(n0).registerError(ResourceLimitExceededException, __ResourceLimitExceededException);
|
|
2015
|
+
export var ResourceNotFoundException = [
|
|
2016
|
+
-3,
|
|
2017
|
+
n0,
|
|
2018
|
+
_RNFE,
|
|
2019
|
+
{
|
|
2020
|
+
[_e]: _c,
|
|
2021
|
+
[_hE]: 404,
|
|
2022
|
+
},
|
|
2023
|
+
[_cN, _nN, _fPN, _aN, _sI, _m],
|
|
2024
|
+
[0, 0, 0, 0, 0, 0],
|
|
2025
|
+
];
|
|
2026
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
2027
|
+
export var ResourcePropagationDelayException = [
|
|
2028
|
+
-3,
|
|
2029
|
+
n0,
|
|
2030
|
+
_RPDE,
|
|
2031
|
+
{
|
|
2032
|
+
[_e]: _c,
|
|
2033
|
+
[_hE]: 428,
|
|
2034
|
+
},
|
|
2035
|
+
[_m],
|
|
2036
|
+
[0],
|
|
2037
|
+
];
|
|
2038
|
+
TypeRegistry.for(n0).registerError(ResourcePropagationDelayException, __ResourcePropagationDelayException);
|
|
2039
|
+
export var ServerException = [
|
|
2040
|
+
-3,
|
|
2041
|
+
n0,
|
|
2042
|
+
_SE,
|
|
2043
|
+
{
|
|
2044
|
+
[_e]: _ser,
|
|
2045
|
+
[_hE]: 500,
|
|
2046
|
+
},
|
|
2047
|
+
[_cN, _nN, _aN, _sI, _m],
|
|
2048
|
+
[0, 0, 0, 0, 0],
|
|
2049
|
+
];
|
|
2050
|
+
TypeRegistry.for(n0).registerError(ServerException, __ServerException);
|
|
2051
|
+
export var ServiceUnavailableException = [
|
|
2052
|
+
-3,
|
|
2053
|
+
n0,
|
|
2054
|
+
_SUE,
|
|
2055
|
+
{
|
|
2056
|
+
[_e]: _ser,
|
|
2057
|
+
[_hE]: 503,
|
|
2058
|
+
},
|
|
2059
|
+
[_m],
|
|
2060
|
+
[0],
|
|
2061
|
+
];
|
|
2062
|
+
TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
|
|
2063
|
+
export var StartInsightsRefreshRequest = [3, n0, _SIRR, 0, [_cN], [[0, 1]]];
|
|
2064
|
+
export var StartInsightsRefreshResponse = [3, n0, _SIRRt, 0, [_m, _s], [0, 0]];
|
|
2065
|
+
export var StorageConfigRequest = [3, n0, _SCR, 0, [_bS], [() => BlockStorage]];
|
|
2066
|
+
export var StorageConfigResponse = [3, n0, _SCRt, 0, [_bS], [() => BlockStorage]];
|
|
2067
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rAes, _t], [[0, 1], 128 | 0]];
|
|
2068
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
2069
|
+
export var Taint = [3, n0, _T, 0, [_k, _va, _ef], [0, 0, 0]];
|
|
2070
|
+
export var ThrottlingException = [
|
|
2071
|
+
-3,
|
|
2072
|
+
n0,
|
|
2073
|
+
_TE,
|
|
2074
|
+
{
|
|
2075
|
+
[_e]: _c,
|
|
2076
|
+
[_hE]: 429,
|
|
2077
|
+
},
|
|
2078
|
+
[_cN, _m],
|
|
2079
|
+
[0, 0],
|
|
2080
|
+
];
|
|
2081
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
2082
|
+
export var UnsupportedAvailabilityZoneException = [
|
|
2083
|
+
-3,
|
|
2084
|
+
n0,
|
|
2085
|
+
_UAZE,
|
|
2086
|
+
{
|
|
2087
|
+
[_e]: _c,
|
|
2088
|
+
[_hE]: 400,
|
|
2089
|
+
},
|
|
2090
|
+
[_m, _cN, _nN, _vZ],
|
|
2091
|
+
[0, 0, 0, 64 | 0],
|
|
2092
|
+
];
|
|
2093
|
+
TypeRegistry.for(n0).registerError(UnsupportedAvailabilityZoneException, __UnsupportedAvailabilityZoneException);
|
|
2094
|
+
export var UntagResourceRequest = [
|
|
2095
|
+
3,
|
|
2096
|
+
n0,
|
|
2097
|
+
_URR,
|
|
2098
|
+
0,
|
|
2099
|
+
[_rAes, _tK],
|
|
2100
|
+
[
|
|
2101
|
+
[0, 1],
|
|
2102
|
+
[
|
|
2103
|
+
64 | 0,
|
|
2104
|
+
{
|
|
2105
|
+
[_hQ]: _tK,
|
|
2106
|
+
},
|
|
2107
|
+
],
|
|
2108
|
+
],
|
|
2109
|
+
];
|
|
2110
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
2111
|
+
export var Update = [
|
|
2112
|
+
3,
|
|
2113
|
+
n0,
|
|
2114
|
+
_U,
|
|
2115
|
+
0,
|
|
2116
|
+
[_id_, _s, _ty, _pa, _cA, _er],
|
|
2117
|
+
[0, 0, 0, () => UpdateParams, 4, () => ErrorDetails],
|
|
2118
|
+
];
|
|
2119
|
+
export var UpdateAccessConfigRequest = [3, n0, _UACR, 0, [_aM], [0]];
|
|
2120
|
+
export var UpdateAccessEntryRequest = [
|
|
2121
|
+
3,
|
|
2122
|
+
n0,
|
|
2123
|
+
_UAER,
|
|
2124
|
+
0,
|
|
2125
|
+
[_cN, _pA, _kG, _cRT, _u],
|
|
2126
|
+
[[0, 1], [0, 1], 64 | 0, [0, 4], 0],
|
|
2127
|
+
];
|
|
2128
|
+
export var UpdateAccessEntryResponse = [3, n0, _UAERp, 0, [_aEc], [() => AccessEntry]];
|
|
2129
|
+
export var UpdateAddonRequest = [
|
|
2130
|
+
3,
|
|
2131
|
+
n0,
|
|
2132
|
+
_UAR,
|
|
2133
|
+
0,
|
|
2134
|
+
[_cN, _aN, _aV, _sARA, _rCe, _cRT, _cV, _pIA],
|
|
2135
|
+
[[0, 1], [0, 1], 0, 0, 0, [0, 4], 0, () => AddonPodIdentityAssociationsList],
|
|
2136
|
+
];
|
|
2137
|
+
export var UpdateAddonResponse = [3, n0, _UARp, 0, [_up], [() => Update]];
|
|
2138
|
+
export var UpdateClusterConfigRequest = [
|
|
2139
|
+
3,
|
|
2140
|
+
n0,
|
|
2141
|
+
_UCCR,
|
|
2142
|
+
0,
|
|
2143
|
+
[_n, _rVC, _l, _cRT, _aC, _uP, _zSC, _cCo, _kNC, _sC, _rNC, _dP],
|
|
2144
|
+
[
|
|
2145
|
+
[0, 1],
|
|
2146
|
+
() => VpcConfigRequest,
|
|
2147
|
+
() => Logging,
|
|
2148
|
+
[0, 4],
|
|
2149
|
+
() => UpdateAccessConfigRequest,
|
|
2150
|
+
() => UpgradePolicyRequest,
|
|
2151
|
+
() => ZonalShiftConfigRequest,
|
|
2152
|
+
() => ComputeConfigRequest,
|
|
2153
|
+
() => KubernetesNetworkConfigRequest,
|
|
2154
|
+
() => StorageConfigRequest,
|
|
2155
|
+
() => RemoteNetworkConfigRequest,
|
|
2156
|
+
2,
|
|
2157
|
+
],
|
|
2158
|
+
];
|
|
2159
|
+
export var UpdateClusterConfigResponse = [3, n0, _UCCRp, 0, [_up], [() => Update]];
|
|
2160
|
+
export var UpdateClusterVersionRequest = [
|
|
2161
|
+
3,
|
|
2162
|
+
n0,
|
|
2163
|
+
_UCVR,
|
|
2164
|
+
0,
|
|
2165
|
+
[_n, _v, _cRT, _fo],
|
|
2166
|
+
[[0, 1], 0, [0, 4], 2],
|
|
2167
|
+
];
|
|
2168
|
+
export var UpdateClusterVersionResponse = [3, n0, _UCVRp, 0, [_up], [() => Update]];
|
|
2169
|
+
export var UpdateEksAnywhereSubscriptionRequest = [
|
|
2170
|
+
3,
|
|
2171
|
+
n0,
|
|
2172
|
+
_UEASR,
|
|
2173
|
+
0,
|
|
2174
|
+
[_id_, _aR, _cRT],
|
|
2175
|
+
[[0, 1], 2, [0, 4]],
|
|
2176
|
+
];
|
|
2177
|
+
export var UpdateEksAnywhereSubscriptionResponse = [
|
|
2178
|
+
3,
|
|
2179
|
+
n0,
|
|
2180
|
+
_UEASRp,
|
|
2181
|
+
0,
|
|
2182
|
+
[_su],
|
|
2183
|
+
[() => EksAnywhereSubscription],
|
|
2184
|
+
];
|
|
2185
|
+
export var UpdateLabelsPayload = [3, n0, _ULP, 0, [_aOUL, _rL], [128 | 0, 64 | 0]];
|
|
2186
|
+
export var UpdateNodegroupConfigRequest = [
|
|
2187
|
+
3,
|
|
2188
|
+
n0,
|
|
2189
|
+
_UNCR,
|
|
2190
|
+
0,
|
|
2191
|
+
[_cN, _nN, _la, _ta, _sCc, _uC, _nRC, _cRT],
|
|
2192
|
+
[
|
|
2193
|
+
[0, 1],
|
|
2194
|
+
[0, 1],
|
|
2195
|
+
() => UpdateLabelsPayload,
|
|
2196
|
+
() => UpdateTaintsPayload,
|
|
2197
|
+
() => NodegroupScalingConfig,
|
|
2198
|
+
() => NodegroupUpdateConfig,
|
|
2199
|
+
() => NodeRepairConfig,
|
|
2200
|
+
[0, 4],
|
|
2201
|
+
],
|
|
2202
|
+
];
|
|
2203
|
+
export var UpdateNodegroupConfigResponse = [3, n0, _UNCRp, 0, [_up], [() => Update]];
|
|
2204
|
+
export var UpdateNodegroupVersionRequest = [
|
|
2205
|
+
3,
|
|
2206
|
+
n0,
|
|
2207
|
+
_UNVR,
|
|
2208
|
+
0,
|
|
2209
|
+
[_cN, _nN, _v, _rV, _lTa, _fo, _cRT],
|
|
2210
|
+
[[0, 1], [0, 1], 0, 0, () => LaunchTemplateSpecification, 2, [0, 4]],
|
|
2211
|
+
];
|
|
2212
|
+
export var UpdateNodegroupVersionResponse = [3, n0, _UNVRp, 0, [_up], [() => Update]];
|
|
2213
|
+
export var UpdateParam = [3, n0, _UP, 0, [_ty, _va], [0, 0]];
|
|
2214
|
+
export var UpdatePodIdentityAssociationRequest = [
|
|
2215
|
+
3,
|
|
2216
|
+
n0,
|
|
2217
|
+
_UPIAR,
|
|
2218
|
+
0,
|
|
2219
|
+
[_cN, _aIs, _rA, _cRT, _dST, _tRA],
|
|
2220
|
+
[[0, 1], [0, 1], 0, [0, 4], 2, 0],
|
|
2221
|
+
];
|
|
2222
|
+
export var UpdatePodIdentityAssociationResponse = [
|
|
2223
|
+
3,
|
|
2224
|
+
n0,
|
|
2225
|
+
_UPIARp,
|
|
2226
|
+
0,
|
|
2227
|
+
[_as],
|
|
2228
|
+
[() => PodIdentityAssociation],
|
|
2229
|
+
];
|
|
2230
|
+
export var UpdateTaintsPayload = [
|
|
2231
|
+
3,
|
|
2232
|
+
n0,
|
|
2233
|
+
_UTP,
|
|
2234
|
+
0,
|
|
2235
|
+
[_aOUT, _rT],
|
|
2236
|
+
[() => taintsList, () => taintsList],
|
|
2237
|
+
];
|
|
2238
|
+
export var UpgradePolicyRequest = [3, n0, _UPR, 0, [_sT], [0]];
|
|
2239
|
+
export var UpgradePolicyResponse = [3, n0, _UPRp, 0, [_sT], [0]];
|
|
2240
|
+
export var VpcConfigRequest = [
|
|
2241
|
+
3,
|
|
2242
|
+
n0,
|
|
2243
|
+
_VCR,
|
|
2244
|
+
0,
|
|
2245
|
+
[_sIu, _sGI, _ePA, _ePAn, _pAC],
|
|
2246
|
+
[64 | 0, 64 | 0, 2, 2, 64 | 0],
|
|
2247
|
+
];
|
|
2248
|
+
export var VpcConfigResponse = [
|
|
2249
|
+
3,
|
|
2250
|
+
n0,
|
|
2251
|
+
_VCRp,
|
|
2252
|
+
0,
|
|
2253
|
+
[_sIu, _sGI, _cSGI, _vI, _ePA, _ePAn, _pAC],
|
|
2254
|
+
[64 | 0, 64 | 0, 0, 0, 2, 2, 64 | 0],
|
|
2255
|
+
];
|
|
2256
|
+
export var ZonalShiftConfigRequest = [3, n0, _ZSCR, 0, [_en], [2]];
|
|
2257
|
+
export var ZonalShiftConfigResponse = [3, n0, _ZSCRo, 0, [_en], [2]];
|
|
2258
|
+
export var __Unit = "unit";
|
|
2259
|
+
export var EKSServiceException = [-3, _sm, "EKSServiceException", 0, [], []];
|
|
2260
|
+
TypeRegistry.for(_sm).registerError(EKSServiceException, __EKSServiceException);
|
|
2261
|
+
export var AccessPoliciesList = [1, n0, _APL, 0, () => AccessPolicy];
|
|
2262
|
+
export var AddonCompatibilityDetails = [1, n0, _ACDd, 0, () => AddonCompatibilityDetail];
|
|
2263
|
+
export var AddonIssueList = [1, n0, _AIL, 0, () => AddonIssue];
|
|
2264
|
+
export var AddonPodIdentityAssociationsList = [1, n0, _APIAL, 0, () => AddonPodIdentityAssociations];
|
|
2265
|
+
export var AddonPodIdentityConfigurationList = [
|
|
2266
|
+
1,
|
|
2267
|
+
n0,
|
|
2268
|
+
_APICL,
|
|
2269
|
+
0,
|
|
2270
|
+
() => AddonPodIdentityConfiguration,
|
|
2271
|
+
];
|
|
2272
|
+
export var Addons = [1, n0, _Ad, 0, () => AddonInfo];
|
|
2273
|
+
export var AddonVersionInfoList = [1, n0, _AVIL, 0, () => AddonVersionInfo];
|
|
2274
|
+
export var AssociatedAccessPoliciesList = [1, n0, _AAPL, 0, () => AssociatedAccessPolicy];
|
|
2275
|
+
export var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup];
|
|
2276
|
+
export var CategoryList = 64 | 0;
|
|
2277
|
+
export var ClientStats = [1, n0, _CSl, 0, () => ClientStat];
|
|
2278
|
+
export var ClusterIssueList = [1, n0, _CIL, 0, () => ClusterIssue];
|
|
2279
|
+
export var ClusterVersionList = [1, n0, _CVL, 0, () => ClusterVersionInformation];
|
|
2280
|
+
export var Compatibilities = [1, n0, _Com, 0, () => Compatibility];
|
|
2281
|
+
export var DeprecationDetails = [1, n0, _DDe, 0, () => DeprecationDetail];
|
|
2282
|
+
export var EksAnywhereSubscriptionList = [1, n0, _EASL, 0, () => EksAnywhereSubscription];
|
|
2283
|
+
export var EksAnywhereSubscriptionStatusValues = 64 | 0;
|
|
2284
|
+
export var EncryptionConfigList = [1, n0, _ECL, 0, () => EncryptionConfig];
|
|
2285
|
+
export var ErrorDetails = [1, n0, _EDr, 0, () => ErrorDetail];
|
|
2286
|
+
export var FargateProfileIssueList = [1, n0, _FPIL, 0, () => FargateProfileIssue];
|
|
2287
|
+
export var FargateProfileSelectors = [1, n0, _FPSa, 0, () => FargateProfileSelector];
|
|
2288
|
+
export var IdentityProviderConfigs = [1, n0, _IPCd, 0, () => IdentityProviderConfig];
|
|
2289
|
+
export var IncludeClustersList = 64 | 0;
|
|
2290
|
+
export var InsightResourceDetails = [1, n0, _IRDn, 0, () => InsightResourceDetail];
|
|
2291
|
+
export var InsightStatusValueList = 64 | 0;
|
|
2292
|
+
export var InsightSummaries = [1, n0, _ISns, 0, () => InsightSummary];
|
|
2293
|
+
export var IssueList = [1, n0, _IL, 0, () => Issue];
|
|
2294
|
+
export var labelsKeyList = 64 | 0;
|
|
2295
|
+
export var LicenseList = [1, n0, _LL, 0, () => License];
|
|
2296
|
+
export var LogSetups = [1, n0, _LSo, 0, () => LogSetup];
|
|
2297
|
+
export var LogTypes = 64 | 0;
|
|
2298
|
+
export var NodeRepairConfigOverridesList = [1, n0, _NRCOL, 0, () => NodeRepairConfigOverrides];
|
|
2299
|
+
export var PodIdentityAssociationSummaries = [1, n0, _PIASo, 0, () => PodIdentityAssociationSummary];
|
|
2300
|
+
export var RemoteNodeNetworkList = [1, n0, _RNNL, 0, () => RemoteNodeNetwork];
|
|
2301
|
+
export var RemotePodNetworkList = [1, n0, _RPNL, 0, () => RemotePodNetwork];
|
|
2302
|
+
export var StringList = 64 | 0;
|
|
2303
|
+
export var TagKeyList = 64 | 0;
|
|
2304
|
+
export var taintsList = [1, n0, _tL, 0, () => Taint];
|
|
2305
|
+
export var UpdateParams = [1, n0, _UPp, 0, () => UpdateParam];
|
|
2306
|
+
export var AdditionalInfoMap = 128 | 0;
|
|
2307
|
+
export var FargateProfileLabel = 128 | 0;
|
|
2308
|
+
export var labelsMap = 128 | 0;
|
|
2309
|
+
export var requiredClaimsMap = 128 | 0;
|
|
2310
|
+
export var TagMap = 128 | 0;
|
|
2311
|
+
export var AssociateAccessPolicy = [
|
|
2312
|
+
9,
|
|
2313
|
+
n0,
|
|
2314
|
+
_AAPs,
|
|
2315
|
+
{
|
|
2316
|
+
[_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200],
|
|
2317
|
+
},
|
|
2318
|
+
() => AssociateAccessPolicyRequest,
|
|
2319
|
+
() => AssociateAccessPolicyResponse,
|
|
2320
|
+
];
|
|
2321
|
+
export var AssociateEncryptionConfig = [
|
|
2322
|
+
9,
|
|
2323
|
+
n0,
|
|
2324
|
+
_AEC,
|
|
2325
|
+
{
|
|
2326
|
+
[_ht]: ["POST", "/clusters/{clusterName}/encryption-config/associate", 200],
|
|
2327
|
+
},
|
|
2328
|
+
() => AssociateEncryptionConfigRequest,
|
|
2329
|
+
() => AssociateEncryptionConfigResponse,
|
|
2330
|
+
];
|
|
2331
|
+
export var AssociateIdentityProviderConfig = [
|
|
2332
|
+
9,
|
|
2333
|
+
n0,
|
|
2334
|
+
_AIPC,
|
|
2335
|
+
{
|
|
2336
|
+
[_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/associate", 200],
|
|
2337
|
+
},
|
|
2338
|
+
() => AssociateIdentityProviderConfigRequest,
|
|
2339
|
+
() => AssociateIdentityProviderConfigResponse,
|
|
2340
|
+
];
|
|
2341
|
+
export var CreateAccessEntry = [
|
|
2342
|
+
9,
|
|
2343
|
+
n0,
|
|
2344
|
+
_CAE,
|
|
2345
|
+
{
|
|
2346
|
+
[_ht]: ["POST", "/clusters/{clusterName}/access-entries", 200],
|
|
2347
|
+
},
|
|
2348
|
+
() => CreateAccessEntryRequest,
|
|
2349
|
+
() => CreateAccessEntryResponse,
|
|
2350
|
+
];
|
|
2351
|
+
export var CreateAddon = [
|
|
2352
|
+
9,
|
|
2353
|
+
n0,
|
|
2354
|
+
_CA,
|
|
2355
|
+
{
|
|
2356
|
+
[_ht]: ["POST", "/clusters/{clusterName}/addons", 200],
|
|
2357
|
+
},
|
|
2358
|
+
() => CreateAddonRequest,
|
|
2359
|
+
() => CreateAddonResponse,
|
|
2360
|
+
];
|
|
2361
|
+
export var CreateCluster = [
|
|
2362
|
+
9,
|
|
2363
|
+
n0,
|
|
2364
|
+
_CC,
|
|
2365
|
+
{
|
|
2366
|
+
[_ht]: ["POST", "/clusters", 200],
|
|
2367
|
+
},
|
|
2368
|
+
() => CreateClusterRequest,
|
|
2369
|
+
() => CreateClusterResponse,
|
|
2370
|
+
];
|
|
2371
|
+
export var CreateEksAnywhereSubscription = [
|
|
2372
|
+
9,
|
|
2373
|
+
n0,
|
|
2374
|
+
_CEAS,
|
|
2375
|
+
{
|
|
2376
|
+
[_ht]: ["POST", "/eks-anywhere-subscriptions", 200],
|
|
2377
|
+
},
|
|
2378
|
+
() => CreateEksAnywhereSubscriptionRequest,
|
|
2379
|
+
() => CreateEksAnywhereSubscriptionResponse,
|
|
2380
|
+
];
|
|
2381
|
+
export var CreateFargateProfile = [
|
|
2382
|
+
9,
|
|
2383
|
+
n0,
|
|
2384
|
+
_CFP,
|
|
2385
|
+
{
|
|
2386
|
+
[_ht]: ["POST", "/clusters/{clusterName}/fargate-profiles", 200],
|
|
2387
|
+
},
|
|
2388
|
+
() => CreateFargateProfileRequest,
|
|
2389
|
+
() => CreateFargateProfileResponse,
|
|
2390
|
+
];
|
|
2391
|
+
export var CreateNodegroup = [
|
|
2392
|
+
9,
|
|
2393
|
+
n0,
|
|
2394
|
+
_CN,
|
|
2395
|
+
{
|
|
2396
|
+
[_ht]: ["POST", "/clusters/{clusterName}/node-groups", 200],
|
|
2397
|
+
},
|
|
2398
|
+
() => CreateNodegroupRequest,
|
|
2399
|
+
() => CreateNodegroupResponse,
|
|
2400
|
+
];
|
|
2401
|
+
export var CreatePodIdentityAssociation = [
|
|
2402
|
+
9,
|
|
2403
|
+
n0,
|
|
2404
|
+
_CPIA,
|
|
2405
|
+
{
|
|
2406
|
+
[_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations", 200],
|
|
2407
|
+
},
|
|
2408
|
+
() => CreatePodIdentityAssociationRequest,
|
|
2409
|
+
() => CreatePodIdentityAssociationResponse,
|
|
2410
|
+
];
|
|
2411
|
+
export var DeleteAccessEntry = [
|
|
2412
|
+
9,
|
|
2413
|
+
n0,
|
|
2414
|
+
_DAE,
|
|
2415
|
+
{
|
|
2416
|
+
[_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}", 200],
|
|
2417
|
+
},
|
|
2418
|
+
() => DeleteAccessEntryRequest,
|
|
2419
|
+
() => DeleteAccessEntryResponse,
|
|
2420
|
+
];
|
|
2421
|
+
export var DeleteAddon = [
|
|
2422
|
+
9,
|
|
2423
|
+
n0,
|
|
2424
|
+
_DA,
|
|
2425
|
+
{
|
|
2426
|
+
[_ht]: ["DELETE", "/clusters/{clusterName}/addons/{addonName}", 200],
|
|
2427
|
+
},
|
|
2428
|
+
() => DeleteAddonRequest,
|
|
2429
|
+
() => DeleteAddonResponse,
|
|
2430
|
+
];
|
|
2431
|
+
export var DeleteCluster = [
|
|
2432
|
+
9,
|
|
2433
|
+
n0,
|
|
2434
|
+
_DC,
|
|
2435
|
+
{
|
|
2436
|
+
[_ht]: ["DELETE", "/clusters/{name}", 200],
|
|
2437
|
+
},
|
|
2438
|
+
() => DeleteClusterRequest,
|
|
2439
|
+
() => DeleteClusterResponse,
|
|
2440
|
+
];
|
|
2441
|
+
export var DeleteEksAnywhereSubscription = [
|
|
2442
|
+
9,
|
|
2443
|
+
n0,
|
|
2444
|
+
_DEAS,
|
|
2445
|
+
{
|
|
2446
|
+
[_ht]: ["DELETE", "/eks-anywhere-subscriptions/{id}", 200],
|
|
2447
|
+
},
|
|
2448
|
+
() => DeleteEksAnywhereSubscriptionRequest,
|
|
2449
|
+
() => DeleteEksAnywhereSubscriptionResponse,
|
|
2450
|
+
];
|
|
2451
|
+
export var DeleteFargateProfile = [
|
|
2452
|
+
9,
|
|
2453
|
+
n0,
|
|
2454
|
+
_DFP,
|
|
2455
|
+
{
|
|
2456
|
+
[_ht]: ["DELETE", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200],
|
|
2457
|
+
},
|
|
2458
|
+
() => DeleteFargateProfileRequest,
|
|
2459
|
+
() => DeleteFargateProfileResponse,
|
|
2460
|
+
];
|
|
2461
|
+
export var DeleteNodegroup = [
|
|
2462
|
+
9,
|
|
2463
|
+
n0,
|
|
2464
|
+
_DN,
|
|
2465
|
+
{
|
|
2466
|
+
[_ht]: ["DELETE", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200],
|
|
2467
|
+
},
|
|
2468
|
+
() => DeleteNodegroupRequest,
|
|
2469
|
+
() => DeleteNodegroupResponse,
|
|
2470
|
+
];
|
|
2471
|
+
export var DeletePodIdentityAssociation = [
|
|
2472
|
+
9,
|
|
2473
|
+
n0,
|
|
2474
|
+
_DPIA,
|
|
2475
|
+
{
|
|
2476
|
+
[_ht]: ["DELETE", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200],
|
|
2477
|
+
},
|
|
2478
|
+
() => DeletePodIdentityAssociationRequest,
|
|
2479
|
+
() => DeletePodIdentityAssociationResponse,
|
|
2480
|
+
];
|
|
2481
|
+
export var DeregisterCluster = [
|
|
2482
|
+
9,
|
|
2483
|
+
n0,
|
|
2484
|
+
_DCe,
|
|
2485
|
+
{
|
|
2486
|
+
[_ht]: ["DELETE", "/cluster-registrations/{name}", 200],
|
|
2487
|
+
},
|
|
2488
|
+
() => DeregisterClusterRequest,
|
|
2489
|
+
() => DeregisterClusterResponse,
|
|
2490
|
+
];
|
|
2491
|
+
export var DescribeAccessEntry = [
|
|
2492
|
+
9,
|
|
2493
|
+
n0,
|
|
2494
|
+
_DAEe,
|
|
2495
|
+
{
|
|
2496
|
+
[_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}", 200],
|
|
2497
|
+
},
|
|
2498
|
+
() => DescribeAccessEntryRequest,
|
|
2499
|
+
() => DescribeAccessEntryResponse,
|
|
2500
|
+
];
|
|
2501
|
+
export var DescribeAddon = [
|
|
2502
|
+
9,
|
|
2503
|
+
n0,
|
|
2504
|
+
_DAe,
|
|
2505
|
+
{
|
|
2506
|
+
[_ht]: ["GET", "/clusters/{clusterName}/addons/{addonName}", 200],
|
|
2507
|
+
},
|
|
2508
|
+
() => DescribeAddonRequest,
|
|
2509
|
+
() => DescribeAddonResponse,
|
|
2510
|
+
];
|
|
2511
|
+
export var DescribeAddonConfiguration = [
|
|
2512
|
+
9,
|
|
2513
|
+
n0,
|
|
2514
|
+
_DAC,
|
|
2515
|
+
{
|
|
2516
|
+
[_ht]: ["GET", "/addons/configuration-schemas", 200],
|
|
2517
|
+
},
|
|
2518
|
+
() => DescribeAddonConfigurationRequest,
|
|
2519
|
+
() => DescribeAddonConfigurationResponse,
|
|
2520
|
+
];
|
|
2521
|
+
export var DescribeAddonVersions = [
|
|
2522
|
+
9,
|
|
2523
|
+
n0,
|
|
2524
|
+
_DAV,
|
|
2525
|
+
{
|
|
2526
|
+
[_ht]: ["GET", "/addons/supported-versions", 200],
|
|
2527
|
+
},
|
|
2528
|
+
() => DescribeAddonVersionsRequest,
|
|
2529
|
+
() => DescribeAddonVersionsResponse,
|
|
2530
|
+
];
|
|
2531
|
+
export var DescribeCluster = [
|
|
2532
|
+
9,
|
|
2533
|
+
n0,
|
|
2534
|
+
_DCes,
|
|
2535
|
+
{
|
|
2536
|
+
[_ht]: ["GET", "/clusters/{name}", 200],
|
|
2537
|
+
},
|
|
2538
|
+
() => DescribeClusterRequest,
|
|
2539
|
+
() => DescribeClusterResponse,
|
|
2540
|
+
];
|
|
2541
|
+
export var DescribeClusterVersions = [
|
|
2542
|
+
9,
|
|
2543
|
+
n0,
|
|
2544
|
+
_DCV,
|
|
2545
|
+
{
|
|
2546
|
+
[_ht]: ["GET", "/cluster-versions", 200],
|
|
2547
|
+
},
|
|
2548
|
+
() => DescribeClusterVersionsRequest,
|
|
2549
|
+
() => DescribeClusterVersionsResponse,
|
|
2550
|
+
];
|
|
2551
|
+
export var DescribeEksAnywhereSubscription = [
|
|
2552
|
+
9,
|
|
2553
|
+
n0,
|
|
2554
|
+
_DEASe,
|
|
2555
|
+
{
|
|
2556
|
+
[_ht]: ["GET", "/eks-anywhere-subscriptions/{id}", 200],
|
|
2557
|
+
},
|
|
2558
|
+
() => DescribeEksAnywhereSubscriptionRequest,
|
|
2559
|
+
() => DescribeEksAnywhereSubscriptionResponse,
|
|
2560
|
+
];
|
|
2561
|
+
export var DescribeFargateProfile = [
|
|
2562
|
+
9,
|
|
2563
|
+
n0,
|
|
2564
|
+
_DFPe,
|
|
2565
|
+
{
|
|
2566
|
+
[_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles/{fargateProfileName}", 200],
|
|
2567
|
+
},
|
|
2568
|
+
() => DescribeFargateProfileRequest,
|
|
2569
|
+
() => DescribeFargateProfileResponse,
|
|
2570
|
+
];
|
|
2571
|
+
export var DescribeIdentityProviderConfig = [
|
|
2572
|
+
9,
|
|
2573
|
+
n0,
|
|
2574
|
+
_DIPC,
|
|
2575
|
+
{
|
|
2576
|
+
[_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/describe", 200],
|
|
2577
|
+
},
|
|
2578
|
+
() => DescribeIdentityProviderConfigRequest,
|
|
2579
|
+
() => DescribeIdentityProviderConfigResponse,
|
|
2580
|
+
];
|
|
2581
|
+
export var DescribeInsight = [
|
|
2582
|
+
9,
|
|
2583
|
+
n0,
|
|
2584
|
+
_DI,
|
|
2585
|
+
{
|
|
2586
|
+
[_ht]: ["GET", "/clusters/{clusterName}/insights/{id}", 200],
|
|
2587
|
+
},
|
|
2588
|
+
() => DescribeInsightRequest,
|
|
2589
|
+
() => DescribeInsightResponse,
|
|
2590
|
+
];
|
|
2591
|
+
export var DescribeInsightsRefresh = [
|
|
2592
|
+
9,
|
|
2593
|
+
n0,
|
|
2594
|
+
_DIRes,
|
|
2595
|
+
{
|
|
2596
|
+
[_ht]: ["GET", "/clusters/{clusterName}/insights-refresh", 200],
|
|
2597
|
+
},
|
|
2598
|
+
() => DescribeInsightsRefreshRequest,
|
|
2599
|
+
() => DescribeInsightsRefreshResponse,
|
|
2600
|
+
];
|
|
2601
|
+
export var DescribeNodegroup = [
|
|
2602
|
+
9,
|
|
2603
|
+
n0,
|
|
2604
|
+
_DNe,
|
|
2605
|
+
{
|
|
2606
|
+
[_ht]: ["GET", "/clusters/{clusterName}/node-groups/{nodegroupName}", 200],
|
|
2607
|
+
},
|
|
2608
|
+
() => DescribeNodegroupRequest,
|
|
2609
|
+
() => DescribeNodegroupResponse,
|
|
2610
|
+
];
|
|
2611
|
+
export var DescribePodIdentityAssociation = [
|
|
2612
|
+
9,
|
|
2613
|
+
n0,
|
|
2614
|
+
_DPIAe,
|
|
2615
|
+
{
|
|
2616
|
+
[_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200],
|
|
2617
|
+
},
|
|
2618
|
+
() => DescribePodIdentityAssociationRequest,
|
|
2619
|
+
() => DescribePodIdentityAssociationResponse,
|
|
2620
|
+
];
|
|
2621
|
+
export var DescribeUpdate = [
|
|
2622
|
+
9,
|
|
2623
|
+
n0,
|
|
2624
|
+
_DU,
|
|
2625
|
+
{
|
|
2626
|
+
[_ht]: ["GET", "/clusters/{name}/updates/{updateId}", 200],
|
|
2627
|
+
},
|
|
2628
|
+
() => DescribeUpdateRequest,
|
|
2629
|
+
() => DescribeUpdateResponse,
|
|
2630
|
+
];
|
|
2631
|
+
export var DisassociateAccessPolicy = [
|
|
2632
|
+
9,
|
|
2633
|
+
n0,
|
|
2634
|
+
_DAP,
|
|
2635
|
+
{
|
|
2636
|
+
[_ht]: ["DELETE", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies/{policyArn}", 200],
|
|
2637
|
+
},
|
|
2638
|
+
() => DisassociateAccessPolicyRequest,
|
|
2639
|
+
() => DisassociateAccessPolicyResponse,
|
|
2640
|
+
];
|
|
2641
|
+
export var DisassociateIdentityProviderConfig = [
|
|
2642
|
+
9,
|
|
2643
|
+
n0,
|
|
2644
|
+
_DIPCi,
|
|
2645
|
+
{
|
|
2646
|
+
[_ht]: ["POST", "/clusters/{clusterName}/identity-provider-configs/disassociate", 200],
|
|
2647
|
+
},
|
|
2648
|
+
() => DisassociateIdentityProviderConfigRequest,
|
|
2649
|
+
() => DisassociateIdentityProviderConfigResponse,
|
|
2650
|
+
];
|
|
2651
|
+
export var ListAccessEntries = [
|
|
2652
|
+
9,
|
|
2653
|
+
n0,
|
|
2654
|
+
_LAE,
|
|
2655
|
+
{
|
|
2656
|
+
[_ht]: ["GET", "/clusters/{clusterName}/access-entries", 200],
|
|
2657
|
+
},
|
|
2658
|
+
() => ListAccessEntriesRequest,
|
|
2659
|
+
() => ListAccessEntriesResponse,
|
|
2660
|
+
];
|
|
2661
|
+
export var ListAccessPolicies = [
|
|
2662
|
+
9,
|
|
2663
|
+
n0,
|
|
2664
|
+
_LAP,
|
|
2665
|
+
{
|
|
2666
|
+
[_ht]: ["GET", "/access-policies", 200],
|
|
2667
|
+
},
|
|
2668
|
+
() => ListAccessPoliciesRequest,
|
|
2669
|
+
() => ListAccessPoliciesResponse,
|
|
2670
|
+
];
|
|
2671
|
+
export var ListAddons = [
|
|
2672
|
+
9,
|
|
2673
|
+
n0,
|
|
2674
|
+
_LA,
|
|
2675
|
+
{
|
|
2676
|
+
[_ht]: ["GET", "/clusters/{clusterName}/addons", 200],
|
|
2677
|
+
},
|
|
2678
|
+
() => ListAddonsRequest,
|
|
2679
|
+
() => ListAddonsResponse,
|
|
2680
|
+
];
|
|
2681
|
+
export var ListAssociatedAccessPolicies = [
|
|
2682
|
+
9,
|
|
2683
|
+
n0,
|
|
2684
|
+
_LAAP,
|
|
2685
|
+
{
|
|
2686
|
+
[_ht]: ["GET", "/clusters/{clusterName}/access-entries/{principalArn}/access-policies", 200],
|
|
2687
|
+
},
|
|
2688
|
+
() => ListAssociatedAccessPoliciesRequest,
|
|
2689
|
+
() => ListAssociatedAccessPoliciesResponse,
|
|
2690
|
+
];
|
|
2691
|
+
export var ListClusters = [
|
|
2692
|
+
9,
|
|
2693
|
+
n0,
|
|
2694
|
+
_LC,
|
|
2695
|
+
{
|
|
2696
|
+
[_ht]: ["GET", "/clusters", 200],
|
|
2697
|
+
},
|
|
2698
|
+
() => ListClustersRequest,
|
|
2699
|
+
() => ListClustersResponse,
|
|
2700
|
+
];
|
|
2701
|
+
export var ListEksAnywhereSubscriptions = [
|
|
2702
|
+
9,
|
|
2703
|
+
n0,
|
|
2704
|
+
_LEAS,
|
|
2705
|
+
{
|
|
2706
|
+
[_ht]: ["GET", "/eks-anywhere-subscriptions", 200],
|
|
2707
|
+
},
|
|
2708
|
+
() => ListEksAnywhereSubscriptionsRequest,
|
|
2709
|
+
() => ListEksAnywhereSubscriptionsResponse,
|
|
2710
|
+
];
|
|
2711
|
+
export var ListFargateProfiles = [
|
|
2712
|
+
9,
|
|
2713
|
+
n0,
|
|
2714
|
+
_LFP,
|
|
2715
|
+
{
|
|
2716
|
+
[_ht]: ["GET", "/clusters/{clusterName}/fargate-profiles", 200],
|
|
2717
|
+
},
|
|
2718
|
+
() => ListFargateProfilesRequest,
|
|
2719
|
+
() => ListFargateProfilesResponse,
|
|
2720
|
+
];
|
|
2721
|
+
export var ListIdentityProviderConfigs = [
|
|
2722
|
+
9,
|
|
2723
|
+
n0,
|
|
2724
|
+
_LIPC,
|
|
2725
|
+
{
|
|
2726
|
+
[_ht]: ["GET", "/clusters/{clusterName}/identity-provider-configs", 200],
|
|
2727
|
+
},
|
|
2728
|
+
() => ListIdentityProviderConfigsRequest,
|
|
2729
|
+
() => ListIdentityProviderConfigsResponse,
|
|
2730
|
+
];
|
|
2731
|
+
export var ListInsights = [
|
|
2732
|
+
9,
|
|
2733
|
+
n0,
|
|
2734
|
+
_LI,
|
|
2735
|
+
{
|
|
2736
|
+
[_ht]: ["POST", "/clusters/{clusterName}/insights", 200],
|
|
2737
|
+
},
|
|
2738
|
+
() => ListInsightsRequest,
|
|
2739
|
+
() => ListInsightsResponse,
|
|
2740
|
+
];
|
|
2741
|
+
export var ListNodegroups = [
|
|
2742
|
+
9,
|
|
2743
|
+
n0,
|
|
2744
|
+
_LN,
|
|
2745
|
+
{
|
|
2746
|
+
[_ht]: ["GET", "/clusters/{clusterName}/node-groups", 200],
|
|
2747
|
+
},
|
|
2748
|
+
() => ListNodegroupsRequest,
|
|
2749
|
+
() => ListNodegroupsResponse,
|
|
2750
|
+
];
|
|
2751
|
+
export var ListPodIdentityAssociations = [
|
|
2752
|
+
9,
|
|
2753
|
+
n0,
|
|
2754
|
+
_LPIA,
|
|
2755
|
+
{
|
|
2756
|
+
[_ht]: ["GET", "/clusters/{clusterName}/pod-identity-associations", 200],
|
|
2757
|
+
},
|
|
2758
|
+
() => ListPodIdentityAssociationsRequest,
|
|
2759
|
+
() => ListPodIdentityAssociationsResponse,
|
|
2760
|
+
];
|
|
2761
|
+
export var ListTagsForResource = [
|
|
2762
|
+
9,
|
|
2763
|
+
n0,
|
|
2764
|
+
_LTFR,
|
|
2765
|
+
{
|
|
2766
|
+
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
2767
|
+
},
|
|
2768
|
+
() => ListTagsForResourceRequest,
|
|
2769
|
+
() => ListTagsForResourceResponse,
|
|
2770
|
+
];
|
|
2771
|
+
export var ListUpdates = [
|
|
2772
|
+
9,
|
|
2773
|
+
n0,
|
|
2774
|
+
_LU,
|
|
2775
|
+
{
|
|
2776
|
+
[_ht]: ["GET", "/clusters/{name}/updates", 200],
|
|
2777
|
+
},
|
|
2778
|
+
() => ListUpdatesRequest,
|
|
2779
|
+
() => ListUpdatesResponse,
|
|
2780
|
+
];
|
|
2781
|
+
export var RegisterCluster = [
|
|
2782
|
+
9,
|
|
2783
|
+
n0,
|
|
2784
|
+
_RC,
|
|
2785
|
+
{
|
|
2786
|
+
[_ht]: ["POST", "/cluster-registrations", 200],
|
|
2787
|
+
},
|
|
2788
|
+
() => RegisterClusterRequest,
|
|
2789
|
+
() => RegisterClusterResponse,
|
|
2790
|
+
];
|
|
2791
|
+
export var StartInsightsRefresh = [
|
|
2792
|
+
9,
|
|
2793
|
+
n0,
|
|
2794
|
+
_SIR,
|
|
2795
|
+
{
|
|
2796
|
+
[_ht]: ["POST", "/clusters/{clusterName}/insights-refresh", 200],
|
|
2797
|
+
},
|
|
2798
|
+
() => StartInsightsRefreshRequest,
|
|
2799
|
+
() => StartInsightsRefreshResponse,
|
|
2800
|
+
];
|
|
2801
|
+
export var TagResource = [
|
|
2802
|
+
9,
|
|
2803
|
+
n0,
|
|
2804
|
+
_TR,
|
|
2805
|
+
{
|
|
2806
|
+
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
2807
|
+
},
|
|
2808
|
+
() => TagResourceRequest,
|
|
2809
|
+
() => TagResourceResponse,
|
|
2810
|
+
];
|
|
2811
|
+
export var UntagResource = [
|
|
2812
|
+
9,
|
|
2813
|
+
n0,
|
|
2814
|
+
_UR,
|
|
2815
|
+
{
|
|
2816
|
+
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
2817
|
+
},
|
|
2818
|
+
() => UntagResourceRequest,
|
|
2819
|
+
() => UntagResourceResponse,
|
|
2820
|
+
];
|
|
2821
|
+
export var UpdateAccessEntry = [
|
|
2822
|
+
9,
|
|
2823
|
+
n0,
|
|
2824
|
+
_UAE,
|
|
2825
|
+
{
|
|
2826
|
+
[_ht]: ["POST", "/clusters/{clusterName}/access-entries/{principalArn}", 200],
|
|
2827
|
+
},
|
|
2828
|
+
() => UpdateAccessEntryRequest,
|
|
2829
|
+
() => UpdateAccessEntryResponse,
|
|
2830
|
+
];
|
|
2831
|
+
export var UpdateAddon = [
|
|
2832
|
+
9,
|
|
2833
|
+
n0,
|
|
2834
|
+
_UA,
|
|
2835
|
+
{
|
|
2836
|
+
[_ht]: ["POST", "/clusters/{clusterName}/addons/{addonName}/update", 200],
|
|
2837
|
+
},
|
|
2838
|
+
() => UpdateAddonRequest,
|
|
2839
|
+
() => UpdateAddonResponse,
|
|
2840
|
+
];
|
|
2841
|
+
export var UpdateClusterConfig = [
|
|
2842
|
+
9,
|
|
2843
|
+
n0,
|
|
2844
|
+
_UCC,
|
|
2845
|
+
{
|
|
2846
|
+
[_ht]: ["POST", "/clusters/{name}/update-config", 200],
|
|
2847
|
+
},
|
|
2848
|
+
() => UpdateClusterConfigRequest,
|
|
2849
|
+
() => UpdateClusterConfigResponse,
|
|
2850
|
+
];
|
|
2851
|
+
export var UpdateClusterVersion = [
|
|
2852
|
+
9,
|
|
2853
|
+
n0,
|
|
2854
|
+
_UCV,
|
|
2855
|
+
{
|
|
2856
|
+
[_ht]: ["POST", "/clusters/{name}/updates", 200],
|
|
2857
|
+
},
|
|
2858
|
+
() => UpdateClusterVersionRequest,
|
|
2859
|
+
() => UpdateClusterVersionResponse,
|
|
2860
|
+
];
|
|
2861
|
+
export var UpdateEksAnywhereSubscription = [
|
|
2862
|
+
9,
|
|
2863
|
+
n0,
|
|
2864
|
+
_UEAS,
|
|
2865
|
+
{
|
|
2866
|
+
[_ht]: ["POST", "/eks-anywhere-subscriptions/{id}", 200],
|
|
2867
|
+
},
|
|
2868
|
+
() => UpdateEksAnywhereSubscriptionRequest,
|
|
2869
|
+
() => UpdateEksAnywhereSubscriptionResponse,
|
|
2870
|
+
];
|
|
2871
|
+
export var UpdateNodegroupConfig = [
|
|
2872
|
+
9,
|
|
2873
|
+
n0,
|
|
2874
|
+
_UNC,
|
|
2875
|
+
{
|
|
2876
|
+
[_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-config", 200],
|
|
2877
|
+
},
|
|
2878
|
+
() => UpdateNodegroupConfigRequest,
|
|
2879
|
+
() => UpdateNodegroupConfigResponse,
|
|
2880
|
+
];
|
|
2881
|
+
export var UpdateNodegroupVersion = [
|
|
2882
|
+
9,
|
|
2883
|
+
n0,
|
|
2884
|
+
_UNV,
|
|
2885
|
+
{
|
|
2886
|
+
[_ht]: ["POST", "/clusters/{clusterName}/node-groups/{nodegroupName}/update-version", 200],
|
|
2887
|
+
},
|
|
2888
|
+
() => UpdateNodegroupVersionRequest,
|
|
2889
|
+
() => UpdateNodegroupVersionResponse,
|
|
2890
|
+
];
|
|
2891
|
+
export var UpdatePodIdentityAssociation = [
|
|
2892
|
+
9,
|
|
2893
|
+
n0,
|
|
2894
|
+
_UPIA,
|
|
2895
|
+
{
|
|
2896
|
+
[_ht]: ["POST", "/clusters/{clusterName}/pod-identity-associations/{associationId}", 200],
|
|
2897
|
+
},
|
|
2898
|
+
() => UpdatePodIdentityAssociationRequest,
|
|
2899
|
+
() => UpdatePodIdentityAssociationResponse,
|
|
2900
|
+
];
|