@aws-sdk/client-eks 3.337.0 → 3.338.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 (153) hide show
  1. package/dist-cjs/EKSClient.js +2 -1
  2. package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +2 -1
  3. package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAddonCommand.js +2 -1
  5. package/dist-cjs/commands/CreateClusterCommand.js +2 -1
  6. package/dist-cjs/commands/CreateFargateProfileCommand.js +2 -1
  7. package/dist-cjs/commands/CreateNodegroupCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteAddonCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteClusterCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteFargateProfileCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteNodegroupCommand.js +2 -1
  12. package/dist-cjs/commands/DeregisterClusterCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeAddonCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeAddonVersionsCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeClusterCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeFargateProfileCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeNodegroupCommand.js +2 -1
  20. package/dist-cjs/commands/DescribeUpdateCommand.js +2 -1
  21. package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +2 -1
  22. package/dist-cjs/commands/ListAddonsCommand.js +2 -1
  23. package/dist-cjs/commands/ListClustersCommand.js +2 -1
  24. package/dist-cjs/commands/ListFargateProfilesCommand.js +2 -1
  25. package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +2 -1
  26. package/dist-cjs/commands/ListNodegroupsCommand.js +2 -1
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  28. package/dist-cjs/commands/ListUpdatesCommand.js +2 -1
  29. package/dist-cjs/commands/RegisterClusterCommand.js +2 -1
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateAddonCommand.js +2 -1
  33. package/dist-cjs/commands/UpdateClusterConfigCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateClusterVersionCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +2 -1
  36. package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +2 -1
  37. package/dist-cjs/index.js +2 -2
  38. package/dist-cjs/models/EKSServiceException.js +2 -1
  39. package/dist-es/EKSClient.js +1 -0
  40. package/dist-es/commands/AssociateEncryptionConfigCommand.js +1 -0
  41. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +1 -0
  42. package/dist-es/commands/CreateAddonCommand.js +1 -0
  43. package/dist-es/commands/CreateClusterCommand.js +1 -0
  44. package/dist-es/commands/CreateFargateProfileCommand.js +1 -0
  45. package/dist-es/commands/CreateNodegroupCommand.js +1 -0
  46. package/dist-es/commands/DeleteAddonCommand.js +1 -0
  47. package/dist-es/commands/DeleteClusterCommand.js +1 -0
  48. package/dist-es/commands/DeleteFargateProfileCommand.js +1 -0
  49. package/dist-es/commands/DeleteNodegroupCommand.js +1 -0
  50. package/dist-es/commands/DeregisterClusterCommand.js +1 -0
  51. package/dist-es/commands/DescribeAddonCommand.js +1 -0
  52. package/dist-es/commands/DescribeAddonConfigurationCommand.js +1 -0
  53. package/dist-es/commands/DescribeAddonVersionsCommand.js +1 -0
  54. package/dist-es/commands/DescribeClusterCommand.js +1 -0
  55. package/dist-es/commands/DescribeFargateProfileCommand.js +1 -0
  56. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +1 -0
  57. package/dist-es/commands/DescribeNodegroupCommand.js +1 -0
  58. package/dist-es/commands/DescribeUpdateCommand.js +1 -0
  59. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +1 -0
  60. package/dist-es/commands/ListAddonsCommand.js +1 -0
  61. package/dist-es/commands/ListClustersCommand.js +1 -0
  62. package/dist-es/commands/ListFargateProfilesCommand.js +1 -0
  63. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +1 -0
  64. package/dist-es/commands/ListNodegroupsCommand.js +1 -0
  65. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  66. package/dist-es/commands/ListUpdatesCommand.js +1 -0
  67. package/dist-es/commands/RegisterClusterCommand.js +1 -0
  68. package/dist-es/commands/TagResourceCommand.js +1 -0
  69. package/dist-es/commands/UntagResourceCommand.js +1 -0
  70. package/dist-es/commands/UpdateAddonCommand.js +1 -0
  71. package/dist-es/commands/UpdateClusterConfigCommand.js +1 -0
  72. package/dist-es/commands/UpdateClusterVersionCommand.js +1 -0
  73. package/dist-es/commands/UpdateNodegroupConfigCommand.js +1 -0
  74. package/dist-es/commands/UpdateNodegroupVersionCommand.js +1 -0
  75. package/dist-es/index.js +2 -2
  76. package/dist-es/models/EKSServiceException.js +1 -0
  77. package/dist-types/EKSClient.d.ts +3 -3
  78. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +4 -0
  79. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +4 -0
  80. package/dist-types/commands/CreateAddonCommand.d.ts +4 -0
  81. package/dist-types/commands/CreateClusterCommand.d.ts +4 -0
  82. package/dist-types/commands/CreateFargateProfileCommand.d.ts +4 -0
  83. package/dist-types/commands/CreateNodegroupCommand.d.ts +4 -0
  84. package/dist-types/commands/DeleteAddonCommand.d.ts +4 -0
  85. package/dist-types/commands/DeleteClusterCommand.d.ts +4 -0
  86. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +4 -0
  87. package/dist-types/commands/DeleteNodegroupCommand.d.ts +4 -0
  88. package/dist-types/commands/DeregisterClusterCommand.d.ts +4 -0
  89. package/dist-types/commands/DescribeAddonCommand.d.ts +4 -0
  90. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeClusterCommand.d.ts +4 -0
  93. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +4 -0
  94. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +4 -0
  95. package/dist-types/commands/DescribeNodegroupCommand.d.ts +4 -0
  96. package/dist-types/commands/DescribeUpdateCommand.d.ts +4 -0
  97. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +4 -0
  98. package/dist-types/commands/ListAddonsCommand.d.ts +4 -0
  99. package/dist-types/commands/ListClustersCommand.d.ts +4 -0
  100. package/dist-types/commands/ListFargateProfilesCommand.d.ts +4 -0
  101. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +4 -0
  102. package/dist-types/commands/ListNodegroupsCommand.d.ts +4 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  104. package/dist-types/commands/ListUpdatesCommand.d.ts +4 -0
  105. package/dist-types/commands/RegisterClusterCommand.d.ts +4 -0
  106. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  107. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  108. package/dist-types/commands/UpdateAddonCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +4 -0
  110. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +4 -0
  111. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +4 -0
  112. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +4 -0
  113. package/dist-types/index.d.ts +16 -2
  114. package/dist-types/models/EKSServiceException.d.ts +1 -0
  115. package/dist-types/ts3.4/EKSClient.d.ts +3 -3
  116. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/index.d.ts +2 -2
  152. package/dist-types/ts3.4/models/EKSServiceException.d.ts +1 -0
  153. package/package.json +29 -29
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
5
  import { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
5
  import { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
5
  import { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
5
  import { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
5
  import { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,21 @@
1
- export * from "./EKS";
1
+ /**
2
+ * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
3
+ * for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain
4
+ * your own Kubernetes control plane. Kubernetes is an open-source system for automating
5
+ * the deployment, scaling, and management of containerized applications. </p>
6
+ * <p>Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so
7
+ * you can use all the existing plugins and tooling from the Kubernetes community.
8
+ * Applications running on Amazon EKS are fully compatible with applications
9
+ * running on any standard Kubernetes environment, whether running in on-premises data
10
+ * centers or public clouds. This means that you can easily migrate any standard Kubernetes
11
+ * application to Amazon EKS without any code modification required.</p>
12
+ *
13
+ * @packageDocumentation
14
+ */
2
15
  export * from "./EKSClient";
16
+ export * from "./EKS";
3
17
  export * from "./commands";
4
- export * from "./models";
5
18
  export * from "./pagination";
6
19
  export * from "./waiters";
20
+ export * from "./models";
7
21
  export { EKSServiceException } from "./models/EKSServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -191,6 +191,7 @@ import {
191
191
  ClientResolvedEndpointParameters,
192
192
  EndpointParameters,
193
193
  } from "./endpoint/EndpointParameters";
194
+ export { __Client };
194
195
  export type ServiceInputTypes =
195
196
  | AssociateEncryptionConfigCommandInput
196
197
  | AssociateIdentityProviderConfigCommandInput
@@ -287,7 +288,7 @@ export interface ClientDefaults
287
288
  logger?: __Logger;
288
289
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
289
290
  }
290
- type EKSClientConfigType = Partial<
291
+ export type EKSClientConfigType = Partial<
291
292
  __SmithyConfiguration<__HttpHandlerOptions>
292
293
  > &
293
294
  ClientDefaults &
@@ -299,7 +300,7 @@ type EKSClientConfigType = Partial<
299
300
  UserAgentInputConfig &
300
301
  ClientInputEndpointParameters;
301
302
  export interface EKSClientConfig extends EKSClientConfigType {}
302
- type EKSClientResolvedConfigType =
303
+ export type EKSClientResolvedConfigType =
303
304
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
304
305
  Required<ClientDefaults> &
305
306
  RegionResolvedConfig &
@@ -320,4 +321,3 @@ export declare class EKSClient extends __Client<
320
321
  constructor(configuration: EKSClientConfig);
321
322
  destroy(): void;
322
323
  }
323
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateEncryptionConfigRequest,
16
16
  AssociateEncryptionConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateEncryptionConfigCommandInput
19
20
  extends AssociateEncryptionConfigRequest {}
20
21
  export interface AssociateEncryptionConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  AssociateIdentityProviderConfigRequest,
16
16
  AssociateIdentityProviderConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateIdentityProviderConfigCommandInput
19
20
  extends AssociateIdentityProviderConfigRequest {}
20
21
  export interface AssociateIdentityProviderConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../EKSClient";
14
14
  import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateAddonCommandInput extends CreateAddonRequest {}
16
17
  export interface CreateAddonCommandOutput
17
18
  extends CreateAddonResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateClusterRequest,
16
16
  CreateClusterResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateClusterCommandInput extends CreateClusterRequest {}
19
20
  export interface CreateClusterCommandOutput
20
21
  extends CreateClusterResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateFargateProfileRequest,
16
16
  CreateFargateProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateFargateProfileCommandInput
19
20
  extends CreateFargateProfileRequest {}
20
21
  export interface CreateFargateProfileCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateNodegroupRequest,
16
16
  CreateNodegroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateNodegroupCommandInput extends CreateNodegroupRequest {}
19
20
  export interface CreateNodegroupCommandOutput
20
21
  extends CreateNodegroupResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../EKSClient";
14
14
  import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAddonCommandInput extends DeleteAddonRequest {}
16
17
  export interface DeleteAddonCommandOutput
17
18
  extends DeleteAddonResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteClusterRequest,
16
16
  DeleteClusterResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteClusterCommandInput extends DeleteClusterRequest {}
19
20
  export interface DeleteClusterCommandOutput
20
21
  extends DeleteClusterResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteFargateProfileRequest,
16
16
  DeleteFargateProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteFargateProfileCommandInput
19
20
  extends DeleteFargateProfileRequest {}
20
21
  export interface DeleteFargateProfileCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteNodegroupRequest,
16
16
  DeleteNodegroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {}
19
20
  export interface DeleteNodegroupCommandOutput
20
21
  extends DeleteNodegroupResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeregisterClusterRequest,
16
16
  DeregisterClusterResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeregisterClusterCommandInput
19
20
  extends DeregisterClusterRequest {}
20
21
  export interface DeregisterClusterCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAddonRequest,
16
16
  DescribeAddonResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAddonCommandInput extends DescribeAddonRequest {}
19
20
  export interface DescribeAddonCommandOutput
20
21
  extends DescribeAddonResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAddonConfigurationRequest,
16
16
  DescribeAddonConfigurationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAddonConfigurationCommandInput
19
20
  extends DescribeAddonConfigurationRequest {}
20
21
  export interface DescribeAddonConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAddonVersionsRequest,
16
16
  DescribeAddonVersionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAddonVersionsCommandInput
19
20
  extends DescribeAddonVersionsRequest {}
20
21
  export interface DescribeAddonVersionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeClusterRequest,
16
16
  DescribeClusterResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeClusterCommandInput extends DescribeClusterRequest {}
19
20
  export interface DescribeClusterCommandOutput
20
21
  extends DescribeClusterResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeFargateProfileRequest,
16
16
  DescribeFargateProfileResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeFargateProfileCommandInput
19
20
  extends DescribeFargateProfileRequest {}
20
21
  export interface DescribeFargateProfileCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeIdentityProviderConfigRequest,
16
16
  DescribeIdentityProviderConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeIdentityProviderConfigCommandInput
19
20
  extends DescribeIdentityProviderConfigRequest {}
20
21
  export interface DescribeIdentityProviderConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeNodegroupRequest,
16
16
  DescribeNodegroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeNodegroupCommandInput
19
20
  extends DescribeNodegroupRequest {}
20
21
  export interface DescribeNodegroupCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeUpdateRequest,
16
16
  DescribeUpdateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeUpdateCommandInput extends DescribeUpdateRequest {}
19
20
  export interface DescribeUpdateCommandOutput
20
21
  extends DescribeUpdateResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DisassociateIdentityProviderConfigRequest,
16
16
  DisassociateIdentityProviderConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DisassociateIdentityProviderConfigCommandInput
19
20
  extends DisassociateIdentityProviderConfigRequest {}
20
21
  export interface DisassociateIdentityProviderConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../EKSClient";
14
14
  import { ListAddonsRequest, ListAddonsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListAddonsCommandInput extends ListAddonsRequest {}
16
17
  export interface ListAddonsCommandOutput
17
18
  extends ListAddonsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../EKSClient";
14
14
  import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListClustersCommandInput extends ListClustersRequest {}
16
17
  export interface ListClustersCommandOutput
17
18
  extends ListClustersResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListFargateProfilesRequest,
16
16
  ListFargateProfilesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFargateProfilesCommandInput
19
20
  extends ListFargateProfilesRequest {}
20
21
  export interface ListFargateProfilesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListIdentityProviderConfigsRequest,
16
16
  ListIdentityProviderConfigsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListIdentityProviderConfigsCommandInput
19
20
  extends ListIdentityProviderConfigsRequest {}
20
21
  export interface ListIdentityProviderConfigsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListNodegroupsRequest,
16
16
  ListNodegroupsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListNodegroupsCommandInput extends ListNodegroupsRequest {}
19
20
  export interface ListNodegroupsCommandOutput
20
21
  extends ListNodegroupsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../EKSClient";
14
14
  import { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListUpdatesCommandInput extends ListUpdatesRequest {}
16
17
  export interface ListUpdatesCommandOutput
17
18
  extends ListUpdatesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  RegisterClusterRequest,
16
16
  RegisterClusterResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RegisterClusterCommandInput extends RegisterClusterRequest {}
19
20
  export interface RegisterClusterCommandOutput
20
21
  extends RegisterClusterResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../EKSClient";
14
14
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceRequest {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UntagResourceRequest,
16
16
  UntagResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
19
20
  export interface UntagResourceCommandOutput
20
21
  extends UntagResourceResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../EKSClient";
14
14
  import { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateAddonCommandInput extends UpdateAddonRequest {}
16
17
  export interface UpdateAddonCommandOutput
17
18
  extends UpdateAddonResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateClusterConfigRequest,
16
16
  UpdateClusterConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateClusterConfigCommandInput
19
20
  extends UpdateClusterConfigRequest {}
20
21
  export interface UpdateClusterConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateClusterVersionRequest,
16
16
  UpdateClusterVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateClusterVersionCommandInput
19
20
  extends UpdateClusterVersionRequest {}
20
21
  export interface UpdateClusterVersionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateNodegroupConfigRequest,
16
16
  UpdateNodegroupConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateNodegroupConfigCommandInput
19
20
  extends UpdateNodegroupConfigRequest {}
20
21
  export interface UpdateNodegroupConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateNodegroupVersionRequest,
16
16
  UpdateNodegroupVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateNodegroupVersionCommandInput
19
20
  extends UpdateNodegroupVersionRequest {}
20
21
  export interface UpdateNodegroupVersionCommandOutput
@@ -1,7 +1,7 @@
1
- export * from "./EKS";
2
1
  export * from "./EKSClient";
2
+ export * from "./EKS";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { EKSServiceException } from "./models/EKSServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class EKSServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-eks",
3
3
  "description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.337.0",
55
+ "@aws-sdk/util-waiter": "3.338.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "tslib": "^2.5.0",