@harnessio/react-ccm-optimization-service-client 0.2.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 (996) hide show
  1. package/README.md +43 -0
  2. package/dist/ccm-optimization-service/src/index.d.ts +6 -0
  3. package/dist/ccm-optimization-service/src/index.js +10 -0
  4. package/dist/ccm-optimization-service/src/services/helpers.d.ts +14 -0
  5. package/dist/ccm-optimization-service/src/services/helpers.js +1 -0
  6. package/dist/ccm-optimization-service/src/services/hooks/useAccessPointActivityQuery.d.ts +21 -0
  7. package/dist/ccm-optimization-service/src/services/hooks/useAccessPointActivityQuery.js +14 -0
  8. package/dist/ccm-optimization-service/src/services/hooks/useAccessPointResourcesQuery.d.ts +27 -0
  9. package/dist/ccm-optimization-service/src/services/hooks/useAccessPointResourcesQuery.js +14 -0
  10. package/dist/ccm-optimization-service/src/services/hooks/useAccessPointRulesQuery.d.ts +21 -0
  11. package/dist/ccm-optimization-service/src/services/hooks/useAccessPointRulesQuery.js +14 -0
  12. package/dist/ccm-optimization-service/src/services/hooks/useAllAccessPointsQuery.d.ts +20 -0
  13. package/dist/ccm-optimization-service/src/services/hooks/useAllAccessPointsQuery.js +14 -0
  14. package/dist/ccm-optimization-service/src/services/hooks/useAllCertificatesQuery.d.ts +24 -0
  15. package/dist/ccm-optimization-service/src/services/hooks/useAllCertificatesQuery.js +14 -0
  16. package/dist/ccm-optimization-service/src/services/hooks/useAllExecutionRolesQuery.d.ts +21 -0
  17. package/dist/ccm-optimization-service/src/services/hooks/useAllExecutionRolesQuery.js +14 -0
  18. package/dist/ccm-optimization-service/src/services/hooks/useAllHostedZonesQuery.d.ts +23 -0
  19. package/dist/ccm-optimization-service/src/services/hooks/useAllHostedZonesQuery.js +14 -0
  20. package/dist/ccm-optimization-service/src/services/hooks/useAllPublicIpsQuery.d.ts +24 -0
  21. package/dist/ccm-optimization-service/src/services/hooks/useAllPublicIpsQuery.js +14 -0
  22. package/dist/ccm-optimization-service/src/services/hooks/useAllRegionsQuery.d.ts +21 -0
  23. package/dist/ccm-optimization-service/src/services/hooks/useAllRegionsQuery.js +14 -0
  24. package/dist/ccm-optimization-service/src/services/hooks/useAllResourceGroupsQuery.d.ts +21 -0
  25. package/dist/ccm-optimization-service/src/services/hooks/useAllResourceGroupsQuery.js +14 -0
  26. package/dist/ccm-optimization-service/src/services/hooks/useAllResourcesOfAccountMutation.d.ts +25 -0
  27. package/dist/ccm-optimization-service/src/services/hooks/useAllResourcesOfAccountMutation.js +14 -0
  28. package/dist/ccm-optimization-service/src/services/hooks/useAllSecurityGroupsQuery.d.ts +24 -0
  29. package/dist/ccm-optimization-service/src/services/hooks/useAllSecurityGroupsQuery.js +14 -0
  30. package/dist/ccm-optimization-service/src/services/hooks/useAllServiceResourcesQuery.d.ts +26 -0
  31. package/dist/ccm-optimization-service/src/services/hooks/useAllServiceResourcesQuery.js +14 -0
  32. package/dist/ccm-optimization-service/src/services/hooks/useAllSubnetsQuery.d.ts +24 -0
  33. package/dist/ccm-optimization-service/src/services/hooks/useAllSubnetsQuery.js +14 -0
  34. package/dist/ccm-optimization-service/src/services/hooks/useAllVpCsQuery.d.ts +23 -0
  35. package/dist/ccm-optimization-service/src/services/hooks/useAllVpCsQuery.js +14 -0
  36. package/dist/ccm-optimization-service/src/services/hooks/useAllZonesQuery.d.ts +22 -0
  37. package/dist/ccm-optimization-service/src/services/hooks/useAllZonesQuery.js +14 -0
  38. package/dist/ccm-optimization-service/src/services/hooks/useConfigYamlClusterOrchestratorQuery.d.ts +21 -0
  39. package/dist/ccm-optimization-service/src/services/hooks/useConfigYamlClusterOrchestratorQuery.js +14 -0
  40. package/dist/ccm-optimization-service/src/services/hooks/useConfigureAutostoppingRuleMutation.d.ts +52 -0
  41. package/dist/ccm-optimization-service/src/services/hooks/useConfigureAutostoppingRuleMutation.js +14 -0
  42. package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorMutation.d.ts +23 -0
  43. package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorMutation.js +14 -0
  44. package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorWorkloadsMutation.d.ts +23 -0
  45. package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorWorkloadsMutation.js +14 -0
  46. package/dist/ccm-optimization-service/src/services/hooks/useCoolDownAutostoppingRuleMutation.d.ts +23 -0
  47. package/dist/ccm-optimization-service/src/services/hooks/useCoolDownAutostoppingRuleMutation.js +14 -0
  48. package/dist/ccm-optimization-service/src/services/hooks/useCreateAccessPointMutation.d.ts +23 -0
  49. package/dist/ccm-optimization-service/src/services/hooks/useCreateAccessPointMutation.js +14 -0
  50. package/dist/ccm-optimization-service/src/services/hooks/useCreateAlertMutation.d.ts +23 -0
  51. package/dist/ccm-optimization-service/src/services/hooks/useCreateAlertMutation.js +14 -0
  52. package/dist/ccm-optimization-service/src/services/hooks/useCreateClusterOrchestratorMutation.d.ts +23 -0
  53. package/dist/ccm-optimization-service/src/services/hooks/useCreateClusterOrchestratorMutation.js +14 -0
  54. package/dist/ccm-optimization-service/src/services/hooks/useCreateNodeClassMutation.d.ts +24 -0
  55. package/dist/ccm-optimization-service/src/services/hooks/useCreateNodeClassMutation.js +14 -0
  56. package/dist/ccm-optimization-service/src/services/hooks/useCreateNodePoolMutation.d.ts +24 -0
  57. package/dist/ccm-optimization-service/src/services/hooks/useCreateNodePoolMutation.js +14 -0
  58. package/dist/ccm-optimization-service/src/services/hooks/useCreateOrUpdateVpaRuleMutation.d.ts +24 -0
  59. package/dist/ccm-optimization-service/src/services/hooks/useCreateOrUpdateVpaRuleMutation.js +14 -0
  60. package/dist/ccm-optimization-service/src/services/hooks/useCreateRuleFromRecommendationV2Mutation.d.ts +25 -0
  61. package/dist/ccm-optimization-service/src/services/hooks/useCreateRuleFromRecommendationV2Mutation.js +14 -0
  62. package/dist/ccm-optimization-service/src/services/hooks/useCreateStaticSchedulesMutation.d.ts +35 -0
  63. package/dist/ccm-optimization-service/src/services/hooks/useCreateStaticSchedulesMutation.js +14 -0
  64. package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsQuery.d.ts +21 -0
  65. package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsQuery.js +14 -0
  66. package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsV2Mutation.d.ts +23 -0
  67. package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsV2Mutation.js +14 -0
  68. package/dist/ccm-optimization-service/src/services/hooks/useDeleteAccessPointsMutation.d.ts +19 -0
  69. package/dist/ccm-optimization-service/src/services/hooks/useDeleteAccessPointsMutation.js +14 -0
  70. package/dist/ccm-optimization-service/src/services/hooks/useDeleteAlertMutation.d.ts +21 -0
  71. package/dist/ccm-optimization-service/src/services/hooks/useDeleteAlertMutation.js +14 -0
  72. package/dist/ccm-optimization-service/src/services/hooks/useDeleteBulkRequestsMutation.d.ts +20 -0
  73. package/dist/ccm-optimization-service/src/services/hooks/useDeleteBulkRequestsMutation.js +14 -0
  74. package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterDetailsMutation.d.ts +20 -0
  75. package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterDetailsMutation.js +14 -0
  76. package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterOrchestratorMutation.d.ts +20 -0
  77. package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterOrchestratorMutation.js +14 -0
  78. package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodeClassMutation.d.ts +22 -0
  79. package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodeClassMutation.js +14 -0
  80. package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodePoolMutation.d.ts +22 -0
  81. package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodePoolMutation.js +14 -0
  82. package/dist/ccm-optimization-service/src/services/hooks/useDeleteRuleFilterMutation.d.ts +21 -0
  83. package/dist/ccm-optimization-service/src/services/hooks/useDeleteRuleFilterMutation.js +14 -0
  84. package/dist/ccm-optimization-service/src/services/hooks/useDeleteServiceMutation.d.ts +20 -0
  85. package/dist/ccm-optimization-service/src/services/hooks/useDeleteServiceMutation.js +14 -0
  86. package/dist/ccm-optimization-service/src/services/hooks/useDeleteStaticScheduleMutation.d.ts +22 -0
  87. package/dist/ccm-optimization-service/src/services/hooks/useDeleteStaticScheduleMutation.js +14 -0
  88. package/dist/ccm-optimization-service/src/services/hooks/useDeleteVpaRuleMutation.d.ts +22 -0
  89. package/dist/ccm-optimization-service/src/services/hooks/useDeleteVpaRuleMutation.js +14 -0
  90. package/dist/ccm-optimization-service/src/services/hooks/useDescribeServiceInContainerServiceClusterQuery.d.ts +24 -0
  91. package/dist/ccm-optimization-service/src/services/hooks/useDescribeServiceInContainerServiceClusterQuery.js +20 -0
  92. package/dist/ccm-optimization-service/src/services/hooks/useDisableOptimizationOnClusterOrchestratorMutation.d.ts +22 -0
  93. package/dist/ccm-optimization-service/src/services/hooks/useDisableOptimizationOnClusterOrchestratorMutation.js +14 -0
  94. package/dist/ccm-optimization-service/src/services/hooks/useEditAccessPointMutation.d.ts +23 -0
  95. package/dist/ccm-optimization-service/src/services/hooks/useEditAccessPointMutation.js +14 -0
  96. package/dist/ccm-optimization-service/src/services/hooks/useEnableOptimizationOnClusterOrchestratorMutation.d.ts +23 -0
  97. package/dist/ccm-optimization-service/src/services/hooks/useEnableOptimizationOnClusterOrchestratorMutation.js +14 -0
  98. package/dist/ccm-optimization-service/src/services/hooks/useEstimatedclusterSavingsQuery.d.ts +22 -0
  99. package/dist/ccm-optimization-service/src/services/hooks/useEstimatedclusterSavingsQuery.js +14 -0
  100. package/dist/ccm-optimization-service/src/services/hooks/useExtendWarmupResourcesMutation.d.ts +23 -0
  101. package/dist/ccm-optimization-service/src/services/hooks/useExtendWarmupResourcesMutation.js +14 -0
  102. package/dist/ccm-optimization-service/src/services/hooks/useFetchClusterWorkloadsListMutation.d.ts +24 -0
  103. package/dist/ccm-optimization-service/src/services/hooks/useFetchClusterWorkloadsListMutation.js +14 -0
  104. package/dist/ccm-optimization-service/src/services/hooks/useFetchDeletedRulesMutation.d.ts +23 -0
  105. package/dist/ccm-optimization-service/src/services/hooks/useFetchDeletedRulesMutation.js +14 -0
  106. package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesInfoAcrossPagesMutation.d.ts +48 -0
  107. package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesInfoAcrossPagesMutation.js +14 -0
  108. package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesMutation.d.ts +23 -0
  109. package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesMutation.js +14 -0
  110. package/dist/ccm-optimization-service/src/services/hooks/useGatewaySessionReportMutation.d.ts +23 -0
  111. package/dist/ccm-optimization-service/src/services/hooks/useGatewaySessionReportMutation.js +14 -0
  112. package/dist/ccm-optimization-service/src/services/hooks/useGenerateDeboardCommandMutation.d.ts +23 -0
  113. package/dist/ccm-optimization-service/src/services/hooks/useGenerateDeboardCommandMutation.js +14 -0
  114. package/dist/ccm-optimization-service/src/services/hooks/useGenerateOnboardCommandMutation.d.ts +23 -0
  115. package/dist/ccm-optimization-service/src/services/hooks/useGenerateOnboardCommandMutation.js +14 -0
  116. package/dist/ccm-optimization-service/src/services/hooks/useGetAccessPointQuery.d.ts +21 -0
  117. package/dist/ccm-optimization-service/src/services/hooks/useGetAccessPointQuery.js +14 -0
  118. package/dist/ccm-optimization-service/src/services/hooks/useGetAllAsGsMutation.d.ts +24 -0
  119. package/dist/ccm-optimization-service/src/services/hooks/useGetAllAsGsMutation.js +14 -0
  120. package/dist/ccm-optimization-service/src/services/hooks/useGetAllRuleFiltersQuery.d.ts +21 -0
  121. package/dist/ccm-optimization-service/src/services/hooks/useGetAllRuleFiltersQuery.js +14 -0
  122. package/dist/ccm-optimization-service/src/services/hooks/useGetAllTagsQuery.d.ts +22 -0
  123. package/dist/ccm-optimization-service/src/services/hooks/useGetAllTagsQuery.js +14 -0
  124. package/dist/ccm-optimization-service/src/services/hooks/useGetAppIdQuery.d.ts +13 -0
  125. package/dist/ccm-optimization-service/src/services/hooks/useGetAppIdQuery.js +14 -0
  126. package/dist/ccm-optimization-service/src/services/hooks/useGetAutoStoppingCoolDownMetaQuery.d.ts +21 -0
  127. package/dist/ccm-optimization-service/src/services/hooks/useGetAutoStoppingCoolDownMetaQuery.js +14 -0
  128. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingApplicationServicesQuery.d.ts +67 -0
  129. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingApplicationServicesQuery.js +20 -0
  130. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterNamespacesQuery.d.ts +58 -0
  131. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterNamespacesQuery.js +14 -0
  132. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterSummaryQuery.d.ts +39 -0
  133. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterSummaryQuery.js +14 -0
  134. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClustersQuery.d.ts +73 -0
  135. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClustersQuery.js +14 -0
  136. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingPermissionsQuery.d.ts +20 -0
  137. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingPermissionsQuery.js +14 -0
  138. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingTagsForFilterPanelQuery.d.ts +27 -0
  139. package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingTagsForFilterPanelQuery.js +14 -0
  140. package/dist/ccm-optimization-service/src/services/hooks/useGetBulkJobStatusQuery.d.ts +21 -0
  141. package/dist/ccm-optimization-service/src/services/hooks/useGetBulkJobStatusQuery.js +14 -0
  142. package/dist/ccm-optimization-service/src/services/hooks/useGetBulkRequestsResultMutation.d.ts +23 -0
  143. package/dist/ccm-optimization-service/src/services/hooks/useGetBulkRequestsResultMutation.js +14 -0
  144. package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationFileQuery.d.ts +21 -0
  145. package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationFileQuery.js +14 -0
  146. package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationInfoQuery.d.ts +21 -0
  147. package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationInfoQuery.js +14 -0
  148. package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationTemplateQuery.d.ts +20 -0
  149. package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationTemplateQuery.js +14 -0
  150. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsByIdQuery.d.ts +21 -0
  151. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsByIdQuery.js +14 -0
  152. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsQuery.d.ts +21 -0
  153. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsQuery.js +14 -0
  154. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesQuery.d.ts +21 -0
  155. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesQuery.js +14 -0
  156. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesSummaryQuery.d.ts +20 -0
  157. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesSummaryQuery.js +14 -0
  158. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorConfigQuery.d.ts +21 -0
  159. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorConfigQuery.js +14 -0
  160. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsQuery.d.ts +30 -0
  161. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsQuery.js +14 -0
  162. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsV2Mutation.d.ts +24 -0
  163. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsV2Mutation.js +14 -0
  164. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventsQuery.d.ts +20 -0
  165. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventsQuery.js +14 -0
  166. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorQuery.d.ts +21 -0
  167. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorQuery.js +14 -0
  168. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorSavingsMutation.d.ts +23 -0
  169. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorSavingsMutation.js +14 -0
  170. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterPotentialSavingsMutation.d.ts +43 -0
  171. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterPotentialSavingsMutation.js +14 -0
  172. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterRuleRecommendationOverviewQuery.d.ts +21 -0
  173. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterRuleRecommendationOverviewQuery.js +14 -0
  174. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsMutation.d.ts +24 -0
  175. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsMutation.js +14 -0
  176. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportBinpackingMutation.d.ts +24 -0
  177. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportBinpackingMutation.js +14 -0
  178. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterCostsMutation.d.ts +24 -0
  179. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterCostsMutation.js +14 -0
  180. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterSchedulesMutation.d.ts +24 -0
  181. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterSchedulesMutation.js +14 -0
  182. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportSpotWorkloadMutation.d.ts +24 -0
  183. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportSpotWorkloadMutation.js +14 -0
  184. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSummaryQuery.d.ts +19 -0
  185. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSummaryQuery.js +14 -0
  186. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsListQuery.d.ts +23 -0
  187. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsListQuery.js +14 -0
  188. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsSummaryQuery.d.ts +20 -0
  189. package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsSummaryQuery.js +14 -0
  190. package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListQuery.d.ts +20 -0
  191. package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListQuery.js +14 -0
  192. package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListV2Query.d.ts +30 -0
  193. package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListV2Query.js +14 -0
  194. package/dist/ccm-optimization-service/src/services/hooks/useGetContainerClustersOfRegionQuery.d.ts +22 -0
  195. package/dist/ccm-optimization-service/src/services/hooks/useGetContainerClustersOfRegionQuery.js +14 -0
  196. package/dist/ccm-optimization-service/src/services/hooks/useGetControllerVersionQuery.d.ts +22 -0
  197. package/dist/ccm-optimization-service/src/services/hooks/useGetControllerVersionQuery.js +14 -0
  198. package/dist/ccm-optimization-service/src/services/hooks/useGetInstanceHealthCheckDetailsQuery.d.ts +23 -0
  199. package/dist/ccm-optimization-service/src/services/hooks/useGetInstanceHealthCheckDetailsQuery.js +14 -0
  200. package/dist/ccm-optimization-service/src/services/hooks/useGetInstancesTagsQuery.d.ts +23 -0
  201. package/dist/ccm-optimization-service/src/services/hooks/useGetInstancesTagsQuery.js +14 -0
  202. package/dist/ccm-optimization-service/src/services/hooks/useGetKeyPairsForProxyQuery.d.ts +23 -0
  203. package/dist/ccm-optimization-service/src/services/hooks/useGetKeyPairsForProxyQuery.js +14 -0
  204. package/dist/ccm-optimization-service/src/services/hooks/useGetMachineListForZoneQuery.d.ts +26 -0
  205. package/dist/ccm-optimization-service/src/services/hooks/useGetMachineListForZoneQuery.js +14 -0
  206. package/dist/ccm-optimization-service/src/services/hooks/useGetNodeClassQuery.d.ts +22 -0
  207. package/dist/ccm-optimization-service/src/services/hooks/useGetNodeClassQuery.js +14 -0
  208. package/dist/ccm-optimization-service/src/services/hooks/useGetNodePoolQuery.d.ts +22 -0
  209. package/dist/ccm-optimization-service/src/services/hooks/useGetNodePoolQuery.js +14 -0
  210. package/dist/ccm-optimization-service/src/services/hooks/useGetNodepoolSchedulesQuery.d.ts +21 -0
  211. package/dist/ccm-optimization-service/src/services/hooks/useGetNodepoolSchedulesQuery.js +14 -0
  212. package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationGraphQuery.d.ts +23 -0
  213. package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationGraphQuery.js +14 -0
  214. package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationsAccountSummaryQuery.d.ts +22 -0
  215. package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationsAccountSummaryQuery.js +14 -0
  216. package/dist/ccm-optimization-service/src/services/hooks/useGetResourceSavingsMutation.d.ts +24 -0
  217. package/dist/ccm-optimization-service/src/services/hooks/useGetResourceSavingsMutation.js +14 -0
  218. package/dist/ccm-optimization-service/src/services/hooks/useGetRuleFilterQuery.d.ts +21 -0
  219. package/dist/ccm-optimization-service/src/services/hooks/useGetRuleFilterQuery.js +14 -0
  220. package/dist/ccm-optimization-service/src/services/hooks/useGetRulesMetadataQuery.d.ts +20 -0
  221. package/dist/ccm-optimization-service/src/services/hooks/useGetRulesMetadataQuery.js +14 -0
  222. package/dist/ccm-optimization-service/src/services/hooks/useGetScheduledNodepoolsQuery.d.ts +21 -0
  223. package/dist/ccm-optimization-service/src/services/hooks/useGetScheduledNodepoolsQuery.js +14 -0
  224. package/dist/ccm-optimization-service/src/services/hooks/useGetServiceDiagnosticsQuery.d.ts +21 -0
  225. package/dist/ccm-optimization-service/src/services/hooks/useGetServiceDiagnosticsQuery.js +14 -0
  226. package/dist/ccm-optimization-service/src/services/hooks/useGetServiceStatsQuery.d.ts +21 -0
  227. package/dist/ccm-optimization-service/src/services/hooks/useGetServiceStatsQuery.js +14 -0
  228. package/dist/ccm-optimization-service/src/services/hooks/useGetServicesQuery.d.ts +22 -0
  229. package/dist/ccm-optimization-service/src/services/hooks/useGetServicesQuery.js +14 -0
  230. package/dist/ccm-optimization-service/src/services/hooks/useGetTimezonesQuery.d.ts +20 -0
  231. package/dist/ccm-optimization-service/src/services/hooks/useGetTimezonesQuery.js +14 -0
  232. package/dist/ccm-optimization-service/src/services/hooks/useGetUsageOfResourcesQuery.d.ts +23 -0
  233. package/dist/ccm-optimization-service/src/services/hooks/useGetUsageOfResourcesQuery.js +14 -0
  234. package/dist/ccm-optimization-service/src/services/hooks/useGetVpaOnboardCommandQuery.d.ts +20 -0
  235. package/dist/ccm-optimization-service/src/services/hooks/useGetVpaOnboardCommandQuery.js +14 -0
  236. package/dist/ccm-optimization-service/src/services/hooks/useGetVpaRuleScalingSummaryQuery.d.ts +30 -0
  237. package/dist/ccm-optimization-service/src/services/hooks/useGetVpaRuleScalingSummaryQuery.js +20 -0
  238. package/dist/ccm-optimization-service/src/services/hooks/useGetVpaSummaryQuery.d.ts +29 -0
  239. package/dist/ccm-optimization-service/src/services/hooks/useGetVpaSummaryQuery.js +14 -0
  240. package/dist/ccm-optimization-service/src/services/hooks/useHealthOfServiceQuery.d.ts +21 -0
  241. package/dist/ccm-optimization-service/src/services/hooks/useHealthOfServiceQuery.js +14 -0
  242. package/dist/ccm-optimization-service/src/services/hooks/useListAccessPointsQuery.d.ts +24 -0
  243. package/dist/ccm-optimization-service/src/services/hooks/useListAccessPointsQuery.js +14 -0
  244. package/dist/ccm-optimization-service/src/services/hooks/useListAlertsMutation.d.ts +23 -0
  245. package/dist/ccm-optimization-service/src/services/hooks/useListAlertsMutation.js +14 -0
  246. package/dist/ccm-optimization-service/src/services/hooks/useListClusterNamespacesQuery.d.ts +21 -0
  247. package/dist/ccm-optimization-service/src/services/hooks/useListClusterNamespacesQuery.js +14 -0
  248. package/dist/ccm-optimization-service/src/services/hooks/useListClusterOrchestratorUnifiedSchedulesQuery.d.ts +21 -0
  249. package/dist/ccm-optimization-service/src/services/hooks/useListClusterOrchestratorUnifiedSchedulesQuery.js +19 -0
  250. package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationNamespacesQuery.d.ts +21 -0
  251. package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationNamespacesQuery.js +14 -0
  252. package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationsQuery.d.ts +24 -0
  253. package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationsQuery.js +14 -0
  254. package/dist/ccm-optimization-service/src/services/hooks/useListDistinctK8sConnIdsForRecommendationsQuery.d.ts +20 -0
  255. package/dist/ccm-optimization-service/src/services/hooks/useListDistinctK8sConnIdsForRecommendationsQuery.js +14 -0
  256. package/dist/ccm-optimization-service/src/services/hooks/useListNodeClassesQuery.d.ts +23 -0
  257. package/dist/ccm-optimization-service/src/services/hooks/useListNodeClassesQuery.js +14 -0
  258. package/dist/ccm-optimization-service/src/services/hooks/useListNodePoolsQuery.d.ts +26 -0
  259. package/dist/ccm-optimization-service/src/services/hooks/useListNodePoolsQuery.js +14 -0
  260. package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterMatchingTagsMutation.d.ts +26 -0
  261. package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterMatchingTagsMutation.js +14 -0
  262. package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterQuery.d.ts +23 -0
  263. package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterQuery.js +19 -0
  264. package/dist/ccm-optimization-service/src/services/hooks/useListRecommendationWorkloadsQuery.d.ts +32 -0
  265. package/dist/ccm-optimization-service/src/services/hooks/useListRecommendationWorkloadsQuery.js +20 -0
  266. package/dist/ccm-optimization-service/src/services/hooks/useListRuleRecommendationClustersQuery.d.ts +32 -0
  267. package/dist/ccm-optimization-service/src/services/hooks/useListRuleRecommendationClustersQuery.js +14 -0
  268. package/dist/ccm-optimization-service/src/services/hooks/useListStaticSchedulesQuery.d.ts +23 -0
  269. package/dist/ccm-optimization-service/src/services/hooks/useListStaticSchedulesQuery.js +14 -0
  270. package/dist/ccm-optimization-service/src/services/hooks/useListVpaRulesMutation.d.ts +24 -0
  271. package/dist/ccm-optimization-service/src/services/hooks/useListVpaRulesMutation.js +14 -0
  272. package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceCsvMutation.d.ts +24 -0
  273. package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceCsvMutation.js +14 -0
  274. package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceQuery.d.ts +21 -0
  275. package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceQuery.js +14 -0
  276. package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceV2Mutation.d.ts +25 -0
  277. package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceV2Mutation.js +14 -0
  278. package/dist/ccm-optimization-service/src/services/hooks/useMapToDnsMutation.d.ts +23 -0
  279. package/dist/ccm-optimization-service/src/services/hooks/useMapToDnsMutation.js +14 -0
  280. package/dist/ccm-optimization-service/src/services/hooks/usePaginatedAccessPointsMutation.d.ts +23 -0
  281. package/dist/ccm-optimization-service/src/services/hooks/usePaginatedAccessPointsMutation.js +14 -0
  282. package/dist/ccm-optimization-service/src/services/hooks/usePerformBulkRuleActionMutation.d.ts +60 -0
  283. package/dist/ccm-optimization-service/src/services/hooks/usePerformBulkRuleActionMutation.js +14 -0
  284. package/dist/ccm-optimization-service/src/services/hooks/useRequestsOfServiceQuery.d.ts +21 -0
  285. package/dist/ccm-optimization-service/src/services/hooks/useRequestsOfServiceQuery.js +14 -0
  286. package/dist/ccm-optimization-service/src/services/hooks/useRouteDetailsQuery.d.ts +23 -0
  287. package/dist/ccm-optimization-service/src/services/hooks/useRouteDetailsQuery.js +14 -0
  288. package/dist/ccm-optimization-service/src/services/hooks/useSaveClusterOrchestratorConfigMutation.d.ts +24 -0
  289. package/dist/ccm-optimization-service/src/services/hooks/useSaveClusterOrchestratorConfigMutation.js +14 -0
  290. package/dist/ccm-optimization-service/src/services/hooks/useSaveRuleFilterMutation.d.ts +23 -0
  291. package/dist/ccm-optimization-service/src/services/hooks/useSaveRuleFilterMutation.js +14 -0
  292. package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceMutation.d.ts +23 -0
  293. package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceMutation.js +14 -0
  294. package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceV2Mutation.d.ts +23 -0
  295. package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceV2Mutation.js +14 -0
  296. package/dist/ccm-optimization-service/src/services/hooks/useSavingsOfServiceQuery.d.ts +26 -0
  297. package/dist/ccm-optimization-service/src/services/hooks/useSavingsOfServiceQuery.js +14 -0
  298. package/dist/ccm-optimization-service/src/services/hooks/useSecurityGroupsOfInstancesMutation.d.ts +23 -0
  299. package/dist/ccm-optimization-service/src/services/hooks/useSecurityGroupsOfInstancesMutation.js +14 -0
  300. package/dist/ccm-optimization-service/src/services/hooks/useSetScheduleDisabledMutation.d.ts +32 -0
  301. package/dist/ccm-optimization-service/src/services/hooks/useSetScheduleDisabledMutation.js +14 -0
  302. package/dist/ccm-optimization-service/src/services/hooks/useTestClusterOrchestratorConnectionQuery.d.ts +21 -0
  303. package/dist/ccm-optimization-service/src/services/hooks/useTestClusterOrchestratorConnectionQuery.js +19 -0
  304. package/dist/ccm-optimization-service/src/services/hooks/useToggleAutostoppingRuleMutation.d.ts +22 -0
  305. package/dist/ccm-optimization-service/src/services/hooks/useToggleAutostoppingRuleMutation.js +14 -0
  306. package/dist/ccm-optimization-service/src/services/hooks/useToggleRuleModeMutation.d.ts +23 -0
  307. package/dist/ccm-optimization-service/src/services/hooks/useToggleRuleModeMutation.js +14 -0
  308. package/dist/ccm-optimization-service/src/services/hooks/useUpdateAlertMutation.d.ts +23 -0
  309. package/dist/ccm-optimization-service/src/services/hooks/useUpdateAlertMutation.js +14 -0
  310. package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodeClassMutation.d.ts +25 -0
  311. package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodeClassMutation.js +14 -0
  312. package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodePoolMutation.d.ts +25 -0
  313. package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodePoolMutation.js +14 -0
  314. package/dist/ccm-optimization-service/src/services/hooks/useUpdateRuleFilterMutation.d.ts +23 -0
  315. package/dist/ccm-optimization-service/src/services/hooks/useUpdateRuleFilterMutation.js +14 -0
  316. package/dist/ccm-optimization-service/src/services/hooks/useUpdateSchedulePrioritiesMutation.d.ts +58 -0
  317. package/dist/ccm-optimization-service/src/services/hooks/useUpdateSchedulePrioritiesMutation.js +14 -0
  318. package/dist/ccm-optimization-service/src/services/hooks/useUpdateServiceV2Mutation.d.ts +24 -0
  319. package/dist/ccm-optimization-service/src/services/hooks/useUpdateServiceV2Mutation.js +14 -0
  320. package/dist/ccm-optimization-service/src/services/hooks/useValidateCustomDomainsMutation.d.ts +23 -0
  321. package/dist/ccm-optimization-service/src/services/hooks/useValidateCustomDomainsMutation.js +14 -0
  322. package/dist/ccm-optimization-service/src/services/hooks/useValidateStaticScheduleListMutation.d.ts +24 -0
  323. package/dist/ccm-optimization-service/src/services/hooks/useValidateStaticScheduleListMutation.js +14 -0
  324. package/dist/ccm-optimization-service/src/services/hooks/useVersionCheckQuery.d.ts +22 -0
  325. package/dist/ccm-optimization-service/src/services/hooks/useVersionCheckQuery.js +14 -0
  326. package/dist/ccm-optimization-service/src/services/hooks/useWarmupResourcesMutation.d.ts +23 -0
  327. package/dist/ccm-optimization-service/src/services/hooks/useWarmupResourcesMutation.js +14 -0
  328. package/dist/ccm-optimization-service/src/services/index.d.ts +655 -0
  329. package/dist/ccm-optimization-service/src/services/index.js +161 -0
  330. package/dist/ccm-optimization-service/src/services/requestBodies/AccessPointRequestBody.d.ts +2 -0
  331. package/dist/ccm-optimization-service/src/services/requestBodies/AccessPointRequestBody.js +1 -0
  332. package/dist/ccm-optimization-service/src/services/requestBodies/GenerateOnboardCommandPayloadRequestBody.d.ts +2 -0
  333. package/dist/ccm-optimization-service/src/services/requestBodies/GenerateOnboardCommandPayloadRequestBody.js +1 -0
  334. package/dist/ccm-optimization-service/src/services/requestBodies/GetClusterOrchestratorSavingsBodyRequestBody.d.ts +4 -0
  335. package/dist/ccm-optimization-service/src/services/requestBodies/GetClusterOrchestratorSavingsBodyRequestBody.js +4 -0
  336. package/dist/ccm-optimization-service/src/services/requestBodies/SaveServiceRequestRequestBody.d.ts +2 -0
  337. package/dist/ccm-optimization-service/src/services/requestBodies/SaveServiceRequestRequestBody.js +1 -0
  338. package/dist/ccm-optimization-service/src/services/requestBodies/WarmupBodyRequestBody.d.ts +2 -0
  339. package/dist/ccm-optimization-service/src/services/requestBodies/WarmupBodyRequestBody.js +1 -0
  340. package/dist/ccm-optimization-service/src/services/schemas/AccessPoint.d.ts +21 -0
  341. package/dist/ccm-optimization-service/src/services/schemas/AccessPoint.js +1 -0
  342. package/dist/ccm-optimization-service/src/services/schemas/AccessPointActivityResponse.d.ts +4 -0
  343. package/dist/ccm-optimization-service/src/services/schemas/AccessPointActivityResponse.js +1 -0
  344. package/dist/ccm-optimization-service/src/services/schemas/AccessPointCore.d.ts +7 -0
  345. package/dist/ccm-optimization-service/src/services/schemas/AccessPointCore.js +1 -0
  346. package/dist/ccm-optimization-service/src/services/schemas/AccessPointCoresResponse.d.ts +4 -0
  347. package/dist/ccm-optimization-service/src/services/schemas/AccessPointCoresResponse.js +1 -0
  348. package/dist/ccm-optimization-service/src/services/schemas/AccessPointMeta.d.ts +35 -0
  349. package/dist/ccm-optimization-service/src/services/schemas/AccessPointMeta.js +1 -0
  350. package/dist/ccm-optimization-service/src/services/schemas/AdvancedConfig.d.ts +18 -0
  351. package/dist/ccm-optimization-service/src/services/schemas/AdvancedConfig.js +1 -0
  352. package/dist/ccm-optimization-service/src/services/schemas/AlbAccessPointCore.d.ts +6 -0
  353. package/dist/ccm-optimization-service/src/services/schemas/AlbAccessPointCore.js +4 -0
  354. package/dist/ccm-optimization-service/src/services/schemas/Alert.d.ts +47 -0
  355. package/dist/ccm-optimization-service/src/services/schemas/Alert.js +1 -0
  356. package/dist/ccm-optimization-service/src/services/schemas/AlertAssociatedEntity.d.ts +18 -0
  357. package/dist/ccm-optimization-service/src/services/schemas/AlertAssociatedEntity.js +4 -0
  358. package/dist/ccm-optimization-service/src/services/schemas/AlertDeleteResponse.d.ts +8 -0
  359. package/dist/ccm-optimization-service/src/services/schemas/AlertDeleteResponse.js +4 -0
  360. package/dist/ccm-optimization-service/src/services/schemas/AlertEvent.d.ts +10 -0
  361. package/dist/ccm-optimization-service/src/services/schemas/AlertEvent.js +4 -0
  362. package/dist/ccm-optimization-service/src/services/schemas/AlertRecipient.d.ts +10 -0
  363. package/dist/ccm-optimization-service/src/services/schemas/AlertRecipient.js +4 -0
  364. package/dist/ccm-optimization-service/src/services/schemas/AlertRequest.d.ts +33 -0
  365. package/dist/ccm-optimization-service/src/services/schemas/AlertRequest.js +1 -0
  366. package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequest.d.ts +32 -0
  367. package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequest.js +1 -0
  368. package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequestSort.d.ts +10 -0
  369. package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequestSort.js +4 -0
  370. package/dist/ccm-optimization-service/src/services/schemas/AlertSearchResponse.d.ts +17 -0
  371. package/dist/ccm-optimization-service/src/services/schemas/AlertSearchResponse.js +1 -0
  372. package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateRequest.d.ts +37 -0
  373. package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateRequest.js +1 -0
  374. package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateResponse.d.ts +8 -0
  375. package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateResponse.js +4 -0
  376. package/dist/ccm-optimization-service/src/services/schemas/AllAsgResponse.d.ts +4 -0
  377. package/dist/ccm-optimization-service/src/services/schemas/AllAsgResponse.js +1 -0
  378. package/dist/ccm-optimization-service/src/services/schemas/AllCertificatesResponse.d.ts +4 -0
  379. package/dist/ccm-optimization-service/src/services/schemas/AllCertificatesResponse.js +1 -0
  380. package/dist/ccm-optimization-service/src/services/schemas/AllContainerServiceServicesResponse.d.ts +4 -0
  381. package/dist/ccm-optimization-service/src/services/schemas/AllContainerServiceServicesResponse.js +1 -0
  382. package/dist/ccm-optimization-service/src/services/schemas/AllExecutionRolesResponse.d.ts +4 -0
  383. package/dist/ccm-optimization-service/src/services/schemas/AllExecutionRolesResponse.js +1 -0
  384. package/dist/ccm-optimization-service/src/services/schemas/AllHostedZonesResponse.d.ts +4 -0
  385. package/dist/ccm-optimization-service/src/services/schemas/AllHostedZonesResponse.js +1 -0
  386. package/dist/ccm-optimization-service/src/services/schemas/AllPublicIpsResponse.d.ts +4 -0
  387. package/dist/ccm-optimization-service/src/services/schemas/AllPublicIpsResponse.js +1 -0
  388. package/dist/ccm-optimization-service/src/services/schemas/AllRegionsResponse.d.ts +4 -0
  389. package/dist/ccm-optimization-service/src/services/schemas/AllRegionsResponse.js +1 -0
  390. package/dist/ccm-optimization-service/src/services/schemas/AllResourceGroupsResponse.d.ts +4 -0
  391. package/dist/ccm-optimization-service/src/services/schemas/AllResourceGroupsResponse.js +1 -0
  392. package/dist/ccm-optimization-service/src/services/schemas/AllResourcesOfAccountResponse.d.ts +4 -0
  393. package/dist/ccm-optimization-service/src/services/schemas/AllResourcesOfAccountResponse.js +1 -0
  394. package/dist/ccm-optimization-service/src/services/schemas/AllSecurityGroupsResponse.d.ts +4 -0
  395. package/dist/ccm-optimization-service/src/services/schemas/AllSecurityGroupsResponse.js +1 -0
  396. package/dist/ccm-optimization-service/src/services/schemas/AllSubnetsResponse.d.ts +4 -0
  397. package/dist/ccm-optimization-service/src/services/schemas/AllSubnetsResponse.js +1 -0
  398. package/dist/ccm-optimization-service/src/services/schemas/AllVpCsResponse.d.ts +4 -0
  399. package/dist/ccm-optimization-service/src/services/schemas/AllVpCsResponse.js +1 -0
  400. package/dist/ccm-optimization-service/src/services/schemas/AllZonesResponse.d.ts +3 -0
  401. package/dist/ccm-optimization-service/src/services/schemas/AllZonesResponse.js +4 -0
  402. package/dist/ccm-optimization-service/src/services/schemas/AmiConfig.d.ts +8 -0
  403. package/dist/ccm-optimization-service/src/services/schemas/AmiConfig.js +1 -0
  404. package/dist/ccm-optimization-service/src/services/schemas/AmiSelectorTerm.d.ts +16 -0
  405. package/dist/ccm-optimization-service/src/services/schemas/AmiSelectorTerm.js +4 -0
  406. package/dist/ccm-optimization-service/src/services/schemas/AppIdResponse.d.ts +5 -0
  407. package/dist/ccm-optimization-service/src/services/schemas/AppIdResponse.js +4 -0
  408. package/dist/ccm-optimization-service/src/services/schemas/AsgMinimal.d.ts +21 -0
  409. package/dist/ccm-optimization-service/src/services/schemas/AsgMinimal.js +1 -0
  410. package/dist/ccm-optimization-service/src/services/schemas/AsgResourceFilterBody.d.ts +6 -0
  411. package/dist/ccm-optimization-service/src/services/schemas/AsgResourceFilterBody.js +4 -0
  412. package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissions.d.ts +18 -0
  413. package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissions.js +4 -0
  414. package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissionsResponse.d.ts +19 -0
  415. package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissionsResponse.js +1 -0
  416. package/dist/ccm-optimization-service/src/services/schemas/AzureAccessPointCore.d.ts +14 -0
  417. package/dist/ccm-optimization-service/src/services/schemas/AzureAccessPointCore.js +4 -0
  418. package/dist/ccm-optimization-service/src/services/schemas/BlockDeviceMapping.d.ts +12 -0
  419. package/dist/ccm-optimization-service/src/services/schemas/BlockDeviceMapping.js +1 -0
  420. package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsRequest.d.ts +4 -0
  421. package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsRequest.js +4 -0
  422. package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsResult.d.ts +13 -0
  423. package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsResult.js +4 -0
  424. package/dist/ccm-optimization-service/src/services/schemas/BulkRuleResponse.d.ts +8 -0
  425. package/dist/ccm-optimization-service/src/services/schemas/BulkRuleResponse.js +4 -0
  426. package/dist/ccm-optimization-service/src/services/schemas/Certificate.d.ts +4 -0
  427. package/dist/ccm-optimization-service/src/services/schemas/Certificate.js +4 -0
  428. package/dist/ccm-optimization-service/src/services/schemas/CertificateData.d.ts +5 -0
  429. package/dist/ccm-optimization-service/src/services/schemas/CertificateData.js +4 -0
  430. package/dist/ccm-optimization-service/src/services/schemas/CftResponse.d.ts +5 -0
  431. package/dist/ccm-optimization-service/src/services/schemas/CftResponse.js +4 -0
  432. package/dist/ccm-optimization-service/src/services/schemas/CloudFormationData.d.ts +4 -0
  433. package/dist/ccm-optimization-service/src/services/schemas/CloudFormationData.js +4 -0
  434. package/dist/ccm-optimization-service/src/services/schemas/CloudFormationResponse.d.ts +4 -0
  435. package/dist/ccm-optimization-service/src/services/schemas/CloudFormationResponse.js +1 -0
  436. package/dist/ccm-optimization-service/src/services/schemas/Cluster.d.ts +88 -0
  437. package/dist/ccm-optimization-service/src/services/schemas/Cluster.js +1 -0
  438. package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavings.d.ts +6 -0
  439. package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavings.js +4 -0
  440. package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavingsResponse.d.ts +4 -0
  441. package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavingsResponse.js +1 -0
  442. package/dist/ccm-optimization-service/src/services/schemas/ClusterFreedUpCapacity.d.ts +14 -0
  443. package/dist/ccm-optimization-service/src/services/schemas/ClusterFreedUpCapacity.js +4 -0
  444. package/dist/ccm-optimization-service/src/services/schemas/ClusterNodes.d.ts +35 -0
  445. package/dist/ccm-optimization-service/src/services/schemas/ClusterNodes.js +4 -0
  446. package/dist/ccm-optimization-service/src/services/schemas/ClusterNodesAggregate.d.ts +31 -0
  447. package/dist/ccm-optimization-service/src/services/schemas/ClusterNodesAggregate.js +1 -0
  448. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestrator.d.ts +11 -0
  449. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestrator.js +4 -0
  450. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConfigPayload.d.ts +101 -0
  451. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConfigPayload.js +1 -0
  452. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConnectionTestResponse.d.ts +4 -0
  453. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConnectionTestResponse.js +1 -0
  454. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorCreateResponse.d.ts +4 -0
  455. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorCreateResponse.js +1 -0
  456. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorGetResponse.d.ts +4 -0
  457. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorGetResponse.js +1 -0
  458. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorTestResult.d.ts +14 -0
  459. package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorTestResult.js +4 -0
  460. package/dist/ccm-optimization-service/src/services/schemas/ClusterOverviewResponse.d.ts +4 -0
  461. package/dist/ccm-optimization-service/src/services/schemas/ClusterOverviewResponse.js +1 -0
  462. package/dist/ccm-optimization-service/src/services/schemas/ClusterPodsAggregate.d.ts +8 -0
  463. package/dist/ccm-optimization-service/src/services/schemas/ClusterPodsAggregate.js +4 -0
  464. package/dist/ccm-optimization-service/src/services/schemas/ClusterRecommendationNamespacesResponse.d.ts +3 -0
  465. package/dist/ccm-optimization-service/src/services/schemas/ClusterRecommendationNamespacesResponse.js +4 -0
  466. package/dist/ccm-optimization-service/src/services/schemas/ClusterResourceMetrics.d.ts +22 -0
  467. package/dist/ccm-optimization-service/src/services/schemas/ClusterResourceMetrics.js +4 -0
  468. package/dist/ccm-optimization-service/src/services/schemas/ClusterRuleSummary.d.ts +8 -0
  469. package/dist/ccm-optimization-service/src/services/schemas/ClusterRuleSummary.js +4 -0
  470. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingPayload.d.ts +17 -0
  471. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingPayload.js +1 -0
  472. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingRequest.d.ts +22 -0
  473. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingRequest.js +4 -0
  474. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsPayload.d.ts +14 -0
  475. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsPayload.js +1 -0
  476. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsRequest.d.ts +12 -0
  477. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsRequest.js +4 -0
  478. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleDetails.d.ts +8 -0
  479. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleDetails.js +1 -0
  480. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleItem.d.ts +4 -0
  481. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleItem.js +1 -0
  482. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesPayload.d.ts +7 -0
  483. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesPayload.js +4 -0
  484. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesRequest.d.ts +17 -0
  485. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesRequest.js +1 -0
  486. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportCostByFulfillment.d.ts +9 -0
  487. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportCostByFulfillment.js +1 -0
  488. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportFulfillmentCost.d.ts +12 -0
  489. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportFulfillmentCost.js +4 -0
  490. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadPayload.d.ts +31 -0
  491. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadPayload.js +4 -0
  492. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadRequest.d.ts +21 -0
  493. package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadRequest.js +4 -0
  494. package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloadCost.d.ts +6 -0
  495. package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloadCost.js +4 -0
  496. package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloads.d.ts +27 -0
  497. package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloads.js +4 -0
  498. package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorPayload.d.ts +3 -0
  499. package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorPayload.js +4 -0
  500. package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorWorkloadsPayload.d.ts +7 -0
  501. package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorWorkloadsPayload.js +1 -0
  502. package/dist/ccm-optimization-service/src/services/schemas/Consolidation.d.ts +26 -0
  503. package/dist/ccm-optimization-service/src/services/schemas/Consolidation.js +1 -0
  504. package/dist/ccm-optimization-service/src/services/schemas/ConsolidationBudget.d.ts +16 -0
  505. package/dist/ccm-optimization-service/src/services/schemas/ConsolidationBudget.js +4 -0
  506. package/dist/ccm-optimization-service/src/services/schemas/ContainerClusterMinimal.d.ts +5 -0
  507. package/dist/ccm-optimization-service/src/services/schemas/ContainerClusterMinimal.js +4 -0
  508. package/dist/ccm-optimization-service/src/services/schemas/ContainerClustersResponse.d.ts +4 -0
  509. package/dist/ccm-optimization-service/src/services/schemas/ContainerClustersResponse.js +1 -0
  510. package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceService.d.ts +26 -0
  511. package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceService.js +4 -0
  512. package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceServiceMinimal.d.ts +18 -0
  513. package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceServiceMinimal.js +4 -0
  514. package/dist/ccm-optimization-service/src/services/schemas/ContainerSvc.d.ts +9 -0
  515. package/dist/ccm-optimization-service/src/services/schemas/ContainerSvc.js +4 -0
  516. package/dist/ccm-optimization-service/src/services/schemas/ControllerVersionResponse.d.ts +31 -0
  517. package/dist/ccm-optimization-service/src/services/schemas/ControllerVersionResponse.js +4 -0
  518. package/dist/ccm-optimization-service/src/services/schemas/CoolDownMetaSuccessResponse.d.ts +14 -0
  519. package/dist/ccm-optimization-service/src/services/schemas/CoolDownMetaSuccessResponse.js +4 -0
  520. package/dist/ccm-optimization-service/src/services/schemas/CoolDownOption.d.ts +10 -0
  521. package/dist/ccm-optimization-service/src/services/schemas/CoolDownOption.js +4 -0
  522. package/dist/ccm-optimization-service/src/services/schemas/CreateAccessPointResponse.d.ts +8 -0
  523. package/dist/ccm-optimization-service/src/services/schemas/CreateAccessPointResponse.js +1 -0
  524. package/dist/ccm-optimization-service/src/services/schemas/CreateAlertResponse.d.ts +8 -0
  525. package/dist/ccm-optimization-service/src/services/schemas/CreateAlertResponse.js +4 -0
  526. package/dist/ccm-optimization-service/src/services/schemas/CreateClusterOrchestratorPayload.d.ts +7 -0
  527. package/dist/ccm-optimization-service/src/services/schemas/CreateClusterOrchestratorPayload.js +4 -0
  528. package/dist/ccm-optimization-service/src/services/schemas/CreateNodeClassRequest.d.ts +12 -0
  529. package/dist/ccm-optimization-service/src/services/schemas/CreateNodeClassRequest.js +1 -0
  530. package/dist/ccm-optimization-service/src/services/schemas/CreateNodePoolRequest.d.ts +12 -0
  531. package/dist/ccm-optimization-service/src/services/schemas/CreateNodePoolRequest.js +1 -0
  532. package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationResponse.d.ts +6 -0
  533. package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationResponse.js +4 -0
  534. package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationV2Request.d.ts +28 -0
  535. package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationV2Request.js +1 -0
  536. package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavings.d.ts +113 -0
  537. package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavings.js +4 -0
  538. package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavingsResponse.d.ts +4 -0
  539. package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavingsResponse.js +1 -0
  540. package/dist/ccm-optimization-service/src/services/schemas/CumulativeServiceSavingsBody.d.ts +8 -0
  541. package/dist/ccm-optimization-service/src/services/schemas/CumulativeServiceSavingsBody.js +1 -0
  542. package/dist/ccm-optimization-service/src/services/schemas/DeleteNodePoolResponse.d.ts +15 -0
  543. package/dist/ccm-optimization-service/src/services/schemas/DeleteNodePoolResponse.js +4 -0
  544. package/dist/ccm-optimization-service/src/services/schemas/DeleteRuleFilterResponse.d.ts +11 -0
  545. package/dist/ccm-optimization-service/src/services/schemas/DeleteRuleFilterResponse.js +1 -0
  546. package/dist/ccm-optimization-service/src/services/schemas/DeletedRule.d.ts +16 -0
  547. package/dist/ccm-optimization-service/src/services/schemas/DeletedRule.js +4 -0
  548. package/dist/ccm-optimization-service/src/services/schemas/DescribeServiceOfContainerServicesResponse.d.ts +4 -0
  549. package/dist/ccm-optimization-service/src/services/schemas/DescribeServiceOfContainerServicesResponse.js +1 -0
  550. package/dist/ccm-optimization-service/src/services/schemas/DiscoveryWorkload.d.ts +10 -0
  551. package/dist/ccm-optimization-service/src/services/schemas/DiscoveryWorkload.js +1 -0
  552. package/dist/ccm-optimization-service/src/services/schemas/DistinctK8sConnIDsResponse.d.ts +3 -0
  553. package/dist/ccm-optimization-service/src/services/schemas/DistinctK8sConnIDsResponse.js +4 -0
  554. package/dist/ccm-optimization-service/src/services/schemas/EbsConfig.d.ts +30 -0
  555. package/dist/ccm-optimization-service/src/services/schemas/EbsConfig.js +4 -0
  556. package/dist/ccm-optimization-service/src/services/schemas/EnableOptimizationOfClusterOrchestratorResponse.d.ts +5 -0
  557. package/dist/ccm-optimization-service/src/services/schemas/EnableOptimizationOfClusterOrchestratorResponse.js +4 -0
  558. package/dist/ccm-optimization-service/src/services/schemas/EventLog.d.ts +17 -0
  559. package/dist/ccm-optimization-service/src/services/schemas/EventLog.js +4 -0
  560. package/dist/ccm-optimization-service/src/services/schemas/EventLogFilterOption.d.ts +18 -0
  561. package/dist/ccm-optimization-service/src/services/schemas/EventLogFilterOption.js +4 -0
  562. package/dist/ccm-optimization-service/src/services/schemas/EventLogSortOption.d.ts +10 -0
  563. package/dist/ccm-optimization-service/src/services/schemas/EventLogSortOption.js +4 -0
  564. package/dist/ccm-optimization-service/src/services/schemas/EventLogsV2Request.d.ts +18 -0
  565. package/dist/ccm-optimization-service/src/services/schemas/EventLogsV2Request.js +1 -0
  566. package/dist/ccm-optimization-service/src/services/schemas/ExecutionRule.d.ts +4 -0
  567. package/dist/ccm-optimization-service/src/services/schemas/ExecutionRule.js +4 -0
  568. package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponse.d.ts +4 -0
  569. package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponse.js +1 -0
  570. package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponseRecords.d.ts +2 -0
  571. package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponseRecords.js +1 -0
  572. package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsBody.d.ts +14 -0
  573. package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsBody.js +1 -0
  574. package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsFilterObj.d.ts +14 -0
  575. package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsFilterObj.js +4 -0
  576. package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsSortObj.d.ts +10 -0
  577. package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsSortObj.js +4 -0
  578. package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesBody.d.ts +12 -0
  579. package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesBody.js +4 -0
  580. package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponse.d.ts +4 -0
  581. package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponse.js +1 -0
  582. package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponseRecords.d.ts +8 -0
  583. package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponseRecords.js +1 -0
  584. package/dist/ccm-optimization-service/src/services/schemas/FetchLoadBalancerBody.d.ts +8 -0
  585. package/dist/ccm-optimization-service/src/services/schemas/FetchLoadBalancerBody.js +4 -0
  586. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesBody.d.ts +13 -0
  587. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesBody.js +1 -0
  588. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesFilterObj.d.ts +5 -0
  589. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesFilterObj.js +4 -0
  590. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponse.d.ts +4 -0
  591. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponse.js +1 -0
  592. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponseRecords.d.ts +6 -0
  593. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponseRecords.js +1 -0
  594. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesSortObj.d.ts +4 -0
  595. package/dist/ccm-optimization-service/src/services/schemas/FetchRulesSortObj.js +4 -0
  596. package/dist/ccm-optimization-service/src/services/schemas/FetchServicesByTagsBody.d.ts +5 -0
  597. package/dist/ccm-optimization-service/src/services/schemas/FetchServicesByTagsBody.js +4 -0
  598. package/dist/ccm-optimization-service/src/services/schemas/FilterDto.d.ts +11 -0
  599. package/dist/ccm-optimization-service/src/services/schemas/FilterDto.js +1 -0
  600. package/dist/ccm-optimization-service/src/services/schemas/FilterOption.d.ts +10 -0
  601. package/dist/ccm-optimization-service/src/services/schemas/FilterOption.js +4 -0
  602. package/dist/ccm-optimization-service/src/services/schemas/FilterType.d.ts +1 -0
  603. package/dist/ccm-optimization-service/src/services/schemas/FilterType.js +4 -0
  604. package/dist/ccm-optimization-service/src/services/schemas/FirewallRule.d.ts +5 -0
  605. package/dist/ccm-optimization-service/src/services/schemas/FirewallRule.js +4 -0
  606. package/dist/ccm-optimization-service/src/services/schemas/ForcedWarmUpDetails.d.ts +5 -0
  607. package/dist/ccm-optimization-service/src/services/schemas/ForcedWarmUpDetails.js +4 -0
  608. package/dist/ccm-optimization-service/src/services/schemas/GatewaySessionReportResponse.d.ts +4 -0
  609. package/dist/ccm-optimization-service/src/services/schemas/GatewaySessionReportResponse.js +1 -0
  610. package/dist/ccm-optimization-service/src/services/schemas/GcpAccessPointCore.d.ts +10 -0
  611. package/dist/ccm-optimization-service/src/services/schemas/GcpAccessPointCore.js +4 -0
  612. package/dist/ccm-optimization-service/src/services/schemas/GcpCertificatesData.d.ts +4 -0
  613. package/dist/ccm-optimization-service/src/services/schemas/GcpCertificatesData.js +4 -0
  614. package/dist/ccm-optimization-service/src/services/schemas/GcpMachineType.d.ts +4 -0
  615. package/dist/ccm-optimization-service/src/services/schemas/GcpMachineType.js +4 -0
  616. package/dist/ccm-optimization-service/src/services/schemas/GenerateOnboardCommandPayload.d.ts +14 -0
  617. package/dist/ccm-optimization-service/src/services/schemas/GenerateOnboardCommandPayload.js +4 -0
  618. package/dist/ccm-optimization-service/src/services/schemas/GetAccessPointResponse.d.ts +4 -0
  619. package/dist/ccm-optimization-service/src/services/schemas/GetAccessPointResponse.js +1 -0
  620. package/dist/ccm-optimization-service/src/services/schemas/GetAllRuleFiltersResponse.d.ts +4 -0
  621. package/dist/ccm-optimization-service/src/services/schemas/GetAllRuleFiltersResponse.js +1 -0
  622. package/dist/ccm-optimization-service/src/services/schemas/HealthCheck.d.ts +9 -0
  623. package/dist/ccm-optimization-service/src/services/schemas/HealthCheck.js +4 -0
  624. package/dist/ccm-optimization-service/src/services/schemas/HealthStatus.d.ts +21 -0
  625. package/dist/ccm-optimization-service/src/services/schemas/HealthStatus.js +4 -0
  626. package/dist/ccm-optimization-service/src/services/schemas/HostedZone.d.ts +4 -0
  627. package/dist/ccm-optimization-service/src/services/schemas/HostedZone.js +4 -0
  628. package/dist/ccm-optimization-service/src/services/schemas/HvpaRule.d.ts +63 -0
  629. package/dist/ccm-optimization-service/src/services/schemas/HvpaRule.js +1 -0
  630. package/dist/ccm-optimization-service/src/services/schemas/IamConfig.d.ts +10 -0
  631. package/dist/ccm-optimization-service/src/services/schemas/IamConfig.js +4 -0
  632. package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingData.d.ts +5 -0
  633. package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingData.js +1 -0
  634. package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingDataV2.d.ts +6 -0
  635. package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingDataV2.js +1 -0
  636. package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingFilterV2.d.ts +7 -0
  637. package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingFilterV2.js +4 -0
  638. package/dist/ccm-optimization-service/src/services/schemas/InstanceHealthCheckDetailsResponse.d.ts +5 -0
  639. package/dist/ccm-optimization-service/src/services/schemas/InstanceHealthCheckDetailsResponse.js +1 -0
  640. package/dist/ccm-optimization-service/src/services/schemas/JobStatusResponse.d.ts +56 -0
  641. package/dist/ccm-optimization-service/src/services/schemas/JobStatusResponse.js +4 -0
  642. package/dist/ccm-optimization-service/src/services/schemas/K8sWorkload.d.ts +25 -0
  643. package/dist/ccm-optimization-service/src/services/schemas/K8sWorkload.js +1 -0
  644. package/dist/ccm-optimization-service/src/services/schemas/KeyPairItem.d.ts +3 -0
  645. package/dist/ccm-optimization-service/src/services/schemas/KeyPairItem.js +4 -0
  646. package/dist/ccm-optimization-service/src/services/schemas/KeyPairs.d.ts +2 -0
  647. package/dist/ccm-optimization-service/src/services/schemas/KeyPairs.js +1 -0
  648. package/dist/ccm-optimization-service/src/services/schemas/KeyPairsResponse.d.ts +5 -0
  649. package/dist/ccm-optimization-service/src/services/schemas/KeyPairsResponse.js +1 -0
  650. package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponse.d.ts +4 -0
  651. package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponse.js +1 -0
  652. package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponseV2.d.ts +5 -0
  653. package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponseV2.js +4 -0
  654. package/dist/ccm-optimization-service/src/services/schemas/ListClusterRecommendationsResponse.d.ts +6 -0
  655. package/dist/ccm-optimization-service/src/services/schemas/ListClusterRecommendationsResponse.js +1 -0
  656. package/dist/ccm-optimization-service/src/services/schemas/ListRecommendationWorkloadsResponse.d.ts +6 -0
  657. package/dist/ccm-optimization-service/src/services/schemas/ListRecommendationWorkloadsResponse.js +1 -0
  658. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationNamespaces.d.ts +11 -0
  659. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationNamespaces.js +1 -0
  660. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationOverview.d.ts +11 -0
  661. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationOverview.js +1 -0
  662. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeCreateRuleFromRecommendation.d.ts +11 -0
  663. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeCreateRuleFromRecommendation.js +1 -0
  664. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeDistinctK8sConnIDs.d.ts +11 -0
  665. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeDistinctK8sConnIDs.js +1 -0
  666. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListClusterRecommendations.d.ts +11 -0
  667. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListClusterRecommendations.js +1 -0
  668. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListRecommendationWorkloads.d.ts +11 -0
  669. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListRecommendationWorkloads.js +1 -0
  670. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationGraph.d.ts +11 -0
  671. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationGraph.js +1 -0
  672. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationsAccountSummary.d.ts +11 -0
  673. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationsAccountSummary.js +1 -0
  674. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRuleRecommendationsClusters.d.ts +11 -0
  675. package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRuleRecommendationsClusters.js +1 -0
  676. package/dist/ccm-optimization-service/src/services/schemas/MaptoDnsBody.d.ts +6 -0
  677. package/dist/ccm-optimization-service/src/services/schemas/MaptoDnsBody.js +4 -0
  678. package/dist/ccm-optimization-service/src/services/schemas/MetadataOptions.d.ts +18 -0
  679. package/dist/ccm-optimization-service/src/services/schemas/MetadataOptions.js +4 -0
  680. package/dist/ccm-optimization-service/src/services/schemas/NamespaceMetadata.d.ts +3 -0
  681. package/dist/ccm-optimization-service/src/services/schemas/NamespaceMetadata.js +4 -0
  682. package/dist/ccm-optimization-service/src/services/schemas/NamespacesListResponse.d.ts +20 -0
  683. package/dist/ccm-optimization-service/src/services/schemas/NamespacesListResponse.js +4 -0
  684. package/dist/ccm-optimization-service/src/services/schemas/NetworkConfig.d.ts +10 -0
  685. package/dist/ccm-optimization-service/src/services/schemas/NetworkConfig.js +1 -0
  686. package/dist/ccm-optimization-service/src/services/schemas/NetworkSecurityGroup.d.ts +7 -0
  687. package/dist/ccm-optimization-service/src/services/schemas/NetworkSecurityGroup.js +1 -0
  688. package/dist/ccm-optimization-service/src/services/schemas/NodeClassConfig.d.ts +12 -0
  689. package/dist/ccm-optimization-service/src/services/schemas/NodeClassConfig.js +1 -0
  690. package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetail.d.ts +38 -0
  691. package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetail.js +1 -0
  692. package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetailResponse.d.ts +13 -0
  693. package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetailResponse.js +1 -0
  694. package/dist/ccm-optimization-service/src/services/schemas/NodeClassListData.d.ts +16 -0
  695. package/dist/ccm-optimization-service/src/services/schemas/NodeClassListData.js +1 -0
  696. package/dist/ccm-optimization-service/src/services/schemas/NodeClassListItem.d.ts +30 -0
  697. package/dist/ccm-optimization-service/src/services/schemas/NodeClassListItem.js +1 -0
  698. package/dist/ccm-optimization-service/src/services/schemas/NodeClassListResponse.d.ts +13 -0
  699. package/dist/ccm-optimization-service/src/services/schemas/NodeClassListResponse.js +1 -0
  700. package/dist/ccm-optimization-service/src/services/schemas/NodeClassResponse.d.ts +15 -0
  701. package/dist/ccm-optimization-service/src/services/schemas/NodeClassResponse.js +4 -0
  702. package/dist/ccm-optimization-service/src/services/schemas/NodePoolConfig.d.ts +48 -0
  703. package/dist/ccm-optimization-service/src/services/schemas/NodePoolConfig.js +1 -0
  704. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetail.d.ts +34 -0
  705. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetail.js +1 -0
  706. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetailResponse.d.ts +13 -0
  707. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetailResponse.js +1 -0
  708. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionBudget.d.ts +18 -0
  709. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionBudget.js +4 -0
  710. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionConfig.d.ts +15 -0
  711. package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionConfig.js +1 -0
  712. package/dist/ccm-optimization-service/src/services/schemas/NodePoolLimits.d.ts +10 -0
  713. package/dist/ccm-optimization-service/src/services/schemas/NodePoolLimits.js +4 -0
  714. package/dist/ccm-optimization-service/src/services/schemas/NodePoolListData.d.ts +19 -0
  715. package/dist/ccm-optimization-service/src/services/schemas/NodePoolListData.js +1 -0
  716. package/dist/ccm-optimization-service/src/services/schemas/NodePoolListItem.d.ts +53 -0
  717. package/dist/ccm-optimization-service/src/services/schemas/NodePoolListItem.js +1 -0
  718. package/dist/ccm-optimization-service/src/services/schemas/NodePoolListResponse.d.ts +16 -0
  719. package/dist/ccm-optimization-service/src/services/schemas/NodePoolListResponse.js +1 -0
  720. package/dist/ccm-optimization-service/src/services/schemas/NodePoolResponse.d.ts +13 -0
  721. package/dist/ccm-optimization-service/src/services/schemas/NodePoolResponse.js +1 -0
  722. package/dist/ccm-optimization-service/src/services/schemas/NodePoolSchedulingRequirement.d.ts +14 -0
  723. package/dist/ccm-optimization-service/src/services/schemas/NodePoolSchedulingRequirement.js +4 -0
  724. package/dist/ccm-optimization-service/src/services/schemas/NodePoolTaint.d.ts +14 -0
  725. package/dist/ccm-optimization-service/src/services/schemas/NodePoolTaint.js +4 -0
  726. package/dist/ccm-optimization-service/src/services/schemas/OccurrenceSchedule.d.ts +12 -0
  727. package/dist/ccm-optimization-service/src/services/schemas/OccurrenceSchedule.js +1 -0
  728. package/dist/ccm-optimization-service/src/services/schemas/Opts.d.ts +12 -0
  729. package/dist/ccm-optimization-service/src/services/schemas/Opts.js +4 -0
  730. package/dist/ccm-optimization-service/src/services/schemas/PaginatedEventLogResponse.d.ts +26 -0
  731. package/dist/ccm-optimization-service/src/services/schemas/PaginatedEventLogResponse.js +1 -0
  732. package/dist/ccm-optimization-service/src/services/schemas/PaginatedServiceLogsResponse.d.ts +30 -0
  733. package/dist/ccm-optimization-service/src/services/schemas/PaginatedServiceLogsResponse.js +1 -0
  734. package/dist/ccm-optimization-service/src/services/schemas/Pagination.d.ts +5 -0
  735. package/dist/ccm-optimization-service/src/services/schemas/Pagination.js +4 -0
  736. package/dist/ccm-optimization-service/src/services/schemas/PortConfig.d.ts +11 -0
  737. package/dist/ccm-optimization-service/src/services/schemas/PortConfig.js +1 -0
  738. package/dist/ccm-optimization-service/src/services/schemas/PotentialSavingsRequest.d.ts +20 -0
  739. package/dist/ccm-optimization-service/src/services/schemas/PotentialSavingsRequest.js +4 -0
  740. package/dist/ccm-optimization-service/src/services/schemas/PublicIp.d.ts +6 -0
  741. package/dist/ccm-optimization-service/src/services/schemas/PublicIp.js +4 -0
  742. package/dist/ccm-optimization-service/src/services/schemas/RdsDatabase.d.ts +4 -0
  743. package/dist/ccm-optimization-service/src/services/schemas/RdsDatabase.js +4 -0
  744. package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraph.d.ts +7 -0
  745. package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraph.js +1 -0
  746. package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraphNode.d.ts +7 -0
  747. package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraphNode.js +4 -0
  748. package/dist/ccm-optimization-service/src/services/schemas/RecommendationsAccountSummaryResponse.d.ts +12 -0
  749. package/dist/ccm-optimization-service/src/services/schemas/RecommendationsAccountSummaryResponse.js +4 -0
  750. package/dist/ccm-optimization-service/src/services/schemas/RefOfCreatedRule.d.ts +10 -0
  751. package/dist/ccm-optimization-service/src/services/schemas/RefOfCreatedRule.js +4 -0
  752. package/dist/ccm-optimization-service/src/services/schemas/Region.d.ts +4 -0
  753. package/dist/ccm-optimization-service/src/services/schemas/Region.js +4 -0
  754. package/dist/ccm-optimization-service/src/services/schemas/ReportRequestBody.d.ts +7 -0
  755. package/dist/ccm-optimization-service/src/services/schemas/ReportRequestBody.js +4 -0
  756. package/dist/ccm-optimization-service/src/services/schemas/Resource.d.ts +26 -0
  757. package/dist/ccm-optimization-service/src/services/schemas/Resource.js +4 -0
  758. package/dist/ccm-optimization-service/src/services/schemas/ResourceFilterBody.d.ts +6 -0
  759. package/dist/ccm-optimization-service/src/services/schemas/ResourceFilterBody.js +4 -0
  760. package/dist/ccm-optimization-service/src/services/schemas/ResourceGroup.d.ts +5 -0
  761. package/dist/ccm-optimization-service/src/services/schemas/ResourceGroup.js +4 -0
  762. package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsRequest.d.ts +18 -0
  763. package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsRequest.js +1 -0
  764. package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResource.d.ts +10 -0
  765. package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResource.js +4 -0
  766. package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResponse.d.ts +28 -0
  767. package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResponse.js +4 -0
  768. package/dist/ccm-optimization-service/src/services/schemas/ResourceStatus.d.ts +10 -0
  769. package/dist/ccm-optimization-service/src/services/schemas/ResourceStatus.js +4 -0
  770. package/dist/ccm-optimization-service/src/services/schemas/ResourceUsage.d.ts +7 -0
  771. package/dist/ccm-optimization-service/src/services/schemas/ResourceUsage.js +1 -0
  772. package/dist/ccm-optimization-service/src/services/schemas/ResourceUsageResponse.d.ts +4 -0
  773. package/dist/ccm-optimization-service/src/services/schemas/ResourceUsageResponse.js +1 -0
  774. package/dist/ccm-optimization-service/src/services/schemas/ResponseCluster.d.ts +13 -0
  775. package/dist/ccm-optimization-service/src/services/schemas/ResponseCluster.js +1 -0
  776. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterDetails.d.ts +224 -0
  777. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterDetails.js +1 -0
  778. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterNodes.d.ts +13 -0
  779. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterNodes.js +1 -0
  780. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorConfig.d.ts +22 -0
  781. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorConfig.js +4 -0
  782. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorSavings.d.ts +25 -0
  783. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorSavings.js +4 -0
  784. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportBinpacking.d.ts +13 -0
  785. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportBinpacking.js +1 -0
  786. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterCosts.d.ts +13 -0
  787. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterCosts.js +1 -0
  788. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterSchedules.d.ts +13 -0
  789. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterSchedules.js +1 -0
  790. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportSpotWorkload.d.ts +13 -0
  791. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportSpotWorkload.js +1 -0
  792. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterWorkloads.d.ts +13 -0
  793. package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterWorkloads.js +1 -0
  794. package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogs.d.ts +13 -0
  795. package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogs.js +1 -0
  796. package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogsListInfo.d.ts +15 -0
  797. package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogsListInfo.js +4 -0
  798. package/dist/ccm-optimization-service/src/services/schemas/ResponseListCluster.d.ts +15 -0
  799. package/dist/ccm-optimization-service/src/services/schemas/ResponseListCluster.js +1 -0
  800. package/dist/ccm-optimization-service/src/services/schemas/ResponseListClusterV2.d.ts +27 -0
  801. package/dist/ccm-optimization-service/src/services/schemas/ResponseListClusterV2.js +1 -0
  802. package/dist/ccm-optimization-service/src/services/schemas/RoutingData.d.ts +28 -0
  803. package/dist/ccm-optimization-service/src/services/schemas/RoutingData.js +1 -0
  804. package/dist/ccm-optimization-service/src/services/schemas/RoutingProxy.d.ts +4 -0
  805. package/dist/ccm-optimization-service/src/services/schemas/RoutingProxy.js +4 -0
  806. package/dist/ccm-optimization-service/src/services/schemas/RoutingRule.d.ts +3 -0
  807. package/dist/ccm-optimization-service/src/services/schemas/RoutingRule.js +4 -0
  808. package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendation.d.ts +32 -0
  809. package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendation.js +1 -0
  810. package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationCluster.d.ts +18 -0
  811. package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationCluster.js +1 -0
  812. package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationsClustersListResponse.d.ts +6 -0
  813. package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationsClustersListResponse.js +1 -0
  814. package/dist/ccm-optimization-service/src/services/schemas/RulesMetadataResponse.d.ts +4 -0
  815. package/dist/ccm-optimization-service/src/services/schemas/RulesMetadataResponse.js +1 -0
  816. package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterBody.d.ts +9 -0
  817. package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterBody.js +1 -0
  818. package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterResponse.d.ts +4 -0
  819. package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterResponse.js +1 -0
  820. package/dist/ccm-optimization-service/src/services/schemas/SaveServiceRequest.d.ts +7 -0
  821. package/dist/ccm-optimization-service/src/services/schemas/SaveServiceRequest.js +1 -0
  822. package/dist/ccm-optimization-service/src/services/schemas/SaveStaticSchedulesRequest.d.ts +5 -0
  823. package/dist/ccm-optimization-service/src/services/schemas/SaveStaticSchedulesRequest.js +1 -0
  824. package/dist/ccm-optimization-service/src/services/schemas/SavingsReportBinPackingThresholds.d.ts +10 -0
  825. package/dist/ccm-optimization-service/src/services/schemas/SavingsReportBinPackingThresholds.js +4 -0
  826. package/dist/ccm-optimization-service/src/services/schemas/SavingsReportClusterConfiguration.d.ts +31 -0
  827. package/dist/ccm-optimization-service/src/services/schemas/SavingsReportClusterConfiguration.js +4 -0
  828. package/dist/ccm-optimization-service/src/services/schemas/ScheduledNodepoolsResponse.d.ts +18 -0
  829. package/dist/ccm-optimization-service/src/services/schemas/ScheduledNodepoolsResponse.js +4 -0
  830. package/dist/ccm-optimization-service/src/services/schemas/SecurityGroupSelectorTerm.d.ts +12 -0
  831. package/dist/ccm-optimization-service/src/services/schemas/SecurityGroupSelectorTerm.js +4 -0
  832. package/dist/ccm-optimization-service/src/services/schemas/Service.d.ts +36 -0
  833. package/dist/ccm-optimization-service/src/services/schemas/Service.js +1 -0
  834. package/dist/ccm-optimization-service/src/services/schemas/ServiceDep.d.ts +11 -0
  835. package/dist/ccm-optimization-service/src/services/schemas/ServiceDep.js +4 -0
  836. package/dist/ccm-optimization-service/src/services/schemas/ServiceDepTree.d.ts +5 -0
  837. package/dist/ccm-optimization-service/src/services/schemas/ServiceDepTree.js +1 -0
  838. package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnostics.d.ts +6 -0
  839. package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnostics.js +4 -0
  840. package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnosticsResponse.d.ts +4 -0
  841. package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnosticsResponse.js +1 -0
  842. package/dist/ccm-optimization-service/src/services/schemas/ServiceError.d.ts +4 -0
  843. package/dist/ccm-optimization-service/src/services/schemas/ServiceError.js +4 -0
  844. package/dist/ccm-optimization-service/src/services/schemas/ServiceHealthResponse.d.ts +5 -0
  845. package/dist/ccm-optimization-service/src/services/schemas/ServiceHealthResponse.js +4 -0
  846. package/dist/ccm-optimization-service/src/services/schemas/ServiceIdAndName.d.ts +3 -0
  847. package/dist/ccm-optimization-service/src/services/schemas/ServiceIdAndName.js +4 -0
  848. package/dist/ccm-optimization-service/src/services/schemas/ServiceLog.d.ts +6 -0
  849. package/dist/ccm-optimization-service/src/services/schemas/ServiceLog.js +4 -0
  850. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogSortOption.d.ts +10 -0
  851. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogSortOption.js +4 -0
  852. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogV2.d.ts +30 -0
  853. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogV2.js +4 -0
  854. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsCsvRequest.d.ts +10 -0
  855. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsCsvRequest.js +4 -0
  856. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsResponse.d.ts +4 -0
  857. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsResponse.js +1 -0
  858. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsV2Request.d.ts +12 -0
  859. package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsV2Request.js +1 -0
  860. package/dist/ccm-optimization-service/src/services/schemas/ServiceMetadata.d.ts +15 -0
  861. package/dist/ccm-optimization-service/src/services/schemas/ServiceMetadata.js +1 -0
  862. package/dist/ccm-optimization-service/src/services/schemas/ServiceRequest.d.ts +4 -0
  863. package/dist/ccm-optimization-service/src/services/schemas/ServiceRequest.js +4 -0
  864. package/dist/ccm-optimization-service/src/services/schemas/ServiceRequestsResponse.d.ts +4 -0
  865. package/dist/ccm-optimization-service/src/services/schemas/ServiceRequestsResponse.js +1 -0
  866. package/dist/ccm-optimization-service/src/services/schemas/ServiceResponse.d.ts +4 -0
  867. package/dist/ccm-optimization-service/src/services/schemas/ServiceResponse.js +1 -0
  868. package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingHttp.d.ts +6 -0
  869. package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingHttp.js +1 -0
  870. package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcp.d.ts +12 -0
  871. package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcp.js +1 -0
  872. package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcpPort.d.ts +4 -0
  873. package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcpPort.js +4 -0
  874. package/dist/ccm-optimization-service/src/services/schemas/ServiceSavings.d.ts +27 -0
  875. package/dist/ccm-optimization-service/src/services/schemas/ServiceSavings.js +4 -0
  876. package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsGraphResponse.d.ts +4 -0
  877. package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsGraphResponse.js +1 -0
  878. package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsResponse.d.ts +4 -0
  879. package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsResponse.js +1 -0
  880. package/dist/ccm-optimization-service/src/services/schemas/ServiceStats.d.ts +6 -0
  881. package/dist/ccm-optimization-service/src/services/schemas/ServiceStats.js +4 -0
  882. package/dist/ccm-optimization-service/src/services/schemas/ServiceStatsResponse.d.ts +6 -0
  883. package/dist/ccm-optimization-service/src/services/schemas/ServiceStatsResponse.js +1 -0
  884. package/dist/ccm-optimization-service/src/services/schemas/ServiceUsageRecord.d.ts +7 -0
  885. package/dist/ccm-optimization-service/src/services/schemas/ServiceUsageRecord.js +4 -0
  886. package/dist/ccm-optimization-service/src/services/schemas/ServicesResponse.d.ts +4 -0
  887. package/dist/ccm-optimization-service/src/services/schemas/ServicesResponse.js +1 -0
  888. package/dist/ccm-optimization-service/src/services/schemas/SessionReportRow.d.ts +5 -0
  889. package/dist/ccm-optimization-service/src/services/schemas/SessionReportRow.js +4 -0
  890. package/dist/ccm-optimization-service/src/services/schemas/SessionReportRows.d.ts +4 -0
  891. package/dist/ccm-optimization-service/src/services/schemas/SessionReportRows.js +1 -0
  892. package/dist/ccm-optimization-service/src/services/schemas/SetScheduleDisabledRequest.d.ts +6 -0
  893. package/dist/ccm-optimization-service/src/services/schemas/SetScheduleDisabledRequest.js +4 -0
  894. package/dist/ccm-optimization-service/src/services/schemas/SgResourceFilterBody.d.ts +6 -0
  895. package/dist/ccm-optimization-service/src/services/schemas/SgResourceFilterBody.js +4 -0
  896. package/dist/ccm-optimization-service/src/services/schemas/SortOption.d.ts +10 -0
  897. package/dist/ccm-optimization-service/src/services/schemas/SortOption.js +4 -0
  898. package/dist/ccm-optimization-service/src/services/schemas/SourceFilterItem.d.ts +6 -0
  899. package/dist/ccm-optimization-service/src/services/schemas/SourceFilterItem.js +4 -0
  900. package/dist/ccm-optimization-service/src/services/schemas/SourceFilters.d.ts +5 -0
  901. package/dist/ccm-optimization-service/src/services/schemas/SourceFilters.js +1 -0
  902. package/dist/ccm-optimization-service/src/services/schemas/StaticSchedule.d.ts +33 -0
  903. package/dist/ccm-optimization-service/src/services/schemas/StaticSchedule.js +1 -0
  904. package/dist/ccm-optimization-service/src/services/schemas/StaticScheduleResource.d.ts +13 -0
  905. package/dist/ccm-optimization-service/src/services/schemas/StaticScheduleResource.js +4 -0
  906. package/dist/ccm-optimization-service/src/services/schemas/StaticSchedulesListResponse.d.ts +4 -0
  907. package/dist/ccm-optimization-service/src/services/schemas/StaticSchedulesListResponse.js +1 -0
  908. package/dist/ccm-optimization-service/src/services/schemas/StorageConfig.d.ts +4 -0
  909. package/dist/ccm-optimization-service/src/services/schemas/StorageConfig.js +1 -0
  910. package/dist/ccm-optimization-service/src/services/schemas/StringListResponse.d.ts +19 -0
  911. package/dist/ccm-optimization-service/src/services/schemas/StringListResponse.js +4 -0
  912. package/dist/ccm-optimization-service/src/services/schemas/Subnet.d.ts +5 -0
  913. package/dist/ccm-optimization-service/src/services/schemas/Subnet.js +4 -0
  914. package/dist/ccm-optimization-service/src/services/schemas/SubnetSelectorTerm.d.ts +12 -0
  915. package/dist/ccm-optimization-service/src/services/schemas/SubnetSelectorTerm.js +4 -0
  916. package/dist/ccm-optimization-service/src/services/schemas/Tags.d.ts +4 -0
  917. package/dist/ccm-optimization-service/src/services/schemas/Tags.js +4 -0
  918. package/dist/ccm-optimization-service/src/services/schemas/TagsResponse.d.ts +4 -0
  919. package/dist/ccm-optimization-service/src/services/schemas/TagsResponse.js +1 -0
  920. package/dist/ccm-optimization-service/src/services/schemas/TargetGroupMinimal.d.ts +7 -0
  921. package/dist/ccm-optimization-service/src/services/schemas/TargetGroupMinimal.js +4 -0
  922. package/dist/ccm-optimization-service/src/services/schemas/TimeInDay.d.ts +10 -0
  923. package/dist/ccm-optimization-service/src/services/schemas/TimeInDay.js +4 -0
  924. package/dist/ccm-optimization-service/src/services/schemas/TimeSchedule.d.ts +36 -0
  925. package/dist/ccm-optimization-service/src/services/schemas/TimeSchedule.js +1 -0
  926. package/dist/ccm-optimization-service/src/services/schemas/TimezoneInfo.d.ts +26 -0
  927. package/dist/ccm-optimization-service/src/services/schemas/TimezoneInfo.js +4 -0
  928. package/dist/ccm-optimization-service/src/services/schemas/TimezonesResponse.d.ts +19 -0
  929. package/dist/ccm-optimization-service/src/services/schemas/TimezonesResponse.js +1 -0
  930. package/dist/ccm-optimization-service/src/services/schemas/ToggleRuleModeDetails.d.ts +3 -0
  931. package/dist/ccm-optimization-service/src/services/schemas/ToggleRuleModeDetails.js +4 -0
  932. package/dist/ccm-optimization-service/src/services/schemas/TrafficRoute.d.ts +15 -0
  933. package/dist/ccm-optimization-service/src/services/schemas/TrafficRoute.js +4 -0
  934. package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListItem.d.ts +45 -0
  935. package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListItem.js +1 -0
  936. package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListLwResponse.d.ts +12 -0
  937. package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListLwResponse.js +1 -0
  938. package/dist/ccm-optimization-service/src/services/schemas/UpdateNodeClassRequest.d.ts +12 -0
  939. package/dist/ccm-optimization-service/src/services/schemas/UpdateNodeClassRequest.js +1 -0
  940. package/dist/ccm-optimization-service/src/services/schemas/UpdateNodePoolRequest.d.ts +12 -0
  941. package/dist/ccm-optimization-service/src/services/schemas/UpdateNodePoolRequest.js +1 -0
  942. package/dist/ccm-optimization-service/src/services/schemas/UpdateRuleFilterBody.d.ts +10 -0
  943. package/dist/ccm-optimization-service/src/services/schemas/UpdateRuleFilterBody.js +1 -0
  944. package/dist/ccm-optimization-service/src/services/schemas/UsageSessions.d.ts +4 -0
  945. package/dist/ccm-optimization-service/src/services/schemas/UsageSessions.js +4 -0
  946. package/dist/ccm-optimization-service/src/services/schemas/ValidateCustomDomainsBody.d.ts +11 -0
  947. package/dist/ccm-optimization-service/src/services/schemas/ValidateCustomDomainsBody.js +4 -0
  948. package/dist/ccm-optimization-service/src/services/schemas/ValidateSchedulesBody.d.ts +7 -0
  949. package/dist/ccm-optimization-service/src/services/schemas/ValidateSchedulesBody.js +1 -0
  950. package/dist/ccm-optimization-service/src/services/schemas/VersionCheckResponse.d.ts +10 -0
  951. package/dist/ccm-optimization-service/src/services/schemas/VersionCheckResponse.js +1 -0
  952. package/dist/ccm-optimization-service/src/services/schemas/VersionCheckUpgradeInfo.d.ts +6 -0
  953. package/dist/ccm-optimization-service/src/services/schemas/VersionCheckUpgradeInfo.js +4 -0
  954. package/dist/ccm-optimization-service/src/services/schemas/VpaContainerPolicy.d.ts +30 -0
  955. package/dist/ccm-optimization-service/src/services/schemas/VpaContainerPolicy.js +4 -0
  956. package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdatePayload.d.ts +32 -0
  957. package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdatePayload.js +1 -0
  958. package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdateResponse.d.ts +16 -0
  959. package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdateResponse.js +1 -0
  960. package/dist/ccm-optimization-service/src/services/schemas/VpaDeleteResponse.d.ts +18 -0
  961. package/dist/ccm-optimization-service/src/services/schemas/VpaDeleteResponse.js +4 -0
  962. package/dist/ccm-optimization-service/src/services/schemas/VpaEvictionRequirement.d.ts +10 -0
  963. package/dist/ccm-optimization-service/src/services/schemas/VpaEvictionRequirement.js +4 -0
  964. package/dist/ccm-optimization-service/src/services/schemas/VpaFilter.d.ts +14 -0
  965. package/dist/ccm-optimization-service/src/services/schemas/VpaFilter.js +4 -0
  966. package/dist/ccm-optimization-service/src/services/schemas/VpaListRequestPayload.d.ts +22 -0
  967. package/dist/ccm-optimization-service/src/services/schemas/VpaListRequestPayload.js +1 -0
  968. package/dist/ccm-optimization-service/src/services/schemas/VpaListResponse.d.ts +26 -0
  969. package/dist/ccm-optimization-service/src/services/schemas/VpaListResponse.js +1 -0
  970. package/dist/ccm-optimization-service/src/services/schemas/VpaRecommender.d.ts +6 -0
  971. package/dist/ccm-optimization-service/src/services/schemas/VpaRecommender.js +4 -0
  972. package/dist/ccm-optimization-service/src/services/schemas/VpaResourceChange.d.ts +10 -0
  973. package/dist/ccm-optimization-service/src/services/schemas/VpaResourceChange.js +4 -0
  974. package/dist/ccm-optimization-service/src/services/schemas/VpaResourcePolicy.d.ts +4 -0
  975. package/dist/ccm-optimization-service/src/services/schemas/VpaResourcePolicy.js +1 -0
  976. package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummary.d.ts +21 -0
  977. package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummary.js +1 -0
  978. package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummaryResponse.d.ts +16 -0
  979. package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummaryResponse.js +1 -0
  980. package/dist/ccm-optimization-service/src/services/schemas/VpaSummary.d.ts +12 -0
  981. package/dist/ccm-optimization-service/src/services/schemas/VpaSummary.js +1 -0
  982. package/dist/ccm-optimization-service/src/services/schemas/VpaSummaryResponse.d.ts +16 -0
  983. package/dist/ccm-optimization-service/src/services/schemas/VpaSummaryResponse.js +1 -0
  984. package/dist/ccm-optimization-service/src/services/schemas/VpaTargetRef.d.ts +14 -0
  985. package/dist/ccm-optimization-service/src/services/schemas/VpaTargetRef.js +4 -0
  986. package/dist/ccm-optimization-service/src/services/schemas/VpaUpdatePolicy.d.ts +12 -0
  987. package/dist/ccm-optimization-service/src/services/schemas/VpaUpdatePolicy.js +1 -0
  988. package/dist/ccm-optimization-service/src/services/schemas/Vpc.d.ts +4 -0
  989. package/dist/ccm-optimization-service/src/services/schemas/Vpc.js +4 -0
  990. package/dist/ccm-optimization-service/src/services/schemas/WarmupBody.d.ts +5 -0
  991. package/dist/ccm-optimization-service/src/services/schemas/WarmupBody.js +4 -0
  992. package/dist/ccm-optimization-service/src/services/schemas/WorkloadConfiguration.d.ts +8 -0
  993. package/dist/ccm-optimization-service/src/services/schemas/WorkloadConfiguration.js +4 -0
  994. package/dist/fetcher/index.d.ts +17 -0
  995. package/dist/fetcher/index.js +65 -0
  996. package/package.json +31 -0
@@ -0,0 +1,655 @@
1
+ export type { GetPathParamsType, ResponseWithPagination } from './helpers';
2
+ export type { AccessPointActivityErrorResponse, AccessPointActivityOkResponse, AccessPointActivityProps, AccessPointActivityQueryPathParams, AccessPointActivityQueryQueryParams, } from './hooks/useAccessPointActivityQuery';
3
+ export { accessPointActivity, useAccessPointActivityQuery, } from './hooks/useAccessPointActivityQuery';
4
+ export type { AccessPointResourcesErrorResponse, AccessPointResourcesOkResponse, AccessPointResourcesProps, AccessPointResourcesQueryPathParams, AccessPointResourcesQueryQueryParams, } from './hooks/useAccessPointResourcesQuery';
5
+ export { accessPointResources, useAccessPointResourcesQuery, } from './hooks/useAccessPointResourcesQuery';
6
+ export type { AccessPointRulesErrorResponse, AccessPointRulesOkResponse, AccessPointRulesProps, AccessPointRulesQueryPathParams, AccessPointRulesQueryQueryParams, } from './hooks/useAccessPointRulesQuery';
7
+ export { accessPointRules, useAccessPointRulesQuery } from './hooks/useAccessPointRulesQuery';
8
+ export type { AllAccessPointsErrorResponse, AllAccessPointsOkResponse, AllAccessPointsProps, AllAccessPointsQueryPathParams, AllAccessPointsQueryQueryParams, } from './hooks/useAllAccessPointsQuery';
9
+ export { allAccessPoints, useAllAccessPointsQuery } from './hooks/useAllAccessPointsQuery';
10
+ export type { AllCertificatesErrorResponse, AllCertificatesOkResponse, AllCertificatesProps, AllCertificatesQueryPathParams, AllCertificatesQueryQueryParams, } from './hooks/useAllCertificatesQuery';
11
+ export { allCertificates, useAllCertificatesQuery } from './hooks/useAllCertificatesQuery';
12
+ export type { AllExecutionRolesErrorResponse, AllExecutionRolesOkResponse, AllExecutionRolesProps, AllExecutionRolesQueryPathParams, AllExecutionRolesQueryQueryParams, } from './hooks/useAllExecutionRolesQuery';
13
+ export { allExecutionRoles, useAllExecutionRolesQuery } from './hooks/useAllExecutionRolesQuery';
14
+ export type { AllHostedZonesErrorResponse, AllHostedZonesOkResponse, AllHostedZonesProps, AllHostedZonesQueryPathParams, AllHostedZonesQueryQueryParams, } from './hooks/useAllHostedZonesQuery';
15
+ export { allHostedZones, useAllHostedZonesQuery } from './hooks/useAllHostedZonesQuery';
16
+ export type { AllPublicIpsErrorResponse, AllPublicIpsOkResponse, AllPublicIpsProps, AllPublicIpsQueryPathParams, AllPublicIpsQueryQueryParams, } from './hooks/useAllPublicIpsQuery';
17
+ export { allPublicIps, useAllPublicIpsQuery } from './hooks/useAllPublicIpsQuery';
18
+ export type { AllRegionsErrorResponse, AllRegionsOkResponse, AllRegionsProps, AllRegionsQueryPathParams, AllRegionsQueryQueryParams, } from './hooks/useAllRegionsQuery';
19
+ export { allRegions, useAllRegionsQuery } from './hooks/useAllRegionsQuery';
20
+ export type { AllResourceGroupsErrorResponse, AllResourceGroupsOkResponse, AllResourceGroupsProps, AllResourceGroupsQueryPathParams, AllResourceGroupsQueryQueryParams, } from './hooks/useAllResourceGroupsQuery';
21
+ export { allResourceGroups, useAllResourceGroupsQuery } from './hooks/useAllResourceGroupsQuery';
22
+ export type { AllResourcesOfAccountErrorResponse, AllResourcesOfAccountMutationPathParams, AllResourcesOfAccountMutationQueryParams, AllResourcesOfAccountOkResponse, AllResourcesOfAccountProps, AllResourcesOfAccountRequestBody, } from './hooks/useAllResourcesOfAccountMutation';
23
+ export { allResourcesOfAccount, useAllResourcesOfAccountMutation, } from './hooks/useAllResourcesOfAccountMutation';
24
+ export type { AllSecurityGroupsErrorResponse, AllSecurityGroupsOkResponse, AllSecurityGroupsProps, AllSecurityGroupsQueryPathParams, AllSecurityGroupsQueryQueryParams, } from './hooks/useAllSecurityGroupsQuery';
25
+ export { allSecurityGroups, useAllSecurityGroupsQuery } from './hooks/useAllSecurityGroupsQuery';
26
+ export type { AllServiceResourcesErrorResponse, AllServiceResourcesOkResponse, AllServiceResourcesProps, AllServiceResourcesQueryPathParams, AllServiceResourcesQueryQueryParams, } from './hooks/useAllServiceResourcesQuery';
27
+ export { allServiceResources, useAllServiceResourcesQuery, } from './hooks/useAllServiceResourcesQuery';
28
+ export type { AllSubnetsErrorResponse, AllSubnetsOkResponse, AllSubnetsProps, AllSubnetsQueryPathParams, AllSubnetsQueryQueryParams, } from './hooks/useAllSubnetsQuery';
29
+ export { allSubnets, useAllSubnetsQuery } from './hooks/useAllSubnetsQuery';
30
+ export type { AllVpCsErrorResponse, AllVpCsOkResponse, AllVpCsProps, AllVpCsQueryPathParams, AllVpCsQueryQueryParams, } from './hooks/useAllVpCsQuery';
31
+ export { allVpCs, useAllVpCsQuery } from './hooks/useAllVpCsQuery';
32
+ export type { AllZonesErrorResponse, AllZonesOkResponse, AllZonesProps, AllZonesQueryPathParams, AllZonesQueryQueryParams, } from './hooks/useAllZonesQuery';
33
+ export { allZones, useAllZonesQuery } from './hooks/useAllZonesQuery';
34
+ export type { ConfigYamlClusterOrchestratorErrorResponse, ConfigYamlClusterOrchestratorOkResponse, ConfigYamlClusterOrchestratorProps, ConfigYamlClusterOrchestratorQueryPathParams, ConfigYamlClusterOrchestratorQueryQueryParams, } from './hooks/useConfigYamlClusterOrchestratorQuery';
35
+ export { configYamlClusterOrchestrator, useConfigYamlClusterOrchestratorQuery, } from './hooks/useConfigYamlClusterOrchestratorQuery';
36
+ export type { ConfigureAutostoppingRuleErrorResponse, ConfigureAutostoppingRuleMutationPathParams, ConfigureAutostoppingRuleMutationQueryParams, ConfigureAutostoppingRuleOkResponse, ConfigureAutostoppingRuleProps, ConfigureAutostoppingRuleRequestBody, } from './hooks/useConfigureAutostoppingRuleMutation';
37
+ export { configureAutostoppingRule, useConfigureAutostoppingRuleMutation, } from './hooks/useConfigureAutostoppingRuleMutation';
38
+ export type { ConfigureClusterOrchestratorErrorResponse, ConfigureClusterOrchestratorMutationPathParams, ConfigureClusterOrchestratorMutationQueryParams, ConfigureClusterOrchestratorOkResponse, ConfigureClusterOrchestratorProps, ConfigureClusterOrchestratorRequestBody, } from './hooks/useConfigureClusterOrchestratorMutation';
39
+ export { configureClusterOrchestrator, useConfigureClusterOrchestratorMutation, } from './hooks/useConfigureClusterOrchestratorMutation';
40
+ export type { ConfigureClusterOrchestratorWorkloadsErrorResponse, ConfigureClusterOrchestratorWorkloadsMutationPathParams, ConfigureClusterOrchestratorWorkloadsMutationQueryParams, ConfigureClusterOrchestratorWorkloadsOkResponse, ConfigureClusterOrchestratorWorkloadsProps, ConfigureClusterOrchestratorWorkloadsRequestBody, } from './hooks/useConfigureClusterOrchestratorWorkloadsMutation';
41
+ export { configureClusterOrchestratorWorkloads, useConfigureClusterOrchestratorWorkloadsMutation, } from './hooks/useConfigureClusterOrchestratorWorkloadsMutation';
42
+ export type { CoolDownAutostoppingRuleErrorResponse, CoolDownAutostoppingRuleMutationPathParams, CoolDownAutostoppingRuleMutationQueryParams, CoolDownAutostoppingRuleOkResponse, CoolDownAutostoppingRuleProps, CoolDownAutostoppingRuleRequestBody, } from './hooks/useCoolDownAutostoppingRuleMutation';
43
+ export { coolDownAutostoppingRule, useCoolDownAutostoppingRuleMutation, } from './hooks/useCoolDownAutostoppingRuleMutation';
44
+ export type { CreateAccessPointErrorResponse, CreateAccessPointMutationPathParams, CreateAccessPointMutationQueryParams, CreateAccessPointOkResponse, CreateAccessPointProps, CreateAccessPointRequestBody, } from './hooks/useCreateAccessPointMutation';
45
+ export { createAccessPoint, useCreateAccessPointMutation, } from './hooks/useCreateAccessPointMutation';
46
+ export type { CreateAlertErrorResponse, CreateAlertMutationPathParams, CreateAlertMutationQueryParams, CreateAlertOkResponse, CreateAlertProps, CreateAlertRequestBody, } from './hooks/useCreateAlertMutation';
47
+ export { createAlert, useCreateAlertMutation } from './hooks/useCreateAlertMutation';
48
+ export type { CreateClusterOrchestratorErrorResponse, CreateClusterOrchestratorMutationPathParams, CreateClusterOrchestratorMutationQueryParams, CreateClusterOrchestratorOkResponse, CreateClusterOrchestratorProps, CreateClusterOrchestratorRequestBody, } from './hooks/useCreateClusterOrchestratorMutation';
49
+ export { createClusterOrchestrator, useCreateClusterOrchestratorMutation, } from './hooks/useCreateClusterOrchestratorMutation';
50
+ export type { CreateNodeClassErrorResponse, CreateNodeClassMutationPathParams, CreateNodeClassMutationQueryParams, CreateNodeClassOkResponse, CreateNodeClassProps, CreateNodeClassRequestBody, } from './hooks/useCreateNodeClassMutation';
51
+ export { createNodeClass, useCreateNodeClassMutation } from './hooks/useCreateNodeClassMutation';
52
+ export type { CreateNodePoolErrorResponse, CreateNodePoolMutationPathParams, CreateNodePoolMutationQueryParams, CreateNodePoolOkResponse, CreateNodePoolProps, CreateNodePoolRequestBody, } from './hooks/useCreateNodePoolMutation';
53
+ export { createNodePool, useCreateNodePoolMutation } from './hooks/useCreateNodePoolMutation';
54
+ export type { CreateOrUpdateVpaRuleErrorResponse, CreateOrUpdateVpaRuleMutationPathParams, CreateOrUpdateVpaRuleMutationQueryParams, CreateOrUpdateVpaRuleOkResponse, CreateOrUpdateVpaRuleProps, CreateOrUpdateVpaRuleRequestBody, } from './hooks/useCreateOrUpdateVpaRuleMutation';
55
+ export { createOrUpdateVpaRule, useCreateOrUpdateVpaRuleMutation, } from './hooks/useCreateOrUpdateVpaRuleMutation';
56
+ export type { CreateRuleFromRecommendationV2ErrorResponse, CreateRuleFromRecommendationV2MutationPathParams, CreateRuleFromRecommendationV2MutationQueryParams, CreateRuleFromRecommendationV2OkResponse, CreateRuleFromRecommendationV2Props, CreateRuleFromRecommendationV2RequestBody, } from './hooks/useCreateRuleFromRecommendationV2Mutation';
57
+ export { createRuleFromRecommendationV2, useCreateRuleFromRecommendationV2Mutation, } from './hooks/useCreateRuleFromRecommendationV2Mutation';
58
+ export type { CreateStaticSchedulesErrorResponse, CreateStaticSchedulesMutationPathParams, CreateStaticSchedulesMutationQueryParams, CreateStaticSchedulesOkResponse, CreateStaticSchedulesProps, CreateStaticSchedulesRequestBody, } from './hooks/useCreateStaticSchedulesMutation';
59
+ export { createStaticSchedules, useCreateStaticSchedulesMutation, } from './hooks/useCreateStaticSchedulesMutation';
60
+ export type { CumulativeServiceSavingsErrorResponse, CumulativeServiceSavingsOkResponse, CumulativeServiceSavingsProps, CumulativeServiceSavingsQueryPathParams, CumulativeServiceSavingsQueryQueryParams, } from './hooks/useCumulativeServiceSavingsQuery';
61
+ export { cumulativeServiceSavings, useCumulativeServiceSavingsQuery, } from './hooks/useCumulativeServiceSavingsQuery';
62
+ export type { CumulativeServiceSavingsV2ErrorResponse, CumulativeServiceSavingsV2MutationPathParams, CumulativeServiceSavingsV2MutationQueryParams, CumulativeServiceSavingsV2OkResponse, CumulativeServiceSavingsV2Props, CumulativeServiceSavingsV2RequestBody, } from './hooks/useCumulativeServiceSavingsV2Mutation';
63
+ export { cumulativeServiceSavingsV2, useCumulativeServiceSavingsV2Mutation, } from './hooks/useCumulativeServiceSavingsV2Mutation';
64
+ export type { DeleteAccessPointsErrorResponse, DeleteAccessPointsMutationPathParams, DeleteAccessPointsMutationQueryParams, DeleteAccessPointsOkResponse, DeleteAccessPointsProps, } from './hooks/useDeleteAccessPointsMutation';
65
+ export { deleteAccessPoints, useDeleteAccessPointsMutation, } from './hooks/useDeleteAccessPointsMutation';
66
+ export type { DeleteAlertErrorResponse, DeleteAlertMutationPathParams, DeleteAlertMutationQueryParams, DeleteAlertOkResponse, DeleteAlertProps, } from './hooks/useDeleteAlertMutation';
67
+ export { deleteAlert, useDeleteAlertMutation } from './hooks/useDeleteAlertMutation';
68
+ export type { DeleteBulkRequestsErrorResponse, DeleteBulkRequestsMutationPathParams, DeleteBulkRequestsMutationQueryParams, DeleteBulkRequestsOkResponse, DeleteBulkRequestsProps, } from './hooks/useDeleteBulkRequestsMutation';
69
+ export { deleteBulkRequests, useDeleteBulkRequestsMutation, } from './hooks/useDeleteBulkRequestsMutation';
70
+ export type { DeleteClusterDetailsErrorResponse, DeleteClusterDetailsMutationPathParams, DeleteClusterDetailsMutationQueryParams, DeleteClusterDetailsOkResponse, DeleteClusterDetailsProps, } from './hooks/useDeleteClusterDetailsMutation';
71
+ export { deleteClusterDetails, useDeleteClusterDetailsMutation, } from './hooks/useDeleteClusterDetailsMutation';
72
+ export type { DeleteClusterOrchestratorErrorResponse, DeleteClusterOrchestratorMutationPathParams, DeleteClusterOrchestratorMutationQueryParams, DeleteClusterOrchestratorOkResponse, DeleteClusterOrchestratorProps, } from './hooks/useDeleteClusterOrchestratorMutation';
73
+ export { deleteClusterOrchestrator, useDeleteClusterOrchestratorMutation, } from './hooks/useDeleteClusterOrchestratorMutation';
74
+ export type { DeleteNodeClassErrorResponse, DeleteNodeClassMutationPathParams, DeleteNodeClassMutationQueryParams, DeleteNodeClassOkResponse, DeleteNodeClassProps, } from './hooks/useDeleteNodeClassMutation';
75
+ export { deleteNodeClass, useDeleteNodeClassMutation } from './hooks/useDeleteNodeClassMutation';
76
+ export type { DeleteNodePoolErrorResponse, DeleteNodePoolMutationPathParams, DeleteNodePoolMutationQueryParams, DeleteNodePoolOkResponse, DeleteNodePoolProps, } from './hooks/useDeleteNodePoolMutation';
77
+ export { deleteNodePool, useDeleteNodePoolMutation } from './hooks/useDeleteNodePoolMutation';
78
+ export type { DeleteRuleFilterErrorResponse, DeleteRuleFilterMutationPathParams, DeleteRuleFilterMutationQueryParams, DeleteRuleFilterOkResponse, DeleteRuleFilterProps, } from './hooks/useDeleteRuleFilterMutation';
79
+ export { deleteRuleFilter, useDeleteRuleFilterMutation } from './hooks/useDeleteRuleFilterMutation';
80
+ export type { DeleteServiceErrorResponse, DeleteServiceMutationPathParams, DeleteServiceMutationQueryParams, DeleteServiceOkResponse, DeleteServiceProps, } from './hooks/useDeleteServiceMutation';
81
+ export { deleteService, useDeleteServiceMutation } from './hooks/useDeleteServiceMutation';
82
+ export type { DeleteStaticScheduleErrorResponse, DeleteStaticScheduleMutationPathParams, DeleteStaticScheduleMutationQueryParams, DeleteStaticScheduleOkResponse, DeleteStaticScheduleProps, } from './hooks/useDeleteStaticScheduleMutation';
83
+ export { deleteStaticSchedule, useDeleteStaticScheduleMutation, } from './hooks/useDeleteStaticScheduleMutation';
84
+ export type { DeleteVpaRuleErrorResponse, DeleteVpaRuleMutationPathParams, DeleteVpaRuleMutationQueryParams, DeleteVpaRuleOkResponse, DeleteVpaRuleProps, } from './hooks/useDeleteVpaRuleMutation';
85
+ export { deleteVpaRule, useDeleteVpaRuleMutation } from './hooks/useDeleteVpaRuleMutation';
86
+ export type { DescribeServiceInContainerServiceClusterErrorResponse, DescribeServiceInContainerServiceClusterOkResponse, DescribeServiceInContainerServiceClusterProps, DescribeServiceInContainerServiceClusterQueryPathParams, DescribeServiceInContainerServiceClusterQueryQueryParams, } from './hooks/useDescribeServiceInContainerServiceClusterQuery';
87
+ export { describeServiceInContainerServiceCluster, useDescribeServiceInContainerServiceClusterQuery, } from './hooks/useDescribeServiceInContainerServiceClusterQuery';
88
+ export type { DisableOptimizationOnClusterOrchestratorErrorResponse, DisableOptimizationOnClusterOrchestratorMutationPathParams, DisableOptimizationOnClusterOrchestratorMutationQueryParams, DisableOptimizationOnClusterOrchestratorOkResponse, DisableOptimizationOnClusterOrchestratorProps, } from './hooks/useDisableOptimizationOnClusterOrchestratorMutation';
89
+ export { disableOptimizationOnClusterOrchestrator, useDisableOptimizationOnClusterOrchestratorMutation, } from './hooks/useDisableOptimizationOnClusterOrchestratorMutation';
90
+ export type { EditAccessPointErrorResponse, EditAccessPointMutationPathParams, EditAccessPointMutationQueryParams, EditAccessPointOkResponse, EditAccessPointProps, EditAccessPointRequestBody, } from './hooks/useEditAccessPointMutation';
91
+ export { editAccessPoint, useEditAccessPointMutation } from './hooks/useEditAccessPointMutation';
92
+ export type { EnableOptimizationOnClusterOrchestratorErrorResponse, EnableOptimizationOnClusterOrchestratorMutationPathParams, EnableOptimizationOnClusterOrchestratorMutationQueryParams, EnableOptimizationOnClusterOrchestratorOkResponse, EnableOptimizationOnClusterOrchestratorProps, } from './hooks/useEnableOptimizationOnClusterOrchestratorMutation';
93
+ export { enableOptimizationOnClusterOrchestrator, useEnableOptimizationOnClusterOrchestratorMutation, } from './hooks/useEnableOptimizationOnClusterOrchestratorMutation';
94
+ export type { EstimatedclusterSavingsErrorResponse, EstimatedclusterSavingsOkResponse, EstimatedclusterSavingsProps, EstimatedclusterSavingsQueryPathParams, EstimatedclusterSavingsQueryQueryParams, } from './hooks/useEstimatedclusterSavingsQuery';
95
+ export { estimatedclusterSavings, useEstimatedclusterSavingsQuery, } from './hooks/useEstimatedclusterSavingsQuery';
96
+ export type { ExtendWarmupResourcesErrorResponse, ExtendWarmupResourcesMutationPathParams, ExtendWarmupResourcesMutationQueryParams, ExtendWarmupResourcesOkResponse, ExtendWarmupResourcesProps, ExtendWarmupResourcesRequestBody, } from './hooks/useExtendWarmupResourcesMutation';
97
+ export { extendWarmupResources, useExtendWarmupResourcesMutation, } from './hooks/useExtendWarmupResourcesMutation';
98
+ export type { FetchClusterWorkloadsListErrorResponse, FetchClusterWorkloadsListMutationPathParams, FetchClusterWorkloadsListMutationQueryParams, FetchClusterWorkloadsListOkResponse, FetchClusterWorkloadsListProps, FetchClusterWorkloadsListRequestBody, } from './hooks/useFetchClusterWorkloadsListMutation';
99
+ export { fetchClusterWorkloadsList, useFetchClusterWorkloadsListMutation, } from './hooks/useFetchClusterWorkloadsListMutation';
100
+ export type { FetchDeletedRulesErrorResponse, FetchDeletedRulesMutationPathParams, FetchDeletedRulesMutationQueryParams, FetchDeletedRulesOkResponse, FetchDeletedRulesProps, FetchDeletedRulesRequestBody, } from './hooks/useFetchDeletedRulesMutation';
101
+ export { fetchDeletedRules, useFetchDeletedRulesMutation, } from './hooks/useFetchDeletedRulesMutation';
102
+ export type { FetchRulesInfoAcrossPagesErrorResponse, FetchRulesInfoAcrossPagesMutationPathParams, FetchRulesInfoAcrossPagesMutationQueryParams, FetchRulesInfoAcrossPagesOkResponse, FetchRulesInfoAcrossPagesProps, FetchRulesInfoAcrossPagesRequestBody, } from './hooks/useFetchRulesInfoAcrossPagesMutation';
103
+ export { fetchRulesInfoAcrossPages, useFetchRulesInfoAcrossPagesMutation, } from './hooks/useFetchRulesInfoAcrossPagesMutation';
104
+ export type { FetchRulesErrorResponse, FetchRulesMutationPathParams, FetchRulesMutationQueryParams, FetchRulesOkResponse, FetchRulesProps, FetchRulesRequestBody, } from './hooks/useFetchRulesMutation';
105
+ export { fetchRules, useFetchRulesMutation } from './hooks/useFetchRulesMutation';
106
+ export type { GatewaySessionReportErrorResponse, GatewaySessionReportMutationPathParams, GatewaySessionReportMutationQueryParams, GatewaySessionReportOkResponse, GatewaySessionReportProps, GatewaySessionReportRequestBody, } from './hooks/useGatewaySessionReportMutation';
107
+ export { gatewaySessionReport, useGatewaySessionReportMutation, } from './hooks/useGatewaySessionReportMutation';
108
+ export type { GenerateDeboardCommandErrorResponse, GenerateDeboardCommandMutationPathParams, GenerateDeboardCommandMutationQueryParams, GenerateDeboardCommandOkResponse, GenerateDeboardCommandProps, GenerateDeboardCommandRequestBody, } from './hooks/useGenerateDeboardCommandMutation';
109
+ export { generateDeboardCommand, useGenerateDeboardCommandMutation, } from './hooks/useGenerateDeboardCommandMutation';
110
+ export type { GenerateOnboardCommandErrorResponse, GenerateOnboardCommandMutationPathParams, GenerateOnboardCommandMutationQueryParams, GenerateOnboardCommandOkResponse, GenerateOnboardCommandProps, GenerateOnboardCommandRequestBody, } from './hooks/useGenerateOnboardCommandMutation';
111
+ export { generateOnboardCommand, useGenerateOnboardCommandMutation, } from './hooks/useGenerateOnboardCommandMutation';
112
+ export type { GetAccessPointErrorResponse, GetAccessPointOkResponse, GetAccessPointProps, GetAccessPointQueryPathParams, GetAccessPointQueryQueryParams, } from './hooks/useGetAccessPointQuery';
113
+ export { getAccessPoint, useGetAccessPointQuery } from './hooks/useGetAccessPointQuery';
114
+ export type { GetAllAsGsErrorResponse, GetAllAsGsMutationPathParams, GetAllAsGsMutationQueryParams, GetAllAsGsOkResponse, GetAllAsGsProps, GetAllAsGsRequestBody, } from './hooks/useGetAllAsGsMutation';
115
+ export { getAllAsGs, useGetAllAsGsMutation } from './hooks/useGetAllAsGsMutation';
116
+ export type { GetAllRuleFiltersErrorResponse, GetAllRuleFiltersOkResponse, GetAllRuleFiltersProps, GetAllRuleFiltersQueryPathParams, GetAllRuleFiltersQueryQueryParams, } from './hooks/useGetAllRuleFiltersQuery';
117
+ export { getAllRuleFilters, useGetAllRuleFiltersQuery } from './hooks/useGetAllRuleFiltersQuery';
118
+ export type { GetAllTagsErrorResponse, GetAllTagsOkResponse, GetAllTagsProps, GetAllTagsQueryPathParams, GetAllTagsQueryQueryParams, } from './hooks/useGetAllTagsQuery';
119
+ export { getAllTags, useGetAllTagsQuery } from './hooks/useGetAllTagsQuery';
120
+ export type { GetAppIdErrorResponse, GetAppIdOkResponse, GetAppIdProps, } from './hooks/useGetAppIdQuery';
121
+ export { getAppId, useGetAppIdQuery } from './hooks/useGetAppIdQuery';
122
+ export type { GetAutoStoppingCoolDownMetaErrorResponse, GetAutoStoppingCoolDownMetaOkResponse, GetAutoStoppingCoolDownMetaProps, GetAutoStoppingCoolDownMetaQueryPathParams, GetAutoStoppingCoolDownMetaQueryQueryParams, } from './hooks/useGetAutoStoppingCoolDownMetaQuery';
123
+ export { getAutoStoppingCoolDownMeta, useGetAutoStoppingCoolDownMetaQuery, } from './hooks/useGetAutoStoppingCoolDownMetaQuery';
124
+ export type { GetAutostoppingApplicationServicesErrorResponse, GetAutostoppingApplicationServicesOkResponse, GetAutostoppingApplicationServicesProps, GetAutostoppingApplicationServicesQueryPathParams, GetAutostoppingApplicationServicesQueryQueryParams, } from './hooks/useGetAutostoppingApplicationServicesQuery';
125
+ export { getAutostoppingApplicationServices, useGetAutostoppingApplicationServicesQuery, } from './hooks/useGetAutostoppingApplicationServicesQuery';
126
+ export type { GetAutostoppingClusterNamespacesErrorResponse, GetAutostoppingClusterNamespacesOkResponse, GetAutostoppingClusterNamespacesProps, GetAutostoppingClusterNamespacesQueryPathParams, GetAutostoppingClusterNamespacesQueryQueryParams, } from './hooks/useGetAutostoppingClusterNamespacesQuery';
127
+ export { getAutostoppingClusterNamespaces, useGetAutostoppingClusterNamespacesQuery, } from './hooks/useGetAutostoppingClusterNamespacesQuery';
128
+ export type { GetAutostoppingClusterSummaryErrorResponse, GetAutostoppingClusterSummaryOkResponse, GetAutostoppingClusterSummaryProps, GetAutostoppingClusterSummaryQueryPathParams, GetAutostoppingClusterSummaryQueryQueryParams, } from './hooks/useGetAutostoppingClusterSummaryQuery';
129
+ export { getAutostoppingClusterSummary, useGetAutostoppingClusterSummaryQuery, } from './hooks/useGetAutostoppingClusterSummaryQuery';
130
+ export type { GetAutostoppingClustersErrorResponse, GetAutostoppingClustersOkResponse, GetAutostoppingClustersProps, GetAutostoppingClustersQueryPathParams, GetAutostoppingClustersQueryQueryParams, } from './hooks/useGetAutostoppingClustersQuery';
131
+ export { getAutostoppingClusters, useGetAutostoppingClustersQuery, } from './hooks/useGetAutostoppingClustersQuery';
132
+ export type { GetAutostoppingPermissionsErrorResponse, GetAutostoppingPermissionsOkResponse, GetAutostoppingPermissionsProps, GetAutostoppingPermissionsQueryPathParams, GetAutostoppingPermissionsQueryQueryParams, } from './hooks/useGetAutostoppingPermissionsQuery';
133
+ export { getAutostoppingPermissions, useGetAutostoppingPermissionsQuery, } from './hooks/useGetAutostoppingPermissionsQuery';
134
+ export type { GetAutostoppingTagsForFilterPanelErrorResponse, GetAutostoppingTagsForFilterPanelOkResponse, GetAutostoppingTagsForFilterPanelProps, GetAutostoppingTagsForFilterPanelQueryPathParams, GetAutostoppingTagsForFilterPanelQueryQueryParams, } from './hooks/useGetAutostoppingTagsForFilterPanelQuery';
135
+ export { getAutostoppingTagsForFilterPanel, useGetAutostoppingTagsForFilterPanelQuery, } from './hooks/useGetAutostoppingTagsForFilterPanelQuery';
136
+ export type { GetBulkJobStatusErrorResponse, GetBulkJobStatusOkResponse, GetBulkJobStatusProps, GetBulkJobStatusQueryPathParams, GetBulkJobStatusQueryQueryParams, } from './hooks/useGetBulkJobStatusQuery';
137
+ export { getBulkJobStatus, useGetBulkJobStatusQuery } from './hooks/useGetBulkJobStatusQuery';
138
+ export type { GetBulkRequestsResultErrorResponse, GetBulkRequestsResultMutationPathParams, GetBulkRequestsResultMutationQueryParams, GetBulkRequestsResultOkResponse, GetBulkRequestsResultProps, GetBulkRequestsResultRequestBody, } from './hooks/useGetBulkRequestsResultMutation';
139
+ export { getBulkRequestsResult, useGetBulkRequestsResultMutation, } from './hooks/useGetBulkRequestsResultMutation';
140
+ export type { GetCloudFormationFileErrorResponse, GetCloudFormationFileOkResponse, GetCloudFormationFileProps, GetCloudFormationFileQueryPathParams, GetCloudFormationFileQueryQueryParams, } from './hooks/useGetCloudFormationFileQuery';
141
+ export { getCloudFormationFile, useGetCloudFormationFileQuery, } from './hooks/useGetCloudFormationFileQuery';
142
+ export type { GetCloudFormationInfoErrorResponse, GetCloudFormationInfoOkResponse, GetCloudFormationInfoProps, GetCloudFormationInfoQueryPathParams, GetCloudFormationInfoQueryQueryParams, } from './hooks/useGetCloudFormationInfoQuery';
143
+ export { getCloudFormationInfo, useGetCloudFormationInfoQuery, } from './hooks/useGetCloudFormationInfoQuery';
144
+ export type { GetCloudFormationTemplateErrorResponse, GetCloudFormationTemplateOkResponse, GetCloudFormationTemplateProps, GetCloudFormationTemplateQueryPathParams, GetCloudFormationTemplateQueryQueryParams, } from './hooks/useGetCloudFormationTemplateQuery';
145
+ export { getCloudFormationTemplate, useGetCloudFormationTemplateQuery, } from './hooks/useGetCloudFormationTemplateQuery';
146
+ export type { GetClusterDetailsByIdErrorResponse, GetClusterDetailsByIdOkResponse, GetClusterDetailsByIdProps, GetClusterDetailsByIdQueryPathParams, GetClusterDetailsByIdQueryQueryParams, } from './hooks/useGetClusterDetailsByIdQuery';
147
+ export { getClusterDetailsById, useGetClusterDetailsByIdQuery, } from './hooks/useGetClusterDetailsByIdQuery';
148
+ export type { GetClusterDetailsErrorResponse, GetClusterDetailsOkResponse, GetClusterDetailsProps, GetClusterDetailsQueryPathParams, GetClusterDetailsQueryQueryParams, } from './hooks/useGetClusterDetailsQuery';
149
+ export { getClusterDetails, useGetClusterDetailsQuery } from './hooks/useGetClusterDetailsQuery';
150
+ export type { GetClusterNodesErrorResponse, GetClusterNodesOkResponse, GetClusterNodesProps, GetClusterNodesQueryPathParams, GetClusterNodesQueryQueryParams, } from './hooks/useGetClusterNodesQuery';
151
+ export { getClusterNodes, useGetClusterNodesQuery } from './hooks/useGetClusterNodesQuery';
152
+ export type { GetClusterNodesSummaryErrorResponse, GetClusterNodesSummaryOkResponse, GetClusterNodesSummaryProps, GetClusterNodesSummaryQueryPathParams, GetClusterNodesSummaryQueryQueryParams, } from './hooks/useGetClusterNodesSummaryQuery';
153
+ export { getClusterNodesSummary, useGetClusterNodesSummaryQuery, } from './hooks/useGetClusterNodesSummaryQuery';
154
+ export type { GetClusterOrchestratorConfigErrorResponse, GetClusterOrchestratorConfigOkResponse, GetClusterOrchestratorConfigProps, GetClusterOrchestratorConfigQueryPathParams, GetClusterOrchestratorConfigQueryQueryParams, } from './hooks/useGetClusterOrchestratorConfigQuery';
155
+ export { getClusterOrchestratorConfig, useGetClusterOrchestratorConfigQuery, } from './hooks/useGetClusterOrchestratorConfigQuery';
156
+ export type { GetClusterOrchestratorEventLogsErrorResponse, GetClusterOrchestratorEventLogsOkResponse, GetClusterOrchestratorEventLogsProps, GetClusterOrchestratorEventLogsQueryPathParams, GetClusterOrchestratorEventLogsQueryQueryParams, } from './hooks/useGetClusterOrchestratorEventLogsQuery';
157
+ export { getClusterOrchestratorEventLogs, useGetClusterOrchestratorEventLogsQuery, } from './hooks/useGetClusterOrchestratorEventLogsQuery';
158
+ export type { GetClusterOrchestratorEventLogsV2ErrorResponse, GetClusterOrchestratorEventLogsV2MutationPathParams, GetClusterOrchestratorEventLogsV2MutationQueryParams, GetClusterOrchestratorEventLogsV2OkResponse, GetClusterOrchestratorEventLogsV2Props, GetClusterOrchestratorEventLogsV2RequestBody, } from './hooks/useGetClusterOrchestratorEventLogsV2Mutation';
159
+ export { getClusterOrchestratorEventLogsV2, useGetClusterOrchestratorEventLogsV2Mutation, } from './hooks/useGetClusterOrchestratorEventLogsV2Mutation';
160
+ export type { GetClusterOrchestratorEventsErrorResponse, GetClusterOrchestratorEventsOkResponse, GetClusterOrchestratorEventsProps, GetClusterOrchestratorEventsQueryPathParams, GetClusterOrchestratorEventsQueryQueryParams, } from './hooks/useGetClusterOrchestratorEventsQuery';
161
+ export { getClusterOrchestratorEvents, useGetClusterOrchestratorEventsQuery, } from './hooks/useGetClusterOrchestratorEventsQuery';
162
+ export type { GetClusterOrchestratorErrorResponse, GetClusterOrchestratorOkResponse, GetClusterOrchestratorProps, GetClusterOrchestratorQueryPathParams, GetClusterOrchestratorQueryQueryParams, } from './hooks/useGetClusterOrchestratorQuery';
163
+ export { getClusterOrchestrator, useGetClusterOrchestratorQuery, } from './hooks/useGetClusterOrchestratorQuery';
164
+ export type { GetClusterOrchestratorSavingsErrorResponse, GetClusterOrchestratorSavingsMutationPathParams, GetClusterOrchestratorSavingsMutationQueryParams, GetClusterOrchestratorSavingsOkResponse, GetClusterOrchestratorSavingsProps, GetClusterOrchestratorSavingsRequestBody, } from './hooks/useGetClusterOrchestratorSavingsMutation';
165
+ export { getClusterOrchestratorSavings, useGetClusterOrchestratorSavingsMutation, } from './hooks/useGetClusterOrchestratorSavingsMutation';
166
+ export type { GetClusterPotentialSavingsErrorResponse, GetClusterPotentialSavingsMutationPathParams, GetClusterPotentialSavingsMutationQueryParams, GetClusterPotentialSavingsOkResponse, GetClusterPotentialSavingsProps, GetClusterPotentialSavingsRequestBody, } from './hooks/useGetClusterPotentialSavingsMutation';
167
+ export { getClusterPotentialSavings, useGetClusterPotentialSavingsMutation, } from './hooks/useGetClusterPotentialSavingsMutation';
168
+ export type { GetClusterRuleRecommendationOverviewErrorResponse, GetClusterRuleRecommendationOverviewOkResponse, GetClusterRuleRecommendationOverviewProps, GetClusterRuleRecommendationOverviewQueryPathParams, GetClusterRuleRecommendationOverviewQueryQueryParams, } from './hooks/useGetClusterRuleRecommendationOverviewQuery';
169
+ export { getClusterRuleRecommendationOverview, useGetClusterRuleRecommendationOverviewQuery, } from './hooks/useGetClusterRuleRecommendationOverviewQuery';
170
+ export type { GetClusterSavingsErrorResponse, GetClusterSavingsMutationPathParams, GetClusterSavingsMutationQueryParams, GetClusterSavingsOkResponse, GetClusterSavingsProps, GetClusterSavingsRequestBody, } from './hooks/useGetClusterSavingsMutation';
171
+ export { getClusterSavings, useGetClusterSavingsMutation, } from './hooks/useGetClusterSavingsMutation';
172
+ export type { GetClusterSavingsReportBinpackingErrorResponse, GetClusterSavingsReportBinpackingMutationPathParams, GetClusterSavingsReportBinpackingMutationQueryParams, GetClusterSavingsReportBinpackingOkResponse, GetClusterSavingsReportBinpackingProps, GetClusterSavingsReportBinpackingRequestBody, } from './hooks/useGetClusterSavingsReportBinpackingMutation';
173
+ export { getClusterSavingsReportBinpacking, useGetClusterSavingsReportBinpackingMutation, } from './hooks/useGetClusterSavingsReportBinpackingMutation';
174
+ export type { GetClusterSavingsReportClusterCostsErrorResponse, GetClusterSavingsReportClusterCostsMutationPathParams, GetClusterSavingsReportClusterCostsMutationQueryParams, GetClusterSavingsReportClusterCostsOkResponse, GetClusterSavingsReportClusterCostsProps, GetClusterSavingsReportClusterCostsRequestBody, } from './hooks/useGetClusterSavingsReportClusterCostsMutation';
175
+ export { getClusterSavingsReportClusterCosts, useGetClusterSavingsReportClusterCostsMutation, } from './hooks/useGetClusterSavingsReportClusterCostsMutation';
176
+ export type { GetClusterSavingsReportClusterSchedulesErrorResponse, GetClusterSavingsReportClusterSchedulesMutationPathParams, GetClusterSavingsReportClusterSchedulesMutationQueryParams, GetClusterSavingsReportClusterSchedulesOkResponse, GetClusterSavingsReportClusterSchedulesProps, GetClusterSavingsReportClusterSchedulesRequestBody, } from './hooks/useGetClusterSavingsReportClusterSchedulesMutation';
177
+ export { getClusterSavingsReportClusterSchedules, useGetClusterSavingsReportClusterSchedulesMutation, } from './hooks/useGetClusterSavingsReportClusterSchedulesMutation';
178
+ export type { GetClusterSavingsReportSpotWorkloadErrorResponse, GetClusterSavingsReportSpotWorkloadMutationPathParams, GetClusterSavingsReportSpotWorkloadMutationQueryParams, GetClusterSavingsReportSpotWorkloadOkResponse, GetClusterSavingsReportSpotWorkloadProps, GetClusterSavingsReportSpotWorkloadRequestBody, } from './hooks/useGetClusterSavingsReportSpotWorkloadMutation';
179
+ export { getClusterSavingsReportSpotWorkload, useGetClusterSavingsReportSpotWorkloadMutation, } from './hooks/useGetClusterSavingsReportSpotWorkloadMutation';
180
+ export type { GetClusterSummaryErrorResponse, GetClusterSummaryOkResponse, GetClusterSummaryProps, GetClusterSummaryQueryPathParams, GetClusterSummaryQueryQueryParams, } from './hooks/useGetClusterSummaryQuery';
181
+ export { getClusterSummary, useGetClusterSummaryQuery } from './hooks/useGetClusterSummaryQuery';
182
+ export type { GetClusterWorkloadsListErrorResponse, GetClusterWorkloadsListOkResponse, GetClusterWorkloadsListProps, GetClusterWorkloadsListQueryPathParams, GetClusterWorkloadsListQueryQueryParams, } from './hooks/useGetClusterWorkloadsListQuery';
183
+ export { getClusterWorkloadsList, useGetClusterWorkloadsListQuery, } from './hooks/useGetClusterWorkloadsListQuery';
184
+ export type { GetClusterWorkloadsSummaryErrorResponse, GetClusterWorkloadsSummaryOkResponse, GetClusterWorkloadsSummaryProps, GetClusterWorkloadsSummaryQueryPathParams, GetClusterWorkloadsSummaryQueryQueryParams, } from './hooks/useGetClusterWorkloadsSummaryQuery';
185
+ export { getClusterWorkloadsSummary, useGetClusterWorkloadsSummaryQuery, } from './hooks/useGetClusterWorkloadsSummaryQuery';
186
+ export type { GetClustersListErrorResponse, GetClustersListOkResponse, GetClustersListProps, GetClustersListQueryPathParams, GetClustersListQueryQueryParams, } from './hooks/useGetClustersListQuery';
187
+ export { getClustersList, useGetClustersListQuery } from './hooks/useGetClustersListQuery';
188
+ export type { GetClustersListV2ErrorResponse, GetClustersListV2OkResponse, GetClustersListV2Props, GetClustersListV2QueryPathParams, GetClustersListV2QueryQueryParams, } from './hooks/useGetClustersListV2Query';
189
+ export { getClustersListV2, useGetClustersListV2Query } from './hooks/useGetClustersListV2Query';
190
+ export type { GetContainerClustersOfRegionErrorResponse, GetContainerClustersOfRegionOkResponse, GetContainerClustersOfRegionProps, GetContainerClustersOfRegionQueryPathParams, GetContainerClustersOfRegionQueryQueryParams, } from './hooks/useGetContainerClustersOfRegionQuery';
191
+ export { getContainerClustersOfRegion, useGetContainerClustersOfRegionQuery, } from './hooks/useGetContainerClustersOfRegionQuery';
192
+ export type { GetControllerVersionErrorResponse, GetControllerVersionOkResponse, GetControllerVersionProps, GetControllerVersionQueryPathParams, GetControllerVersionQueryQueryParams, } from './hooks/useGetControllerVersionQuery';
193
+ export { getControllerVersion, useGetControllerVersionQuery, } from './hooks/useGetControllerVersionQuery';
194
+ export type { GetInstanceHealthCheckDetailsErrorResponse, GetInstanceHealthCheckDetailsOkResponse, GetInstanceHealthCheckDetailsProps, GetInstanceHealthCheckDetailsQueryPathParams, GetInstanceHealthCheckDetailsQueryQueryParams, } from './hooks/useGetInstanceHealthCheckDetailsQuery';
195
+ export { getInstanceHealthCheckDetails, useGetInstanceHealthCheckDetailsQuery, } from './hooks/useGetInstanceHealthCheckDetailsQuery';
196
+ export type { GetInstancesTagsErrorResponse, GetInstancesTagsOkResponse, GetInstancesTagsProps, GetInstancesTagsQueryPathParams, GetInstancesTagsQueryQueryParams, } from './hooks/useGetInstancesTagsQuery';
197
+ export { getInstancesTags, useGetInstancesTagsQuery } from './hooks/useGetInstancesTagsQuery';
198
+ export type { GetKeyPairsForProxyErrorResponse, GetKeyPairsForProxyOkResponse, GetKeyPairsForProxyProps, GetKeyPairsForProxyQueryPathParams, GetKeyPairsForProxyQueryQueryParams, } from './hooks/useGetKeyPairsForProxyQuery';
199
+ export { getKeyPairsForProxy, useGetKeyPairsForProxyQuery, } from './hooks/useGetKeyPairsForProxyQuery';
200
+ export type { GetMachineListForZoneErrorResponse, GetMachineListForZoneOkResponse, GetMachineListForZoneProps, GetMachineListForZoneQueryPathParams, GetMachineListForZoneQueryQueryParams, } from './hooks/useGetMachineListForZoneQuery';
201
+ export { getMachineListForZone, useGetMachineListForZoneQuery, } from './hooks/useGetMachineListForZoneQuery';
202
+ export type { GetNodeClassErrorResponse, GetNodeClassOkResponse, GetNodeClassProps, GetNodeClassQueryPathParams, GetNodeClassQueryQueryParams, } from './hooks/useGetNodeClassQuery';
203
+ export { getNodeClass, useGetNodeClassQuery } from './hooks/useGetNodeClassQuery';
204
+ export type { GetNodePoolErrorResponse, GetNodePoolOkResponse, GetNodePoolProps, GetNodePoolQueryPathParams, GetNodePoolQueryQueryParams, } from './hooks/useGetNodePoolQuery';
205
+ export { getNodePool, useGetNodePoolQuery } from './hooks/useGetNodePoolQuery';
206
+ export type { GetNodepoolSchedulesErrorResponse, GetNodepoolSchedulesOkResponse, GetNodepoolSchedulesProps, GetNodepoolSchedulesQueryPathParams, GetNodepoolSchedulesQueryQueryParams, } from './hooks/useGetNodepoolSchedulesQuery';
207
+ export { getNodepoolSchedules, useGetNodepoolSchedulesQuery, } from './hooks/useGetNodepoolSchedulesQuery';
208
+ export type { GetRecommendationGraphErrorResponse, GetRecommendationGraphOkResponse, GetRecommendationGraphProps, GetRecommendationGraphQueryPathParams, GetRecommendationGraphQueryQueryParams, } from './hooks/useGetRecommendationGraphQuery';
209
+ export { getRecommendationGraph, useGetRecommendationGraphQuery, } from './hooks/useGetRecommendationGraphQuery';
210
+ export type { GetRecommendationsAccountSummaryErrorResponse, GetRecommendationsAccountSummaryOkResponse, GetRecommendationsAccountSummaryProps, GetRecommendationsAccountSummaryQueryPathParams, GetRecommendationsAccountSummaryQueryQueryParams, } from './hooks/useGetRecommendationsAccountSummaryQuery';
211
+ export { getRecommendationsAccountSummary, useGetRecommendationsAccountSummaryQuery, } from './hooks/useGetRecommendationsAccountSummaryQuery';
212
+ export type { GetResourceSavingsErrorResponse, GetResourceSavingsMutationPathParams, GetResourceSavingsMutationQueryParams, GetResourceSavingsOkResponse, GetResourceSavingsProps, GetResourceSavingsRequestBody, } from './hooks/useGetResourceSavingsMutation';
213
+ export { getResourceSavings, useGetResourceSavingsMutation, } from './hooks/useGetResourceSavingsMutation';
214
+ export type { GetRuleFilterErrorResponse, GetRuleFilterOkResponse, GetRuleFilterProps, GetRuleFilterQueryPathParams, GetRuleFilterQueryQueryParams, } from './hooks/useGetRuleFilterQuery';
215
+ export { getRuleFilter, useGetRuleFilterQuery } from './hooks/useGetRuleFilterQuery';
216
+ export type { GetRulesMetadataErrorResponse, GetRulesMetadataOkResponse, GetRulesMetadataProps, GetRulesMetadataQueryPathParams, GetRulesMetadataQueryQueryParams, } from './hooks/useGetRulesMetadataQuery';
217
+ export { getRulesMetadata, useGetRulesMetadataQuery } from './hooks/useGetRulesMetadataQuery';
218
+ export type { GetScheduledNodepoolsErrorResponse, GetScheduledNodepoolsOkResponse, GetScheduledNodepoolsProps, GetScheduledNodepoolsQueryPathParams, GetScheduledNodepoolsQueryQueryParams, } from './hooks/useGetScheduledNodepoolsQuery';
219
+ export { getScheduledNodepools, useGetScheduledNodepoolsQuery, } from './hooks/useGetScheduledNodepoolsQuery';
220
+ export type { GetServiceDiagnosticsErrorResponse, GetServiceDiagnosticsOkResponse, GetServiceDiagnosticsProps, GetServiceDiagnosticsQueryPathParams, GetServiceDiagnosticsQueryQueryParams, } from './hooks/useGetServiceDiagnosticsQuery';
221
+ export { getServiceDiagnostics, useGetServiceDiagnosticsQuery, } from './hooks/useGetServiceDiagnosticsQuery';
222
+ export type { GetServiceStatsErrorResponse, GetServiceStatsOkResponse, GetServiceStatsProps, GetServiceStatsQueryPathParams, GetServiceStatsQueryQueryParams, } from './hooks/useGetServiceStatsQuery';
223
+ export { getServiceStats, useGetServiceStatsQuery } from './hooks/useGetServiceStatsQuery';
224
+ export type { GetServicesErrorResponse, GetServicesOkResponse, GetServicesProps, GetServicesQueryPathParams, GetServicesQueryQueryParams, } from './hooks/useGetServicesQuery';
225
+ export { getServices, useGetServicesQuery } from './hooks/useGetServicesQuery';
226
+ export type { GetTimezonesErrorResponse, GetTimezonesOkResponse, GetTimezonesProps, GetTimezonesQueryPathParams, GetTimezonesQueryQueryParams, } from './hooks/useGetTimezonesQuery';
227
+ export { getTimezones, useGetTimezonesQuery } from './hooks/useGetTimezonesQuery';
228
+ export type { GetUsageOfResourcesErrorResponse, GetUsageOfResourcesOkResponse, GetUsageOfResourcesProps, GetUsageOfResourcesQueryPathParams, GetUsageOfResourcesQueryQueryParams, } from './hooks/useGetUsageOfResourcesQuery';
229
+ export { getUsageOfResources, useGetUsageOfResourcesQuery, } from './hooks/useGetUsageOfResourcesQuery';
230
+ export type { GetVpaOnboardCommandErrorResponse, GetVpaOnboardCommandOkResponse, GetVpaOnboardCommandProps, GetVpaOnboardCommandQueryPathParams, GetVpaOnboardCommandQueryQueryParams, } from './hooks/useGetVpaOnboardCommandQuery';
231
+ export { getVpaOnboardCommand, useGetVpaOnboardCommandQuery, } from './hooks/useGetVpaOnboardCommandQuery';
232
+ export type { GetVpaRuleScalingSummaryErrorResponse, GetVpaRuleScalingSummaryOkResponse, GetVpaRuleScalingSummaryProps, GetVpaRuleScalingSummaryQueryPathParams, GetVpaRuleScalingSummaryQueryQueryParams, } from './hooks/useGetVpaRuleScalingSummaryQuery';
233
+ export { getVpaRuleScalingSummary, useGetVpaRuleScalingSummaryQuery, } from './hooks/useGetVpaRuleScalingSummaryQuery';
234
+ export type { GetVpaSummaryErrorResponse, GetVpaSummaryOkResponse, GetVpaSummaryProps, GetVpaSummaryQueryPathParams, GetVpaSummaryQueryQueryParams, } from './hooks/useGetVpaSummaryQuery';
235
+ export { getVpaSummary, useGetVpaSummaryQuery } from './hooks/useGetVpaSummaryQuery';
236
+ export type { HealthOfServiceErrorResponse, HealthOfServiceOkResponse, HealthOfServiceProps, HealthOfServiceQueryPathParams, HealthOfServiceQueryQueryParams, } from './hooks/useHealthOfServiceQuery';
237
+ export { healthOfService, useHealthOfServiceQuery } from './hooks/useHealthOfServiceQuery';
238
+ export type { ListAccessPointsErrorResponse, ListAccessPointsOkResponse, ListAccessPointsProps, ListAccessPointsQueryPathParams, ListAccessPointsQueryQueryParams, } from './hooks/useListAccessPointsQuery';
239
+ export { listAccessPoints, useListAccessPointsQuery } from './hooks/useListAccessPointsQuery';
240
+ export type { ListAlertsErrorResponse, ListAlertsMutationPathParams, ListAlertsMutationQueryParams, ListAlertsOkResponse, ListAlertsProps, ListAlertsRequestBody, } from './hooks/useListAlertsMutation';
241
+ export { listAlerts, useListAlertsMutation } from './hooks/useListAlertsMutation';
242
+ export type { ListClusterNamespacesErrorResponse, ListClusterNamespacesOkResponse, ListClusterNamespacesProps, ListClusterNamespacesQueryPathParams, ListClusterNamespacesQueryQueryParams, } from './hooks/useListClusterNamespacesQuery';
243
+ export { listClusterNamespaces, useListClusterNamespacesQuery, } from './hooks/useListClusterNamespacesQuery';
244
+ export type { ListClusterOrchestratorUnifiedSchedulesErrorResponse, ListClusterOrchestratorUnifiedSchedulesOkResponse, ListClusterOrchestratorUnifiedSchedulesProps, ListClusterOrchestratorUnifiedSchedulesQueryPathParams, ListClusterOrchestratorUnifiedSchedulesQueryQueryParams, } from './hooks/useListClusterOrchestratorUnifiedSchedulesQuery';
245
+ export { listClusterOrchestratorUnifiedSchedules, useListClusterOrchestratorUnifiedSchedulesQuery, } from './hooks/useListClusterOrchestratorUnifiedSchedulesQuery';
246
+ export type { ListClusterRecommendationNamespacesErrorResponse, ListClusterRecommendationNamespacesOkResponse, ListClusterRecommendationNamespacesProps, ListClusterRecommendationNamespacesQueryPathParams, ListClusterRecommendationNamespacesQueryQueryParams, } from './hooks/useListClusterRecommendationNamespacesQuery';
247
+ export { listClusterRecommendationNamespaces, useListClusterRecommendationNamespacesQuery, } from './hooks/useListClusterRecommendationNamespacesQuery';
248
+ export type { ListClusterRecommendationsErrorResponse, ListClusterRecommendationsOkResponse, ListClusterRecommendationsProps, ListClusterRecommendationsQueryPathParams, ListClusterRecommendationsQueryQueryParams, } from './hooks/useListClusterRecommendationsQuery';
249
+ export { listClusterRecommendations, useListClusterRecommendationsQuery, } from './hooks/useListClusterRecommendationsQuery';
250
+ export type { ListDistinctK8sConnIdsForRecommendationsErrorResponse, ListDistinctK8sConnIdsForRecommendationsOkResponse, ListDistinctK8sConnIdsForRecommendationsProps, ListDistinctK8sConnIdsForRecommendationsQueryPathParams, ListDistinctK8sConnIdsForRecommendationsQueryQueryParams, } from './hooks/useListDistinctK8sConnIdsForRecommendationsQuery';
251
+ export { listDistinctK8sConnIdsForRecommendations, useListDistinctK8sConnIdsForRecommendationsQuery, } from './hooks/useListDistinctK8sConnIdsForRecommendationsQuery';
252
+ export type { ListNodeClassesErrorResponse, ListNodeClassesOkResponse, ListNodeClassesProps, ListNodeClassesQueryPathParams, ListNodeClassesQueryQueryParams, } from './hooks/useListNodeClassesQuery';
253
+ export { listNodeClasses, useListNodeClassesQuery } from './hooks/useListNodeClassesQuery';
254
+ export type { ListNodePoolsErrorResponse, ListNodePoolsOkResponse, ListNodePoolsProps, ListNodePoolsQueryPathParams, ListNodePoolsQueryQueryParams, } from './hooks/useListNodePoolsQuery';
255
+ export { listNodePools, useListNodePoolsQuery } from './hooks/useListNodePoolsQuery';
256
+ export type { ListOfServicesInContainerServiceClusterMatchingTagsErrorResponse, ListOfServicesInContainerServiceClusterMatchingTagsMutationPathParams, ListOfServicesInContainerServiceClusterMatchingTagsMutationQueryParams, ListOfServicesInContainerServiceClusterMatchingTagsOkResponse, ListOfServicesInContainerServiceClusterMatchingTagsProps, ListOfServicesInContainerServiceClusterMatchingTagsRequestBody, } from './hooks/useListOfServicesInContainerServiceClusterMatchingTagsMutation';
257
+ export { listOfServicesInContainerServiceClusterMatchingTags, useListOfServicesInContainerServiceClusterMatchingTagsMutation, } from './hooks/useListOfServicesInContainerServiceClusterMatchingTagsMutation';
258
+ export type { ListOfServicesInContainerServiceClusterErrorResponse, ListOfServicesInContainerServiceClusterOkResponse, ListOfServicesInContainerServiceClusterProps, ListOfServicesInContainerServiceClusterQueryPathParams, ListOfServicesInContainerServiceClusterQueryQueryParams, } from './hooks/useListOfServicesInContainerServiceClusterQuery';
259
+ export { listOfServicesInContainerServiceCluster, useListOfServicesInContainerServiceClusterQuery, } from './hooks/useListOfServicesInContainerServiceClusterQuery';
260
+ export type { ListRecommendationWorkloadsErrorResponse, ListRecommendationWorkloadsOkResponse, ListRecommendationWorkloadsProps, ListRecommendationWorkloadsQueryPathParams, ListRecommendationWorkloadsQueryQueryParams, } from './hooks/useListRecommendationWorkloadsQuery';
261
+ export { listRecommendationWorkloads, useListRecommendationWorkloadsQuery, } from './hooks/useListRecommendationWorkloadsQuery';
262
+ export type { ListRuleRecommendationClustersErrorResponse, ListRuleRecommendationClustersOkResponse, ListRuleRecommendationClustersProps, ListRuleRecommendationClustersQueryPathParams, ListRuleRecommendationClustersQueryQueryParams, } from './hooks/useListRuleRecommendationClustersQuery';
263
+ export { listRuleRecommendationClusters, useListRuleRecommendationClustersQuery, } from './hooks/useListRuleRecommendationClustersQuery';
264
+ export type { ListStaticSchedulesErrorResponse, ListStaticSchedulesOkResponse, ListStaticSchedulesProps, ListStaticSchedulesQueryPathParams, ListStaticSchedulesQueryQueryParams, } from './hooks/useListStaticSchedulesQuery';
265
+ export { listStaticSchedules, useListStaticSchedulesQuery, } from './hooks/useListStaticSchedulesQuery';
266
+ export type { ListVpaRulesErrorResponse, ListVpaRulesMutationPathParams, ListVpaRulesMutationQueryParams, ListVpaRulesOkResponse, ListVpaRulesProps, ListVpaRulesRequestBody, } from './hooks/useListVpaRulesMutation';
267
+ export { listVpaRules, useListVpaRulesMutation } from './hooks/useListVpaRulesMutation';
268
+ export type { LogsOfServiceCsvErrorResponse, LogsOfServiceCsvMutationPathParams, LogsOfServiceCsvMutationQueryParams, LogsOfServiceCsvOkResponse, LogsOfServiceCsvProps, LogsOfServiceCsvRequestBody, } from './hooks/useLogsOfServiceCsvMutation';
269
+ export { logsOfServiceCsv, useLogsOfServiceCsvMutation } from './hooks/useLogsOfServiceCsvMutation';
270
+ export type { LogsOfServiceErrorResponse, LogsOfServiceOkResponse, LogsOfServiceProps, LogsOfServiceQueryPathParams, LogsOfServiceQueryQueryParams, } from './hooks/useLogsOfServiceQuery';
271
+ export { logsOfService, useLogsOfServiceQuery } from './hooks/useLogsOfServiceQuery';
272
+ export type { LogsOfServiceV2ErrorResponse, LogsOfServiceV2MutationPathParams, LogsOfServiceV2MutationQueryParams, LogsOfServiceV2OkResponse, LogsOfServiceV2Props, LogsOfServiceV2RequestBody, } from './hooks/useLogsOfServiceV2Mutation';
273
+ export { logsOfServiceV2, useLogsOfServiceV2Mutation } from './hooks/useLogsOfServiceV2Mutation';
274
+ export type { MapToDnsErrorResponse, MapToDnsMutationPathParams, MapToDnsMutationQueryParams, MapToDnsOkResponse, MapToDnsProps, MapToDnsRequestBody, } from './hooks/useMapToDnsMutation';
275
+ export { mapToDns, useMapToDnsMutation } from './hooks/useMapToDnsMutation';
276
+ export type { PaginatedAccessPointsErrorResponse, PaginatedAccessPointsMutationPathParams, PaginatedAccessPointsMutationQueryParams, PaginatedAccessPointsOkResponse, PaginatedAccessPointsProps, PaginatedAccessPointsRequestBody, } from './hooks/usePaginatedAccessPointsMutation';
277
+ export { paginatedAccessPoints, usePaginatedAccessPointsMutation, } from './hooks/usePaginatedAccessPointsMutation';
278
+ export type { PerformBulkRuleActionErrorResponse, PerformBulkRuleActionMutationPathParams, PerformBulkRuleActionMutationQueryParams, PerformBulkRuleActionOkResponse, PerformBulkRuleActionProps, PerformBulkRuleActionRequestBody, } from './hooks/usePerformBulkRuleActionMutation';
279
+ export { performBulkRuleAction, usePerformBulkRuleActionMutation, } from './hooks/usePerformBulkRuleActionMutation';
280
+ export type { RequestsOfServiceErrorResponse, RequestsOfServiceOkResponse, RequestsOfServiceProps, RequestsOfServiceQueryPathParams, RequestsOfServiceQueryQueryParams, } from './hooks/useRequestsOfServiceQuery';
281
+ export { requestsOfService, useRequestsOfServiceQuery } from './hooks/useRequestsOfServiceQuery';
282
+ export type { RouteDetailsErrorResponse, RouteDetailsOkResponse, RouteDetailsProps, RouteDetailsQueryPathParams, RouteDetailsQueryQueryParams, } from './hooks/useRouteDetailsQuery';
283
+ export { routeDetails, useRouteDetailsQuery } from './hooks/useRouteDetailsQuery';
284
+ export type { SaveClusterOrchestratorConfigErrorResponse, SaveClusterOrchestratorConfigMutationPathParams, SaveClusterOrchestratorConfigMutationQueryParams, SaveClusterOrchestratorConfigOkResponse, SaveClusterOrchestratorConfigProps, SaveClusterOrchestratorConfigRequestBody, } from './hooks/useSaveClusterOrchestratorConfigMutation';
285
+ export { saveClusterOrchestratorConfig, useSaveClusterOrchestratorConfigMutation, } from './hooks/useSaveClusterOrchestratorConfigMutation';
286
+ export type { SaveRuleFilterErrorResponse, SaveRuleFilterMutationPathParams, SaveRuleFilterMutationQueryParams, SaveRuleFilterOkResponse, SaveRuleFilterProps, SaveRuleFilterRequestBody, } from './hooks/useSaveRuleFilterMutation';
287
+ export { saveRuleFilter, useSaveRuleFilterMutation } from './hooks/useSaveRuleFilterMutation';
288
+ export type { SaveServiceErrorResponse, SaveServiceMutationPathParams, SaveServiceMutationQueryParams, SaveServiceOkResponse, SaveServiceProps, SaveServiceRequestBody, } from './hooks/useSaveServiceMutation';
289
+ export { saveService, useSaveServiceMutation } from './hooks/useSaveServiceMutation';
290
+ export type { SaveServiceV2ErrorResponse, SaveServiceV2MutationPathParams, SaveServiceV2MutationQueryParams, SaveServiceV2OkResponse, SaveServiceV2Props, SaveServiceV2RequestBody, } from './hooks/useSaveServiceV2Mutation';
291
+ export { saveServiceV2, useSaveServiceV2Mutation } from './hooks/useSaveServiceV2Mutation';
292
+ export type { SavingsOfServiceErrorResponse, SavingsOfServiceOkResponse, SavingsOfServiceProps, SavingsOfServiceQueryPathParams, SavingsOfServiceQueryQueryParams, } from './hooks/useSavingsOfServiceQuery';
293
+ export { savingsOfService, useSavingsOfServiceQuery } from './hooks/useSavingsOfServiceQuery';
294
+ export type { SecurityGroupsOfInstancesErrorResponse, SecurityGroupsOfInstancesMutationPathParams, SecurityGroupsOfInstancesMutationQueryParams, SecurityGroupsOfInstancesOkResponse, SecurityGroupsOfInstancesProps, SecurityGroupsOfInstancesRequestBody, } from './hooks/useSecurityGroupsOfInstancesMutation';
295
+ export { securityGroupsOfInstances, useSecurityGroupsOfInstancesMutation, } from './hooks/useSecurityGroupsOfInstancesMutation';
296
+ export type { SetScheduleDisabledErrorResponse, SetScheduleDisabledMutationPathParams, SetScheduleDisabledMutationQueryParams, SetScheduleDisabledOkResponse, SetScheduleDisabledProps, SetScheduleDisabledRequestBody, } from './hooks/useSetScheduleDisabledMutation';
297
+ export { setScheduleDisabled, useSetScheduleDisabledMutation, } from './hooks/useSetScheduleDisabledMutation';
298
+ export type { TestClusterOrchestratorConnectionErrorResponse, TestClusterOrchestratorConnectionOkResponse, TestClusterOrchestratorConnectionProps, TestClusterOrchestratorConnectionQueryPathParams, TestClusterOrchestratorConnectionQueryQueryParams, } from './hooks/useTestClusterOrchestratorConnectionQuery';
299
+ export { testClusterOrchestratorConnection, useTestClusterOrchestratorConnectionQuery, } from './hooks/useTestClusterOrchestratorConnectionQuery';
300
+ export type { ToggleAutostoppingRuleErrorResponse, ToggleAutostoppingRuleMutationPathParams, ToggleAutostoppingRuleMutationQueryParams, ToggleAutostoppingRuleOkResponse, ToggleAutostoppingRuleProps, } from './hooks/useToggleAutostoppingRuleMutation';
301
+ export { toggleAutostoppingRule, useToggleAutostoppingRuleMutation, } from './hooks/useToggleAutostoppingRuleMutation';
302
+ export type { ToggleRuleModeErrorResponse, ToggleRuleModeMutationPathParams, ToggleRuleModeMutationQueryParams, ToggleRuleModeOkResponse, ToggleRuleModeProps, ToggleRuleModeRequestBody, } from './hooks/useToggleRuleModeMutation';
303
+ export { toggleRuleMode, useToggleRuleModeMutation } from './hooks/useToggleRuleModeMutation';
304
+ export type { UpdateAlertErrorResponse, UpdateAlertMutationPathParams, UpdateAlertMutationQueryParams, UpdateAlertOkResponse, UpdateAlertProps, UpdateAlertRequestBody, } from './hooks/useUpdateAlertMutation';
305
+ export { updateAlert, useUpdateAlertMutation } from './hooks/useUpdateAlertMutation';
306
+ export type { UpdateNodeClassErrorResponse, UpdateNodeClassMutationPathParams, UpdateNodeClassMutationQueryParams, UpdateNodeClassOkResponse, UpdateNodeClassProps, UpdateNodeClassRequestBody, } from './hooks/useUpdateNodeClassMutation';
307
+ export { updateNodeClass, useUpdateNodeClassMutation } from './hooks/useUpdateNodeClassMutation';
308
+ export type { UpdateNodePoolErrorResponse, UpdateNodePoolMutationPathParams, UpdateNodePoolMutationQueryParams, UpdateNodePoolOkResponse, UpdateNodePoolProps, UpdateNodePoolRequestBody, } from './hooks/useUpdateNodePoolMutation';
309
+ export { updateNodePool, useUpdateNodePoolMutation } from './hooks/useUpdateNodePoolMutation';
310
+ export type { UpdateRuleFilterErrorResponse, UpdateRuleFilterMutationPathParams, UpdateRuleFilterMutationQueryParams, UpdateRuleFilterOkResponse, UpdateRuleFilterProps, UpdateRuleFilterRequestBody, } from './hooks/useUpdateRuleFilterMutation';
311
+ export { updateRuleFilter, useUpdateRuleFilterMutation } from './hooks/useUpdateRuleFilterMutation';
312
+ export type { UpdateSchedulePrioritiesErrorResponse, UpdateSchedulePrioritiesMutationPathParams, UpdateSchedulePrioritiesMutationQueryParams, UpdateSchedulePrioritiesOkResponse, UpdateSchedulePrioritiesProps, UpdateSchedulePrioritiesRequestBody, } from './hooks/useUpdateSchedulePrioritiesMutation';
313
+ export { updateSchedulePriorities, useUpdateSchedulePrioritiesMutation, } from './hooks/useUpdateSchedulePrioritiesMutation';
314
+ export type { UpdateServiceV2ErrorResponse, UpdateServiceV2MutationPathParams, UpdateServiceV2MutationQueryParams, UpdateServiceV2OkResponse, UpdateServiceV2Props, UpdateServiceV2RequestBody, } from './hooks/useUpdateServiceV2Mutation';
315
+ export { updateServiceV2, useUpdateServiceV2Mutation } from './hooks/useUpdateServiceV2Mutation';
316
+ export type { ValidateCustomDomainsErrorResponse, ValidateCustomDomainsMutationPathParams, ValidateCustomDomainsMutationQueryParams, ValidateCustomDomainsOkResponse, ValidateCustomDomainsProps, ValidateCustomDomainsRequestBody, } from './hooks/useValidateCustomDomainsMutation';
317
+ export { useValidateCustomDomainsMutation, validateCustomDomains, } from './hooks/useValidateCustomDomainsMutation';
318
+ export type { ValidateStaticScheduleListErrorResponse, ValidateStaticScheduleListMutationPathParams, ValidateStaticScheduleListMutationQueryParams, ValidateStaticScheduleListOkResponse, ValidateStaticScheduleListProps, ValidateStaticScheduleListRequestBody, } from './hooks/useValidateStaticScheduleListMutation';
319
+ export { useValidateStaticScheduleListMutation, validateStaticScheduleList, } from './hooks/useValidateStaticScheduleListMutation';
320
+ export type { VersionCheckErrorResponse, VersionCheckOkResponse, VersionCheckProps, VersionCheckQueryPathParams, VersionCheckQueryQueryParams, } from './hooks/useVersionCheckQuery';
321
+ export { useVersionCheckQuery, versionCheck } from './hooks/useVersionCheckQuery';
322
+ export type { WarmupResourcesErrorResponse, WarmupResourcesMutationPathParams, WarmupResourcesMutationQueryParams, WarmupResourcesOkResponse, WarmupResourcesProps, WarmupResourcesRequestBody, } from './hooks/useWarmupResourcesMutation';
323
+ export { useWarmupResourcesMutation, warmupResources } from './hooks/useWarmupResourcesMutation';
324
+ export type { AccessPointRequestBody } from './requestBodies/AccessPointRequestBody';
325
+ export type { GenerateOnboardCommandPayloadRequestBody } from './requestBodies/GenerateOnboardCommandPayloadRequestBody';
326
+ export type { GetClusterOrchestratorSavingsBodyRequestBody } from './requestBodies/GetClusterOrchestratorSavingsBodyRequestBody';
327
+ export type { SaveServiceRequestRequestBody } from './requestBodies/SaveServiceRequestRequestBody';
328
+ export type { WarmupBodyRequestBody } from './requestBodies/WarmupBodyRequestBody';
329
+ export type { AccessPoint } from './schemas/AccessPoint';
330
+ export type { AccessPointActivityResponse } from './schemas/AccessPointActivityResponse';
331
+ export type { AccessPointCore } from './schemas/AccessPointCore';
332
+ export type { AccessPointCoresResponse } from './schemas/AccessPointCoresResponse';
333
+ export type { AccessPointMeta } from './schemas/AccessPointMeta';
334
+ export type { AdvancedConfig } from './schemas/AdvancedConfig';
335
+ export type { AlbAccessPointCore } from './schemas/AlbAccessPointCore';
336
+ export type { Alert } from './schemas/Alert';
337
+ export type { AlertAssociatedEntity } from './schemas/AlertAssociatedEntity';
338
+ export type { AlertDeleteResponse } from './schemas/AlertDeleteResponse';
339
+ export type { AlertEvent } from './schemas/AlertEvent';
340
+ export type { AlertRecipient } from './schemas/AlertRecipient';
341
+ export type { AlertRequest } from './schemas/AlertRequest';
342
+ export type { AlertSearchRequest } from './schemas/AlertSearchRequest';
343
+ export type { AlertSearchRequestSort } from './schemas/AlertSearchRequestSort';
344
+ export type { AlertSearchResponse } from './schemas/AlertSearchResponse';
345
+ export type { AlertUpdateRequest } from './schemas/AlertUpdateRequest';
346
+ export type { AlertUpdateResponse } from './schemas/AlertUpdateResponse';
347
+ export type { AllAsgResponse } from './schemas/AllAsgResponse';
348
+ export type { AllCertificatesResponse } from './schemas/AllCertificatesResponse';
349
+ export type { AllContainerServiceServicesResponse } from './schemas/AllContainerServiceServicesResponse';
350
+ export type { AllExecutionRolesResponse } from './schemas/AllExecutionRolesResponse';
351
+ export type { AllHostedZonesResponse } from './schemas/AllHostedZonesResponse';
352
+ export type { AllPublicIpsResponse } from './schemas/AllPublicIpsResponse';
353
+ export type { AllRegionsResponse } from './schemas/AllRegionsResponse';
354
+ export type { AllResourceGroupsResponse } from './schemas/AllResourceGroupsResponse';
355
+ export type { AllResourcesOfAccountResponse } from './schemas/AllResourcesOfAccountResponse';
356
+ export type { AllSecurityGroupsResponse } from './schemas/AllSecurityGroupsResponse';
357
+ export type { AllSubnetsResponse } from './schemas/AllSubnetsResponse';
358
+ export type { AllVpCsResponse } from './schemas/AllVpCsResponse';
359
+ export type { AllZonesResponse } from './schemas/AllZonesResponse';
360
+ export type { AmiConfig } from './schemas/AmiConfig';
361
+ export type { AmiSelectorTerm } from './schemas/AmiSelectorTerm';
362
+ export type { AppIdResponse } from './schemas/AppIdResponse';
363
+ export type { AsgMinimal } from './schemas/AsgMinimal';
364
+ export type { AsgResourceFilterBody } from './schemas/AsgResourceFilterBody';
365
+ export type { AutostoppingPermissions } from './schemas/AutostoppingPermissions';
366
+ export type { AutostoppingPermissionsResponse } from './schemas/AutostoppingPermissionsResponse';
367
+ export type { AzureAccessPointCore } from './schemas/AzureAccessPointCore';
368
+ export type { BlockDeviceMapping } from './schemas/BlockDeviceMapping';
369
+ export type { BulkRequestsRequest } from './schemas/BulkRequestsRequest';
370
+ export type { BulkRequestsResult } from './schemas/BulkRequestsResult';
371
+ export type { BulkRuleResponse } from './schemas/BulkRuleResponse';
372
+ export type { Certificate } from './schemas/Certificate';
373
+ export type { CertificateData } from './schemas/CertificateData';
374
+ export type { CftResponse } from './schemas/CftResponse';
375
+ export type { CloudFormationData } from './schemas/CloudFormationData';
376
+ export type { CloudFormationResponse } from './schemas/CloudFormationResponse';
377
+ export type { Cluster } from './schemas/Cluster';
378
+ export type { ClusterEstimatedSavings } from './schemas/ClusterEstimatedSavings';
379
+ export type { ClusterEstimatedSavingsResponse } from './schemas/ClusterEstimatedSavingsResponse';
380
+ export type { ClusterFreedUpCapacity } from './schemas/ClusterFreedUpCapacity';
381
+ export type { ClusterNodes } from './schemas/ClusterNodes';
382
+ export type { ClusterNodesAggregate } from './schemas/ClusterNodesAggregate';
383
+ export type { ClusterOrchestrator } from './schemas/ClusterOrchestrator';
384
+ export type { ClusterOrchestratorConfigPayload } from './schemas/ClusterOrchestratorConfigPayload';
385
+ export type { ClusterOrchestratorConnectionTestResponse } from './schemas/ClusterOrchestratorConnectionTestResponse';
386
+ export type { ClusterOrchestratorCreateResponse } from './schemas/ClusterOrchestratorCreateResponse';
387
+ export type { ClusterOrchestratorGetResponse } from './schemas/ClusterOrchestratorGetResponse';
388
+ export type { ClusterOrchestratorTestResult } from './schemas/ClusterOrchestratorTestResult';
389
+ export type { ClusterOverviewResponse } from './schemas/ClusterOverviewResponse';
390
+ export type { ClusterPodsAggregate } from './schemas/ClusterPodsAggregate';
391
+ export type { ClusterRecommendationNamespacesResponse } from './schemas/ClusterRecommendationNamespacesResponse';
392
+ export type { ClusterResourceMetrics } from './schemas/ClusterResourceMetrics';
393
+ export type { ClusterRuleSummary } from './schemas/ClusterRuleSummary';
394
+ export type { ClusterSavingsReportBinpackingPayload } from './schemas/ClusterSavingsReportBinpackingPayload';
395
+ export type { ClusterSavingsReportBinpackingRequest } from './schemas/ClusterSavingsReportBinpackingRequest';
396
+ export type { ClusterSavingsReportClusterCostsPayload } from './schemas/ClusterSavingsReportClusterCostsPayload';
397
+ export type { ClusterSavingsReportClusterCostsRequest } from './schemas/ClusterSavingsReportClusterCostsRequest';
398
+ export type { ClusterSavingsReportClusterScheduleDetails } from './schemas/ClusterSavingsReportClusterScheduleDetails';
399
+ export type { ClusterSavingsReportClusterScheduleItem } from './schemas/ClusterSavingsReportClusterScheduleItem';
400
+ export type { ClusterSavingsReportClusterSchedulesPayload } from './schemas/ClusterSavingsReportClusterSchedulesPayload';
401
+ export type { ClusterSavingsReportClusterSchedulesRequest } from './schemas/ClusterSavingsReportClusterSchedulesRequest';
402
+ export type { ClusterSavingsReportCostByFulfillment } from './schemas/ClusterSavingsReportCostByFulfillment';
403
+ export type { ClusterSavingsReportFulfillmentCost } from './schemas/ClusterSavingsReportFulfillmentCost';
404
+ export type { ClusterSavingsReportSpotWorkloadPayload } from './schemas/ClusterSavingsReportSpotWorkloadPayload';
405
+ export type { ClusterSavingsReportSpotWorkloadRequest } from './schemas/ClusterSavingsReportSpotWorkloadRequest';
406
+ export type { ClusterWorkloadCost } from './schemas/ClusterWorkloadCost';
407
+ export type { ClusterWorkloads } from './schemas/ClusterWorkloads';
408
+ export type { ConfigureClusterOrchestratorPayload } from './schemas/ConfigureClusterOrchestratorPayload';
409
+ export type { ConfigureClusterOrchestratorWorkloadsPayload } from './schemas/ConfigureClusterOrchestratorWorkloadsPayload';
410
+ export type { Consolidation } from './schemas/Consolidation';
411
+ export type { ConsolidationBudget } from './schemas/ConsolidationBudget';
412
+ export type { ContainerClusterMinimal } from './schemas/ContainerClusterMinimal';
413
+ export type { ContainerClustersResponse } from './schemas/ContainerClustersResponse';
414
+ export type { ContainerServiceService } from './schemas/ContainerServiceService';
415
+ export type { ContainerServiceServiceMinimal } from './schemas/ContainerServiceServiceMinimal';
416
+ export type { ContainerSvc } from './schemas/ContainerSvc';
417
+ export type { ControllerVersionResponse } from './schemas/ControllerVersionResponse';
418
+ export type { CoolDownMetaSuccessResponse } from './schemas/CoolDownMetaSuccessResponse';
419
+ export type { CoolDownOption } from './schemas/CoolDownOption';
420
+ export type { CreateAccessPointResponse } from './schemas/CreateAccessPointResponse';
421
+ export type { CreateAlertResponse } from './schemas/CreateAlertResponse';
422
+ export type { CreateClusterOrchestratorPayload } from './schemas/CreateClusterOrchestratorPayload';
423
+ export type { CreateNodeClassRequest } from './schemas/CreateNodeClassRequest';
424
+ export type { CreateNodePoolRequest } from './schemas/CreateNodePoolRequest';
425
+ export type { CreateRuleFromRecommendationResponse } from './schemas/CreateRuleFromRecommendationResponse';
426
+ export type { CreateRuleFromRecommendationV2Request } from './schemas/CreateRuleFromRecommendationV2Request';
427
+ export type { CumulativeSavings } from './schemas/CumulativeSavings';
428
+ export type { CumulativeSavingsResponse } from './schemas/CumulativeSavingsResponse';
429
+ export type { CumulativeServiceSavingsBody } from './schemas/CumulativeServiceSavingsBody';
430
+ export type { DeleteNodePoolResponse } from './schemas/DeleteNodePoolResponse';
431
+ export type { DeleteRuleFilterResponse } from './schemas/DeleteRuleFilterResponse';
432
+ export type { DeletedRule } from './schemas/DeletedRule';
433
+ export type { DescribeServiceOfContainerServicesResponse } from './schemas/DescribeServiceOfContainerServicesResponse';
434
+ export type { DiscoveryWorkload } from './schemas/DiscoveryWorkload';
435
+ export type { DistinctK8sConnIDsResponse } from './schemas/DistinctK8sConnIDsResponse';
436
+ export type { EbsConfig } from './schemas/EbsConfig';
437
+ export type { EnableOptimizationOfClusterOrchestratorResponse } from './schemas/EnableOptimizationOfClusterOrchestratorResponse';
438
+ export type { EventLog } from './schemas/EventLog';
439
+ export type { EventLogFilterOption } from './schemas/EventLogFilterOption';
440
+ export type { EventLogSortOption } from './schemas/EventLogSortOption';
441
+ export type { EventLogsV2Request } from './schemas/EventLogsV2Request';
442
+ export type { ExecutionRule } from './schemas/ExecutionRule';
443
+ export type { FetchAllRulesResponse } from './schemas/FetchAllRulesResponse';
444
+ export type { FetchAllRulesResponseRecords } from './schemas/FetchAllRulesResponseRecords';
445
+ export type { FetchClusterWorkloadsBody } from './schemas/FetchClusterWorkloadsBody';
446
+ export type { FetchClusterWorkloadsFilterObj } from './schemas/FetchClusterWorkloadsFilterObj';
447
+ export type { FetchClusterWorkloadsSortObj } from './schemas/FetchClusterWorkloadsSortObj';
448
+ export type { FetchDeletedRulesBody } from './schemas/FetchDeletedRulesBody';
449
+ export type { FetchDeletedRulesResponse } from './schemas/FetchDeletedRulesResponse';
450
+ export type { FetchDeletedRulesResponseRecords } from './schemas/FetchDeletedRulesResponseRecords';
451
+ export type { FetchLoadBalancerBody } from './schemas/FetchLoadBalancerBody';
452
+ export type { FetchRulesBody } from './schemas/FetchRulesBody';
453
+ export type { FetchRulesFilterObj } from './schemas/FetchRulesFilterObj';
454
+ export type { FetchRulesResponse } from './schemas/FetchRulesResponse';
455
+ export type { FetchRulesResponseRecords } from './schemas/FetchRulesResponseRecords';
456
+ export type { FetchRulesSortObj } from './schemas/FetchRulesSortObj';
457
+ export type { FetchServicesByTagsBody } from './schemas/FetchServicesByTagsBody';
458
+ export type { FilterDto } from './schemas/FilterDto';
459
+ export type { FilterOption } from './schemas/FilterOption';
460
+ export type { FilterType } from './schemas/FilterType';
461
+ export type { FirewallRule } from './schemas/FirewallRule';
462
+ export type { ForcedWarmUpDetails } from './schemas/ForcedWarmUpDetails';
463
+ export type { GatewaySessionReportResponse } from './schemas/GatewaySessionReportResponse';
464
+ export type { GcpAccessPointCore } from './schemas/GcpAccessPointCore';
465
+ export type { GcpCertificatesData } from './schemas/GcpCertificatesData';
466
+ export type { GcpMachineType } from './schemas/GcpMachineType';
467
+ export type { GenerateOnboardCommandPayload } from './schemas/GenerateOnboardCommandPayload';
468
+ export type { GetAccessPointResponse } from './schemas/GetAccessPointResponse';
469
+ export type { GetAllRuleFiltersResponse } from './schemas/GetAllRuleFiltersResponse';
470
+ export type { HealthCheck } from './schemas/HealthCheck';
471
+ export type { HealthStatus } from './schemas/HealthStatus';
472
+ export type { HostedZone } from './schemas/HostedZone';
473
+ export type { HvpaRule } from './schemas/HvpaRule';
474
+ export type { IamConfig } from './schemas/IamConfig';
475
+ export type { InstanceBasedRoutingData } from './schemas/InstanceBasedRoutingData';
476
+ export type { InstanceBasedRoutingDataV2 } from './schemas/InstanceBasedRoutingDataV2';
477
+ export type { InstanceBasedRoutingFilterV2 } from './schemas/InstanceBasedRoutingFilterV2';
478
+ export type { InstanceHealthCheckDetailsResponse } from './schemas/InstanceHealthCheckDetailsResponse';
479
+ export type { JobStatusResponse } from './schemas/JobStatusResponse';
480
+ export type { K8sWorkload } from './schemas/K8sWorkload';
481
+ export type { KeyPairItem } from './schemas/KeyPairItem';
482
+ export type { KeyPairs } from './schemas/KeyPairs';
483
+ export type { KeyPairsResponse } from './schemas/KeyPairsResponse';
484
+ export type { ListAccessPointResponse } from './schemas/ListAccessPointResponse';
485
+ export type { ListAccessPointResponseV2 } from './schemas/ListAccessPointResponseV2';
486
+ export type { ListClusterRecommendationsResponse } from './schemas/ListClusterRecommendationsResponse';
487
+ export type { ListRecommendationWorkloadsResponse } from './schemas/ListRecommendationWorkloadsResponse';
488
+ export type { LwEnvelopeClusterRecommendationNamespaces } from './schemas/LwEnvelopeClusterRecommendationNamespaces';
489
+ export type { LwEnvelopeClusterRecommendationOverview } from './schemas/LwEnvelopeClusterRecommendationOverview';
490
+ export type { LwEnvelopeCreateRuleFromRecommendation } from './schemas/LwEnvelopeCreateRuleFromRecommendation';
491
+ export type { LwEnvelopeDistinctK8sConnIDs } from './schemas/LwEnvelopeDistinctK8sConnIDs';
492
+ export type { LwEnvelopeListClusterRecommendations } from './schemas/LwEnvelopeListClusterRecommendations';
493
+ export type { LwEnvelopeListRecommendationWorkloads } from './schemas/LwEnvelopeListRecommendationWorkloads';
494
+ export type { LwEnvelopeRecommendationGraph } from './schemas/LwEnvelopeRecommendationGraph';
495
+ export type { LwEnvelopeRecommendationsAccountSummary } from './schemas/LwEnvelopeRecommendationsAccountSummary';
496
+ export type { LwEnvelopeRuleRecommendationsClusters } from './schemas/LwEnvelopeRuleRecommendationsClusters';
497
+ export type { MaptoDnsBody } from './schemas/MaptoDnsBody';
498
+ export type { MetadataOptions } from './schemas/MetadataOptions';
499
+ export type { NamespaceMetadata } from './schemas/NamespaceMetadata';
500
+ export type { NamespacesListResponse } from './schemas/NamespacesListResponse';
501
+ export type { NetworkConfig } from './schemas/NetworkConfig';
502
+ export type { NetworkSecurityGroup } from './schemas/NetworkSecurityGroup';
503
+ export type { NodeClassConfig } from './schemas/NodeClassConfig';
504
+ export type { NodeClassDetail } from './schemas/NodeClassDetail';
505
+ export type { NodeClassDetailResponse } from './schemas/NodeClassDetailResponse';
506
+ export type { NodeClassListData } from './schemas/NodeClassListData';
507
+ export type { NodeClassListItem } from './schemas/NodeClassListItem';
508
+ export type { NodeClassListResponse } from './schemas/NodeClassListResponse';
509
+ export type { NodeClassResponse } from './schemas/NodeClassResponse';
510
+ export type { NodePoolConfig } from './schemas/NodePoolConfig';
511
+ export type { NodePoolDetail } from './schemas/NodePoolDetail';
512
+ export type { NodePoolDetailResponse } from './schemas/NodePoolDetailResponse';
513
+ export type { NodePoolDisruptionBudget } from './schemas/NodePoolDisruptionBudget';
514
+ export type { NodePoolDisruptionConfig } from './schemas/NodePoolDisruptionConfig';
515
+ export type { NodePoolLimits } from './schemas/NodePoolLimits';
516
+ export type { NodePoolListData } from './schemas/NodePoolListData';
517
+ export type { NodePoolListItem } from './schemas/NodePoolListItem';
518
+ export type { NodePoolListResponse } from './schemas/NodePoolListResponse';
519
+ export type { NodePoolResponse } from './schemas/NodePoolResponse';
520
+ export type { NodePoolSchedulingRequirement } from './schemas/NodePoolSchedulingRequirement';
521
+ export type { NodePoolTaint } from './schemas/NodePoolTaint';
522
+ export type { OccurrenceSchedule } from './schemas/OccurrenceSchedule';
523
+ export type { Opts } from './schemas/Opts';
524
+ export type { PaginatedEventLogResponse } from './schemas/PaginatedEventLogResponse';
525
+ export type { PaginatedServiceLogsResponse } from './schemas/PaginatedServiceLogsResponse';
526
+ export type { Pagination } from './schemas/Pagination';
527
+ export type { PortConfig } from './schemas/PortConfig';
528
+ export type { PotentialSavingsRequest } from './schemas/PotentialSavingsRequest';
529
+ export type { PublicIp } from './schemas/PublicIp';
530
+ export type { RdsDatabase } from './schemas/RdsDatabase';
531
+ export type { RecommendationGraph } from './schemas/RecommendationGraph';
532
+ export type { RecommendationGraphNode } from './schemas/RecommendationGraphNode';
533
+ export type { RecommendationsAccountSummaryResponse } from './schemas/RecommendationsAccountSummaryResponse';
534
+ export type { RefOfCreatedRule } from './schemas/RefOfCreatedRule';
535
+ export type { Region } from './schemas/Region';
536
+ export type { ReportRequestBody } from './schemas/ReportRequestBody';
537
+ export type { Resource } from './schemas/Resource';
538
+ export type { ResourceFilterBody } from './schemas/ResourceFilterBody';
539
+ export type { ResourceGroup } from './schemas/ResourceGroup';
540
+ export type { ResourceSavingsRequest } from './schemas/ResourceSavingsRequest';
541
+ export type { ResourceSavingsResource } from './schemas/ResourceSavingsResource';
542
+ export type { ResourceSavingsResponse } from './schemas/ResourceSavingsResponse';
543
+ export type { ResourceStatus } from './schemas/ResourceStatus';
544
+ export type { ResourceUsage } from './schemas/ResourceUsage';
545
+ export type { ResourceUsageResponse } from './schemas/ResourceUsageResponse';
546
+ export type { ResponseCluster } from './schemas/ResponseCluster';
547
+ export type { ResponseClusterDetails } from './schemas/ResponseClusterDetails';
548
+ export type { ResponseClusterNodes } from './schemas/ResponseClusterNodes';
549
+ export type { ResponseClusterOrchestratorConfig } from './schemas/ResponseClusterOrchestratorConfig';
550
+ export type { ResponseClusterOrchestratorSavings } from './schemas/ResponseClusterOrchestratorSavings';
551
+ export type { ResponseClusterSavingsReportBinpacking } from './schemas/ResponseClusterSavingsReportBinpacking';
552
+ export type { ResponseClusterSavingsReportClusterCosts } from './schemas/ResponseClusterSavingsReportClusterCosts';
553
+ export type { ResponseClusterSavingsReportClusterSchedules } from './schemas/ResponseClusterSavingsReportClusterSchedules';
554
+ export type { ResponseClusterSavingsReportSpotWorkload } from './schemas/ResponseClusterSavingsReportSpotWorkload';
555
+ export type { ResponseClusterWorkloads } from './schemas/ResponseClusterWorkloads';
556
+ export type { ResponseEventLogs } from './schemas/ResponseEventLogs';
557
+ export type { ResponseEventLogsListInfo } from './schemas/ResponseEventLogsListInfo';
558
+ export type { ResponseListCluster } from './schemas/ResponseListCluster';
559
+ export type { ResponseListClusterV2 } from './schemas/ResponseListClusterV2';
560
+ export type { RoutingData } from './schemas/RoutingData';
561
+ export type { RoutingProxy } from './schemas/RoutingProxy';
562
+ export type { RoutingRule } from './schemas/RoutingRule';
563
+ export type { RuleRecommendation } from './schemas/RuleRecommendation';
564
+ export type { RuleRecommendationCluster } from './schemas/RuleRecommendationCluster';
565
+ export type { RuleRecommendationsClustersListResponse } from './schemas/RuleRecommendationsClustersListResponse';
566
+ export type { RulesMetadataResponse } from './schemas/RulesMetadataResponse';
567
+ export type { SaveRuleFilterBody } from './schemas/SaveRuleFilterBody';
568
+ export type { SaveRuleFilterResponse } from './schemas/SaveRuleFilterResponse';
569
+ export type { SaveServiceRequest } from './schemas/SaveServiceRequest';
570
+ export type { SaveStaticSchedulesRequest } from './schemas/SaveStaticSchedulesRequest';
571
+ export type { SavingsReportBinPackingThresholds } from './schemas/SavingsReportBinPackingThresholds';
572
+ export type { SavingsReportClusterConfiguration } from './schemas/SavingsReportClusterConfiguration';
573
+ export type { ScheduledNodepoolsResponse } from './schemas/ScheduledNodepoolsResponse';
574
+ export type { SecurityGroupSelectorTerm } from './schemas/SecurityGroupSelectorTerm';
575
+ export type { Service } from './schemas/Service';
576
+ export type { ServiceDep } from './schemas/ServiceDep';
577
+ export type { ServiceDepTree } from './schemas/ServiceDepTree';
578
+ export type { ServiceDiagnostics } from './schemas/ServiceDiagnostics';
579
+ export type { ServiceDiagnosticsResponse } from './schemas/ServiceDiagnosticsResponse';
580
+ export type { ServiceError } from './schemas/ServiceError';
581
+ export type { ServiceHealthResponse } from './schemas/ServiceHealthResponse';
582
+ export type { ServiceIdAndName } from './schemas/ServiceIdAndName';
583
+ export type { ServiceLog } from './schemas/ServiceLog';
584
+ export type { ServiceLogSortOption } from './schemas/ServiceLogSortOption';
585
+ export type { ServiceLogV2 } from './schemas/ServiceLogV2';
586
+ export type { ServiceLogsCsvRequest } from './schemas/ServiceLogsCsvRequest';
587
+ export type { ServiceLogsResponse } from './schemas/ServiceLogsResponse';
588
+ export type { ServiceLogsV2Request } from './schemas/ServiceLogsV2Request';
589
+ export type { ServiceMetadata } from './schemas/ServiceMetadata';
590
+ export type { ServiceRequest } from './schemas/ServiceRequest';
591
+ export type { ServiceRequestsResponse } from './schemas/ServiceRequestsResponse';
592
+ export type { ServiceResponse } from './schemas/ServiceResponse';
593
+ export type { ServiceRoutingHttp } from './schemas/ServiceRoutingHttp';
594
+ export type { ServiceRoutingTcp } from './schemas/ServiceRoutingTcp';
595
+ export type { ServiceRoutingTcpPort } from './schemas/ServiceRoutingTcpPort';
596
+ export type { ServiceSavings } from './schemas/ServiceSavings';
597
+ export type { ServiceSavingsGraphResponse } from './schemas/ServiceSavingsGraphResponse';
598
+ export type { ServiceSavingsResponse } from './schemas/ServiceSavingsResponse';
599
+ export type { ServiceStats } from './schemas/ServiceStats';
600
+ export type { ServiceStatsResponse } from './schemas/ServiceStatsResponse';
601
+ export type { ServiceUsageRecord } from './schemas/ServiceUsageRecord';
602
+ export type { ServicesResponse } from './schemas/ServicesResponse';
603
+ export type { SessionReportRow } from './schemas/SessionReportRow';
604
+ export type { SessionReportRows } from './schemas/SessionReportRows';
605
+ export type { SetScheduleDisabledRequest } from './schemas/SetScheduleDisabledRequest';
606
+ export type { SgResourceFilterBody } from './schemas/SgResourceFilterBody';
607
+ export type { SortOption } from './schemas/SortOption';
608
+ export type { SourceFilterItem } from './schemas/SourceFilterItem';
609
+ export type { SourceFilters } from './schemas/SourceFilters';
610
+ export type { StaticSchedule } from './schemas/StaticSchedule';
611
+ export type { StaticScheduleResource } from './schemas/StaticScheduleResource';
612
+ export type { StaticSchedulesListResponse } from './schemas/StaticSchedulesListResponse';
613
+ export type { StorageConfig } from './schemas/StorageConfig';
614
+ export type { StringListResponse } from './schemas/StringListResponse';
615
+ export type { Subnet } from './schemas/Subnet';
616
+ export type { SubnetSelectorTerm } from './schemas/SubnetSelectorTerm';
617
+ export type { Tags } from './schemas/Tags';
618
+ export type { TagsResponse } from './schemas/TagsResponse';
619
+ export type { TargetGroupMinimal } from './schemas/TargetGroupMinimal';
620
+ export type { TimeInDay } from './schemas/TimeInDay';
621
+ export type { TimeSchedule } from './schemas/TimeSchedule';
622
+ export type { TimezoneInfo } from './schemas/TimezoneInfo';
623
+ export type { TimezonesResponse } from './schemas/TimezonesResponse';
624
+ export type { ToggleRuleModeDetails } from './schemas/ToggleRuleModeDetails';
625
+ export type { TrafficRoute } from './schemas/TrafficRoute';
626
+ export type { UnifiedClusterScheduleListItem } from './schemas/UnifiedClusterScheduleListItem';
627
+ export type { UnifiedClusterScheduleListLwResponse } from './schemas/UnifiedClusterScheduleListLwResponse';
628
+ export type { UpdateNodeClassRequest } from './schemas/UpdateNodeClassRequest';
629
+ export type { UpdateNodePoolRequest } from './schemas/UpdateNodePoolRequest';
630
+ export type { UpdateRuleFilterBody } from './schemas/UpdateRuleFilterBody';
631
+ export type { UsageSessions } from './schemas/UsageSessions';
632
+ export type { ValidateCustomDomainsBody } from './schemas/ValidateCustomDomainsBody';
633
+ export type { ValidateSchedulesBody } from './schemas/ValidateSchedulesBody';
634
+ export type { VersionCheckResponse } from './schemas/VersionCheckResponse';
635
+ export type { VersionCheckUpgradeInfo } from './schemas/VersionCheckUpgradeInfo';
636
+ export type { VpaContainerPolicy } from './schemas/VpaContainerPolicy';
637
+ export type { VpaCreateUpdatePayload } from './schemas/VpaCreateUpdatePayload';
638
+ export type { VpaCreateUpdateResponse } from './schemas/VpaCreateUpdateResponse';
639
+ export type { VpaDeleteResponse } from './schemas/VpaDeleteResponse';
640
+ export type { VpaEvictionRequirement } from './schemas/VpaEvictionRequirement';
641
+ export type { VpaFilter } from './schemas/VpaFilter';
642
+ export type { VpaListRequestPayload } from './schemas/VpaListRequestPayload';
643
+ export type { VpaListResponse } from './schemas/VpaListResponse';
644
+ export type { VpaRecommender } from './schemas/VpaRecommender';
645
+ export type { VpaResourceChange } from './schemas/VpaResourceChange';
646
+ export type { VpaResourcePolicy } from './schemas/VpaResourcePolicy';
647
+ export type { VpaRuleScalingSummary } from './schemas/VpaRuleScalingSummary';
648
+ export type { VpaRuleScalingSummaryResponse } from './schemas/VpaRuleScalingSummaryResponse';
649
+ export type { VpaSummary } from './schemas/VpaSummary';
650
+ export type { VpaSummaryResponse } from './schemas/VpaSummaryResponse';
651
+ export type { VpaTargetRef } from './schemas/VpaTargetRef';
652
+ export type { VpaUpdatePolicy } from './schemas/VpaUpdatePolicy';
653
+ export type { Vpc } from './schemas/Vpc';
654
+ export type { WarmupBody } from './schemas/WarmupBody';
655
+ export type { WorkloadConfiguration } from './schemas/WorkloadConfiguration';