@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.
- package/README.md +43 -0
- package/dist/ccm-optimization-service/src/index.d.ts +6 -0
- package/dist/ccm-optimization-service/src/index.js +10 -0
- package/dist/ccm-optimization-service/src/services/helpers.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/helpers.js +1 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAccessPointActivityQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAccessPointActivityQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAccessPointResourcesQuery.d.ts +27 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAccessPointResourcesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAccessPointRulesQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAccessPointRulesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllAccessPointsQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllAccessPointsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllCertificatesQuery.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllCertificatesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllExecutionRolesQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllExecutionRolesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllHostedZonesQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllHostedZonesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllPublicIpsQuery.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllPublicIpsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllRegionsQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllRegionsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllResourceGroupsQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllResourceGroupsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllResourcesOfAccountMutation.d.ts +25 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllResourcesOfAccountMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllSecurityGroupsQuery.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllSecurityGroupsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllServiceResourcesQuery.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllServiceResourcesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllSubnetsQuery.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllSubnetsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllVpCsQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllVpCsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllZonesQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useAllZonesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigYamlClusterOrchestratorQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigYamlClusterOrchestratorQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigureAutostoppingRuleMutation.d.ts +52 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigureAutostoppingRuleMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorWorkloadsMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useConfigureClusterOrchestratorWorkloadsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCoolDownAutostoppingRuleMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCoolDownAutostoppingRuleMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateAccessPointMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateAccessPointMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateAlertMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateAlertMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateClusterOrchestratorMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateClusterOrchestratorMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateNodeClassMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateNodeClassMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateNodePoolMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateNodePoolMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateOrUpdateVpaRuleMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateOrUpdateVpaRuleMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateRuleFromRecommendationV2Mutation.d.ts +25 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateRuleFromRecommendationV2Mutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateStaticSchedulesMutation.d.ts +35 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCreateStaticSchedulesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsV2Mutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useCumulativeServiceSavingsV2Mutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteAccessPointsMutation.d.ts +19 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteAccessPointsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteAlertMutation.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteAlertMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteBulkRequestsMutation.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteBulkRequestsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterDetailsMutation.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterDetailsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterOrchestratorMutation.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteClusterOrchestratorMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodeClassMutation.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodeClassMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodePoolMutation.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteNodePoolMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteRuleFilterMutation.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteRuleFilterMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteServiceMutation.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteServiceMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteStaticScheduleMutation.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteStaticScheduleMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteVpaRuleMutation.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDeleteVpaRuleMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDescribeServiceInContainerServiceClusterQuery.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDescribeServiceInContainerServiceClusterQuery.js +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDisableOptimizationOnClusterOrchestratorMutation.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useDisableOptimizationOnClusterOrchestratorMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useEditAccessPointMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useEditAccessPointMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useEnableOptimizationOnClusterOrchestratorMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useEnableOptimizationOnClusterOrchestratorMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useEstimatedclusterSavingsQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useEstimatedclusterSavingsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useExtendWarmupResourcesMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useExtendWarmupResourcesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchClusterWorkloadsListMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchClusterWorkloadsListMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchDeletedRulesMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchDeletedRulesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesInfoAcrossPagesMutation.d.ts +48 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesInfoAcrossPagesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useFetchRulesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGatewaySessionReportMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGatewaySessionReportMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGenerateDeboardCommandMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGenerateDeboardCommandMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGenerateOnboardCommandMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGenerateOnboardCommandMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAccessPointQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAccessPointQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAllAsGsMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAllAsGsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAllRuleFiltersQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAllRuleFiltersQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAllTagsQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAllTagsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAppIdQuery.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAppIdQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutoStoppingCoolDownMetaQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutoStoppingCoolDownMetaQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingApplicationServicesQuery.d.ts +67 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingApplicationServicesQuery.js +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterNamespacesQuery.d.ts +58 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterNamespacesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterSummaryQuery.d.ts +39 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClusterSummaryQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClustersQuery.d.ts +73 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingClustersQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingPermissionsQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingPermissionsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingTagsForFilterPanelQuery.d.ts +27 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetAutostoppingTagsForFilterPanelQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetBulkJobStatusQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetBulkJobStatusQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetBulkRequestsResultMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetBulkRequestsResultMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationFileQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationFileQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationInfoQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationInfoQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationTemplateQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetCloudFormationTemplateQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsByIdQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsByIdQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterDetailsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesSummaryQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterNodesSummaryQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorConfigQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorConfigQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsQuery.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsV2Mutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventLogsV2Mutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventsQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorEventsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorSavingsMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterOrchestratorSavingsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterPotentialSavingsMutation.d.ts +43 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterPotentialSavingsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterRuleRecommendationOverviewQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterRuleRecommendationOverviewQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportBinpackingMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportBinpackingMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterCostsMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterCostsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterSchedulesMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportClusterSchedulesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportSpotWorkloadMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSavingsReportSpotWorkloadMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSummaryQuery.d.ts +19 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterSummaryQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsListQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsListQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsSummaryQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClusterWorkloadsSummaryQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListV2Query.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetClustersListV2Query.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetContainerClustersOfRegionQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetContainerClustersOfRegionQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetControllerVersionQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetControllerVersionQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetInstanceHealthCheckDetailsQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetInstanceHealthCheckDetailsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetInstancesTagsQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetInstancesTagsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetKeyPairsForProxyQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetKeyPairsForProxyQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetMachineListForZoneQuery.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetMachineListForZoneQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetNodeClassQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetNodeClassQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetNodePoolQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetNodePoolQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetNodepoolSchedulesQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetNodepoolSchedulesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationGraphQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationGraphQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationsAccountSummaryQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRecommendationsAccountSummaryQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetResourceSavingsMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetResourceSavingsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRuleFilterQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRuleFilterQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRulesMetadataQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetRulesMetadataQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetScheduledNodepoolsQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetScheduledNodepoolsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetServiceDiagnosticsQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetServiceDiagnosticsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetServiceStatsQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetServiceStatsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetServicesQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetServicesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetTimezonesQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetTimezonesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetUsageOfResourcesQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetUsageOfResourcesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetVpaOnboardCommandQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetVpaOnboardCommandQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetVpaRuleScalingSummaryQuery.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetVpaRuleScalingSummaryQuery.js +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetVpaSummaryQuery.d.ts +29 -0
- package/dist/ccm-optimization-service/src/services/hooks/useGetVpaSummaryQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useHealthOfServiceQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useHealthOfServiceQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListAccessPointsQuery.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListAccessPointsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListAlertsMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListAlertsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterNamespacesQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterNamespacesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterOrchestratorUnifiedSchedulesQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterOrchestratorUnifiedSchedulesQuery.js +19 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationNamespacesQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationNamespacesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationsQuery.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListClusterRecommendationsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListDistinctK8sConnIdsForRecommendationsQuery.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListDistinctK8sConnIdsForRecommendationsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListNodeClassesQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListNodeClassesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListNodePoolsQuery.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListNodePoolsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterMatchingTagsMutation.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterMatchingTagsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListOfServicesInContainerServiceClusterQuery.js +19 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListRecommendationWorkloadsQuery.d.ts +32 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListRecommendationWorkloadsQuery.js +20 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListRuleRecommendationClustersQuery.d.ts +32 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListRuleRecommendationClustersQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListStaticSchedulesQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListStaticSchedulesQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListVpaRulesMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useListVpaRulesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceCsvMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceCsvMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceV2Mutation.d.ts +25 -0
- package/dist/ccm-optimization-service/src/services/hooks/useLogsOfServiceV2Mutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useMapToDnsMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useMapToDnsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/usePaginatedAccessPointsMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/usePaginatedAccessPointsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/usePerformBulkRuleActionMutation.d.ts +60 -0
- package/dist/ccm-optimization-service/src/services/hooks/usePerformBulkRuleActionMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useRequestsOfServiceQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useRequestsOfServiceQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useRouteDetailsQuery.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useRouteDetailsQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveClusterOrchestratorConfigMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveClusterOrchestratorConfigMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveRuleFilterMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveRuleFilterMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceV2Mutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSaveServiceV2Mutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSavingsOfServiceQuery.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSavingsOfServiceQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSecurityGroupsOfInstancesMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSecurityGroupsOfInstancesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSetScheduleDisabledMutation.d.ts +32 -0
- package/dist/ccm-optimization-service/src/services/hooks/useSetScheduleDisabledMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useTestClusterOrchestratorConnectionQuery.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/hooks/useTestClusterOrchestratorConnectionQuery.js +19 -0
- package/dist/ccm-optimization-service/src/services/hooks/useToggleAutostoppingRuleMutation.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useToggleAutostoppingRuleMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useToggleRuleModeMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useToggleRuleModeMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateAlertMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateAlertMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodeClassMutation.d.ts +25 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodeClassMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodePoolMutation.d.ts +25 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateNodePoolMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateRuleFilterMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateRuleFilterMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateSchedulePrioritiesMutation.d.ts +58 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateSchedulePrioritiesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateServiceV2Mutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useUpdateServiceV2Mutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useValidateCustomDomainsMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useValidateCustomDomainsMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useValidateStaticScheduleListMutation.d.ts +24 -0
- package/dist/ccm-optimization-service/src/services/hooks/useValidateStaticScheduleListMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useVersionCheckQuery.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/hooks/useVersionCheckQuery.js +14 -0
- package/dist/ccm-optimization-service/src/services/hooks/useWarmupResourcesMutation.d.ts +23 -0
- package/dist/ccm-optimization-service/src/services/hooks/useWarmupResourcesMutation.js +14 -0
- package/dist/ccm-optimization-service/src/services/index.d.ts +655 -0
- package/dist/ccm-optimization-service/src/services/index.js +161 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/AccessPointRequestBody.d.ts +2 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/AccessPointRequestBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/GenerateOnboardCommandPayloadRequestBody.d.ts +2 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/GenerateOnboardCommandPayloadRequestBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/GetClusterOrchestratorSavingsBodyRequestBody.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/GetClusterOrchestratorSavingsBodyRequestBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/SaveServiceRequestRequestBody.d.ts +2 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/SaveServiceRequestRequestBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/WarmupBodyRequestBody.d.ts +2 -0
- package/dist/ccm-optimization-service/src/services/requestBodies/WarmupBodyRequestBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPoint.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPoint.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointActivityResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointActivityResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointCore.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointCore.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointCoresResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointCoresResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointMeta.d.ts +35 -0
- package/dist/ccm-optimization-service/src/services/schemas/AccessPointMeta.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AdvancedConfig.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/AdvancedConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlbAccessPointCore.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlbAccessPointCore.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Alert.d.ts +47 -0
- package/dist/ccm-optimization-service/src/services/schemas/Alert.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertAssociatedEntity.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertAssociatedEntity.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertDeleteResponse.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertDeleteResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertEvent.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertEvent.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertRecipient.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertRecipient.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertRequest.d.ts +33 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequest.d.ts +32 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequestSort.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertSearchRequestSort.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertSearchResponse.d.ts +17 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertSearchResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateRequest.d.ts +37 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateResponse.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/AlertUpdateResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllAsgResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllAsgResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllCertificatesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllCertificatesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllContainerServiceServicesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllContainerServiceServicesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllExecutionRolesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllExecutionRolesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllHostedZonesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllHostedZonesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllPublicIpsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllPublicIpsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllRegionsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllRegionsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllResourceGroupsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllResourceGroupsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllResourcesOfAccountResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllResourcesOfAccountResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllSecurityGroupsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllSecurityGroupsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllSubnetsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllSubnetsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllVpCsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllVpCsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllZonesResponse.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/AllZonesResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AmiConfig.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/AmiConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AmiSelectorTerm.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/AmiSelectorTerm.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AppIdResponse.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/AppIdResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AsgMinimal.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/schemas/AsgMinimal.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AsgResourceFilterBody.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/AsgResourceFilterBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissions.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissions.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissionsResponse.d.ts +19 -0
- package/dist/ccm-optimization-service/src/services/schemas/AutostoppingPermissionsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/AzureAccessPointCore.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/AzureAccessPointCore.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/BlockDeviceMapping.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/BlockDeviceMapping.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsRequest.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsResult.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/BulkRequestsResult.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/BulkRuleResponse.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/BulkRuleResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Certificate.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Certificate.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CertificateData.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/CertificateData.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CftResponse.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/CftResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CloudFormationData.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CloudFormationData.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CloudFormationResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CloudFormationResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/Cluster.d.ts +88 -0
- package/dist/ccm-optimization-service/src/services/schemas/Cluster.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavings.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavings.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavingsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterEstimatedSavingsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterFreedUpCapacity.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterFreedUpCapacity.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterNodes.d.ts +35 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterNodes.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterNodesAggregate.d.ts +31 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterNodesAggregate.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestrator.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestrator.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConfigPayload.d.ts +101 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConfigPayload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConnectionTestResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorConnectionTestResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorCreateResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorCreateResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorGetResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorGetResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorTestResult.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOrchestratorTestResult.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOverviewResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterOverviewResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterPodsAggregate.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterPodsAggregate.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterRecommendationNamespacesResponse.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterRecommendationNamespacesResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterResourceMetrics.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterResourceMetrics.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterRuleSummary.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterRuleSummary.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingPayload.d.ts +17 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingPayload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingRequest.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportBinpackingRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsPayload.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsPayload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsRequest.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterCostsRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleDetails.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleDetails.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleItem.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterScheduleItem.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesPayload.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesPayload.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesRequest.d.ts +17 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportClusterSchedulesRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportCostByFulfillment.d.ts +9 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportCostByFulfillment.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportFulfillmentCost.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportFulfillmentCost.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadPayload.d.ts +31 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadPayload.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadRequest.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterSavingsReportSpotWorkloadRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloadCost.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloadCost.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloads.d.ts +27 -0
- package/dist/ccm-optimization-service/src/services/schemas/ClusterWorkloads.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorPayload.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorPayload.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorWorkloadsPayload.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/ConfigureClusterOrchestratorWorkloadsPayload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/Consolidation.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/schemas/Consolidation.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ConsolidationBudget.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/ConsolidationBudget.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerClusterMinimal.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerClusterMinimal.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerClustersResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerClustersResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceService.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceService.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceServiceMinimal.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerServiceServiceMinimal.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerSvc.d.ts +9 -0
- package/dist/ccm-optimization-service/src/services/schemas/ContainerSvc.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ControllerVersionResponse.d.ts +31 -0
- package/dist/ccm-optimization-service/src/services/schemas/ControllerVersionResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CoolDownMetaSuccessResponse.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/CoolDownMetaSuccessResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CoolDownOption.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/CoolDownOption.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateAccessPointResponse.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateAccessPointResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateAlertResponse.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateAlertResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateClusterOrchestratorPayload.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateClusterOrchestratorPayload.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateNodeClassRequest.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateNodeClassRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateNodePoolRequest.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateNodePoolRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationResponse.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationV2Request.d.ts +28 -0
- package/dist/ccm-optimization-service/src/services/schemas/CreateRuleFromRecommendationV2Request.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavings.d.ts +113 -0
- package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavings.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavingsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/CumulativeSavingsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/CumulativeServiceSavingsBody.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/CumulativeServiceSavingsBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/DeleteNodePoolResponse.d.ts +15 -0
- package/dist/ccm-optimization-service/src/services/schemas/DeleteNodePoolResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/DeleteRuleFilterResponse.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/DeleteRuleFilterResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/DeletedRule.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/DeletedRule.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/DescribeServiceOfContainerServicesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/DescribeServiceOfContainerServicesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/DiscoveryWorkload.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/DiscoveryWorkload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/DistinctK8sConnIDsResponse.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/DistinctK8sConnIDsResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/EbsConfig.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/schemas/EbsConfig.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/EnableOptimizationOfClusterOrchestratorResponse.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/EnableOptimizationOfClusterOrchestratorResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLog.d.ts +17 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLog.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLogFilterOption.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLogFilterOption.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLogSortOption.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLogSortOption.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLogsV2Request.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/EventLogsV2Request.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ExecutionRule.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ExecutionRule.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponseRecords.d.ts +2 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchAllRulesResponseRecords.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsBody.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsFilterObj.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsFilterObj.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsSortObj.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchClusterWorkloadsSortObj.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesBody.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponseRecords.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchDeletedRulesResponseRecords.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchLoadBalancerBody.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchLoadBalancerBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesBody.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesFilterObj.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesFilterObj.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponseRecords.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesResponseRecords.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesSortObj.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchRulesSortObj.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchServicesByTagsBody.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/FetchServicesByTagsBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FilterDto.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/FilterDto.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FilterOption.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/FilterOption.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FilterType.d.ts +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/FilterType.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/FirewallRule.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/FirewallRule.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ForcedWarmUpDetails.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/ForcedWarmUpDetails.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GatewaySessionReportResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GatewaySessionReportResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/GcpAccessPointCore.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/GcpAccessPointCore.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GcpCertificatesData.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GcpCertificatesData.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GcpMachineType.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GcpMachineType.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GenerateOnboardCommandPayload.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/GenerateOnboardCommandPayload.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GetAccessPointResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GetAccessPointResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/GetAllRuleFiltersResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/GetAllRuleFiltersResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/HealthCheck.d.ts +9 -0
- package/dist/ccm-optimization-service/src/services/schemas/HealthCheck.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/HealthStatus.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/schemas/HealthStatus.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/HostedZone.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/HostedZone.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/HvpaRule.d.ts +63 -0
- package/dist/ccm-optimization-service/src/services/schemas/HvpaRule.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/IamConfig.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/IamConfig.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingData.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingData.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingDataV2.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingDataV2.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingFilterV2.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceBasedRoutingFilterV2.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceHealthCheckDetailsResponse.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/InstanceHealthCheckDetailsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/JobStatusResponse.d.ts +56 -0
- package/dist/ccm-optimization-service/src/services/schemas/JobStatusResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/K8sWorkload.d.ts +25 -0
- package/dist/ccm-optimization-service/src/services/schemas/K8sWorkload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/KeyPairItem.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/KeyPairItem.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/KeyPairs.d.ts +2 -0
- package/dist/ccm-optimization-service/src/services/schemas/KeyPairs.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/KeyPairsResponse.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/KeyPairsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponseV2.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListAccessPointResponseV2.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListClusterRecommendationsResponse.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListClusterRecommendationsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListRecommendationWorkloadsResponse.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ListRecommendationWorkloadsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationNamespaces.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationNamespaces.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationOverview.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeClusterRecommendationOverview.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeCreateRuleFromRecommendation.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeCreateRuleFromRecommendation.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeDistinctK8sConnIDs.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeDistinctK8sConnIDs.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListClusterRecommendations.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListClusterRecommendations.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListRecommendationWorkloads.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeListRecommendationWorkloads.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationGraph.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationGraph.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationsAccountSummary.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRecommendationsAccountSummary.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRuleRecommendationsClusters.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/LwEnvelopeRuleRecommendationsClusters.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/MaptoDnsBody.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/MaptoDnsBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/MetadataOptions.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/MetadataOptions.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/NamespaceMetadata.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/NamespaceMetadata.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/NamespacesListResponse.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/schemas/NamespacesListResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/NetworkConfig.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/NetworkConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NetworkSecurityGroup.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/NetworkSecurityGroup.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassConfig.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetail.d.ts +38 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetail.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetailResponse.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassDetailResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassListData.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassListData.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassListItem.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassListItem.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassListResponse.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassListResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassResponse.d.ts +15 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodeClassResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolConfig.d.ts +48 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetail.d.ts +34 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetail.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetailResponse.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDetailResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionBudget.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionBudget.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionConfig.d.ts +15 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolDisruptionConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolLimits.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolLimits.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolListData.d.ts +19 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolListData.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolListItem.d.ts +53 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolListItem.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolListResponse.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolListResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolResponse.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolSchedulingRequirement.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolSchedulingRequirement.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolTaint.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/NodePoolTaint.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/OccurrenceSchedule.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/OccurrenceSchedule.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/Opts.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/Opts.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/PaginatedEventLogResponse.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/schemas/PaginatedEventLogResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/PaginatedServiceLogsResponse.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/schemas/PaginatedServiceLogsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/Pagination.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/Pagination.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/PortConfig.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/PortConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/PotentialSavingsRequest.d.ts +20 -0
- package/dist/ccm-optimization-service/src/services/schemas/PotentialSavingsRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/PublicIp.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/PublicIp.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RdsDatabase.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RdsDatabase.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraph.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraph.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraphNode.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/RecommendationGraphNode.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RecommendationsAccountSummaryResponse.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/RecommendationsAccountSummaryResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RefOfCreatedRule.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/RefOfCreatedRule.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Region.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Region.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ReportRequestBody.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/ReportRequestBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Resource.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/schemas/Resource.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceFilterBody.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceFilterBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceGroup.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceGroup.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsRequest.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResource.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResource.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResponse.d.ts +28 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceSavingsResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceStatus.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceStatus.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceUsage.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceUsage.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceUsageResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResourceUsageResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseCluster.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseCluster.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterDetails.d.ts +224 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterDetails.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterNodes.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterNodes.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorConfig.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorConfig.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorSavings.d.ts +25 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterOrchestratorSavings.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportBinpacking.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportBinpacking.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterCosts.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterCosts.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterSchedules.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportClusterSchedules.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportSpotWorkload.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterSavingsReportSpotWorkload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterWorkloads.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseClusterWorkloads.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogs.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogs.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogsListInfo.d.ts +15 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseEventLogsListInfo.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseListCluster.d.ts +15 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseListCluster.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseListClusterV2.d.ts +27 -0
- package/dist/ccm-optimization-service/src/services/schemas/ResponseListClusterV2.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/RoutingData.d.ts +28 -0
- package/dist/ccm-optimization-service/src/services/schemas/RoutingData.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/RoutingProxy.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RoutingProxy.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RoutingRule.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/RoutingRule.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendation.d.ts +32 -0
- package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendation.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationCluster.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationCluster.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationsClustersListResponse.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/RuleRecommendationsClustersListResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/RulesMetadataResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/RulesMetadataResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterBody.d.ts +9 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveRuleFilterResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveServiceRequest.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveServiceRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveStaticSchedulesRequest.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/SaveStaticSchedulesRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/SavingsReportBinPackingThresholds.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/SavingsReportBinPackingThresholds.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SavingsReportClusterConfiguration.d.ts +31 -0
- package/dist/ccm-optimization-service/src/services/schemas/SavingsReportClusterConfiguration.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ScheduledNodepoolsResponse.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/ScheduledNodepoolsResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SecurityGroupSelectorTerm.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/SecurityGroupSelectorTerm.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Service.d.ts +36 -0
- package/dist/ccm-optimization-service/src/services/schemas/Service.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDep.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDep.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDepTree.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDepTree.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnostics.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnostics.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnosticsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceDiagnosticsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceError.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceError.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceHealthResponse.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceHealthResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceIdAndName.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceIdAndName.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLog.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLog.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogSortOption.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogSortOption.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogV2.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogV2.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsCsvRequest.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsCsvRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsV2Request.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceLogsV2Request.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceMetadata.d.ts +15 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceMetadata.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRequest.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRequestsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRequestsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingHttp.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingHttp.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcp.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcp.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcpPort.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceRoutingTcpPort.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceSavings.d.ts +27 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceSavings.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsGraphResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsGraphResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceSavingsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceStats.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceStats.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceStatsResponse.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceStatsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceUsageRecord.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServiceUsageRecord.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServicesResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ServicesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/SessionReportRow.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/SessionReportRow.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SessionReportRows.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SessionReportRows.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/SetScheduleDisabledRequest.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/SetScheduleDisabledRequest.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SgResourceFilterBody.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/SgResourceFilterBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SortOption.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/SortOption.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SourceFilterItem.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/SourceFilterItem.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SourceFilters.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/SourceFilters.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/StaticSchedule.d.ts +33 -0
- package/dist/ccm-optimization-service/src/services/schemas/StaticSchedule.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/StaticScheduleResource.d.ts +13 -0
- package/dist/ccm-optimization-service/src/services/schemas/StaticScheduleResource.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/StaticSchedulesListResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/StaticSchedulesListResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/StorageConfig.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/StorageConfig.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/StringListResponse.d.ts +19 -0
- package/dist/ccm-optimization-service/src/services/schemas/StringListResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Subnet.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/Subnet.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/SubnetSelectorTerm.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/SubnetSelectorTerm.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Tags.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Tags.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/TagsResponse.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/TagsResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/TargetGroupMinimal.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/TargetGroupMinimal.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimeInDay.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimeInDay.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimeSchedule.d.ts +36 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimeSchedule.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimezoneInfo.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimezoneInfo.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimezonesResponse.d.ts +19 -0
- package/dist/ccm-optimization-service/src/services/schemas/TimezonesResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/ToggleRuleModeDetails.d.ts +3 -0
- package/dist/ccm-optimization-service/src/services/schemas/ToggleRuleModeDetails.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/TrafficRoute.d.ts +15 -0
- package/dist/ccm-optimization-service/src/services/schemas/TrafficRoute.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListItem.d.ts +45 -0
- package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListItem.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListLwResponse.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/UnifiedClusterScheduleListLwResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/UpdateNodeClassRequest.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/UpdateNodeClassRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/UpdateNodePoolRequest.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/UpdateNodePoolRequest.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/UpdateRuleFilterBody.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/UpdateRuleFilterBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/UsageSessions.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/UsageSessions.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ValidateCustomDomainsBody.d.ts +11 -0
- package/dist/ccm-optimization-service/src/services/schemas/ValidateCustomDomainsBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/ValidateSchedulesBody.d.ts +7 -0
- package/dist/ccm-optimization-service/src/services/schemas/ValidateSchedulesBody.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VersionCheckResponse.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/VersionCheckResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VersionCheckUpgradeInfo.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/VersionCheckUpgradeInfo.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaContainerPolicy.d.ts +30 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaContainerPolicy.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdatePayload.d.ts +32 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdatePayload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdateResponse.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaCreateUpdateResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaDeleteResponse.d.ts +18 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaDeleteResponse.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaEvictionRequirement.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaEvictionRequirement.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaFilter.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaFilter.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaListRequestPayload.d.ts +22 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaListRequestPayload.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaListResponse.d.ts +26 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaListResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaRecommender.d.ts +6 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaRecommender.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaResourceChange.d.ts +10 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaResourceChange.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaResourcePolicy.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaResourcePolicy.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummary.d.ts +21 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummary.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummaryResponse.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaRuleScalingSummaryResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaSummary.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaSummary.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaSummaryResponse.d.ts +16 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaSummaryResponse.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaTargetRef.d.ts +14 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaTargetRef.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaUpdatePolicy.d.ts +12 -0
- package/dist/ccm-optimization-service/src/services/schemas/VpaUpdatePolicy.js +1 -0
- package/dist/ccm-optimization-service/src/services/schemas/Vpc.d.ts +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/Vpc.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/WarmupBody.d.ts +5 -0
- package/dist/ccm-optimization-service/src/services/schemas/WarmupBody.js +4 -0
- package/dist/ccm-optimization-service/src/services/schemas/WorkloadConfiguration.d.ts +8 -0
- package/dist/ccm-optimization-service/src/services/schemas/WorkloadConfiguration.js +4 -0
- package/dist/fetcher/index.d.ts +17 -0
- package/dist/fetcher/index.js +65 -0
- 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';
|