@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
@@ -22,10 +22,10 @@ export interface DescribeFargateProfileCommandOutput extends DescribeFargateProf
22
22
  }
23
23
  declare const DescribeFargateProfileCommand_base: {
24
24
  new (input: DescribeFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an Fargate profile.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const DescribeFargateProfileCommand_base: {
92
92
  * @throws {@link EKSServiceException}
93
93
  * <p>Base exception class for all service exceptions from EKS service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIde
22
22
  }
23
23
  declare const DescribeIdentityProviderConfigCommand_base: {
24
24
  new (input: DescribeIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an identity provider configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const DescribeIdentityProviderConfigCommand_base: {
96
96
  * @throws {@link EKSServiceException}
97
97
  * <p>Base exception class for all service exceptions from EKS service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DescribeIdentityProviderConfigCommand extends DescribeIdentityProviderConfigCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
22
22
  }
23
23
  declare const DescribeInsightCommand_base: {
24
24
  new (input: DescribeInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightCommandInput, DescribeInsightCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightCommandInput, DescribeInsightCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns details about an insight that you specify using its ID.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const DescribeInsightCommand_base: {
113
113
  * @throws {@link EKSServiceException}
114
114
  * <p>Base exception class for all service exceptions from EKS service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface DescribeNodegroupCommandOutput extends DescribeNodegroupRespons
22
22
  }
23
23
  declare const DescribeNodegroupCommand_base: {
24
24
  new (input: DescribeNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNodegroupCommandInput, DescribeNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes 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.
@@ -143,6 +143,7 @@ declare const DescribeNodegroupCommand_base: {
143
143
  * @throws {@link EKSServiceException}
144
144
  * <p>Base exception class for all service exceptions from EKS service.</p>
145
145
  *
146
+ * @public
146
147
  */
147
148
  export declare class DescribeNodegroupCommand extends DescribeNodegroupCommand_base {
148
149
  }
@@ -22,10 +22,10 @@ export interface DescribePodIdentityAssociationCommandOutput extends DescribePod
22
22
  }
23
23
  declare const DescribePodIdentityAssociationCommand_base: {
24
24
  new (input: DescribePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePodIdentityAssociationCommandInput, DescribePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePodIdentityAssociationCommandInput, DescribePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns descriptive information about an EKS Pod Identity association.</p>
30
30
  * <p>This action requires the ID of the association. You can get the ID from the response to
31
31
  * the <code>CreatePodIdentityAssocation</code> for newly created associations. Or, you can
@@ -86,6 +86,7 @@ declare const DescribePodIdentityAssociationCommand_base: {
86
86
  * @throws {@link EKSServiceException}
87
87
  * <p>Base exception class for all service exceptions from EKS service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class DescribePodIdentityAssociationCommand extends DescribePodIdentityAssociationCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface DescribeUpdateCommandOutput extends DescribeUpdateResponse, __M
22
22
  }
23
23
  declare const DescribeUpdateCommand_base: {
24
24
  new (input: DescribeUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeUpdateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeUpdateCommandInput, DescribeUpdateCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an update to an Amazon EKS resource.</p>
30
30
  * <p>When the status of the update is <code>Succeeded</code>, the update is complete. If an
31
31
  * update fails, the status is <code>Failed</code>, and an error detail explains the reason
@@ -96,6 +96,7 @@ declare const DescribeUpdateCommand_base: {
96
96
  * @throws {@link EKSServiceException}
97
97
  * <p>Base exception class for all service exceptions from EKS service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DescribeUpdateCommand extends DescribeUpdateCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DisassociateAccessPolicyCommandOutput extends DisassociateAcces
22
22
  }
23
23
  declare const DisassociateAccessPolicyCommand_base: {
24
24
  new (input: DisassociateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAccessPolicyCommandInput, DisassociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateAccessPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateAccessPolicyCommandInput, DisassociateAccessPolicyCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates an access policy from an access entry.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DisassociateAccessPolicyCommand_base: {
65
65
  * @throws {@link EKSServiceException}
66
66
  * <p>Base exception class for all service exceptions from EKS service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DisassociateAccessPolicyCommand extends DisassociateAccessPolicyCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DisassociateIdentityProviderConfigCommandOutput extends Disasso
22
22
  }
23
23
  declare const DisassociateIdentityProviderConfigCommand_base: {
24
24
  new (input: DisassociateIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateIdentityProviderConfigCommandInput, DisassociateIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates an identity provider configuration from a cluster.</p>
30
30
  * <p>If you disassociate an identity provider from your cluster, users included in the
31
31
  * provider can no longer access the cluster. However, you can still access the cluster
@@ -105,6 +105,7 @@ declare const DisassociateIdentityProviderConfigCommand_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 DisassociateIdentityProviderConfigCommand extends DisassociateIdentityProviderConfigCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface ListAccessEntriesCommandOutput extends ListAccessEntriesRespons
22
22
  }
23
23
  declare const ListAccessEntriesCommand_base: {
24
24
  new (input: ListAccessEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAccessEntriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessEntriesCommandInput, ListAccessEntriesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the access entries for your cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -75,6 +75,7 @@ declare const ListAccessEntriesCommand_base: {
75
75
  * @throws {@link EKSServiceException}
76
76
  * <p>Base exception class for all service exceptions from EKS service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListAccessEntriesCommand extends ListAccessEntriesCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesRespo
22
22
  }
23
23
  declare const ListAccessPoliciesCommand_base: {
24
24
  new (input: ListAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAccessPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAccessPoliciesCommandInput, ListAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the available access policies. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const ListAccessPoliciesCommand_base: {
63
63
  * @throws {@link EKSServiceException}
64
64
  * <p>Base exception class for all service exceptions from EKS service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class ListAccessPoliciesCommand extends ListAccessPoliciesCommand_base {
68
69
  }
@@ -22,10 +22,10 @@ export interface ListAddonsCommandOutput extends ListAddonsResponse, __MetadataB
22
22
  }
23
23
  declare const ListAddonsCommand_base: {
24
24
  new (input: ListAddonsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAddonsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAddonsCommandInput, ListAddonsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the installed add-ons.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListAddonsCommand_base: {
79
79
  * @throws {@link EKSServiceException}
80
80
  * <p>Base exception class for all service exceptions from EKS service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListAddonsCommand extends ListAddonsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListAssociatedAccessPoliciesCommandOutput extends ListAssociate
22
22
  }
23
23
  declare const ListAssociatedAccessPoliciesCommand_base: {
24
24
  new (input: ListAssociatedAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssociatedAccessPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociatedAccessPoliciesCommandInput, ListAssociatedAccessPoliciesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the access policies associated with an access entry.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListAssociatedAccessPoliciesCommand_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 ListAssociatedAccessPoliciesCommand extends ListAssociatedAccessPoliciesCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
22
22
  }
23
23
  declare const ListClustersCommand_base: {
24
24
  new (input: ListClustersCommandInput): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListClustersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListClustersCommandInput, ListClustersCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Amazon EKS clusters in your Amazon Web Services account in the
30
30
  * specified Amazon Web Services Region.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const ListClustersCommand_base: {
76
76
  * @throws {@link EKSServiceException}
77
77
  * <p>Base exception class for all service exceptions from EKS service.</p>
78
78
  *
79
+ * @public
79
80
  * @example To list your available clusters
80
81
  * ```javascript
81
82
  * // This example command lists all of your available clusters in your default region.
@@ -22,10 +22,10 @@ export interface ListEksAnywhereSubscriptionsCommandOutput extends ListEksAnywhe
22
22
  }
23
23
  declare const ListEksAnywhereSubscriptionsCommand_base: {
24
24
  new (input: ListEksAnywhereSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEksAnywhereSubscriptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEksAnywhereSubscriptionsCommandInput, ListEksAnywhereSubscriptionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Displays the full description of the subscription.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -95,6 +95,7 @@ declare const ListEksAnywhereSubscriptionsCommand_base: {
95
95
  * @throws {@link EKSServiceException}
96
96
  * <p>Base exception class for all service exceptions from EKS service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class ListEksAnywhereSubscriptionsCommand extends ListEksAnywhereSubscriptionsCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface ListFargateProfilesCommandOutput extends ListFargateProfilesRes
22
22
  }
23
23
  declare const ListFargateProfilesCommand_base: {
24
24
  new (input: ListFargateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFargateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFargateProfilesCommandInput, ListFargateProfilesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the Fargate profiles associated with the specified cluster in
30
30
  * your Amazon Web Services account in the specified Amazon Web Services Region.</p>
31
31
  * @example
@@ -76,6 +76,7 @@ declare const ListFargateProfilesCommand_base: {
76
76
  * @throws {@link EKSServiceException}
77
77
  * <p>Base exception class for all service exceptions from EKS service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListFargateProfilesCommand extends ListFargateProfilesCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListIdentityProviderConfigsCommandOutput extends ListIdentityPr
22
22
  }
23
23
  declare const ListIdentityProviderConfigsCommand_base: {
24
24
  new (input: ListIdentityProviderConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListIdentityProviderConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIdentityProviderConfigsCommandInput, ListIdentityProviderConfigsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the identity provider configurations for your cluster.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const ListIdentityProviderConfigsCommand_base: {
81
81
  * @throws {@link EKSServiceException}
82
82
  * <p>Base exception class for all service exceptions from EKS service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListIdentityProviderConfigsCommand extends ListIdentityProviderConfigsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad
22
22
  }
23
23
  declare const ListInsightsCommand_base: {
24
24
  new (input: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInsightsCommandInput, ListInsightsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all insights checked for against the specified cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -97,6 +97,7 @@ declare const ListInsightsCommand_base: {
97
97
  * @throws {@link EKSServiceException}
98
98
  * <p>Base exception class for all service exceptions from EKS service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListInsightsCommand extends ListInsightsCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListNodegroupsCommandOutput extends ListNodegroupsResponse, __M
22
22
  }
23
23
  declare const ListNodegroupsCommand_base: {
24
24
  new (input: ListNodegroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListNodegroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListNodegroupsCommandInput, ListNodegroupsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the managed node groups associated with the specified cluster in your Amazon Web Services account in the specified Amazon Web Services Region. Self-managed node
30
30
  * groups aren't listed.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const ListNodegroupsCommand_base: {
79
79
  * @throws {@link EKSServiceException}
80
80
  * <p>Base exception class for all service exceptions from EKS service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListNodegroupsCommand extends ListNodegroupsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListPodIdentityAssociationsCommandOutput extends ListPodIdentit
22
22
  }
23
23
  declare const ListPodIdentityAssociationsCommand_base: {
24
24
  new (input: ListPodIdentityAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPodIdentityAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPodIdentityAssociationsCommandInput, ListPodIdentityAssociationsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the EKS Pod Identity associations in a cluster. You can filter the list by the namespace that the
30
30
  * association is in or the service account that the association uses.</p>
31
31
  * @example
@@ -83,6 +83,7 @@ declare const ListPodIdentityAssociationsCommand_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 ListPodIdentityAssociationsCommand extends ListPodIdentityAssociationsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List the tags for an Amazon EKS resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const ListTagsForResourceCommand_base: {
63
63
  * @throws {@link EKSServiceException}
64
64
  * <p>Base exception class for all service exceptions from EKS service.</p>
65
65
  *
66
+ * @public
66
67
  * @example To list tags for a cluster
67
68
  * ```javascript
68
69
  * // This example lists all of the tags for the `beta` cluster.
@@ -22,10 +22,10 @@ export interface ListUpdatesCommandOutput extends ListUpdatesResponse, __Metadat
22
22
  }
23
23
  declare const ListUpdatesCommand_base: {
24
24
  new (input: ListUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListUpdatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUpdatesCommandInput, ListUpdatesCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the updates associated with an Amazon EKS resource in your Amazon Web Services account, in the specified Amazon Web Services Region.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const ListUpdatesCommand_base: {
77
77
  * @throws {@link EKSServiceException}
78
78
  * <p>Base exception class for all service exceptions from EKS service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListUpdatesCommand extends ListUpdatesCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface RegisterClusterCommandOutput extends RegisterClusterResponse, _
22
22
  }
23
23
  declare const RegisterClusterCommand_base: {
24
24
  new (input: RegisterClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterClusterCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterClusterCommandInput, RegisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Connects a Kubernetes cluster to the Amazon EKS control plane. </p>
30
30
  * <p>Any Kubernetes cluster can be connected to the Amazon EKS control plane to view
31
31
  * current information about the cluster and its nodes. </p>
@@ -195,6 +195,7 @@ declare const RegisterClusterCommand_base: {
195
195
  * @throws {@link EKSServiceException}
196
196
  * <p>Base exception class for all service exceptions from EKS service.</p>
197
197
  *
198
+ * @public
198
199
  */
199
200
  export declare class RegisterClusterCommand extends RegisterClusterCommand_base {
200
201
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates the specified tags to an Amazon EKS resource with the specified
30
30
  * <code>resourceArn</code>. If existing tags on a resource are not specified in the
31
31
  * request parameters, they aren't changed. When a resource is deleted, the tags associated
@@ -68,6 +68,7 @@ declare const TagResourceCommand_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 TagResourceCommand extends TagResourceCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes specified tags from an Amazon EKS resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -62,6 +62,7 @@ declare const UntagResourceCommand_base: {
62
62
  * @throws {@link EKSServiceException}
63
63
  * <p>Base exception class for all service exceptions from EKS service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface UpdateAccessEntryCommandOutput extends UpdateAccessEntryRespons
22
22
  }
23
23
  declare const UpdateAccessEntryCommand_base: {
24
24
  new (input: UpdateAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAccessEntryCommandInput, UpdateAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an access entry.</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 UpdateAccessEntryCommand_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 UpdateAccessEntryCommand extends UpdateAccessEntryCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface UpdateAddonCommandOutput extends UpdateAddonResponse, __Metadat
22
22
  }
23
23
  declare const UpdateAddonCommand_base: {
24
24
  new (input: UpdateAddonCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAddonCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAddonCommandInput, UpdateAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates 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.
@@ -103,6 +103,7 @@ declare const UpdateAddonCommand_base: {
103
103
  * @throws {@link EKSServiceException}
104
104
  * <p>Base exception class for all service exceptions from EKS service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class UpdateAddonCommand extends UpdateAddonCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface UpdateClusterConfigCommandOutput extends UpdateClusterConfigRes
22
22
  }
23
23
  declare const UpdateClusterConfigCommand_base: {
24
24
  new (input: UpdateClusterConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateClusterConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterConfigCommandInput, UpdateClusterConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an Amazon EKS cluster configuration. Your cluster continues to
30
30
  * function during the update. The response output includes an update ID that you can use
31
31
  * to track the status of your cluster update with <code>DescribeUpdate</code>"/>.</p>
@@ -154,6 +154,7 @@ declare const UpdateClusterConfigCommand_base: {
154
154
  * @throws {@link EKSServiceException}
155
155
  * <p>Base exception class for all service exceptions from EKS service.</p>
156
156
  *
157
+ * @public
157
158
  */
158
159
  export declare class UpdateClusterConfigCommand extends UpdateClusterConfigCommand_base {
159
160
  }
@@ -22,10 +22,10 @@ export interface UpdateClusterVersionCommandOutput extends UpdateClusterVersionR
22
22
  }
23
23
  declare const UpdateClusterVersionCommand_base: {
24
24
  new (input: UpdateClusterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateClusterVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateClusterVersionCommandInput, UpdateClusterVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an Amazon EKS cluster to the specified Kubernetes version. Your cluster
30
30
  * continues to function during the update. The response output includes an update ID that
31
31
  * you can use to track the status of your cluster update with the <a>DescribeUpdate</a> API operation.</p>
@@ -108,6 +108,7 @@ declare const UpdateClusterVersionCommand_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 UpdateClusterVersionCommand extends UpdateClusterVersionCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface UpdateEksAnywhereSubscriptionCommandOutput extends UpdateEksAny
22
22
  }
23
23
  declare const UpdateEksAnywhereSubscriptionCommand_base: {
24
24
  new (input: UpdateEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEksAnywhereSubscriptionCommandInput, UpdateEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update an EKS Anywhere Subscription. Only auto renewal and tags can be updated after
30
30
  * subscription creation.</p>
31
31
  * @example
@@ -97,6 +97,7 @@ declare const UpdateEksAnywhereSubscriptionCommand_base: {
97
97
  * @throws {@link EKSServiceException}
98
98
  * <p>Base exception class for all service exceptions from EKS service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class UpdateEksAnywhereSubscriptionCommand extends UpdateEksAnywhereSubscriptionCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
22
22
  }
23
23
  declare const UpdateNodegroupConfigCommand_base: {
24
24
  new (input: UpdateNodegroupConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateNodegroupConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates an Amazon EKS managed node group configuration. Your node group
30
30
  * continues to function during the update. The response output includes an update ID that
31
31
  * you can use to track the status of your node group update with the <a>DescribeUpdate</a> API operation. Currently you can update the Kubernetes labels
@@ -135,6 +135,7 @@ declare const UpdateNodegroupConfigCommand_base: {
135
135
  * @throws {@link EKSServiceException}
136
136
  * <p>Base exception class for all service exceptions from EKS service.</p>
137
137
  *
138
+ * @public
138
139
  */
139
140
  export declare class UpdateNodegroupConfigCommand extends UpdateNodegroupConfigCommand_base {
140
141
  }