@aws-sdk/client-eks 3.1113.0 → 3.1114.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.
Files changed (65) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +381 -123
  3. package/dist-es/EKS.js +14 -0
  4. package/dist-es/commands/ActivateCertificateAuthorityCommand.js +4 -0
  5. package/dist-es/commands/CreateCertificateAuthorityCommand.js +4 -0
  6. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +4 -0
  7. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +4 -0
  8. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +4 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +76 -52
  11. package/dist-es/models/errors.js +29 -29
  12. package/dist-es/pagination/ListCertificateAuthoritiesPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +166 -36
  15. package/dist-es/waiters/index.js +1 -0
  16. package/dist-es/waiters/waitForCertificateAuthorityUpdateComplete.js +49 -0
  17. package/dist-types/EKS.d.ts +48 -0
  18. package/dist-types/EKSClient.d.ts +7 -2
  19. package/dist-types/commands/ActivateCertificateAuthorityCommand.d.ts +139 -0
  20. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -2
  21. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -2
  22. package/dist-types/commands/CancelUpdateCommand.d.ts +2 -2
  23. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +149 -0
  24. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  25. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +134 -0
  26. package/dist-types/commands/DeleteClusterCommand.d.ts +4 -0
  27. package/dist-types/commands/DeregisterClusterCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +104 -0
  29. package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
  30. package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -2
  31. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -2
  32. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +102 -0
  33. package/dist-types/commands/RegisterClusterCommand.d.ts +4 -0
  34. package/dist-types/commands/UpdateAddonCommand.d.ts +2 -2
  35. package/dist-types/commands/UpdateCapabilityCommand.d.ts +2 -2
  36. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +2 -2
  37. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -2
  38. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -2
  39. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -2
  40. package/dist-types/commands/index.d.ts +5 -0
  41. package/dist-types/models/enums.d.ts +120 -64
  42. package/dist-types/models/errors.d.ts +37 -37
  43. package/dist-types/models/models_0.d.ts +569 -186
  44. package/dist-types/pagination/ListCertificateAuthoritiesPaginator.d.ts +7 -0
  45. package/dist-types/pagination/index.d.ts +1 -0
  46. package/dist-types/schemas/schemas_0.d.ts +20 -0
  47. package/dist-types/ts3.4/EKS.d.ts +98 -0
  48. package/dist-types/ts3.4/EKSClient.d.ts +30 -0
  49. package/dist-types/ts3.4/commands/ActivateCertificateAuthorityCommand.d.ts +42 -0
  50. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +42 -0
  51. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +42 -0
  52. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +42 -0
  53. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +42 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  55. package/dist-types/ts3.4/models/enums.d.ts +90 -58
  56. package/dist-types/ts3.4/models/errors.d.ts +14 -14
  57. package/dist-types/ts3.4/models/models_0.d.ts +103 -22
  58. package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +11 -0
  59. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +20 -0
  61. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  62. package/dist-types/ts3.4/waiters/waitForCertificateAuthorityUpdateComplete.d.ts +15 -0
  63. package/dist-types/waiters/index.d.ts +1 -0
  64. package/dist-types/waiters/waitForCertificateAuthorityUpdateComplete.d.ts +15 -0
  65. package/package.json +1 -1
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput } from "../commands/ListCertificateAuthoritiesCommand";
3
+ import type { EKSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCertificateAuthorities: (config: EKSPaginationConfiguration, input: ListCertificateAuthoritiesCommandInput, ...rest: any[]) => Paginator<ListCertificateAuthoritiesCommandOutput>;
@@ -6,6 +6,7 @@ export * from "./ListAccessPoliciesPaginator";
6
6
  export * from "./ListAddonsPaginator";
7
7
  export * from "./ListAssociatedAccessPoliciesPaginator";
8
8
  export * from "./ListCapabilitiesPaginator";
9
+ export * from "./ListCertificateAuthoritiesPaginator";
9
10
  export * from "./ListClustersPaginator";
10
11
  export * from "./ListEksAnywhereSubscriptionsPaginator";
11
12
  export * from "./ListFargateProfilesPaginator";
@@ -26,6 +26,9 @@ export declare var AccessConfigResponse$: StaticStructureSchema;
26
26
  export declare var AccessEntry$: StaticStructureSchema;
27
27
  export declare var AccessPolicy$: StaticStructureSchema;
28
28
  export declare var AccessScope$: StaticStructureSchema;
29
+ export declare var ActivateCertificateAuthorityRequest$: StaticStructureSchema;
30
+ export declare var ActivateCertificateAuthorityResponse$: StaticStructureSchema;
31
+ export declare var ActiveCertificateAuthority$: StaticStructureSchema;
29
32
  export declare var Addon$: StaticStructureSchema;
30
33
  export declare var AddonCompatibilityDetail$: StaticStructureSchema;
31
34
  export declare var AddonHealth$: StaticStructureSchema;
@@ -63,6 +66,10 @@ export declare var CapabilityHealth$: StaticStructureSchema;
63
66
  export declare var CapabilityIssue$: StaticStructureSchema;
64
67
  export declare var CapabilitySummary$: StaticStructureSchema;
65
68
  export declare var Certificate$: StaticStructureSchema;
69
+ export declare var CertificateAuthority$: StaticStructureSchema;
70
+ export declare var CertificateAuthorityScheduledEvents$: StaticStructureSchema;
71
+ export declare var CertificateAuthoritySummary$: StaticStructureSchema;
72
+ export declare var CertificateAuthorityValidity$: StaticStructureSchema;
66
73
  export declare var ClientStat$: StaticStructureSchema;
67
74
  export declare var Cluster$: StaticStructureSchema;
68
75
  export declare var ClusterHealth$: StaticStructureSchema;
@@ -85,6 +92,8 @@ export declare var CreateAddonRequest$: StaticStructureSchema;
85
92
  export declare var CreateAddonResponse$: StaticStructureSchema;
86
93
  export declare var CreateCapabilityRequest$: StaticStructureSchema;
87
94
  export declare var CreateCapabilityResponse$: StaticStructureSchema;
95
+ export declare var CreateCertificateAuthorityRequest$: StaticStructureSchema;
96
+ export declare var CreateCertificateAuthorityResponse$: StaticStructureSchema;
88
97
  export declare var CreateClusterRequest$: StaticStructureSchema;
89
98
  export declare var CreateClusterResponse$: StaticStructureSchema;
90
99
  export declare var CreateEksAnywhereSubscriptionRequest$: StaticStructureSchema;
@@ -101,6 +110,8 @@ export declare var DeleteAddonRequest$: StaticStructureSchema;
101
110
  export declare var DeleteAddonResponse$: StaticStructureSchema;
102
111
  export declare var DeleteCapabilityRequest$: StaticStructureSchema;
103
112
  export declare var DeleteCapabilityResponse$: StaticStructureSchema;
113
+ export declare var DeleteCertificateAuthorityRequest$: StaticStructureSchema;
114
+ export declare var DeleteCertificateAuthorityResponse$: StaticStructureSchema;
104
115
  export declare var DeleteClusterRequest$: StaticStructureSchema;
105
116
  export declare var DeleteClusterResponse$: StaticStructureSchema;
106
117
  export declare var DeleteEksAnywhereSubscriptionRequest$: StaticStructureSchema;
@@ -124,6 +135,8 @@ export declare var DescribeAddonVersionsRequest$: StaticStructureSchema;
124
135
  export declare var DescribeAddonVersionsResponse$: StaticStructureSchema;
125
136
  export declare var DescribeCapabilityRequest$: StaticStructureSchema;
126
137
  export declare var DescribeCapabilityResponse$: StaticStructureSchema;
138
+ export declare var DescribeCertificateAuthorityRequest$: StaticStructureSchema;
139
+ export declare var DescribeCertificateAuthorityResponse$: StaticStructureSchema;
127
140
  export declare var DescribeClusterRequest$: StaticStructureSchema;
128
141
  export declare var DescribeClusterResponse$: StaticStructureSchema;
129
142
  export declare var DescribeClusterVersionsRequest$: StaticStructureSchema;
@@ -198,6 +211,8 @@ export declare var ListAssociatedAccessPoliciesRequest$: StaticStructureSchema;
198
211
  export declare var ListAssociatedAccessPoliciesResponse$: StaticStructureSchema;
199
212
  export declare var ListCapabilitiesRequest$: StaticStructureSchema;
200
213
  export declare var ListCapabilitiesResponse$: StaticStructureSchema;
214
+ export declare var ListCertificateAuthoritiesRequest$: StaticStructureSchema;
215
+ export declare var ListCertificateAuthoritiesResponse$: StaticStructureSchema;
201
216
  export declare var ListClustersRequest$: StaticStructureSchema;
202
217
  export declare var ListClustersResponse$: StaticStructureSchema;
203
218
  export declare var ListEksAnywhereSubscriptionsRequest$: StaticStructureSchema;
@@ -295,6 +310,7 @@ export declare var VpcConfigResponse$: StaticStructureSchema;
295
310
  export declare var WarmPoolConfig$: StaticStructureSchema;
296
311
  export declare var ZonalShiftConfigRequest$: StaticStructureSchema;
297
312
  export declare var ZonalShiftConfigResponse$: StaticStructureSchema;
313
+ export declare var ActivateCertificateAuthority$: StaticOperationSchema;
298
314
  export declare var AssociateAccessPolicy$: StaticOperationSchema;
299
315
  export declare var AssociateEncryptionConfig$: StaticOperationSchema;
300
316
  export declare var AssociateIdentityProviderConfig$: StaticOperationSchema;
@@ -302,6 +318,7 @@ export declare var CancelUpdate$: StaticOperationSchema;
302
318
  export declare var CreateAccessEntry$: StaticOperationSchema;
303
319
  export declare var CreateAddon$: StaticOperationSchema;
304
320
  export declare var CreateCapability$: StaticOperationSchema;
321
+ export declare var CreateCertificateAuthority$: StaticOperationSchema;
305
322
  export declare var CreateCluster$: StaticOperationSchema;
306
323
  export declare var CreateEksAnywhereSubscription$: StaticOperationSchema;
307
324
  export declare var CreateFargateProfile$: StaticOperationSchema;
@@ -310,6 +327,7 @@ export declare var CreatePodIdentityAssociation$: StaticOperationSchema;
310
327
  export declare var DeleteAccessEntry$: StaticOperationSchema;
311
328
  export declare var DeleteAddon$: StaticOperationSchema;
312
329
  export declare var DeleteCapability$: StaticOperationSchema;
330
+ export declare var DeleteCertificateAuthority$: StaticOperationSchema;
313
331
  export declare var DeleteCluster$: StaticOperationSchema;
314
332
  export declare var DeleteEksAnywhereSubscription$: StaticOperationSchema;
315
333
  export declare var DeleteFargateProfile$: StaticOperationSchema;
@@ -321,6 +339,7 @@ export declare var DescribeAddon$: StaticOperationSchema;
321
339
  export declare var DescribeAddonConfiguration$: StaticOperationSchema;
322
340
  export declare var DescribeAddonVersions$: StaticOperationSchema;
323
341
  export declare var DescribeCapability$: StaticOperationSchema;
342
+ export declare var DescribeCertificateAuthority$: StaticOperationSchema;
324
343
  export declare var DescribeCluster$: StaticOperationSchema;
325
344
  export declare var DescribeClusterVersions$: StaticOperationSchema;
326
345
  export declare var DescribeEksAnywhereSubscription$: StaticOperationSchema;
@@ -338,6 +357,7 @@ export declare var ListAccessPolicies$: StaticOperationSchema;
338
357
  export declare var ListAddons$: StaticOperationSchema;
339
358
  export declare var ListAssociatedAccessPolicies$: StaticOperationSchema;
340
359
  export declare var ListCapabilities$: StaticOperationSchema;
360
+ export declare var ListCertificateAuthorities$: StaticOperationSchema;
341
361
  export declare var ListClusters$: StaticOperationSchema;
342
362
  export declare var ListEksAnywhereSubscriptions$: StaticOperationSchema;
343
363
  export declare var ListFargateProfiles$: StaticOperationSchema;
@@ -5,6 +5,10 @@ import {
5
5
  Paginator,
6
6
  WaiterConfiguration,
7
7
  } from "@smithy/types";
8
+ import {
9
+ ActivateCertificateAuthorityCommandInput,
10
+ ActivateCertificateAuthorityCommandOutput,
11
+ } from "./commands/ActivateCertificateAuthorityCommand";
8
12
  import {
9
13
  AssociateAccessPolicyCommandInput,
10
14
  AssociateAccessPolicyCommandOutput,
@@ -30,6 +34,10 @@ import {
30
34
  CreateCapabilityCommandInput,
31
35
  CreateCapabilityCommandOutput,
32
36
  } from "./commands/CreateCapabilityCommand";
37
+ import {
38
+ CreateCertificateAuthorityCommandInput,
39
+ CreateCertificateAuthorityCommandOutput,
40
+ } from "./commands/CreateCertificateAuthorityCommand";
33
41
  import {
34
42
  CreateClusterCommandInput,
35
43
  CreateClusterCommandOutput,
@@ -59,6 +67,10 @@ import {
59
67
  DeleteCapabilityCommandInput,
60
68
  DeleteCapabilityCommandOutput,
61
69
  } from "./commands/DeleteCapabilityCommand";
70
+ import {
71
+ DeleteCertificateAuthorityCommandInput,
72
+ DeleteCertificateAuthorityCommandOutput,
73
+ } from "./commands/DeleteCertificateAuthorityCommand";
62
74
  import {
63
75
  DeleteClusterCommandInput,
64
76
  DeleteClusterCommandOutput,
@@ -103,6 +115,10 @@ import {
103
115
  DescribeCapabilityCommandInput,
104
116
  DescribeCapabilityCommandOutput,
105
117
  } from "./commands/DescribeCapabilityCommand";
118
+ import {
119
+ DescribeCertificateAuthorityCommandInput,
120
+ DescribeCertificateAuthorityCommandOutput,
121
+ } from "./commands/DescribeCertificateAuthorityCommand";
106
122
  import {
107
123
  DescribeClusterCommandInput,
108
124
  DescribeClusterCommandOutput,
@@ -168,6 +184,10 @@ import {
168
184
  ListCapabilitiesCommandInput,
169
185
  ListCapabilitiesCommandOutput,
170
186
  } from "./commands/ListCapabilitiesCommand";
187
+ import {
188
+ ListCertificateAuthoritiesCommandInput,
189
+ ListCertificateAuthoritiesCommandOutput,
190
+ } from "./commands/ListCertificateAuthoritiesCommand";
171
191
  import {
172
192
  ListClustersCommandInput,
173
193
  ListClustersCommandOutput,
@@ -250,6 +270,19 @@ import {
250
270
  import { EKSClient } from "./EKSClient";
251
271
  import { ResourceNotFoundException } from "./models/errors";
252
272
  export interface EKS {
273
+ activateCertificateAuthority(
274
+ args: ActivateCertificateAuthorityCommandInput,
275
+ options?: __HttpHandlerOptions,
276
+ ): Promise<ActivateCertificateAuthorityCommandOutput>;
277
+ activateCertificateAuthority(
278
+ args: ActivateCertificateAuthorityCommandInput,
279
+ cb: (err: any, data?: ActivateCertificateAuthorityCommandOutput) => void,
280
+ ): void;
281
+ activateCertificateAuthority(
282
+ args: ActivateCertificateAuthorityCommandInput,
283
+ options: __HttpHandlerOptions,
284
+ cb: (err: any, data?: ActivateCertificateAuthorityCommandOutput) => void,
285
+ ): void;
253
286
  associateAccessPolicy(
254
287
  args: AssociateAccessPolicyCommandInput,
255
288
  options?: __HttpHandlerOptions,
@@ -341,6 +374,19 @@ export interface EKS {
341
374
  options: __HttpHandlerOptions,
342
375
  cb: (err: any, data?: CreateCapabilityCommandOutput) => void,
343
376
  ): void;
377
+ createCertificateAuthority(
378
+ args: CreateCertificateAuthorityCommandInput,
379
+ options?: __HttpHandlerOptions,
380
+ ): Promise<CreateCertificateAuthorityCommandOutput>;
381
+ createCertificateAuthority(
382
+ args: CreateCertificateAuthorityCommandInput,
383
+ cb: (err: any, data?: CreateCertificateAuthorityCommandOutput) => void,
384
+ ): void;
385
+ createCertificateAuthority(
386
+ args: CreateCertificateAuthorityCommandInput,
387
+ options: __HttpHandlerOptions,
388
+ cb: (err: any, data?: CreateCertificateAuthorityCommandOutput) => void,
389
+ ): void;
344
390
  createCluster(
345
391
  args: CreateClusterCommandInput,
346
392
  options?: __HttpHandlerOptions,
@@ -445,6 +491,19 @@ export interface EKS {
445
491
  options: __HttpHandlerOptions,
446
492
  cb: (err: any, data?: DeleteCapabilityCommandOutput) => void,
447
493
  ): void;
494
+ deleteCertificateAuthority(
495
+ args: DeleteCertificateAuthorityCommandInput,
496
+ options?: __HttpHandlerOptions,
497
+ ): Promise<DeleteCertificateAuthorityCommandOutput>;
498
+ deleteCertificateAuthority(
499
+ args: DeleteCertificateAuthorityCommandInput,
500
+ cb: (err: any, data?: DeleteCertificateAuthorityCommandOutput) => void,
501
+ ): void;
502
+ deleteCertificateAuthority(
503
+ args: DeleteCertificateAuthorityCommandInput,
504
+ options: __HttpHandlerOptions,
505
+ cb: (err: any, data?: DeleteCertificateAuthorityCommandOutput) => void,
506
+ ): void;
448
507
  deleteCluster(
449
508
  args: DeleteClusterCommandInput,
450
509
  options?: __HttpHandlerOptions,
@@ -589,6 +648,19 @@ export interface EKS {
589
648
  options: __HttpHandlerOptions,
590
649
  cb: (err: any, data?: DescribeCapabilityCommandOutput) => void,
591
650
  ): void;
651
+ describeCertificateAuthority(
652
+ args: DescribeCertificateAuthorityCommandInput,
653
+ options?: __HttpHandlerOptions,
654
+ ): Promise<DescribeCertificateAuthorityCommandOutput>;
655
+ describeCertificateAuthority(
656
+ args: DescribeCertificateAuthorityCommandInput,
657
+ cb: (err: any, data?: DescribeCertificateAuthorityCommandOutput) => void,
658
+ ): void;
659
+ describeCertificateAuthority(
660
+ args: DescribeCertificateAuthorityCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: DescribeCertificateAuthorityCommandOutput) => void,
663
+ ): void;
592
664
  describeCluster(
593
665
  args: DescribeClusterCommandInput,
594
666
  options?: __HttpHandlerOptions,
@@ -812,6 +884,19 @@ export interface EKS {
812
884
  options: __HttpHandlerOptions,
813
885
  cb: (err: any, data?: ListCapabilitiesCommandOutput) => void,
814
886
  ): void;
887
+ listCertificateAuthorities(
888
+ args: ListCertificateAuthoritiesCommandInput,
889
+ options?: __HttpHandlerOptions,
890
+ ): Promise<ListCertificateAuthoritiesCommandOutput>;
891
+ listCertificateAuthorities(
892
+ args: ListCertificateAuthoritiesCommandInput,
893
+ cb: (err: any, data?: ListCertificateAuthoritiesCommandOutput) => void,
894
+ ): void;
895
+ listCertificateAuthorities(
896
+ args: ListCertificateAuthoritiesCommandInput,
897
+ options: __HttpHandlerOptions,
898
+ cb: (err: any, data?: ListCertificateAuthoritiesCommandOutput) => void,
899
+ ): void;
815
900
  listClusters(): Promise<ListClustersCommandOutput>;
816
901
  listClusters(
817
902
  args: ListClustersCommandInput,
@@ -1149,6 +1234,13 @@ export interface EKS {
1149
1234
  Exclude<keyof PaginationConfiguration, "client">
1150
1235
  >,
1151
1236
  ): Paginator<ListCapabilitiesCommandOutput>;
1237
+ paginateListCertificateAuthorities(
1238
+ args: ListCertificateAuthoritiesCommandInput,
1239
+ paginationConfig?: Pick<
1240
+ PaginationConfiguration,
1241
+ Exclude<keyof PaginationConfiguration, "client">
1242
+ >,
1243
+ ): Paginator<ListCertificateAuthoritiesCommandOutput>;
1152
1244
  paginateListClusters(
1153
1245
  args?: ListClustersCommandInput,
1154
1246
  paginationConfig?: Pick<
@@ -1253,5 +1345,11 @@ export interface EKS {
1253
1345
  | number
1254
1346
  | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1255
1347
  ): Promise<WaiterResult<ResourceNotFoundException>>;
1348
+ waitUntilCertificateAuthorityUpdateComplete(
1349
+ args: DescribeUpdateCommandInput,
1350
+ waiterConfig:
1351
+ | number
1352
+ | Pick<WaiterConfiguration<EKS>, Exclude<keyof WaiterConfiguration<EKS>, "client">>,
1353
+ ): Promise<WaiterResult<DescribeUpdateCommandOutput>>;
1256
1354
  }
1257
1355
  export declare class EKS extends EKSClient implements EKS {}
@@ -33,6 +33,10 @@ import {
33
33
  HttpAuthSchemeInputConfig,
34
34
  HttpAuthSchemeResolvedConfig,
35
35
  } from "./auth/httpAuthSchemeProvider";
36
+ import {
37
+ ActivateCertificateAuthorityCommandInput,
38
+ ActivateCertificateAuthorityCommandOutput,
39
+ } from "./commands/ActivateCertificateAuthorityCommand";
36
40
  import {
37
41
  AssociateAccessPolicyCommandInput,
38
42
  AssociateAccessPolicyCommandOutput,
@@ -58,6 +62,10 @@ import {
58
62
  CreateCapabilityCommandInput,
59
63
  CreateCapabilityCommandOutput,
60
64
  } from "./commands/CreateCapabilityCommand";
65
+ import {
66
+ CreateCertificateAuthorityCommandInput,
67
+ CreateCertificateAuthorityCommandOutput,
68
+ } from "./commands/CreateCertificateAuthorityCommand";
61
69
  import {
62
70
  CreateClusterCommandInput,
63
71
  CreateClusterCommandOutput,
@@ -87,6 +95,10 @@ import {
87
95
  DeleteCapabilityCommandInput,
88
96
  DeleteCapabilityCommandOutput,
89
97
  } from "./commands/DeleteCapabilityCommand";
98
+ import {
99
+ DeleteCertificateAuthorityCommandInput,
100
+ DeleteCertificateAuthorityCommandOutput,
101
+ } from "./commands/DeleteCertificateAuthorityCommand";
90
102
  import {
91
103
  DeleteClusterCommandInput,
92
104
  DeleteClusterCommandOutput,
@@ -131,6 +143,10 @@ import {
131
143
  DescribeCapabilityCommandInput,
132
144
  DescribeCapabilityCommandOutput,
133
145
  } from "./commands/DescribeCapabilityCommand";
146
+ import {
147
+ DescribeCertificateAuthorityCommandInput,
148
+ DescribeCertificateAuthorityCommandOutput,
149
+ } from "./commands/DescribeCertificateAuthorityCommand";
134
150
  import {
135
151
  DescribeClusterCommandInput,
136
152
  DescribeClusterCommandOutput,
@@ -196,6 +212,10 @@ import {
196
212
  ListCapabilitiesCommandInput,
197
213
  ListCapabilitiesCommandOutput,
198
214
  } from "./commands/ListCapabilitiesCommand";
215
+ import {
216
+ ListCertificateAuthoritiesCommandInput,
217
+ ListCertificateAuthoritiesCommandOutput,
218
+ } from "./commands/ListCertificateAuthoritiesCommand";
199
219
  import {
200
220
  ListClustersCommandInput,
201
221
  ListClustersCommandOutput,
@@ -283,6 +303,7 @@ import {
283
303
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
284
304
  export { __Client };
285
305
  export type ServiceInputTypes =
306
+ | ActivateCertificateAuthorityCommandInput
286
307
  | AssociateAccessPolicyCommandInput
287
308
  | AssociateEncryptionConfigCommandInput
288
309
  | AssociateIdentityProviderConfigCommandInput
@@ -290,6 +311,7 @@ export type ServiceInputTypes =
290
311
  | CreateAccessEntryCommandInput
291
312
  | CreateAddonCommandInput
292
313
  | CreateCapabilityCommandInput
314
+ | CreateCertificateAuthorityCommandInput
293
315
  | CreateClusterCommandInput
294
316
  | CreateEksAnywhereSubscriptionCommandInput
295
317
  | CreateFargateProfileCommandInput
@@ -298,6 +320,7 @@ export type ServiceInputTypes =
298
320
  | DeleteAccessEntryCommandInput
299
321
  | DeleteAddonCommandInput
300
322
  | DeleteCapabilityCommandInput
323
+ | DeleteCertificateAuthorityCommandInput
301
324
  | DeleteClusterCommandInput
302
325
  | DeleteEksAnywhereSubscriptionCommandInput
303
326
  | DeleteFargateProfileCommandInput
@@ -309,6 +332,7 @@ export type ServiceInputTypes =
309
332
  | DescribeAddonConfigurationCommandInput
310
333
  | DescribeAddonVersionsCommandInput
311
334
  | DescribeCapabilityCommandInput
335
+ | DescribeCertificateAuthorityCommandInput
312
336
  | DescribeClusterCommandInput
313
337
  | DescribeClusterVersionsCommandInput
314
338
  | DescribeEksAnywhereSubscriptionCommandInput
@@ -326,6 +350,7 @@ export type ServiceInputTypes =
326
350
  | ListAddonsCommandInput
327
351
  | ListAssociatedAccessPoliciesCommandInput
328
352
  | ListCapabilitiesCommandInput
353
+ | ListCertificateAuthoritiesCommandInput
329
354
  | ListClustersCommandInput
330
355
  | ListEksAnywhereSubscriptionsCommandInput
331
356
  | ListFargateProfilesCommandInput
@@ -349,6 +374,7 @@ export type ServiceInputTypes =
349
374
  | UpdateNodegroupVersionCommandInput
350
375
  | UpdatePodIdentityAssociationCommandInput;
351
376
  export type ServiceOutputTypes =
377
+ | ActivateCertificateAuthorityCommandOutput
352
378
  | AssociateAccessPolicyCommandOutput
353
379
  | AssociateEncryptionConfigCommandOutput
354
380
  | AssociateIdentityProviderConfigCommandOutput
@@ -356,6 +382,7 @@ export type ServiceOutputTypes =
356
382
  | CreateAccessEntryCommandOutput
357
383
  | CreateAddonCommandOutput
358
384
  | CreateCapabilityCommandOutput
385
+ | CreateCertificateAuthorityCommandOutput
359
386
  | CreateClusterCommandOutput
360
387
  | CreateEksAnywhereSubscriptionCommandOutput
361
388
  | CreateFargateProfileCommandOutput
@@ -364,6 +391,7 @@ export type ServiceOutputTypes =
364
391
  | DeleteAccessEntryCommandOutput
365
392
  | DeleteAddonCommandOutput
366
393
  | DeleteCapabilityCommandOutput
394
+ | DeleteCertificateAuthorityCommandOutput
367
395
  | DeleteClusterCommandOutput
368
396
  | DeleteEksAnywhereSubscriptionCommandOutput
369
397
  | DeleteFargateProfileCommandOutput
@@ -375,6 +403,7 @@ export type ServiceOutputTypes =
375
403
  | DescribeAddonConfigurationCommandOutput
376
404
  | DescribeAddonVersionsCommandOutput
377
405
  | DescribeCapabilityCommandOutput
406
+ | DescribeCertificateAuthorityCommandOutput
378
407
  | DescribeClusterCommandOutput
379
408
  | DescribeClusterVersionsCommandOutput
380
409
  | DescribeEksAnywhereSubscriptionCommandOutput
@@ -392,6 +421,7 @@ export type ServiceOutputTypes =
392
421
  | ListAddonsCommandOutput
393
422
  | ListAssociatedAccessPoliciesCommandOutput
394
423
  | ListCapabilitiesCommandOutput
424
+ | ListCertificateAuthoritiesCommandOutput
395
425
  | ListClustersCommandOutput
396
426
  | ListEksAnywhereSubscriptionsCommandOutput
397
427
  | ListFargateProfilesCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ActivateCertificateAuthorityRequest,
4
+ ActivateCertificateAuthorityResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface ActivateCertificateAuthorityCommandInput extends ActivateCertificateAuthorityRequest {}
8
+ export interface ActivateCertificateAuthorityCommandOutput
9
+ extends ActivateCertificateAuthorityResponse, __MetadataBearer {}
10
+ declare const ActivateCertificateAuthorityCommand_base: {
11
+ new (
12
+ input: ActivateCertificateAuthorityCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ActivateCertificateAuthorityCommandInput,
15
+ ActivateCertificateAuthorityCommandOutput,
16
+ import("..").EKSClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: ActivateCertificateAuthorityCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ActivateCertificateAuthorityCommandInput,
24
+ ActivateCertificateAuthorityCommandOutput,
25
+ import("..").EKSClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ActivateCertificateAuthorityCommand extends ActivateCertificateAuthorityCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ActivateCertificateAuthorityRequest;
35
+ output: ActivateCertificateAuthorityResponse;
36
+ };
37
+ sdk: {
38
+ input: ActivateCertificateAuthorityCommandInput;
39
+ output: ActivateCertificateAuthorityCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ CreateCertificateAuthorityRequest,
4
+ CreateCertificateAuthorityResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface CreateCertificateAuthorityCommandInput extends CreateCertificateAuthorityRequest {}
8
+ export interface CreateCertificateAuthorityCommandOutput
9
+ extends CreateCertificateAuthorityResponse, __MetadataBearer {}
10
+ declare const CreateCertificateAuthorityCommand_base: {
11
+ new (
12
+ input: CreateCertificateAuthorityCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ CreateCertificateAuthorityCommandInput,
15
+ CreateCertificateAuthorityCommandOutput,
16
+ import("..").EKSClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: CreateCertificateAuthorityCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateCertificateAuthorityCommandInput,
24
+ CreateCertificateAuthorityCommandOutput,
25
+ import("..").EKSClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: CreateCertificateAuthorityRequest;
35
+ output: CreateCertificateAuthorityResponse;
36
+ };
37
+ sdk: {
38
+ input: CreateCertificateAuthorityCommandInput;
39
+ output: CreateCertificateAuthorityCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DeleteCertificateAuthorityRequest,
4
+ DeleteCertificateAuthorityResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface DeleteCertificateAuthorityCommandInput extends DeleteCertificateAuthorityRequest {}
8
+ export interface DeleteCertificateAuthorityCommandOutput
9
+ extends DeleteCertificateAuthorityResponse, __MetadataBearer {}
10
+ declare const DeleteCertificateAuthorityCommand_base: {
11
+ new (
12
+ input: DeleteCertificateAuthorityCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DeleteCertificateAuthorityCommandInput,
15
+ DeleteCertificateAuthorityCommandOutput,
16
+ import("..").EKSClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DeleteCertificateAuthorityCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteCertificateAuthorityCommandInput,
24
+ DeleteCertificateAuthorityCommandOutput,
25
+ import("..").EKSClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DeleteCertificateAuthorityRequest;
35
+ output: DeleteCertificateAuthorityResponse;
36
+ };
37
+ sdk: {
38
+ input: DeleteCertificateAuthorityCommandInput;
39
+ output: DeleteCertificateAuthorityCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DescribeCertificateAuthorityRequest,
4
+ DescribeCertificateAuthorityResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface DescribeCertificateAuthorityCommandInput extends DescribeCertificateAuthorityRequest {}
8
+ export interface DescribeCertificateAuthorityCommandOutput
9
+ extends DescribeCertificateAuthorityResponse, __MetadataBearer {}
10
+ declare const DescribeCertificateAuthorityCommand_base: {
11
+ new (
12
+ input: DescribeCertificateAuthorityCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DescribeCertificateAuthorityCommandInput,
15
+ DescribeCertificateAuthorityCommandOutput,
16
+ import("..").EKSClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DescribeCertificateAuthorityCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeCertificateAuthorityCommandInput,
24
+ DescribeCertificateAuthorityCommandOutput,
25
+ import("..").EKSClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DescribeCertificateAuthorityRequest;
35
+ output: DescribeCertificateAuthorityResponse;
36
+ };
37
+ sdk: {
38
+ input: DescribeCertificateAuthorityCommandInput;
39
+ output: DescribeCertificateAuthorityCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ListCertificateAuthoritiesRequest,
4
+ ListCertificateAuthoritiesResponse,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface ListCertificateAuthoritiesCommandInput extends ListCertificateAuthoritiesRequest {}
8
+ export interface ListCertificateAuthoritiesCommandOutput
9
+ extends ListCertificateAuthoritiesResponse, __MetadataBearer {}
10
+ declare const ListCertificateAuthoritiesCommand_base: {
11
+ new (
12
+ input: ListCertificateAuthoritiesCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ListCertificateAuthoritiesCommandInput,
15
+ ListCertificateAuthoritiesCommandOutput,
16
+ import("..").EKSClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: ListCertificateAuthoritiesCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ListCertificateAuthoritiesCommandInput,
24
+ ListCertificateAuthoritiesCommandOutput,
25
+ import("..").EKSClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ListCertificateAuthoritiesRequest;
35
+ output: ListCertificateAuthoritiesResponse;
36
+ };
37
+ sdk: {
38
+ input: ListCertificateAuthoritiesCommandInput;
39
+ output: ListCertificateAuthoritiesCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,3 +1,4 @@
1
+ export * from "./ActivateCertificateAuthorityCommand";
1
2
  export * from "./AssociateAccessPolicyCommand";
2
3
  export * from "./AssociateEncryptionConfigCommand";
3
4
  export * from "./AssociateIdentityProviderConfigCommand";
@@ -5,6 +6,7 @@ export * from "./CancelUpdateCommand";
5
6
  export * from "./CreateAccessEntryCommand";
6
7
  export * from "./CreateAddonCommand";
7
8
  export * from "./CreateCapabilityCommand";
9
+ export * from "./CreateCertificateAuthorityCommand";
8
10
  export * from "./CreateClusterCommand";
9
11
  export * from "./CreateEksAnywhereSubscriptionCommand";
10
12
  export * from "./CreateFargateProfileCommand";
@@ -13,6 +15,7 @@ export * from "./CreatePodIdentityAssociationCommand";
13
15
  export * from "./DeleteAccessEntryCommand";
14
16
  export * from "./DeleteAddonCommand";
15
17
  export * from "./DeleteCapabilityCommand";
18
+ export * from "./DeleteCertificateAuthorityCommand";
16
19
  export * from "./DeleteClusterCommand";
17
20
  export * from "./DeleteEksAnywhereSubscriptionCommand";
18
21
  export * from "./DeleteFargateProfileCommand";
@@ -24,6 +27,7 @@ export * from "./DescribeAddonCommand";
24
27
  export * from "./DescribeAddonConfigurationCommand";
25
28
  export * from "./DescribeAddonVersionsCommand";
26
29
  export * from "./DescribeCapabilityCommand";
30
+ export * from "./DescribeCertificateAuthorityCommand";
27
31
  export * from "./DescribeClusterCommand";
28
32
  export * from "./DescribeClusterVersionsCommand";
29
33
  export * from "./DescribeEksAnywhereSubscriptionCommand";
@@ -41,6 +45,7 @@ export * from "./ListAccessPoliciesCommand";
41
45
  export * from "./ListAddonsCommand";
42
46
  export * from "./ListAssociatedAccessPoliciesCommand";
43
47
  export * from "./ListCapabilitiesCommand";
48
+ export * from "./ListCertificateAuthoritiesCommand";
44
49
  export * from "./ListClustersCommand";
45
50
  export * from "./ListEksAnywhereSubscriptionsCommand";
46
51
  export * from "./ListFargateProfilesCommand";