@aws-sdk/client-eks 3.590.0 → 3.596.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 (117) hide show
  1. package/dist-cjs/index.js +0 -56
  2. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +2 -1
  3. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAccessEntryCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateAddonCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateFargateProfileCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -1
  11. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAddonCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -1
  18. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -1
  19. package/dist-types/commands/DeregisterClusterCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAddonCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +2 -1
  33. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -1
  34. package/dist-types/commands/ListAccessEntriesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListAddonsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  39. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/ListUpdatesCommand.d.ts +2 -1
  47. package/dist-types/commands/RegisterClusterCommand.d.ts +2 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateAddonCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +2 -1
  58. package/dist-types/index.d.ts +2 -2
  59. package/dist-types/models/EKSServiceException.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/models/EKSServiceException.d.ts +2 -1
  117. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { DescribeEksAnywhereSubscriptionRequest, DescribeEksAnywhereSubscription
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeFargateProfileRequest, DescribeFargateProfileResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeIdentityProviderConfigRequest, DescribeIdentityProviderConfigRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeInsightRequest, DescribeInsightResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeNodegroupRequest, DescribeNodegroupResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribePodIdentityAssociationRequest, DescribePodIdentityAssociationRe
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeUpdateRequest, DescribeUpdateResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisassociateAccessPolicyRequest, DisassociateAccessPolicyResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisassociateIdentityProviderConfigRequest, DisassociateIdentityProvider
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAccessEntriesRequest, ListAccessEntriesResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAddonsRequest, ListAddonsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAssociatedAccessPoliciesRequest, ListAssociatedAccessPoliciesRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListEksAnywhereSubscriptionsRequest, ListEksAnywhereSubscriptionsRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListIdentityProviderConfigsRequest, ListIdentityProviderConfigsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPodIdentityAssociationsRequest, ListPodIdentityAssociationsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RegisterClusterRequest, RegisterClusterResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAccessEntryRequest, UpdateAccessEntryResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateEksAnywhereSubscriptionRequest, UpdateEksAnywhereSubscriptionResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdatePodIdentityAssociationRequest, UpdatePodIdentityAssociationRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -14,8 +14,8 @@
14
14
  export * from "./EKSClient";
15
15
  export * from "./EKS";
16
16
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
- export { RuntimeExtension } from "./runtimeExtensions";
18
- export { EKSExtensionConfiguration } from "./extensionConfiguration";
17
+ export type { RuntimeExtension } from "./runtimeExtensions";
18
+ export type { EKSExtensionConfiguration } from "./extensionConfiguration";
19
19
  export * from "./commands";
20
20
  export * from "./pagination";
21
21
  export * from "./waiters";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  AssociateAccessPolicyRequest,
10
10
  AssociateAccessPolicyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateAccessPolicyCommandInput
14
15
  extends AssociateAccessPolicyRequest {}
15
16
  export interface AssociateAccessPolicyCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  AssociateEncryptionConfigRequest,
10
10
  AssociateEncryptionConfigResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateEncryptionConfigCommandInput
14
15
  extends AssociateEncryptionConfigRequest {}
15
16
  export interface AssociateEncryptionConfigCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  AssociateIdentityProviderConfigRequest,
10
10
  AssociateIdentityProviderConfigResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateIdentityProviderConfigCommandInput
14
15
  extends AssociateIdentityProviderConfigRequest {}
15
16
  export interface AssociateIdentityProviderConfigCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateAccessEntryRequest,
10
10
  CreateAccessEntryResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAccessEntryCommandInput
14
15
  extends CreateAccessEntryRequest {}
15
16
  export interface CreateAccessEntryCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EKSClient";
8
8
  import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateAddonCommandInput extends CreateAddonRequest {}
11
12
  export interface CreateAddonCommandOutput
12
13
  extends CreateAddonResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateClusterRequest,
10
10
  CreateClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
14
15
  export interface CreateClusterCommandOutput
15
16
  extends CreateClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreateEksAnywhereSubscriptionRequest,
10
10
  CreateEksAnywhereSubscriptionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateEksAnywhereSubscriptionCommandInput
14
15
  extends CreateEksAnywhereSubscriptionRequest {}
15
16
  export interface CreateEksAnywhereSubscriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateFargateProfileRequest,
10
10
  CreateFargateProfileResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateFargateProfileCommandInput
14
15
  extends CreateFargateProfileRequest {}
15
16
  export interface CreateFargateProfileCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  CreateNodegroupRequest,
10
10
  CreateNodegroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {}
14
15
  export interface CreateNodegroupCommandOutput
15
16
  extends CreateNodegroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  CreatePodIdentityAssociationRequest,
10
10
  CreatePodIdentityAssociationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreatePodIdentityAssociationCommandInput
14
15
  extends CreatePodIdentityAssociationRequest {}
15
16
  export interface CreatePodIdentityAssociationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAccessEntryRequest,
10
10
  DeleteAccessEntryResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAccessEntryCommandInput
14
15
  extends DeleteAccessEntryRequest {}
15
16
  export interface DeleteAccessEntryCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../EKSClient";
8
8
  import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAddonCommandInput extends DeleteAddonRequest {}
11
12
  export interface DeleteAddonCommandOutput
12
13
  extends DeleteAddonResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteClusterRequest,
10
10
  DeleteClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
14
15
  export interface DeleteClusterCommandOutput
15
16
  extends DeleteClusterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteEksAnywhereSubscriptionRequest,
10
10
  DeleteEksAnywhereSubscriptionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteEksAnywhereSubscriptionCommandInput
14
15
  extends DeleteEksAnywhereSubscriptionRequest {}
15
16
  export interface DeleteEksAnywhereSubscriptionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteFargateProfileRequest,
10
10
  DeleteFargateProfileResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteFargateProfileCommandInput
14
15
  extends DeleteFargateProfileRequest {}
15
16
  export interface DeleteFargateProfileCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeleteNodegroupRequest,
10
10
  DeleteNodegroupResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {}
14
15
  export interface DeleteNodegroupCommandOutput
15
16
  extends DeleteNodegroupResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeletePodIdentityAssociationRequest,
10
10
  DeletePodIdentityAssociationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeletePodIdentityAssociationCommandInput
14
15
  extends DeletePodIdentityAssociationRequest {}
15
16
  export interface DeletePodIdentityAssociationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DeregisterClusterRequest,
10
10
  DeregisterClusterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeregisterClusterCommandInput
14
15
  extends DeregisterClusterRequest {}
15
16
  export interface DeregisterClusterCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAccessEntryRequest,
10
10
  DescribeAccessEntryResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAccessEntryCommandInput
14
15
  extends DescribeAccessEntryRequest {}
15
16
  export interface DescribeAccessEntryCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAddonRequest,
10
10
  DescribeAddonResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAddonCommandInput extends DescribeAddonRequest {}
14
15
  export interface DescribeAddonCommandOutput
15
16
  extends DescribeAddonResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAddonConfigurationRequest,
10
10
  DescribeAddonConfigurationResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAddonConfigurationCommandInput
14
15
  extends DescribeAddonConfigurationRequest {}
15
16
  export interface DescribeAddonConfigurationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAddonVersionsRequest,
10
10
  DescribeAddonVersionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAddonVersionsCommandInput
14
15
  extends DescribeAddonVersionsRequest {}
15
16
  export interface DescribeAddonVersionsCommandOutput