@aws-sdk/client-eks 3.477.0 → 3.481.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 (304) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/EKS.js +4 -0
  3. package/dist-cjs/commands/AssociateAccessPolicyCommand.js +18 -41
  4. package/dist-cjs/commands/AssociateEncryptionConfigCommand.js +18 -41
  5. package/dist-cjs/commands/AssociateIdentityProviderConfigCommand.js +18 -41
  6. package/dist-cjs/commands/CreateAccessEntryCommand.js +18 -41
  7. package/dist-cjs/commands/CreateAddonCommand.js +18 -41
  8. package/dist-cjs/commands/CreateClusterCommand.js +18 -41
  9. package/dist-cjs/commands/CreateEksAnywhereSubscriptionCommand.js +18 -41
  10. package/dist-cjs/commands/CreateFargateProfileCommand.js +18 -41
  11. package/dist-cjs/commands/CreateNodegroupCommand.js +18 -41
  12. package/dist-cjs/commands/CreatePodIdentityAssociationCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteAccessEntryCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteAddonCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteClusterCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteEksAnywhereSubscriptionCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteFargateProfileCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteNodegroupCommand.js +18 -41
  19. package/dist-cjs/commands/DeletePodIdentityAssociationCommand.js +18 -41
  20. package/dist-cjs/commands/DeregisterClusterCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeAccessEntryCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeAddonCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeAddonConfigurationCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeAddonVersionsCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeEksAnywhereSubscriptionCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeFargateProfileCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeIdentityProviderConfigCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeInsightCommand.js +28 -0
  30. package/dist-cjs/commands/DescribeNodegroupCommand.js +18 -41
  31. package/dist-cjs/commands/DescribePodIdentityAssociationCommand.js +18 -41
  32. package/dist-cjs/commands/DescribeUpdateCommand.js +18 -41
  33. package/dist-cjs/commands/DisassociateAccessPolicyCommand.js +18 -41
  34. package/dist-cjs/commands/DisassociateIdentityProviderConfigCommand.js +18 -41
  35. package/dist-cjs/commands/ListAccessEntriesCommand.js +18 -41
  36. package/dist-cjs/commands/ListAccessPoliciesCommand.js +18 -41
  37. package/dist-cjs/commands/ListAddonsCommand.js +18 -41
  38. package/dist-cjs/commands/ListAssociatedAccessPoliciesCommand.js +18 -41
  39. package/dist-cjs/commands/ListClustersCommand.js +18 -41
  40. package/dist-cjs/commands/ListEksAnywhereSubscriptionsCommand.js +18 -41
  41. package/dist-cjs/commands/ListFargateProfilesCommand.js +18 -41
  42. package/dist-cjs/commands/ListIdentityProviderConfigsCommand.js +18 -41
  43. package/dist-cjs/commands/ListInsightsCommand.js +28 -0
  44. package/dist-cjs/commands/ListNodegroupsCommand.js +18 -41
  45. package/dist-cjs/commands/ListPodIdentityAssociationsCommand.js +18 -41
  46. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  47. package/dist-cjs/commands/ListUpdatesCommand.js +18 -41
  48. package/dist-cjs/commands/RegisterClusterCommand.js +18 -41
  49. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  50. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateAccessEntryCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateAddonCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateClusterConfigCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateClusterVersionCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateEksAnywhereSubscriptionCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateNodegroupConfigCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateNodegroupVersionCommand.js +18 -41
  58. package/dist-cjs/commands/UpdatePodIdentityAssociationCommand.js +18 -41
  59. package/dist-cjs/commands/index.js +2 -0
  60. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  61. package/dist-cjs/models/models_0.js +10 -1
  62. package/dist-cjs/pagination/DescribeAddonVersionsPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListAccessEntriesPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListAccessPoliciesPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListAddonsPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListAssociatedAccessPoliciesPaginator.js +2 -24
  67. package/dist-cjs/pagination/ListClustersPaginator.js +2 -24
  68. package/dist-cjs/pagination/ListEksAnywhereSubscriptionsPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListFargateProfilesPaginator.js +2 -24
  70. package/dist-cjs/pagination/ListIdentityProviderConfigsPaginator.js +2 -24
  71. package/dist-cjs/pagination/ListInsightsPaginator.js +7 -0
  72. package/dist-cjs/pagination/ListNodegroupsPaginator.js +2 -24
  73. package/dist-cjs/pagination/ListPodIdentityAssociationsPaginator.js +2 -24
  74. package/dist-cjs/pagination/ListUpdatesPaginator.js +2 -24
  75. package/dist-cjs/pagination/index.js +1 -0
  76. package/dist-cjs/protocols/Aws_restJson1.js +250 -134
  77. package/dist-es/EKS.js +4 -0
  78. package/dist-es/commands/AssociateAccessPolicyCommand.js +18 -41
  79. package/dist-es/commands/AssociateEncryptionConfigCommand.js +18 -41
  80. package/dist-es/commands/AssociateIdentityProviderConfigCommand.js +18 -41
  81. package/dist-es/commands/CreateAccessEntryCommand.js +18 -41
  82. package/dist-es/commands/CreateAddonCommand.js +18 -41
  83. package/dist-es/commands/CreateClusterCommand.js +18 -41
  84. package/dist-es/commands/CreateEksAnywhereSubscriptionCommand.js +18 -41
  85. package/dist-es/commands/CreateFargateProfileCommand.js +18 -41
  86. package/dist-es/commands/CreateNodegroupCommand.js +18 -41
  87. package/dist-es/commands/CreatePodIdentityAssociationCommand.js +18 -41
  88. package/dist-es/commands/DeleteAccessEntryCommand.js +18 -41
  89. package/dist-es/commands/DeleteAddonCommand.js +18 -41
  90. package/dist-es/commands/DeleteClusterCommand.js +18 -41
  91. package/dist-es/commands/DeleteEksAnywhereSubscriptionCommand.js +18 -41
  92. package/dist-es/commands/DeleteFargateProfileCommand.js +18 -41
  93. package/dist-es/commands/DeleteNodegroupCommand.js +18 -41
  94. package/dist-es/commands/DeletePodIdentityAssociationCommand.js +18 -41
  95. package/dist-es/commands/DeregisterClusterCommand.js +18 -41
  96. package/dist-es/commands/DescribeAccessEntryCommand.js +18 -41
  97. package/dist-es/commands/DescribeAddonCommand.js +18 -41
  98. package/dist-es/commands/DescribeAddonConfigurationCommand.js +18 -41
  99. package/dist-es/commands/DescribeAddonVersionsCommand.js +18 -41
  100. package/dist-es/commands/DescribeClusterCommand.js +18 -41
  101. package/dist-es/commands/DescribeEksAnywhereSubscriptionCommand.js +18 -41
  102. package/dist-es/commands/DescribeFargateProfileCommand.js +18 -41
  103. package/dist-es/commands/DescribeIdentityProviderConfigCommand.js +18 -41
  104. package/dist-es/commands/DescribeInsightCommand.js +24 -0
  105. package/dist-es/commands/DescribeNodegroupCommand.js +18 -41
  106. package/dist-es/commands/DescribePodIdentityAssociationCommand.js +18 -41
  107. package/dist-es/commands/DescribeUpdateCommand.js +18 -41
  108. package/dist-es/commands/DisassociateAccessPolicyCommand.js +18 -41
  109. package/dist-es/commands/DisassociateIdentityProviderConfigCommand.js +18 -41
  110. package/dist-es/commands/ListAccessEntriesCommand.js +18 -41
  111. package/dist-es/commands/ListAccessPoliciesCommand.js +18 -41
  112. package/dist-es/commands/ListAddonsCommand.js +18 -41
  113. package/dist-es/commands/ListAssociatedAccessPoliciesCommand.js +18 -41
  114. package/dist-es/commands/ListClustersCommand.js +18 -41
  115. package/dist-es/commands/ListEksAnywhereSubscriptionsCommand.js +18 -41
  116. package/dist-es/commands/ListFargateProfilesCommand.js +18 -41
  117. package/dist-es/commands/ListIdentityProviderConfigsCommand.js +18 -41
  118. package/dist-es/commands/ListInsightsCommand.js +24 -0
  119. package/dist-es/commands/ListNodegroupsCommand.js +18 -41
  120. package/dist-es/commands/ListPodIdentityAssociationsCommand.js +18 -41
  121. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  122. package/dist-es/commands/ListUpdatesCommand.js +18 -41
  123. package/dist-es/commands/RegisterClusterCommand.js +18 -41
  124. package/dist-es/commands/TagResourceCommand.js +18 -41
  125. package/dist-es/commands/UntagResourceCommand.js +18 -41
  126. package/dist-es/commands/UpdateAccessEntryCommand.js +18 -41
  127. package/dist-es/commands/UpdateAddonCommand.js +18 -41
  128. package/dist-es/commands/UpdateClusterConfigCommand.js +18 -41
  129. package/dist-es/commands/UpdateClusterVersionCommand.js +18 -41
  130. package/dist-es/commands/UpdateEksAnywhereSubscriptionCommand.js +18 -41
  131. package/dist-es/commands/UpdateNodegroupConfigCommand.js +18 -41
  132. package/dist-es/commands/UpdateNodegroupVersionCommand.js +18 -41
  133. package/dist-es/commands/UpdatePodIdentityAssociationCommand.js +18 -41
  134. package/dist-es/commands/index.js +2 -0
  135. package/dist-es/endpoint/EndpointParameters.js +6 -0
  136. package/dist-es/models/models_0.js +9 -0
  137. package/dist-es/pagination/DescribeAddonVersionsPaginator.js +2 -23
  138. package/dist-es/pagination/ListAccessEntriesPaginator.js +2 -23
  139. package/dist-es/pagination/ListAccessPoliciesPaginator.js +2 -23
  140. package/dist-es/pagination/ListAddonsPaginator.js +2 -23
  141. package/dist-es/pagination/ListAssociatedAccessPoliciesPaginator.js +2 -23
  142. package/dist-es/pagination/ListClustersPaginator.js +2 -23
  143. package/dist-es/pagination/ListEksAnywhereSubscriptionsPaginator.js +2 -23
  144. package/dist-es/pagination/ListFargateProfilesPaginator.js +2 -23
  145. package/dist-es/pagination/ListIdentityProviderConfigsPaginator.js +2 -23
  146. package/dist-es/pagination/ListInsightsPaginator.js +4 -0
  147. package/dist-es/pagination/ListNodegroupsPaginator.js +2 -23
  148. package/dist-es/pagination/ListPodIdentityAssociationsPaginator.js +2 -23
  149. package/dist-es/pagination/ListUpdatesPaginator.js +2 -23
  150. package/dist-es/pagination/index.js +1 -0
  151. package/dist-es/protocols/Aws_restJson1.js +244 -132
  152. package/dist-types/EKS.d.ts +14 -0
  153. package/dist-types/EKSClient.d.ts +4 -2
  154. package/dist-types/commands/AssociateAccessPolicyCommand.d.ts +6 -21
  155. package/dist-types/commands/AssociateEncryptionConfigCommand.d.ts +6 -21
  156. package/dist-types/commands/AssociateIdentityProviderConfigCommand.d.ts +6 -21
  157. package/dist-types/commands/CreateAccessEntryCommand.d.ts +6 -21
  158. package/dist-types/commands/CreateAddonCommand.d.ts +6 -21
  159. package/dist-types/commands/CreateClusterCommand.d.ts +6 -21
  160. package/dist-types/commands/CreateEksAnywhereSubscriptionCommand.d.ts +6 -21
  161. package/dist-types/commands/CreateFargateProfileCommand.d.ts +6 -21
  162. package/dist-types/commands/CreateNodegroupCommand.d.ts +6 -21
  163. package/dist-types/commands/CreatePodIdentityAssociationCommand.d.ts +6 -21
  164. package/dist-types/commands/DeleteAccessEntryCommand.d.ts +6 -21
  165. package/dist-types/commands/DeleteAddonCommand.d.ts +6 -21
  166. package/dist-types/commands/DeleteClusterCommand.d.ts +6 -21
  167. package/dist-types/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +6 -21
  168. package/dist-types/commands/DeleteFargateProfileCommand.d.ts +6 -21
  169. package/dist-types/commands/DeleteNodegroupCommand.d.ts +6 -21
  170. package/dist-types/commands/DeletePodIdentityAssociationCommand.d.ts +6 -21
  171. package/dist-types/commands/DeregisterClusterCommand.d.ts +6 -21
  172. package/dist-types/commands/DescribeAccessEntryCommand.d.ts +6 -21
  173. package/dist-types/commands/DescribeAddonCommand.d.ts +6 -21
  174. package/dist-types/commands/DescribeAddonConfigurationCommand.d.ts +6 -21
  175. package/dist-types/commands/DescribeAddonVersionsCommand.d.ts +6 -21
  176. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
  177. package/dist-types/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +6 -21
  178. package/dist-types/commands/DescribeFargateProfileCommand.d.ts +6 -21
  179. package/dist-types/commands/DescribeIdentityProviderConfigCommand.d.ts +6 -21
  180. package/dist-types/commands/DescribeInsightCommand.d.ts +118 -0
  181. package/dist-types/commands/DescribeNodegroupCommand.d.ts +6 -21
  182. package/dist-types/commands/DescribePodIdentityAssociationCommand.d.ts +6 -21
  183. package/dist-types/commands/DescribeUpdateCommand.d.ts +6 -21
  184. package/dist-types/commands/DisassociateAccessPolicyCommand.d.ts +6 -21
  185. package/dist-types/commands/DisassociateIdentityProviderConfigCommand.d.ts +6 -21
  186. package/dist-types/commands/ListAccessEntriesCommand.d.ts +6 -21
  187. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -21
  188. package/dist-types/commands/ListAddonsCommand.d.ts +6 -21
  189. package/dist-types/commands/ListAssociatedAccessPoliciesCommand.d.ts +6 -21
  190. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  191. package/dist-types/commands/ListEksAnywhereSubscriptionsCommand.d.ts +6 -21
  192. package/dist-types/commands/ListFargateProfilesCommand.d.ts +6 -21
  193. package/dist-types/commands/ListIdentityProviderConfigsCommand.d.ts +6 -21
  194. package/dist-types/commands/ListInsightsCommand.d.ts +102 -0
  195. package/dist-types/commands/ListNodegroupsCommand.d.ts +6 -21
  196. package/dist-types/commands/ListPodIdentityAssociationsCommand.d.ts +6 -21
  197. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  198. package/dist-types/commands/ListUpdatesCommand.d.ts +6 -21
  199. package/dist-types/commands/RegisterClusterCommand.d.ts +6 -21
  200. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  201. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  202. package/dist-types/commands/UpdateAccessEntryCommand.d.ts +6 -21
  203. package/dist-types/commands/UpdateAddonCommand.d.ts +6 -21
  204. package/dist-types/commands/UpdateClusterConfigCommand.d.ts +6 -21
  205. package/dist-types/commands/UpdateClusterVersionCommand.d.ts +6 -21
  206. package/dist-types/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +6 -21
  207. package/dist-types/commands/UpdateNodegroupConfigCommand.d.ts +6 -21
  208. package/dist-types/commands/UpdateNodegroupVersionCommand.d.ts +6 -21
  209. package/dist-types/commands/UpdatePodIdentityAssociationCommand.d.ts +6 -21
  210. package/dist-types/commands/index.d.ts +2 -0
  211. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  212. package/dist-types/models/models_0.d.ts +359 -5
  213. package/dist-types/pagination/DescribeAddonVersionsPaginator.d.ts +1 -1
  214. package/dist-types/pagination/ListAccessEntriesPaginator.d.ts +1 -1
  215. package/dist-types/pagination/ListAccessPoliciesPaginator.d.ts +1 -1
  216. package/dist-types/pagination/ListAddonsPaginator.d.ts +1 -1
  217. package/dist-types/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +1 -1
  218. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  219. package/dist-types/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +1 -1
  220. package/dist-types/pagination/ListFargateProfilesPaginator.d.ts +1 -1
  221. package/dist-types/pagination/ListIdentityProviderConfigsPaginator.d.ts +1 -1
  222. package/dist-types/pagination/ListInsightsPaginator.d.ts +7 -0
  223. package/dist-types/pagination/ListNodegroupsPaginator.d.ts +1 -1
  224. package/dist-types/pagination/ListPodIdentityAssociationsPaginator.d.ts +1 -1
  225. package/dist-types/pagination/ListUpdatesPaginator.d.ts +1 -1
  226. package/dist-types/pagination/index.d.ts +1 -0
  227. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  228. package/dist-types/ts3.4/EKS.d.ts +34 -0
  229. package/dist-types/ts3.4/EKSClient.d.ts +12 -0
  230. package/dist-types/ts3.4/commands/AssociateAccessPolicyCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/AssociateEncryptionConfigCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/AssociateIdentityProviderConfigCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/CreateAccessEntryCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/CreateAddonCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/CreateEksAnywhereSubscriptionCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/CreateFargateProfileCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/CreateNodegroupCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/CreatePodIdentityAssociationCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/DeleteAccessEntryCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/DeleteAddonCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/DeleteEksAnywhereSubscriptionCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/DeleteFargateProfileCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/DeleteNodegroupCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/DeletePodIdentityAssociationCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/DeregisterClusterCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/DescribeAccessEntryCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/DescribeAddonCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/DescribeAddonConfigurationCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/DescribeAddonVersionsCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
  253. package/dist-types/ts3.4/commands/DescribeEksAnywhereSubscriptionCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/DescribeFargateProfileCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/DescribeIdentityProviderConfigCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +29 -0
  257. package/dist-types/ts3.4/commands/DescribeNodegroupCommand.d.ts +14 -23
  258. package/dist-types/ts3.4/commands/DescribePodIdentityAssociationCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/DescribeUpdateCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/DisassociateAccessPolicyCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/DisassociateIdentityProviderConfigCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/ListAccessEntriesCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/ListAccessPoliciesCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/ListAddonsCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/ListAssociatedAccessPoliciesCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/ListEksAnywhereSubscriptionsCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/ListFargateProfilesCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/ListIdentityProviderConfigsCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +26 -0
  271. package/dist-types/ts3.4/commands/ListNodegroupsCommand.d.ts +14 -23
  272. package/dist-types/ts3.4/commands/ListPodIdentityAssociationsCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/ListUpdatesCommand.d.ts +14 -23
  275. package/dist-types/ts3.4/commands/RegisterClusterCommand.d.ts +14 -23
  276. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  277. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/UpdateAccessEntryCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/UpdateAddonCommand.d.ts +14 -23
  280. package/dist-types/ts3.4/commands/UpdateClusterConfigCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/UpdateClusterVersionCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/UpdateEksAnywhereSubscriptionCommand.d.ts +12 -24
  283. package/dist-types/ts3.4/commands/UpdateNodegroupConfigCommand.d.ts +12 -24
  284. package/dist-types/ts3.4/commands/UpdateNodegroupVersionCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/UpdatePodIdentityAssociationCommand.d.ts +12 -24
  286. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  287. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  288. package/dist-types/ts3.4/models/models_0.d.ts +82 -0
  289. package/dist-types/ts3.4/pagination/DescribeAddonVersionsPaginator.d.ts +3 -3
  290. package/dist-types/ts3.4/pagination/ListAccessEntriesPaginator.d.ts +3 -3
  291. package/dist-types/ts3.4/pagination/ListAccessPoliciesPaginator.d.ts +3 -3
  292. package/dist-types/ts3.4/pagination/ListAddonsPaginator.d.ts +3 -3
  293. package/dist-types/ts3.4/pagination/ListAssociatedAccessPoliciesPaginator.d.ts +3 -3
  294. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
  295. package/dist-types/ts3.4/pagination/ListEksAnywhereSubscriptionsPaginator.d.ts +3 -3
  296. package/dist-types/ts3.4/pagination/ListFargateProfilesPaginator.d.ts +3 -3
  297. package/dist-types/ts3.4/pagination/ListIdentityProviderConfigsPaginator.d.ts +3 -3
  298. package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -0
  299. package/dist-types/ts3.4/pagination/ListNodegroupsPaginator.d.ts +3 -3
  300. package/dist-types/ts3.4/pagination/ListPodIdentityAssociationsPaginator.d.ts +3 -3
  301. package/dist-types/ts3.4/pagination/ListUpdatesPaginator.d.ts +3 -3
  302. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  303. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  304. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DeleteFargateProfileRequest, DeleteFargateProfileResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFargateProfileCommandInput extends DeleteFargateProfileRe
21
20
  */
22
21
  export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteFargateProfileCommand_base: {
24
+ new (input: DeleteFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Fargate profile.</p>
@@ -100,23 +103,5 @@ export interface DeleteFargateProfileCommandOutput extends DeleteFargateProfileR
100
103
  * <p>Base exception class for all service exceptions from EKS service.</p>
101
104
  *
102
105
  */
103
- export declare class DeleteFargateProfileCommand extends $Command<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput, EKSClientResolvedConfig> {
104
- readonly input: DeleteFargateProfileCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: DeleteFargateProfileCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFargateProfileCommandInput, DeleteFargateProfileCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class DeleteFargateProfileCommand extends DeleteFargateProfileCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DeleteNodegroupRequest, DeleteNodegroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteNodegroupCommandInput extends DeleteNodegroupRequest {
21
20
  */
22
21
  export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteNodegroupCommand_base: {
24
+ new (input: DeleteNodegroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a managed node group.</p>
@@ -144,23 +147,5 @@ export interface DeleteNodegroupCommandOutput extends DeleteNodegroupResponse, _
144
147
  * <p>Base exception class for all service exceptions from EKS service.</p>
145
148
  *
146
149
  */
147
- export declare class DeleteNodegroupCommand extends $Command<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput, EKSClientResolvedConfig> {
148
- readonly input: DeleteNodegroupCommandInput;
149
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
150
- /**
151
- * @public
152
- */
153
- constructor(input: DeleteNodegroupCommandInput);
154
- /**
155
- * @internal
156
- */
157
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNodegroupCommandInput, DeleteNodegroupCommandOutput>;
158
- /**
159
- * @internal
160
- */
161
- private serialize;
162
- /**
163
- * @internal
164
- */
165
- private deserialize;
150
+ export declare class DeleteNodegroupCommand extends DeleteNodegroupCommand_base {
166
151
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DeletePodIdentityAssociationRequest, DeletePodIdentityAssociationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePodIdentityAssociationCommandInput extends DeletePodIdent
21
20
  */
22
21
  export interface DeletePodIdentityAssociationCommandOutput extends DeletePodIdentityAssociationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePodIdentityAssociationCommand_base: {
24
+ new (input: DeletePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a EKS Pod Identity association.</p>
@@ -81,23 +84,5 @@ export interface DeletePodIdentityAssociationCommandOutput extends DeletePodIden
81
84
  * <p>Base exception class for all service exceptions from EKS service.</p>
82
85
  *
83
86
  */
84
- export declare class DeletePodIdentityAssociationCommand extends $Command<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput, EKSClientResolvedConfig> {
85
- readonly input: DeletePodIdentityAssociationCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DeletePodIdentityAssociationCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePodIdentityAssociationCommandInput, DeletePodIdentityAssociationCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DeletePodIdentityAssociationCommand extends DeletePodIdentityAssociationCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DeregisterClusterRequest, DeregisterClusterResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeregisterClusterCommandInput extends DeregisterClusterRequest
21
20
  */
22
21
  export interface DeregisterClusterCommandOutput extends DeregisterClusterResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeregisterClusterCommand_base: {
24
+ new (input: DeregisterClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deregisters a connected cluster to remove it from the Amazon EKS control
@@ -169,23 +172,5 @@ export interface DeregisterClusterCommandOutput extends DeregisterClusterRespons
169
172
  * <p>Base exception class for all service exceptions from EKS service.</p>
170
173
  *
171
174
  */
172
- export declare class DeregisterClusterCommand extends $Command<DeregisterClusterCommandInput, DeregisterClusterCommandOutput, EKSClientResolvedConfig> {
173
- readonly input: DeregisterClusterCommandInput;
174
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
175
- /**
176
- * @public
177
- */
178
- constructor(input: DeregisterClusterCommandInput);
179
- /**
180
- * @internal
181
- */
182
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterClusterCommandInput, DeregisterClusterCommandOutput>;
183
- /**
184
- * @internal
185
- */
186
- private serialize;
187
- /**
188
- * @internal
189
- */
190
- private deserialize;
175
+ export declare class DeregisterClusterCommand extends DeregisterClusterCommand_base {
191
176
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeAccessEntryRequest, DescribeAccessEntryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAccessEntryCommandInput extends DescribeAccessEntryRequ
21
20
  */
22
21
  export interface DescribeAccessEntryCommandOutput extends DescribeAccessEntryResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAccessEntryCommand_base: {
24
+ new (input: DescribeAccessEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes an access entry.</p>
@@ -78,23 +81,5 @@ export interface DescribeAccessEntryCommandOutput extends DescribeAccessEntryRes
78
81
  * <p>Base exception class for all service exceptions from EKS service.</p>
79
82
  *
80
83
  */
81
- export declare class DescribeAccessEntryCommand extends $Command<DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput, EKSClientResolvedConfig> {
82
- readonly input: DescribeAccessEntryCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DescribeAccessEntryCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccessEntryCommandInput, DescribeAccessEntryCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DescribeAccessEntryCommand extends DescribeAccessEntryCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeAddonRequest, DescribeAddonResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAddonCommandInput extends DescribeAddonRequest {
21
20
  */
22
21
  export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAddonCommand_base: {
24
+ new (input: DescribeAddonCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes an Amazon EKS add-on.</p>
@@ -103,23 +106,5 @@ export interface DescribeAddonCommandOutput extends DescribeAddonResponse, __Met
103
106
  * <p>Base exception class for all service exceptions from EKS service.</p>
104
107
  *
105
108
  */
106
- export declare class DescribeAddonCommand extends $Command<DescribeAddonCommandInput, DescribeAddonCommandOutput, EKSClientResolvedConfig> {
107
- readonly input: DescribeAddonCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: DescribeAddonCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonCommandInput, DescribeAddonCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class DescribeAddonCommand extends DescribeAddonCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeAddonConfigurationRequest, DescribeAddonConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAddonConfigurationCommandInput extends DescribeAddonCon
21
20
  */
22
21
  export interface DescribeAddonConfigurationCommandOutput extends DescribeAddonConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAddonConfigurationCommand_base: {
24
+ new (input: DescribeAddonConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns configuration options.</p>
@@ -66,23 +69,5 @@ export interface DescribeAddonConfigurationCommandOutput extends DescribeAddonCo
66
69
  * <p>Base exception class for all service exceptions from EKS service.</p>
67
70
  *
68
71
  */
69
- export declare class DescribeAddonConfigurationCommand extends $Command<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput, EKSClientResolvedConfig> {
70
- readonly input: DescribeAddonConfigurationCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DescribeAddonConfigurationCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonConfigurationCommandInput, DescribeAddonConfigurationCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DescribeAddonConfigurationCommand extends DescribeAddonConfigurationCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeAddonVersionsRequest, DescribeAddonVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAddonVersionsCommandInput extends DescribeAddonVersions
21
20
  */
22
21
  export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAddonVersionsCommand_base: {
24
+ new (input: DescribeAddonVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the versions for an add-on.</p>
@@ -108,23 +111,5 @@ export interface DescribeAddonVersionsCommandOutput extends DescribeAddonVersion
108
111
  * <p>Base exception class for all service exceptions from EKS service.</p>
109
112
  *
110
113
  */
111
- export declare class DescribeAddonVersionsCommand extends $Command<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput, EKSClientResolvedConfig> {
112
- readonly input: DescribeAddonVersionsCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: DescribeAddonVersionsCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAddonVersionsCommandInput, DescribeAddonVersionsCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class DescribeAddonVersionsCommand extends DescribeAddonVersionsCommand_base {
130
115
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeClusterCommandInput extends DescribeClusterRequest {
21
20
  */
22
21
  export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeClusterCommand_base: {
24
+ new (input: DescribeClusterCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes an Amazon EKS cluster.</p>
@@ -202,23 +205,5 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
202
205
  * ```
203
206
  *
204
207
  */
205
- export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EKSClientResolvedConfig> {
206
- readonly input: DescribeClusterCommandInput;
207
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
208
- /**
209
- * @public
210
- */
211
- constructor(input: DescribeClusterCommandInput);
212
- /**
213
- * @internal
214
- */
215
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
216
- /**
217
- * @internal
218
- */
219
- private serialize;
220
- /**
221
- * @internal
222
- */
223
- private deserialize;
208
+ export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
224
209
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeEksAnywhereSubscriptionRequest, DescribeEksAnywhereSubscriptionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEksAnywhereSubscriptionCommandInput extends DescribeEks
21
20
  */
22
21
  export interface DescribeEksAnywhereSubscriptionCommandOutput extends DescribeEksAnywhereSubscriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEksAnywhereSubscriptionCommand_base: {
24
+ new (input: DescribeEksAnywhereSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns descriptive information about a subscription.</p>
@@ -87,23 +90,5 @@ export interface DescribeEksAnywhereSubscriptionCommandOutput extends DescribeEk
87
90
  * <p>Base exception class for all service exceptions from EKS service.</p>
88
91
  *
89
92
  */
90
- export declare class DescribeEksAnywhereSubscriptionCommand extends $Command<DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput, EKSClientResolvedConfig> {
91
- readonly input: DescribeEksAnywhereSubscriptionCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: DescribeEksAnywhereSubscriptionCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEksAnywhereSubscriptionCommandInput, DescribeEksAnywhereSubscriptionCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class DescribeEksAnywhereSubscriptionCommand extends DescribeEksAnywhereSubscriptionCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeFargateProfileRequest, DescribeFargateProfileResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFargateProfileCommandInput extends DescribeFargateProfi
21
20
  */
22
21
  export interface DescribeFargateProfileCommandOutput extends DescribeFargateProfileResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFargateProfileCommand_base: {
24
+ new (input: DescribeFargateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes an Fargate profile.</p>
@@ -90,23 +93,5 @@ export interface DescribeFargateProfileCommandOutput extends DescribeFargateProf
90
93
  * <p>Base exception class for all service exceptions from EKS service.</p>
91
94
  *
92
95
  */
93
- export declare class DescribeFargateProfileCommand extends $Command<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig> {
94
- readonly input: DescribeFargateProfileCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: DescribeFargateProfileCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
5
4
  import { DescribeIdentityProviderConfigRequest, DescribeIdentityProviderConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeIdentityProviderConfigCommandInput extends DescribeIden
21
20
  */
22
21
  export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIdentityProviderConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeIdentityProviderConfigCommand_base: {
24
+ new (input: DescribeIdentityProviderConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes an identity provider configuration.</p>
@@ -94,23 +97,5 @@ export interface DescribeIdentityProviderConfigCommandOutput extends DescribeIde
94
97
  * <p>Base exception class for all service exceptions from EKS service.</p>
95
98
  *
96
99
  */
97
- export declare class DescribeIdentityProviderConfigCommand extends $Command<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput, EKSClientResolvedConfig> {
98
- readonly input: DescribeIdentityProviderConfigCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: DescribeIdentityProviderConfigCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIdentityProviderConfigCommandInput, DescribeIdentityProviderConfigCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class DescribeIdentityProviderConfigCommand extends DescribeIdentityProviderConfigCommand_base {
116
101
  }
@@ -0,0 +1,118 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EKSClient";
4
+ import { DescribeInsightRequest, DescribeInsightResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link DescribeInsightCommand}.
13
+ */
14
+ export interface DescribeInsightCommandInput extends DescribeInsightRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link DescribeInsightCommand}.
20
+ */
21
+ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, __MetadataBearer {
22
+ }
23
+ declare const DescribeInsightCommand_base: {
24
+ new (input: DescribeInsightCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInsightCommandInput, DescribeInsightCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ /**
28
+ * @public
29
+ * <p>Returns details about an insight that you specify using its ID.</p>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { EKSClient, DescribeInsightCommand } from "@aws-sdk/client-eks"; // ES Modules import
34
+ * // const { EKSClient, DescribeInsightCommand } = require("@aws-sdk/client-eks"); // CommonJS import
35
+ * const client = new EKSClient(config);
36
+ * const input = { // DescribeInsightRequest
37
+ * clusterName: "STRING_VALUE", // required
38
+ * id: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new DescribeInsightCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // DescribeInsightResponse
43
+ * // insight: { // Insight
44
+ * // id: "STRING_VALUE",
45
+ * // name: "STRING_VALUE",
46
+ * // category: "UPGRADE_READINESS",
47
+ * // kubernetesVersion: "STRING_VALUE",
48
+ * // lastRefreshTime: new Date("TIMESTAMP"),
49
+ * // lastTransitionTime: new Date("TIMESTAMP"),
50
+ * // description: "STRING_VALUE",
51
+ * // insightStatus: { // InsightStatus
52
+ * // status: "PASSING" || "WARNING" || "ERROR" || "UNKNOWN",
53
+ * // reason: "STRING_VALUE",
54
+ * // },
55
+ * // recommendation: "STRING_VALUE",
56
+ * // additionalInfo: { // AdditionalInfoMap
57
+ * // "<keys>": "STRING_VALUE",
58
+ * // },
59
+ * // resources: [ // InsightResourceDetails
60
+ * // { // InsightResourceDetail
61
+ * // insightStatus: {
62
+ * // status: "PASSING" || "WARNING" || "ERROR" || "UNKNOWN",
63
+ * // reason: "STRING_VALUE",
64
+ * // },
65
+ * // kubernetesResourceUri: "STRING_VALUE",
66
+ * // arn: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // categorySpecificSummary: { // InsightCategorySpecificSummary
70
+ * // deprecationDetails: [ // DeprecationDetails
71
+ * // { // DeprecationDetail
72
+ * // usage: "STRING_VALUE",
73
+ * // replacedWith: "STRING_VALUE",
74
+ * // stopServingVersion: "STRING_VALUE",
75
+ * // startServingReplacementVersion: "STRING_VALUE",
76
+ * // clientStats: [ // ClientStats
77
+ * // { // ClientStat
78
+ * // userAgent: "STRING_VALUE",
79
+ * // numberOfRequestsLast30Days: Number("int"),
80
+ * // lastRequestTime: new Date("TIMESTAMP"),
81
+ * // },
82
+ * // ],
83
+ * // },
84
+ * // ],
85
+ * // },
86
+ * // },
87
+ * // };
88
+ *
89
+ * ```
90
+ *
91
+ * @param DescribeInsightCommandInput - {@link DescribeInsightCommandInput}
92
+ * @returns {@link DescribeInsightCommandOutput}
93
+ * @see {@link DescribeInsightCommandInput} for command's `input` shape.
94
+ * @see {@link DescribeInsightCommandOutput} for command's `response` shape.
95
+ * @see {@link EKSClientResolvedConfig | config} for EKSClient's `config` shape.
96
+ *
97
+ * @throws {@link InvalidParameterException} (client fault)
98
+ * <p>The specified parameter is invalid. Review the available parameters for the API
99
+ * request.</p>
100
+ *
101
+ * @throws {@link InvalidRequestException} (client fault)
102
+ * <p>The request is invalid given the state of the cluster. Check the state of the cluster
103
+ * and the associated operations.</p>
104
+ *
105
+ * @throws {@link ResourceNotFoundException} (client fault)
106
+ * <p>The specified resource could not be found. You can view your available clusters with
107
+ * <code>ListClusters</code>. You can view your available managed node groups with
108
+ * <code>ListNodegroups</code>. Amazon EKS clusters and node groups are Amazon Web Services Region specific.</p>
109
+ *
110
+ * @throws {@link ServerException} (server fault)
111
+ * <p>These errors are usually caused by a server-side issue.</p>
112
+ *
113
+ * @throws {@link EKSServiceException}
114
+ * <p>Base exception class for all service exceptions from EKS service.</p>
115
+ *
116
+ */
117
+ export declare class DescribeInsightCommand extends DescribeInsightCommand_base {
118
+ }