@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 { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateNodegroupConfigCommandInput extends UpdateNodegroupConfig
21
20
  */
22
21
  export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateNodegroupConfigCommand_base: {
24
+ new (input: UpdateNodegroupConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an Amazon EKS managed node group configuration. Your node group
@@ -133,23 +136,5 @@ export interface UpdateNodegroupConfigCommandOutput extends UpdateNodegroupConfi
133
136
  * <p>Base exception class for all service exceptions from EKS service.</p>
134
137
  *
135
138
  */
136
- export declare class UpdateNodegroupConfigCommand extends $Command<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput, EKSClientResolvedConfig> {
137
- readonly input: UpdateNodegroupConfigCommandInput;
138
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
139
- /**
140
- * @public
141
- */
142
- constructor(input: UpdateNodegroupConfigCommandInput);
143
- /**
144
- * @internal
145
- */
146
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodegroupConfigCommandInput, UpdateNodegroupConfigCommandOutput>;
147
- /**
148
- * @internal
149
- */
150
- private serialize;
151
- /**
152
- * @internal
153
- */
154
- private deserialize;
139
+ export declare class UpdateNodegroupConfigCommand extends UpdateNodegroupConfigCommand_base {
155
140
  }
@@ -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 { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateNodegroupVersionCommandInput extends UpdateNodegroupVersi
21
20
  */
22
21
  export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateNodegroupVersionCommand_base: {
24
+ new (input: UpdateNodegroupVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the Kubernetes version or AMI version of an Amazon EKS managed node
@@ -124,23 +127,5 @@ export interface UpdateNodegroupVersionCommandOutput extends UpdateNodegroupVers
124
127
  * <p>Base exception class for all service exceptions from EKS service.</p>
125
128
  *
126
129
  */
127
- export declare class UpdateNodegroupVersionCommand extends $Command<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput, EKSClientResolvedConfig> {
128
- readonly input: UpdateNodegroupVersionCommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: UpdateNodegroupVersionCommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNodegroupVersionCommandInput, UpdateNodegroupVersionCommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class UpdateNodegroupVersionCommand extends UpdateNodegroupVersionCommand_base {
146
131
  }
@@ -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 { UpdatePodIdentityAssociationRequest, UpdatePodIdentityAssociationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdatePodIdentityAssociationCommandInput extends UpdatePodIdent
21
20
  */
22
21
  export interface UpdatePodIdentityAssociationCommandOutput extends UpdatePodIdentityAssociationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdatePodIdentityAssociationCommand_base: {
24
+ new (input: UpdatePodIdentityAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a EKS Pod Identity association. Only the IAM role can be changed; an association can't be moved
@@ -85,23 +88,5 @@ export interface UpdatePodIdentityAssociationCommandOutput extends UpdatePodIden
85
88
  * <p>Base exception class for all service exceptions from EKS service.</p>
86
89
  *
87
90
  */
88
- export declare class UpdatePodIdentityAssociationCommand extends $Command<UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig> {
89
- readonly input: UpdatePodIdentityAssociationCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: UpdatePodIdentityAssociationCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EKSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class UpdatePodIdentityAssociationCommand extends UpdatePodIdentityAssociationCommand_base {
107
92
  }
@@ -24,6 +24,7 @@ export * from "./DescribeClusterCommand";
24
24
  export * from "./DescribeEksAnywhereSubscriptionCommand";
25
25
  export * from "./DescribeFargateProfileCommand";
26
26
  export * from "./DescribeIdentityProviderConfigCommand";
27
+ export * from "./DescribeInsightCommand";
27
28
  export * from "./DescribeNodegroupCommand";
28
29
  export * from "./DescribePodIdentityAssociationCommand";
29
30
  export * from "./DescribeUpdateCommand";
@@ -37,6 +38,7 @@ export * from "./ListClustersCommand";
37
38
  export * from "./ListEksAnywhereSubscriptionsCommand";
38
39
  export * from "./ListFargateProfilesCommand";
39
40
  export * from "./ListIdentityProviderConfigsCommand";
41
+ export * from "./ListInsightsCommand";
40
42
  export * from "./ListNodegroupsCommand";
41
43
  export * from "./ListPodIdentityAssociationsCommand";
42
44
  export * from "./ListTagsForResourceCommand";
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1135,6 +1135,11 @@ export interface CreateAccessEntryRequest {
1135
1135
  * <p>The ARN of the IAM principal for the <code>AccessEntry</code>. You can specify one ARN for each access entry. You can't specify the
1136
1136
  * same ARN in more than one access entry. This value can't be changed after access entry
1137
1137
  * creation.</p>
1138
+ * <p>The valid principals differ depending on the type of the access entry in the <code>type</code> field.
1139
+ * The only valid ARN is IAM roles for the types of access entries for nodes: <code></code>
1140
+ * <code></code>. You can use every IAM principal type for <code>STANDARD</code> access entries.
1141
+ * You can't use the STS session principal type with access entries because this is a temporary
1142
+ * principal for each session and not a permanent identity that can be assigned permissions.</p>
1138
1143
  * <p>
1139
1144
  * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#bp-users-federation-idp">IAM best practices</a> recommend using IAM roles with
1140
1145
  * temporary credentials, rather than IAM users with long-term credentials.
@@ -1188,7 +1193,9 @@ export interface CreateAccessEntryRequest {
1188
1193
  username?: string;
1189
1194
  /**
1190
1195
  * @public
1191
- * <p>If the <code>principalArn</code> is for an IAM role that's used for
1196
+ * <p>The type of the new access entry. Valid values are <code>Standard</code>,
1197
+ * <code>FARGATE_LINUX</code>, <code>EC2_LINUX</code>, and <code>EC2_WINDOWS</code>.</p>
1198
+ * <p>If the <code>principalArn</code> is for an IAM role that's used for
1192
1199
  * self-managed Amazon EC2 nodes, specify <code>EC2_LINUX</code> or
1193
1200
  * <code>EC2_WINDOWS</code>. Amazon EKS grants the necessary permissions to the
1194
1201
  * node for you. If the <code>principalArn</code> is for any other purpose, specify
@@ -1493,8 +1500,8 @@ export interface Logging {
1493
1500
  export interface ControlPlanePlacementRequest {
1494
1501
  /**
1495
1502
  * @public
1496
- * <p>The name of the placement group for the Kubernetes control plane instances. This setting
1497
- * can't be changed after cluster creation. </p>
1503
+ * <p>The name of the placement group for the Kubernetes control plane instances. This
1504
+ * setting can't be changed after cluster creation. </p>
1498
1505
  */
1499
1506
  groupName?: string;
1500
1507
  }
@@ -3934,6 +3941,226 @@ export interface DescribeIdentityProviderConfigResponse {
3934
3941
  */
3935
3942
  identityProviderConfig?: IdentityProviderConfigResponse;
3936
3943
  }
3944
+ /**
3945
+ * @public
3946
+ */
3947
+ export interface DescribeInsightRequest {
3948
+ /**
3949
+ * @public
3950
+ * <p>The name of the cluster to describe the insight for.</p>
3951
+ */
3952
+ clusterName: string | undefined;
3953
+ /**
3954
+ * @public
3955
+ * <p>The identity of the insight to describe.</p>
3956
+ */
3957
+ id: string | undefined;
3958
+ }
3959
+ /**
3960
+ * @public
3961
+ * @enum
3962
+ */
3963
+ export declare const Category: {
3964
+ readonly UPGRADE_READINESS: "UPGRADE_READINESS";
3965
+ };
3966
+ /**
3967
+ * @public
3968
+ */
3969
+ export type Category = (typeof Category)[keyof typeof Category];
3970
+ /**
3971
+ * @public
3972
+ * <p>Details about clients using the deprecated resources.</p>
3973
+ */
3974
+ export interface ClientStat {
3975
+ /**
3976
+ * @public
3977
+ * <p>The user agent of the Kubernetes client using the deprecated resource.</p>
3978
+ */
3979
+ userAgent?: string;
3980
+ /**
3981
+ * @public
3982
+ * <p>The number of requests from the Kubernetes client seen over the last 30 days.</p>
3983
+ */
3984
+ numberOfRequestsLast30Days?: number;
3985
+ /**
3986
+ * @public
3987
+ * <p>The timestamp of the last request seen from the Kubernetes client.</p>
3988
+ */
3989
+ lastRequestTime?: Date;
3990
+ }
3991
+ /**
3992
+ * @public
3993
+ * <p>The summary information about deprecated resource usage for an insight check in the
3994
+ * <code>UPGRADE_READINESS</code> category.</p>
3995
+ */
3996
+ export interface DeprecationDetail {
3997
+ /**
3998
+ * @public
3999
+ * <p>The deprecated version of the resource.</p>
4000
+ */
4001
+ usage?: string;
4002
+ /**
4003
+ * @public
4004
+ * <p>The newer version of the resource to migrate to if applicable. </p>
4005
+ */
4006
+ replacedWith?: string;
4007
+ /**
4008
+ * @public
4009
+ * <p>The version of the software where the deprecated resource version will stop being served.</p>
4010
+ */
4011
+ stopServingVersion?: string;
4012
+ /**
4013
+ * @public
4014
+ * <p>The version of the software where the newer resource version became available to migrate to if applicable.</p>
4015
+ */
4016
+ startServingReplacementVersion?: string;
4017
+ /**
4018
+ * @public
4019
+ * <p>Details about Kubernetes clients using the deprecated resources.</p>
4020
+ */
4021
+ clientStats?: ClientStat[];
4022
+ }
4023
+ /**
4024
+ * @public
4025
+ * <p>Summary information that relates to the category of the insight. Currently only
4026
+ * returned with certain insights having category <code>UPGRADE_READINESS</code>.</p>
4027
+ */
4028
+ export interface InsightCategorySpecificSummary {
4029
+ /**
4030
+ * @public
4031
+ * <p>The summary information about deprecated resource usage for an insight check in the
4032
+ * <code>UPGRADE_READINESS</code> category.</p>
4033
+ */
4034
+ deprecationDetails?: DeprecationDetail[];
4035
+ }
4036
+ /**
4037
+ * @public
4038
+ * @enum
4039
+ */
4040
+ export declare const InsightStatusValue: {
4041
+ readonly ERROR: "ERROR";
4042
+ readonly PASSING: "PASSING";
4043
+ readonly UNKNOWN: "UNKNOWN";
4044
+ readonly WARNING: "WARNING";
4045
+ };
4046
+ /**
4047
+ * @public
4048
+ */
4049
+ export type InsightStatusValue = (typeof InsightStatusValue)[keyof typeof InsightStatusValue];
4050
+ /**
4051
+ * @public
4052
+ * <p>The status of the insight.</p>
4053
+ */
4054
+ export interface InsightStatus {
4055
+ /**
4056
+ * @public
4057
+ * <p>The status of the resource.</p>
4058
+ */
4059
+ status?: InsightStatusValue;
4060
+ /**
4061
+ * @public
4062
+ * <p>Explanation on the reasoning for the status of the resource. </p>
4063
+ */
4064
+ reason?: string;
4065
+ }
4066
+ /**
4067
+ * @public
4068
+ * <p>Returns information about the resource being evaluated.</p>
4069
+ */
4070
+ export interface InsightResourceDetail {
4071
+ /**
4072
+ * @public
4073
+ * <p>An object containing more detail on the status of the insight resource.</p>
4074
+ */
4075
+ insightStatus?: InsightStatus;
4076
+ /**
4077
+ * @public
4078
+ * <p>The Kubernetes resource URI if applicable.</p>
4079
+ */
4080
+ kubernetesResourceUri?: string;
4081
+ /**
4082
+ * @public
4083
+ * <p>The Amazon Resource Name (ARN) if applicable.</p>
4084
+ */
4085
+ arn?: string;
4086
+ }
4087
+ /**
4088
+ * @public
4089
+ * <p>A check that provides recommendations to remedy potential upgrade-impacting issues.</p>
4090
+ */
4091
+ export interface Insight {
4092
+ /**
4093
+ * @public
4094
+ * <p>The ID of the insight.</p>
4095
+ */
4096
+ id?: string;
4097
+ /**
4098
+ * @public
4099
+ * <p>The name of the insight.</p>
4100
+ */
4101
+ name?: string;
4102
+ /**
4103
+ * @public
4104
+ * <p>The category of the insight.</p>
4105
+ */
4106
+ category?: Category;
4107
+ /**
4108
+ * @public
4109
+ * <p>The Kubernetes minor version associated with an insight if applicable.</p>
4110
+ */
4111
+ kubernetesVersion?: string;
4112
+ /**
4113
+ * @public
4114
+ * <p>The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.</p>
4115
+ */
4116
+ lastRefreshTime?: Date;
4117
+ /**
4118
+ * @public
4119
+ * <p>The time the status of the insight last changed.</p>
4120
+ */
4121
+ lastTransitionTime?: Date;
4122
+ /**
4123
+ * @public
4124
+ * <p>The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).</p>
4125
+ */
4126
+ description?: string;
4127
+ /**
4128
+ * @public
4129
+ * <p>An object containing more detail on the status of the insight resource.</p>
4130
+ */
4131
+ insightStatus?: InsightStatus;
4132
+ /**
4133
+ * @public
4134
+ * <p>A summary of how to remediate the finding of this insight if applicable. </p>
4135
+ */
4136
+ recommendation?: string;
4137
+ /**
4138
+ * @public
4139
+ * <p>Links to sources that provide additional context on the insight.</p>
4140
+ */
4141
+ additionalInfo?: Record<string, string>;
4142
+ /**
4143
+ * @public
4144
+ * <p>The details about each resource listed in the insight check result.</p>
4145
+ */
4146
+ resources?: InsightResourceDetail[];
4147
+ /**
4148
+ * @public
4149
+ * <p>Summary information that relates to the category of the insight. Currently only
4150
+ * returned with certain insights having category <code>UPGRADE_READINESS</code>.</p>
4151
+ */
4152
+ categorySpecificSummary?: InsightCategorySpecificSummary;
4153
+ }
4154
+ /**
4155
+ * @public
4156
+ */
4157
+ export interface DescribeInsightResponse {
4158
+ /**
4159
+ * @public
4160
+ * <p>The full description of the insight.</p>
4161
+ */
4162
+ insight?: Insight;
4163
+ }
3937
4164
  /**
3938
4165
  * @public
3939
4166
  */
@@ -4531,8 +4758,135 @@ export interface ListIdentityProviderConfigsResponse {
4531
4758
  /**
4532
4759
  * @public
4533
4760
  * <p>The <code>nextToken</code> value to include in a future
4534
- * <code>ListIdentityProviderConfigsResponse</code> request. When the results of a
4535
- * <code>ListIdentityProviderConfigsResponse</code> request exceed
4761
+ * <code>ListIdentityProviderConfigsResponse</code> request. When the results of a
4762
+ * <code>ListIdentityProviderConfigsResponse</code> request exceed
4763
+ * <code>maxResults</code>, you can use this value to retrieve the next page of
4764
+ * results. This value is <code>null</code> when there are no more results to
4765
+ * return.</p>
4766
+ * <note>
4767
+ * <p>This token should be treated as an opaque identifier that is used only to
4768
+ * retrieve the next items in a list and not for other programmatic purposes.</p>
4769
+ * </note>
4770
+ */
4771
+ nextToken?: string;
4772
+ }
4773
+ /**
4774
+ * @public
4775
+ * <p>The criteria to use for the insights.</p>
4776
+ */
4777
+ export interface InsightsFilter {
4778
+ /**
4779
+ * @public
4780
+ * <p>The categories to use to filter insights.</p>
4781
+ */
4782
+ categories?: Category[];
4783
+ /**
4784
+ * @public
4785
+ * <p>The Kubernetes versions to use to filter the insights.</p>
4786
+ */
4787
+ kubernetesVersions?: string[];
4788
+ /**
4789
+ * @public
4790
+ * <p>The statuses to use to filter the insights. </p>
4791
+ */
4792
+ statuses?: InsightStatusValue[];
4793
+ }
4794
+ /**
4795
+ * @public
4796
+ */
4797
+ export interface ListInsightsRequest {
4798
+ /**
4799
+ * @public
4800
+ * <p>The name of the Amazon EKS cluster associated with the insights.</p>
4801
+ */
4802
+ clusterName: string | undefined;
4803
+ /**
4804
+ * @public
4805
+ * <p>The criteria to filter your list of insights for your cluster. You can filter which insights are returned by category, associated Kubernetes version, and status.</p>
4806
+ */
4807
+ filter?: InsightsFilter;
4808
+ /**
4809
+ * @public
4810
+ * <p>The maximum number of identity provider configurations returned by
4811
+ * <code>ListInsights</code> in paginated output. When you use this parameter,
4812
+ * <code>ListInsights</code> returns only <code>maxResults</code> results in a single
4813
+ * page along with a <code>nextToken</code> response element. You can see the remaining
4814
+ * results of the initial request by sending another <code>ListInsights</code> request with
4815
+ * the returned <code>nextToken</code> value. This value can be between 1
4816
+ * and 100. If you don't use this parameter, <code>ListInsights</code>
4817
+ * returns up to 100 results and a <code>nextToken</code> value, if
4818
+ * applicable.</p>
4819
+ */
4820
+ maxResults?: number;
4821
+ /**
4822
+ * @public
4823
+ * <p>The <code>nextToken</code> value returned from a previous paginated <code>ListInsights</code>
4824
+ * request. When the results of a <code>ListInsights</code> request exceed
4825
+ * <code>maxResults</code>, you can use this value to retrieve the next page of
4826
+ * results. This value is <code>null</code> when there are no more results to
4827
+ * return.</p>
4828
+ */
4829
+ nextToken?: string;
4830
+ }
4831
+ /**
4832
+ * @public
4833
+ * <p>The summarized description of the insight.</p>
4834
+ */
4835
+ export interface InsightSummary {
4836
+ /**
4837
+ * @public
4838
+ * <p>The ID of the insight.</p>
4839
+ */
4840
+ id?: string;
4841
+ /**
4842
+ * @public
4843
+ * <p>The name of the insight.</p>
4844
+ */
4845
+ name?: string;
4846
+ /**
4847
+ * @public
4848
+ * <p>The category of the insight.</p>
4849
+ */
4850
+ category?: Category;
4851
+ /**
4852
+ * @public
4853
+ * <p>The Kubernetes minor version associated with an insight if applicable. </p>
4854
+ */
4855
+ kubernetesVersion?: string;
4856
+ /**
4857
+ * @public
4858
+ * <p>The time Amazon EKS last successfully completed a refresh of this insight check on the cluster.</p>
4859
+ */
4860
+ lastRefreshTime?: Date;
4861
+ /**
4862
+ * @public
4863
+ * <p>The time the status of the insight last changed.</p>
4864
+ */
4865
+ lastTransitionTime?: Date;
4866
+ /**
4867
+ * @public
4868
+ * <p>The description of the insight which includes alert criteria, remediation recommendation, and additional resources (contains Markdown).</p>
4869
+ */
4870
+ description?: string;
4871
+ /**
4872
+ * @public
4873
+ * <p>An object containing more detail on the status of the insight.</p>
4874
+ */
4875
+ insightStatus?: InsightStatus;
4876
+ }
4877
+ /**
4878
+ * @public
4879
+ */
4880
+ export interface ListInsightsResponse {
4881
+ /**
4882
+ * @public
4883
+ * <p>The returned list of insights.</p>
4884
+ */
4885
+ insights?: InsightSummary[];
4886
+ /**
4887
+ * @public
4888
+ * <p>The <code>nextToken</code> value to include in a future <code>ListInsights</code>
4889
+ * request. When the results of a <code>ListInsights</code> request exceed
4536
4890
  * <code>maxResults</code>, you can use this value to retrieve the next page of
4537
4891
  * results. This value is <code>null</code> when there are no more results to
4538
4892
  * return.</p>
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateDescribeAddonVersions(config: EKSPaginationConfiguration, input: DescribeAddonVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeAddonVersionsCommandOutput>;
7
+ export declare const paginateDescribeAddonVersions: (config: EKSPaginationConfiguration, input: DescribeAddonVersionsCommandInput, ...rest: any[]) => Paginator<DescribeAddonVersionsCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAccessEntries(config: EKSPaginationConfiguration, input: ListAccessEntriesCommandInput, ...additionalArguments: any): Paginator<ListAccessEntriesCommandOutput>;
7
+ export declare const paginateListAccessEntries: (config: EKSPaginationConfiguration, input: ListAccessEntriesCommandInput, ...rest: any[]) => Paginator<ListAccessEntriesCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAccessPolicies(config: EKSPaginationConfiguration, input: ListAccessPoliciesCommandInput, ...additionalArguments: any): Paginator<ListAccessPoliciesCommandOutput>;
7
+ export declare const paginateListAccessPolicies: (config: EKSPaginationConfiguration, input: ListAccessPoliciesCommandInput, ...rest: any[]) => Paginator<ListAccessPoliciesCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAddons(config: EKSPaginationConfiguration, input: ListAddonsCommandInput, ...additionalArguments: any): Paginator<ListAddonsCommandOutput>;
7
+ export declare const paginateListAddons: (config: EKSPaginationConfiguration, input: ListAddonsCommandInput, ...rest: any[]) => Paginator<ListAddonsCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListAssociatedAccessPolicies(config: EKSPaginationConfiguration, input: ListAssociatedAccessPoliciesCommandInput, ...additionalArguments: any): Paginator<ListAssociatedAccessPoliciesCommandOutput>;
7
+ export declare const paginateListAssociatedAccessPolicies: (config: EKSPaginationConfiguration, input: ListAssociatedAccessPoliciesCommandInput, ...rest: any[]) => Paginator<ListAssociatedAccessPoliciesCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListClusters(config: EKSPaginationConfiguration, input: ListClustersCommandInput, ...additionalArguments: any): Paginator<ListClustersCommandOutput>;
7
+ export declare const paginateListClusters: (config: EKSPaginationConfiguration, input: ListClustersCommandInput, ...rest: any[]) => Paginator<ListClustersCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListEksAnywhereSubscriptions(config: EKSPaginationConfiguration, input: ListEksAnywhereSubscriptionsCommandInput, ...additionalArguments: any): Paginator<ListEksAnywhereSubscriptionsCommandOutput>;
7
+ export declare const paginateListEksAnywhereSubscriptions: (config: EKSPaginationConfiguration, input: ListEksAnywhereSubscriptionsCommandInput, ...rest: any[]) => Paginator<ListEksAnywhereSubscriptionsCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListFargateProfiles(config: EKSPaginationConfiguration, input: ListFargateProfilesCommandInput, ...additionalArguments: any): Paginator<ListFargateProfilesCommandOutput>;
7
+ export declare const paginateListFargateProfiles: (config: EKSPaginationConfiguration, input: ListFargateProfilesCommandInput, ...rest: any[]) => Paginator<ListFargateProfilesCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListIdentityProviderConfigs(config: EKSPaginationConfiguration, input: ListIdentityProviderConfigsCommandInput, ...additionalArguments: any): Paginator<ListIdentityProviderConfigsCommandOutput>;
7
+ export declare const paginateListIdentityProviderConfigs: (config: EKSPaginationConfiguration, input: ListIdentityProviderConfigsCommandInput, ...rest: any[]) => Paginator<ListIdentityProviderConfigsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListInsightsCommandInput, ListInsightsCommandOutput } from "../commands/ListInsightsCommand";
3
+ import { EKSPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListInsights: (config: EKSPaginationConfiguration, input: ListInsightsCommandInput, ...rest: any[]) => Paginator<ListInsightsCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListNodegroups(config: EKSPaginationConfiguration, input: ListNodegroupsCommandInput, ...additionalArguments: any): Paginator<ListNodegroupsCommandOutput>;
7
+ export declare const paginateListNodegroups: (config: EKSPaginationConfiguration, input: ListNodegroupsCommandInput, ...rest: any[]) => Paginator<ListNodegroupsCommandOutput>;
@@ -4,4 +4,4 @@ import { EKSPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListPodIdentityAssociations(config: EKSPaginationConfiguration, input: ListPodIdentityAssociationsCommandInput, ...additionalArguments: any): Paginator<ListPodIdentityAssociationsCommandOutput>;
7
+ export declare const paginateListPodIdentityAssociations: (config: EKSPaginationConfiguration, input: ListPodIdentityAssociationsCommandInput, ...rest: any[]) => Paginator<ListPodIdentityAssociationsCommandOutput>;