@aws-sdk/client-eks 3.533.0 → 3.540.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 (123) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/EKS.d.ts +5 -1
  6. package/dist-types/EKSClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAccessEntryCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAddonCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateFargateProfileCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateNodegroupCommand.d.ts +2 -1
  16. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAddonCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteNodegroupCommand.d.ts +2 -1
  23. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +2 -1
  24. package/dist-types/commands/DeregisterClusterCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeAddonCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeInsightCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeNodegroupCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeUpdateCommand.d.ts +2 -1
  37. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +2 -1
  38. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +2 -1
  39. package/dist-types/commands/ListAccessEntriesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListAddonsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  44. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListFargateProfilesCommand.d.ts +2 -1
  46. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListInsightsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListNodegroupsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/ListUpdatesCommand.d.ts +2 -1
  52. package/dist-types/commands/RegisterClusterCommand.d.ts +2 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateAddonCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +2 -1
  63. package/dist-types/index.d.ts +0 -1
  64. package/dist-types/models/models_0.d.ts +678 -678
  65. package/dist-types/ts3.4/EKS.d.ts +4 -0
  66. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/index.d.ts +0 -1
  123. package/package.json +41 -41
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -4365,9 +4365,6 @@ var waitUntilNodegroupDeleted = /* @__PURE__ */ __name(async (params, input) =>
4365
4365
  const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
4366
4366
  return (0, import_util_waiter.checkExceptions)(result);
4367
4367
  }, "waitUntilNodegroupDeleted");
4368
-
4369
- // src/index.ts
4370
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
4371
4368
  // Annotate the CommonJS export names for ESM import in node:
4372
4369
 
4373
4370
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -4,5 +4,4 @@ export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
6
  export * from "./models";
7
- import "@aws-sdk/util-endpoints";
8
7
  export { EKSServiceException } from "./models/EKSServiceException";
@@ -186,6 +186,7 @@ export interface EKS {
186
186
  /**
187
187
  * @see {@link DescribeAddonVersionsCommand}
188
188
  */
189
+ describeAddonVersions(): Promise<DescribeAddonVersionsCommandOutput>;
189
190
  describeAddonVersions(args: DescribeAddonVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAddonVersionsCommandOutput>;
190
191
  describeAddonVersions(args: DescribeAddonVersionsCommandInput, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
191
192
  describeAddonVersions(args: DescribeAddonVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAddonVersionsCommandOutput) => void): void;
@@ -258,6 +259,7 @@ export interface EKS {
258
259
  /**
259
260
  * @see {@link ListAccessPoliciesCommand}
260
261
  */
262
+ listAccessPolicies(): Promise<ListAccessPoliciesCommandOutput>;
261
263
  listAccessPolicies(args: ListAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessPoliciesCommandOutput>;
262
264
  listAccessPolicies(args: ListAccessPoliciesCommandInput, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
263
265
  listAccessPolicies(args: ListAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPoliciesCommandOutput) => void): void;
@@ -276,12 +278,14 @@ export interface EKS {
276
278
  /**
277
279
  * @see {@link ListClustersCommand}
278
280
  */
281
+ listClusters(): Promise<ListClustersCommandOutput>;
279
282
  listClusters(args: ListClustersCommandInput, options?: __HttpHandlerOptions): Promise<ListClustersCommandOutput>;
280
283
  listClusters(args: ListClustersCommandInput, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
281
284
  listClusters(args: ListClustersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListClustersCommandOutput) => void): void;
282
285
  /**
283
286
  * @see {@link ListEksAnywhereSubscriptionsCommand}
284
287
  */
288
+ listEksAnywhereSubscriptions(): Promise<ListEksAnywhereSubscriptionsCommandOutput>;
285
289
  listEksAnywhereSubscriptions(args: ListEksAnywhereSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEksAnywhereSubscriptionsCommandOutput>;
286
290
  listEksAnywhereSubscriptions(args: ListEksAnywhereSubscriptionsCommandInput, cb: (err: any, data?: ListEksAnywhereSubscriptionsCommandOutput) => void): void;
287
291
  listEksAnywhereSubscriptions(args: ListEksAnywhereSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEksAnywhereSubscriptionsCommandOutput) => void): void;
@@ -395,7 +399,6 @@ export interface EKS {
395
399
  updatePodIdentityAssociation(args: UpdatePodIdentityAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePodIdentityAssociationCommandOutput) => void): void;
396
400
  }
397
401
  /**
398
- * @public
399
402
  * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
400
403
  * for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own
401
404
  * Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
@@ -405,6 +408,7 @@ export interface EKS {
405
408
  * running on Amazon EKS are fully compatible with applications running on any
406
409
  * standard Kubernetes environment, whether running in on-premises data centers or public
407
410
  * clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.</p>
411
+ * @public
408
412
  */
409
413
  export declare class EKS extends EKSClient implements EKS {
410
414
  }
@@ -207,7 +207,6 @@ export type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
207
207
  export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
208
208
  }
209
209
  /**
210
- * @public
211
210
  * <p>Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy
212
211
  * for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own
213
212
  * Kubernetes control plane. Kubernetes is an open-source system for automating the deployment,
@@ -217,6 +216,7 @@ export interface EKSClientResolvedConfig extends EKSClientResolvedConfigType {
217
216
  * running on Amazon EKS are fully compatible with applications running on any
218
217
  * standard Kubernetes environment, whether running in on-premises data centers or public
219
218
  * clouds. This means that you can easily migrate any standard Kubernetes application to Amazon EKS without any code modification required.</p>
219
+ * @public
220
220
  */
221
221
  export declare class EKSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EKSClientResolvedConfig> {
222
222
  /**
@@ -22,10 +22,10 @@ export interface AssociateAccessPolicyCommandOutput extends AssociateAccessPolic
22
22
  }
23
23
  declare const AssociateAccessPolicyCommand_base: {
24
24
  new (input: AssociateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateAccessPolicyCommandInput, AssociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates an access policy and its scope to an access entry. For more information
30
30
  * about associating access policies, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/access-policies.html">Associating and disassociating
31
31
  * access policies to and from access entries</a> in the <i>Amazon EKS User Guide</i>.</p>
@@ -91,6 +91,7 @@ declare const AssociateAccessPolicyCommand_base: {
91
91
  * @throws {@link EKSServiceException}
92
92
  * <p>Base exception class for all service exceptions from EKS service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class AssociateAccessPolicyCommand extends AssociateAccessPolicyCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface AssociateEncryptionConfigCommandOutput extends AssociateEncrypt
22
22
  }
23
23
  declare const AssociateEncryptionConfigCommand_base: {
24
24
  new (input: AssociateEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateEncryptionConfigCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateEncryptionConfigCommandInput, AssociateEncryptionConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates an encryption configuration to an existing cluster.</p>
30
30
  * <p>Use this API to enable encryption on existing clusters that don't already have
31
31
  * encryption enabled. This allows you to implement a defense-in-depth security strategy
@@ -111,6 +111,7 @@ declare const AssociateEncryptionConfigCommand_base: {
111
111
  * @throws {@link EKSServiceException}
112
112
  * <p>Base exception class for all service exceptions from EKS service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class AssociateEncryptionConfigCommand extends AssociateEncryptionConfigCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface AssociateIdentityProviderConfigCommandOutput extends AssociateI
22
22
  }
23
23
  declare const AssociateIdentityProviderConfigCommand_base: {
24
24
  new (input: AssociateIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateIdentityProviderConfigCommandInput, AssociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates an identity provider configuration to a cluster.</p>
30
30
  * <p>If you want to authenticate identities using an identity provider, you can create an
31
31
  * identity provider configuration and associate it to your cluster. After configuring
@@ -123,6 +123,7 @@ declare const AssociateIdentityProviderConfigCommand_base: {
123
123
  * @throws {@link EKSServiceException}
124
124
  * <p>Base exception class for all service exceptions from EKS service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class AssociateIdentityProviderConfigCommand extends AssociateIdentityProviderConfigCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface CreateAccessEntryCommandOutput extends CreateAccessEntryRespons
22
22
  }
23
23
  declare const CreateAccessEntryCommand_base: {
24
24
  new (input: CreateAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessEntryCommandInput, CreateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an access entry.</p>
30
30
  * <p>An access entry allows an IAM principal to access your cluster. Access
31
31
  * entries can replace the need to maintain entries in the <code>aws-auth</code>
@@ -111,6 +111,7 @@ declare const CreateAccessEntryCommand_base: {
111
111
  * @throws {@link EKSServiceException}
112
112
  * <p>Base exception class for all service exceptions from EKS service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class CreateAccessEntryCommand extends CreateAccessEntryCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface CreateAddonCommandOutput extends CreateAddonResponse, __Metadat
22
22
  }
23
23
  declare const CreateAddonCommand_base: {
24
24
  new (input: CreateAddonCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAddonCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAddonCommandInput, CreateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon EKS add-on.</p>
30
30
  * <p>Amazon EKS add-ons help to automate the provisioning and lifecycle management
31
31
  * of common operational software for Amazon EKS clusters. For more information,
@@ -119,6 +119,7 @@ declare const CreateAddonCommand_base: {
119
119
  * @throws {@link EKSServiceException}
120
120
  * <p>Base exception class for all service exceptions from EKS service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class CreateAddonCommand extends CreateAddonCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
22
22
  }
23
23
  declare const CreateClusterCommand_base: {
24
24
  new (input: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateClusterCommandInput): import("@smithy/smithy-client").CommandImpl<CreateClusterCommandInput, CreateClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Amazon EKS control plane.</p>
30
30
  * <p>The Amazon EKS control plane consists of control plane instances that run the
31
31
  * Kubernetes software, such as <code>etcd</code> and the API server. The control plane runs in
@@ -262,6 +262,7 @@ declare const CreateClusterCommand_base: {
262
262
  * @throws {@link EKSServiceException}
263
263
  * <p>Base exception class for all service exceptions from EKS service.</p>
264
264
  *
265
+ * @public
265
266
  * @example To create a new cluster
266
267
  * ```javascript
267
268
  * // The following example creates an Amazon EKS cluster called prod.
@@ -22,10 +22,10 @@ export interface CreateEksAnywhereSubscriptionCommandOutput extends CreateEksAny
22
22
  }
23
23
  declare const CreateEksAnywhereSubscriptionCommand_base: {
24
24
  new (input: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEksAnywhereSubscriptionCommandInput, CreateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an EKS Anywhere subscription. When a subscription is created, it is a contract
30
30
  * agreement for the length of the term specified in the request. Licenses that are used to
31
31
  * validate support are provisioned in Amazon Web Services License Manager and the caller account is
@@ -105,6 +105,7 @@ declare const CreateEksAnywhereSubscriptionCommand_base: {
105
105
  * @throws {@link EKSServiceException}
106
106
  * <p>Base exception class for all service exceptions from EKS service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class CreateEksAnywhereSubscriptionCommand extends CreateEksAnywhereSubscriptionCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface CreateFargateProfileCommandOutput extends CreateFargateProfileR
22
22
  }
23
23
  declare const CreateFargateProfileCommand_base: {
24
24
  new (input: CreateFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFargateProfileCommandInput, CreateFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Fargate profile for your Amazon EKS cluster. You
30
30
  * must have at least one Fargate profile in a cluster to be able to run
31
31
  * pods on Fargate.</p>
@@ -142,6 +142,7 @@ declare const CreateFargateProfileCommand_base: {
142
142
  * @throws {@link EKSServiceException}
143
143
  * <p>Base exception class for all service exceptions from EKS service.</p>
144
144
  *
145
+ * @public
145
146
  */
146
147
  export declare class CreateFargateProfileCommand extends CreateFargateProfileCommand_base {
147
148
  }
@@ -22,10 +22,10 @@ export interface CreateNodegroupCommandOutput extends CreateNodegroupResponse, _
22
22
  }
23
23
  declare const CreateNodegroupCommand_base: {
24
24
  new (input: CreateNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNodegroupCommandInput, CreateNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a managed node group for an Amazon EKS cluster.</p>
30
30
  * <p>You can only create a node group for your cluster that is equal to the current Kubernetes
31
31
  * version for the cluster. All node groups are created with the latest AMI release version
@@ -207,6 +207,7 @@ declare const CreateNodegroupCommand_base: {
207
207
  * @throws {@link EKSServiceException}
208
208
  * <p>Base exception class for all service exceptions from EKS service.</p>
209
209
  *
210
+ * @public
210
211
  */
211
212
  export declare class CreateNodegroupCommand extends CreateNodegroupCommand_base {
212
213
  }
@@ -22,10 +22,10 @@ export interface CreatePodIdentityAssociationCommandOutput extends CreatePodIden
22
22
  }
23
23
  declare const CreatePodIdentityAssociationCommand_base: {
24
24
  new (input: CreatePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePodIdentityAssociationCommandInput, CreatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an EKS Pod Identity association between a service account in an Amazon EKS cluster and an IAM role
30
30
  * with <i>EKS Pod Identity</i>. Use EKS Pod Identity to give temporary IAM credentials to
31
31
  * pods and the credentials are rotated automatically.</p>
@@ -104,6 +104,7 @@ declare const CreatePodIdentityAssociationCommand_base: {
104
104
  * @throws {@link EKSServiceException}
105
105
  * <p>Base exception class for all service exceptions from EKS service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class CreatePodIdentityAssociationCommand extends CreatePodIdentityAssociationCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface DeleteAccessEntryCommandOutput extends DeleteAccessEntryRespons
22
22
  }
23
23
  declare const DeleteAccessEntryCommand_base: {
24
24
  new (input: DeleteAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessEntryCommandInput, DeleteAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an access entry.</p>
30
30
  * <p>Deleting an access entry of a type other than <code>Standard</code> can cause your
31
31
  * cluster to function improperly. If you delete an access entry in error, you can recreate
@@ -67,6 +67,7 @@ declare const DeleteAccessEntryCommand_base: {
67
67
  * @throws {@link EKSServiceException}
68
68
  * <p>Base exception class for all service exceptions from EKS service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeleteAccessEntryCommand extends DeleteAccessEntryCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface DeleteAddonCommandOutput extends DeleteAddonResponse, __Metadat
22
22
  }
23
23
  declare const DeleteAddonCommand_base: {
24
24
  new (input: DeleteAddonCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAddonCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAddonCommandInput, DeleteAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon EKS add-on.</p>
30
30
  * <p>When you remove an add-on, it's deleted from the cluster. You can always manually
31
31
  * start an add-on on the cluster using the Kubernetes API.</p>
@@ -108,6 +108,7 @@ declare const DeleteAddonCommand_base: {
108
108
  * @throws {@link EKSServiceException}
109
109
  * <p>Base exception class for all service exceptions from EKS service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class DeleteAddonCommand extends DeleteAddonCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
22
22
  }
23
23
  declare const DeleteClusterCommand_base: {
24
24
  new (input: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteClusterCommandInput, DeleteClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Amazon EKS cluster control plane.</p>
30
30
  * <p>If you have active services in your cluster that are associated with a load balancer,
31
31
  * you must delete those services before deleting the cluster so that the load balancers
@@ -169,6 +169,7 @@ declare const DeleteClusterCommand_base: {
169
169
  * @throws {@link EKSServiceException}
170
170
  * <p>Base exception class for all service exceptions from EKS service.</p>
171
171
  *
172
+ * @public
172
173
  * @example To delete a cluster
173
174
  * ```javascript
174
175
  * // This example command deletes a cluster named `devel` in your default region.
@@ -22,10 +22,10 @@ export interface DeleteEksAnywhereSubscriptionCommandOutput extends DeleteEksAny
22
22
  }
23
23
  declare const DeleteEksAnywhereSubscriptionCommand_base: {
24
24
  new (input: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEksAnywhereSubscriptionCommandInput, DeleteEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an expired or inactive subscription. Deleting inactive subscriptions removes
30
30
  * them from the Amazon Web Services Management Console view and from list/describe API responses.
31
31
  * Subscriptions can only be cancelled within 7 days of creation and are cancelled by
@@ -93,6 +93,7 @@ declare const DeleteEksAnywhereSubscriptionCommand_base: {
93
93
  * @throws {@link EKSServiceException}
94
94
  * <p>Base exception class for all service exceptions from EKS service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DeleteEksAnywhereSubscriptionCommand extends DeleteEksAnywhereSubscriptionCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR
22
22
  }
23
23
  declare const DeleteFargateProfileCommand_base: {
24
24
  new (input: DeleteFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Fargate profile.</p>
30
30
  * <p>When you delete a Fargate profile, any <code>Pod</code> running on
31
31
  * Fargate that was created with the profile is deleted. If the
@@ -102,6 +102,7 @@ declare const DeleteFargateProfileCommand_base: {
102
102
  * @throws {@link EKSServiceException}
103
103
  * <p>Base exception class for all service exceptions from EKS service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class DeleteFargateProfileCommand extends DeleteFargateProfileCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _
22
22
  }
23
23
  declare const DeleteNodegroupCommand_base: {
24
24
  new (input: DeleteNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a managed node group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -146,6 +146,7 @@ declare const DeleteNodegroupCommand_base: {
146
146
  * @throws {@link EKSServiceException}
147
147
  * <p>Base exception class for all service exceptions from EKS service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class DeleteNodegroupCommand extends DeleteNodegroupCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface DeletePodIdentityAssociationCommandOutput extends DeletePodIden
22
22
  }
23
23
  declare const DeletePodIdentityAssociationCommand_base: {
24
24
  new (input: DeletePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeletePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a EKS Pod Identity association.</p>
30
30
  * <p>The temporary Amazon Web Services credentials from the previous IAM role session might still be valid until the session expiry. If you need to immediately revoke the temporary session credentials, then go to the role in the IAM console.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const DeletePodIdentityAssociationCommand_base: {
83
83
  * @throws {@link EKSServiceException}
84
84
  * <p>Base exception class for all service exceptions from EKS service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class DeletePodIdentityAssociationCommand extends DeletePodIdentityAssociationCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface DeregisterClusterCommandOutput extends DeregisterClusterRespons
22
22
  }
23
23
  declare const DeregisterClusterCommand_base: {
24
24
  new (input: DeregisterClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deregisters a connected cluster to remove it from the Amazon EKS control
30
30
  * plane.</p>
31
31
  * <p>A connected cluster is a Kubernetes cluster that you've connected to your control plane
@@ -171,6 +171,7 @@ declare const DeregisterClusterCommand_base: {
171
171
  * @throws {@link EKSServiceException}
172
172
  * <p>Base exception class for all service exceptions from EKS service.</p>
173
173
  *
174
+ * @public
174
175
  */
175
176
  export declare class DeregisterClusterCommand extends DeregisterClusterCommand_base {
176
177
  }
@@ -22,10 +22,10 @@ export interface DescribeAccessEntryCommandOutput extends DescribeAccessEntryRes
22
22
  }
23
23
  declare const DescribeAccessEntryCommand_base: {
24
24
  new (input: DescribeAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an access entry.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const DescribeAccessEntryCommand_base: {
80
80
  * @throws {@link EKSServiceException}
81
81
  * <p>Base exception class for all service exceptions from EKS service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DescribeAccessEntryCommand extends DescribeAccessEntryCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __Met
22
22
  }
23
23
  declare const DescribeAddonCommand_base: {
24
24
  new (input: DescribeAddonCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAddonCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an Amazon EKS add-on.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const DescribeAddonCommand_base: {
105
105
  * @throws {@link EKSServiceException}
106
106
  * <p>Base exception class for all service exceptions from EKS service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class DescribeAddonCommand extends DescribeAddonCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface DescribeAddonConfigurationCommandOutput extends DescribeAddonCo
22
22
  }
23
23
  declare const DescribeAddonConfigurationCommand_base: {
24
24
  new (input: DescribeAddonConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAddonConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns configuration options.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DescribeAddonConfigurationCommand_base: {
68
68
  * @throws {@link EKSServiceException}
69
69
  * <p>Base exception class for all service exceptions from EKS service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DescribeAddonConfigurationCommand extends DescribeAddonConfigurationCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersion
22
22
  }
23
23
  declare const DescribeAddonVersionsCommand_base: {
24
24
  new (input: DescribeAddonVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAddonVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the versions for an add-on.</p>
30
30
  * <p>Information such as the Kubernetes versions that you can use the add-on with, the
31
31
  * <code>owner</code>, <code>publisher</code>, and the <code>type</code> of the add-on
@@ -110,6 +110,7 @@ declare const DescribeAddonVersionsCommand_base: {
110
110
  * @throws {@link EKSServiceException}
111
111
  * <p>Base exception class for all service exceptions from EKS service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class DescribeAddonVersionsCommand extends DescribeAddonVersionsCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
22
22
  }
23
23
  declare const DescribeClusterCommand_base: {
24
24
  new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an Amazon EKS cluster.</p>
30
30
  * <p>The API server endpoint and certificate authority data returned by this operation are
31
31
  * required for <code>kubelet</code> and <code>kubectl</code> to communicate with your
@@ -167,6 +167,7 @@ declare const DescribeClusterCommand_base: {
167
167
  * @throws {@link EKSServiceException}
168
168
  * <p>Base exception class for all service exceptions from EKS service.</p>
169
169
  *
170
+ * @public
170
171
  * @example To describe a cluster
171
172
  * ```javascript
172
173
  * // This example command provides a description of the specified cluster in your default region.
@@ -22,10 +22,10 @@ export interface DescribeEksAnywhereSubscriptionCommandOutput extends DescribeEk
22
22
  }
23
23
  declare const DescribeEksAnywhereSubscriptionCommand_base: {
24
24
  new (input: DescribeEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns descriptive information about a subscription.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -89,6 +89,7 @@ declare const DescribeEksAnywhereSubscriptionCommand_base: {
89
89
  * @throws {@link EKSServiceException}
90
90
  * <p>Base exception class for all service exceptions from EKS service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class DescribeEksAnywhereSubscriptionCommand extends DescribeEksAnywhereSubscriptionCommand_base {
94
95
  }