@azure/arm-costmanagement 1.0.0-alpha.20250110.1 → 1.0.0-alpha.20250113.1
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/dist/browser/costManagementClient.d.ts +33 -0
- package/dist/browser/costManagementClient.d.ts.map +1 -0
- package/dist/browser/costManagementClient.js +106 -0
- package/dist/browser/costManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +378 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/alerts.d.ts +86 -0
- package/dist/browser/operations/alerts.d.ts.map +1 -0
- package/dist/browser/operations/alerts.js +174 -0
- package/dist/browser/operations/alerts.js.map +1 -0
- package/dist/browser/operations/benefitRecommendations.d.ts +50 -0
- package/dist/browser/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operations/benefitRecommendations.js +160 -0
- package/dist/browser/operations/benefitRecommendations.js.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operations/dimensions.d.ts +78 -0
- package/dist/browser/operations/dimensions.d.ts.map +1 -0
- package/dist/browser/operations/dimensions.js +224 -0
- package/dist/browser/operations/dimensions.js.map +1 -0
- package/dist/browser/operations/exports.d.ts +141 -0
- package/dist/browser/operations/exports.d.ts.map +1 -0
- package/dist/browser/operations/exports.js +260 -0
- package/dist/browser/operations/exports.js.map +1 -0
- package/dist/browser/operations/forecast.d.ts +45 -0
- package/dist/browser/operations/forecast.d.ts.map +1 -0
- package/dist/browser/operations/forecast.js +105 -0
- package/dist/browser/operations/forecast.js.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.js +209 -0
- package/dist/browser/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.js +114 -0
- package/dist/browser/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.js +209 -0
- package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operations/index.d.ts +17 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +24 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/priceSheet.d.ts +54 -0
- package/dist/browser/operations/priceSheet.d.ts.map +1 -0
- package/dist/browser/operations/priceSheet.js +200 -0
- package/dist/browser/operations/priceSheet.js.map +1 -0
- package/dist/browser/operations/query.d.ts +45 -0
- package/dist/browser/operations/query.d.ts.map +1 -0
- package/dist/browser/operations/query.js +105 -0
- package/dist/browser/operations/query.js.map +1 -0
- package/dist/browser/operations/scheduledActions.d.ts +240 -0
- package/dist/browser/operations/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operations/scheduledActions.js +626 -0
- package/dist/browser/operations/scheduledActions.js.map +1 -0
- package/dist/browser/operations/views.d.ts +194 -0
- package/dist/browser/operations/views.d.ts.map +1 -0
- package/dist/browser/operations/views.js +500 -0
- package/dist/browser/operations/views.js.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/exports.d.ts +133 -0
- package/dist/browser/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exports.js.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +17 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +24 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/browser/operationsInterfaces/query.d.ts +37 -0
- package/dist/browser/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/query.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/browser/operationsInterfaces/views.d.ts +126 -0
- package/dist/browser/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/views.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/costManagementClient.d.ts +33 -0
- package/dist/commonjs/costManagementClient.d.ts.map +1 -0
- package/dist/commonjs/costManagementClient.js +111 -0
- package/dist/commonjs/costManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2991 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +610 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +118 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3707 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +43 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +381 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/alerts.d.ts +86 -0
- package/dist/commonjs/operations/alerts.d.ts.map +1 -0
- package/dist/commonjs/operations/alerts.js +179 -0
- package/dist/commonjs/operations/alerts.js.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts +50 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.js +164 -0
- package/dist/commonjs/operations/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js +522 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operations/dimensions.d.ts +78 -0
- package/dist/commonjs/operations/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operations/dimensions.js +228 -0
- package/dist/commonjs/operations/dimensions.js.map +1 -0
- package/dist/commonjs/operations/exports.d.ts +141 -0
- package/dist/commonjs/operations/exports.d.ts.map +1 -0
- package/dist/commonjs/operations/exports.js +265 -0
- package/dist/commonjs/operations/exports.js.map +1 -0
- package/dist/commonjs/operations/forecast.d.ts +45 -0
- package/dist/commonjs/operations/forecast.d.ts.map +1 -0
- package/dist/commonjs/operations/forecast.js +110 -0
- package/dist/commonjs/operations/forecast.js.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js +119 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +110 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +55 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +17 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +27 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/priceSheet.d.ts +54 -0
- package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operations/priceSheet.js +205 -0
- package/dist/commonjs/operations/priceSheet.js.map +1 -0
- package/dist/commonjs/operations/query.d.ts +45 -0
- package/dist/commonjs/operations/query.d.ts.map +1 -0
- package/dist/commonjs/operations/query.js +110 -0
- package/dist/commonjs/operations/query.js.map +1 -0
- package/dist/commonjs/operations/scheduledActions.d.ts +240 -0
- package/dist/commonjs/operations/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduledActions.js +630 -0
- package/dist/commonjs/operations/scheduledActions.js.map +1 -0
- package/dist/commonjs/operations/views.d.ts +194 -0
- package/dist/commonjs/operations/views.d.ts.map +1 -0
- package/dist/commonjs/operations/views.js +504 -0
- package/dist/commonjs/operations/views.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts +133 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.js +10 -0
- package/dist/commonjs/operationsInterfaces/exports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.js +10 -0
- package/dist/commonjs/operationsInterfaces/forecast.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +27 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.js +10 -0
- package/dist/commonjs/operationsInterfaces/query.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts +126 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.js +10 -0
- package/dist/commonjs/operationsInterfaces/views.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/costManagementClient.d.ts +33 -0
- package/dist/esm/costManagementClient.d.ts.map +1 -0
- package/dist/esm/costManagementClient.js +106 -0
- package/dist/esm/costManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2991 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +606 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +118 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3702 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +43 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +378 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/alerts.d.ts +86 -0
- package/dist/esm/operations/alerts.d.ts.map +1 -0
- package/dist/esm/operations/alerts.js +174 -0
- package/dist/esm/operations/alerts.js.map +1 -0
- package/dist/esm/operations/benefitRecommendations.d.ts +50 -0
- package/dist/esm/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operations/benefitRecommendations.js +160 -0
- package/dist/esm/operations/benefitRecommendations.js.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operations/dimensions.d.ts +78 -0
- package/dist/esm/operations/dimensions.d.ts.map +1 -0
- package/dist/esm/operations/dimensions.js +224 -0
- package/dist/esm/operations/dimensions.js.map +1 -0
- package/dist/esm/operations/exports.d.ts +141 -0
- package/dist/esm/operations/exports.d.ts.map +1 -0
- package/dist/esm/operations/exports.js +260 -0
- package/dist/esm/operations/exports.js.map +1 -0
- package/dist/esm/operations/forecast.d.ts +45 -0
- package/dist/esm/operations/forecast.d.ts.map +1 -0
- package/dist/esm/operations/forecast.js +105 -0
- package/dist/esm/operations/forecast.js.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.js +209 -0
- package/dist/esm/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.js +114 -0
- package/dist/esm/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.js +209 -0
- package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operations/index.d.ts +17 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +24 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/priceSheet.d.ts +54 -0
- package/dist/esm/operations/priceSheet.d.ts.map +1 -0
- package/dist/esm/operations/priceSheet.js +200 -0
- package/dist/esm/operations/priceSheet.js.map +1 -0
- package/dist/esm/operations/query.d.ts +45 -0
- package/dist/esm/operations/query.d.ts.map +1 -0
- package/dist/esm/operations/query.js +105 -0
- package/dist/esm/operations/query.js.map +1 -0
- package/dist/esm/operations/scheduledActions.d.ts +240 -0
- package/dist/esm/operations/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operations/scheduledActions.js +626 -0
- package/dist/esm/operations/scheduledActions.js.map +1 -0
- package/dist/esm/operations/views.d.ts +194 -0
- package/dist/esm/operations/views.d.ts.map +1 -0
- package/dist/esm/operations/views.js +500 -0
- package/dist/esm/operations/views.js.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.js +9 -0
- package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.js +9 -0
- package/dist/esm/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/exports.d.ts +133 -0
- package/dist/esm/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exports.js +9 -0
- package/dist/esm/operationsInterfaces/exports.js.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.js +9 -0
- package/dist/esm/operationsInterfaces/forecast.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +17 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +24 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
- package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/esm/operationsInterfaces/query.d.ts +37 -0
- package/dist/esm/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/query.js +9 -0
- package/dist/esm/operationsInterfaces/query.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/esm/operationsInterfaces/views.d.ts +126 -0
- package/dist/esm/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/views.js +9 -0
- package/dist/esm/operationsInterfaces/views.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/costManagementClient.d.ts +33 -0
- package/dist/react-native/costManagementClient.d.ts.map +1 -0
- package/dist/react-native/costManagementClient.js +106 -0
- package/dist/react-native/costManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2991 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +606 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +118 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3702 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +43 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +378 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/alerts.d.ts +86 -0
- package/dist/react-native/operations/alerts.d.ts.map +1 -0
- package/dist/react-native/operations/alerts.js +174 -0
- package/dist/react-native/operations/alerts.js.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts +50 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.js +160 -0
- package/dist/react-native/operations/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operations/dimensions.d.ts +78 -0
- package/dist/react-native/operations/dimensions.d.ts.map +1 -0
- package/dist/react-native/operations/dimensions.js +224 -0
- package/dist/react-native/operations/dimensions.js.map +1 -0
- package/dist/react-native/operations/exports.d.ts +141 -0
- package/dist/react-native/operations/exports.d.ts.map +1 -0
- package/dist/react-native/operations/exports.js +260 -0
- package/dist/react-native/operations/exports.js.map +1 -0
- package/dist/react-native/operations/forecast.d.ts +45 -0
- package/dist/react-native/operations/forecast.d.ts.map +1 -0
- package/dist/react-native/operations/forecast.js +105 -0
- package/dist/react-native/operations/forecast.js.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.js +209 -0
- package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.js +114 -0
- package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js +209 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +17 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +24 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/priceSheet.d.ts +54 -0
- package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operations/priceSheet.js +200 -0
- package/dist/react-native/operations/priceSheet.js.map +1 -0
- package/dist/react-native/operations/query.d.ts +45 -0
- package/dist/react-native/operations/query.d.ts.map +1 -0
- package/dist/react-native/operations/query.js +105 -0
- package/dist/react-native/operations/query.js.map +1 -0
- package/dist/react-native/operations/scheduledActions.d.ts +240 -0
- package/dist/react-native/operations/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operations/scheduledActions.js +626 -0
- package/dist/react-native/operations/scheduledActions.js.map +1 -0
- package/dist/react-native/operations/views.d.ts +194 -0
- package/dist/react-native/operations/views.d.ts.map +1 -0
- package/dist/react-native/operations/views.js +500 -0
- package/dist/react-native/operations/views.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.js +9 -0
- package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.js +9 -0
- package/dist/react-native/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts +133 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.js +9 -0
- package/dist/react-native/operationsInterfaces/exports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.js +9 -0
- package/dist/react-native/operationsInterfaces/forecast.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +24 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/query.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/query.js +9 -0
- package/dist/react-native/operationsInterfaces/query.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/views.d.ts +126 -0
- package/dist/react-native/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/views.js +9 -0
- package/dist/react-native/operationsInterfaces/views.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -8642
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/alertsDismissSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsDismissSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsDismissSample.js +0 -56
- package/dist-esm/samples-dev/alertsDismissSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.js +0 -54
- package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.js +0 -54
- package/dist-esm/samples-dev/alertsListExternalSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.js +0 -132
- package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js +0 -55
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +0 -56
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +0 -57
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +0 -53
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +0 -52
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +0 -86
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.js +0 -914
- package/dist-esm/samples-dev/dimensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js +0 -326
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.js +0 -122
- package/dist-esm/samples-dev/exportsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.js +0 -122
- package/dist-esm/samples-dev/exportsExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js +0 -122
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.js +0 -122
- package/dist-esm/samples-dev/exportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.js +0 -116
- package/dist-esm/samples-dev/exportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js +0 -136
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.js +0 -433
- package/dist-esm/samples-dev/forecastUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js +0 -160
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js +0 -37
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js +0 -121
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js +0 -38
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js +0 -39
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js +0 -37
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.js +0 -38
- package/dist-esm/samples-dev/priceSheetDownloadSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js +0 -126
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.js +0 -790
- package/dist-esm/samples-dev/queryUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js +0 -40
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js +0 -39
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js +0 -96
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +0 -86
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.js +0 -84
- package/dist-esm/samples-dev/scheduledActionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsRunSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js +0 -65
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js +0 -64
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/viewsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.js +0 -36
- package/dist-esm/samples-dev/viewsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.js +0 -52
- package/dist-esm/samples-dev/viewsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.js +0 -51
- package/dist-esm/samples-dev/viewsListSample.js.map +0 -1
- package/dist-esm/src/costManagementClient.d.ts +0 -33
- package/dist-esm/src/costManagementClient.d.ts.map +0 -1
- package/dist-esm/src/costManagementClient.js +0 -109
- package/dist-esm/src/costManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -378
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/alerts.d.ts +0 -86
- package/dist-esm/src/operations/alerts.d.ts.map +0 -1
- package/dist-esm/src/operations/alerts.js +0 -174
- package/dist-esm/src/operations/alerts.js.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.d.ts +0 -50
- package/dist-esm/src/operations/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.js +0 -160
- package/dist-esm/src/operations/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts +0 -108
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.js +0 -518
- package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operations/dimensions.d.ts +0 -78
- package/dist-esm/src/operations/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operations/dimensions.js +0 -224
- package/dist-esm/src/operations/dimensions.js.map +0 -1
- package/dist-esm/src/operations/exports.d.ts +0 -141
- package/dist-esm/src/operations/exports.d.ts.map +0 -1
- package/dist-esm/src/operations/exports.js +0 -260
- package/dist-esm/src/operations/exports.js.map +0 -1
- package/dist-esm/src/operations/forecast.d.ts +0 -45
- package/dist-esm/src/operations/forecast.d.ts.map +0 -1
- package/dist-esm/src/operations/forecast.js +0 -105
- package/dist-esm/src/operations/forecast.js.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts +0 -70
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts +0 -38
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.js +0 -119
- package/dist-esm/src/operations/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts +0 -32
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js +0 -110
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js +0 -50
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts +0 -60
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -17
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -24
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/priceSheet.d.ts +0 -54
- package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operations/priceSheet.js +0 -209
- package/dist-esm/src/operations/priceSheet.js.map +0 -1
- package/dist-esm/src/operations/query.d.ts +0 -45
- package/dist-esm/src/operations/query.d.ts.map +0 -1
- package/dist-esm/src/operations/query.js +0 -105
- package/dist-esm/src/operations/query.js.map +0 -1
- package/dist-esm/src/operations/scheduledActions.d.ts +0 -240
- package/dist-esm/src/operations/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduledActions.js +0 -626
- package/dist-esm/src/operations/scheduledActions.js.map +0 -1
- package/dist-esm/src/operations/views.d.ts +0 -194
- package/dist-esm/src/operations/views.d.ts.map +0 -1
- package/dist-esm/src/operations/views.js +0 -500
- package/dist-esm/src/operations/views.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts +0 -34
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts +0 -36
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.d.ts +0 -133
- package/dist-esm/src/operationsInterfaces/exports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/forecast.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -24
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/query.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts +0 -174
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.d.ts +0 -126
- package/dist-esm/src/operationsInterfaces/views.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.js +0 -77
- package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
- package/src/costManagementClient.ts +0 -204
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3354
- package/src/models/mappers.ts +0 -3957
- package/src/models/parameters.ts +0 -436
- package/src/operations/alerts.ts +0 -225
- package/src/operations/benefitRecommendations.ts +0 -185
- package/src/operations/benefitUtilizationSummaries.ts +0 -674
- package/src/operations/dimensions.ts +0 -266
- package/src/operations/exports.ts +0 -328
- package/src/operations/forecast.ts +0 -137
- package/src/operations/generateCostDetailsReport.ts +0 -302
- package/src/operations/generateDetailedCostReport.ts +0 -166
- package/src/operations/generateDetailedCostReportOperationResults.ts +0 -156
- package/src/operations/generateDetailedCostReportOperationStatus.ts +0 -70
- package/src/operations/generateReservationDetailsReport.ts +0 -319
- package/src/operations/index.ts +0 -24
- package/src/operations/operations.ts +0 -149
- package/src/operations/priceSheet.ts +0 -299
- package/src/operations/query.ts +0 -137
- package/src/operations/scheduledActions.ts +0 -752
- package/src/operations/views.ts +0 -583
- package/src/operationsInterfaces/alerts.ts +0 -113
- package/src/operationsInterfaces/benefitRecommendations.ts +0 -32
- package/src/operationsInterfaces/benefitUtilizationSummaries.ts +0 -63
- package/src/operationsInterfaces/dimensions.ts +0 -57
- package/src/operationsInterfaces/exports.ts +0 -177
- package/src/operationsInterfaces/forecast.ts +0 -61
- package/src/operationsInterfaces/generateCostDetailsReport.ts +0 -102
- package/src/operationsInterfaces/generateDetailedCostReport.ts +0 -55
- package/src/operationsInterfaces/generateDetailedCostReportOperationResults.ts +0 -48
- package/src/operationsInterfaces/generateDetailedCostReportOperationStatus.ts +0 -29
- package/src/operationsInterfaces/generateReservationDetailsReport.ts +0 -101
- package/src/operationsInterfaces/index.ts +0 -24
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/operationsInterfaces/priceSheet.ts +0 -87
- package/src/operationsInterfaces/query.ts +0 -61
- package/src/operationsInterfaces/scheduledActions.ts +0 -243
- package/src/operationsInterfaces/views.ts +0 -172
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-costmanagement.d.ts +0 -4255
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitRecommendations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitUtilizationSummaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dimensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/forecast.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateCostDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateReservationDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/query.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledActions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/views.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1,260 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import * as coreClient from "@azure/core-client";
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
11
|
+
/** Class containing Exports operations. */
|
12
|
+
export class ExportsImpl {
|
13
|
+
/**
|
14
|
+
* Initialize a new instance of the class Exports class.
|
15
|
+
* @param client Reference to the service client
|
16
|
+
*/
|
17
|
+
constructor(client) {
|
18
|
+
this.client = client;
|
19
|
+
}
|
20
|
+
/**
|
21
|
+
* The operation to list all exports at the given scope.
|
22
|
+
* @param scope The scope associated with export operations. This includes
|
23
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
24
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
25
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
26
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
27
|
+
* Department scope,
|
28
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
29
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
30
|
+
* for Management Group scope,
|
31
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
32
|
+
* for billingProfile scope,
|
33
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
34
|
+
* for invoiceSection scope, and
|
35
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
36
|
+
* for partners.
|
37
|
+
* @param options The options parameters.
|
38
|
+
*/
|
39
|
+
list(scope, options) {
|
40
|
+
return this.client.sendOperationRequest({ scope, options }, listOperationSpec);
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* The operation to get the export for the defined scope by export name.
|
44
|
+
* @param scope The scope associated with export operations. This includes
|
45
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
46
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
47
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
48
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
49
|
+
* Department scope,
|
50
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
51
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
52
|
+
* for Management Group scope,
|
53
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
54
|
+
* for billingProfile scope,
|
55
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
56
|
+
* for invoiceSection scope, and
|
57
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
58
|
+
* for partners.
|
59
|
+
* @param exportName Export Name.
|
60
|
+
* @param options The options parameters.
|
61
|
+
*/
|
62
|
+
get(scope, exportName, options) {
|
63
|
+
return this.client.sendOperationRequest({ scope, exportName, options }, getOperationSpec);
|
64
|
+
}
|
65
|
+
/**
|
66
|
+
* The operation to create or update a export. Update operation requires latest eTag to be set in the
|
67
|
+
* request. You may obtain the latest eTag by performing a get operation. Create operation does not
|
68
|
+
* require eTag.
|
69
|
+
* @param scope The scope associated with export operations. This includes
|
70
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
71
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
72
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
73
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
74
|
+
* Department scope,
|
75
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
76
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
77
|
+
* for Management Group scope,
|
78
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
79
|
+
* for billingProfile scope,
|
80
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
81
|
+
* for invoiceSection scope, and
|
82
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
83
|
+
* for partners.
|
84
|
+
* @param exportName Export Name.
|
85
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Export operation.
|
86
|
+
* @param options The options parameters.
|
87
|
+
*/
|
88
|
+
createOrUpdate(scope, exportName, parameters, options) {
|
89
|
+
return this.client.sendOperationRequest({ scope, exportName, parameters, options }, createOrUpdateOperationSpec);
|
90
|
+
}
|
91
|
+
/**
|
92
|
+
* The operation to delete a export.
|
93
|
+
* @param scope The scope associated with export operations. This includes
|
94
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
95
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
96
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
97
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
98
|
+
* Department scope,
|
99
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
100
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
101
|
+
* for Management Group scope,
|
102
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
103
|
+
* for billingProfile scope,
|
104
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
105
|
+
* for invoiceSection scope, and
|
106
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
107
|
+
* for partners.
|
108
|
+
* @param exportName Export Name.
|
109
|
+
* @param options The options parameters.
|
110
|
+
*/
|
111
|
+
delete(scope, exportName, options) {
|
112
|
+
return this.client.sendOperationRequest({ scope, exportName, options }, deleteOperationSpec);
|
113
|
+
}
|
114
|
+
/**
|
115
|
+
* The operation to run an export.
|
116
|
+
* @param scope The scope associated with export operations. This includes
|
117
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
118
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
119
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
120
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
121
|
+
* Department scope,
|
122
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
123
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
124
|
+
* for Management Group scope,
|
125
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
126
|
+
* for billingProfile scope,
|
127
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
128
|
+
* for invoiceSection scope, and
|
129
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
130
|
+
* for partners.
|
131
|
+
* @param exportName Export Name.
|
132
|
+
* @param options The options parameters.
|
133
|
+
*/
|
134
|
+
execute(scope, exportName, options) {
|
135
|
+
return this.client.sendOperationRequest({ scope, exportName, options }, executeOperationSpec);
|
136
|
+
}
|
137
|
+
/**
|
138
|
+
* The operation to get the run history of an export for the defined scope and export name.
|
139
|
+
* @param scope The scope associated with export operations. This includes
|
140
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
141
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
142
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
143
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
144
|
+
* Department scope,
|
145
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
146
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
147
|
+
* for Management Group scope,
|
148
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
149
|
+
* for billingProfile scope,
|
150
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
151
|
+
* for invoiceSection scope, and
|
152
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
153
|
+
* for partners.
|
154
|
+
* @param exportName Export Name.
|
155
|
+
* @param options The options parameters.
|
156
|
+
*/
|
157
|
+
getExecutionHistory(scope, exportName, options) {
|
158
|
+
return this.client.sendOperationRequest({ scope, exportName, options }, getExecutionHistoryOperationSpec);
|
159
|
+
}
|
160
|
+
}
|
161
|
+
// Operation Specifications
|
162
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
163
|
+
const listOperationSpec = {
|
164
|
+
path: "/{scope}/providers/Microsoft.CostManagement/exports",
|
165
|
+
httpMethod: "GET",
|
166
|
+
responses: {
|
167
|
+
200: {
|
168
|
+
bodyMapper: Mappers.ExportListResult
|
169
|
+
},
|
170
|
+
default: {
|
171
|
+
bodyMapper: Mappers.ErrorResponse
|
172
|
+
}
|
173
|
+
},
|
174
|
+
queryParameters: [Parameters.apiVersion, Parameters.expand],
|
175
|
+
urlParameters: [Parameters.$host, Parameters.scope1],
|
176
|
+
headerParameters: [Parameters.accept],
|
177
|
+
serializer
|
178
|
+
};
|
179
|
+
const getOperationSpec = {
|
180
|
+
path: "/{scope}/providers/Microsoft.CostManagement/exports/{exportName}",
|
181
|
+
httpMethod: "GET",
|
182
|
+
responses: {
|
183
|
+
200: {
|
184
|
+
bodyMapper: Mappers.Export
|
185
|
+
},
|
186
|
+
default: {
|
187
|
+
bodyMapper: Mappers.ErrorResponse
|
188
|
+
}
|
189
|
+
},
|
190
|
+
queryParameters: [Parameters.apiVersion, Parameters.expand],
|
191
|
+
urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],
|
192
|
+
headerParameters: [Parameters.accept],
|
193
|
+
serializer
|
194
|
+
};
|
195
|
+
const createOrUpdateOperationSpec = {
|
196
|
+
path: "/{scope}/providers/Microsoft.CostManagement/exports/{exportName}",
|
197
|
+
httpMethod: "PUT",
|
198
|
+
responses: {
|
199
|
+
200: {
|
200
|
+
bodyMapper: Mappers.Export
|
201
|
+
},
|
202
|
+
201: {
|
203
|
+
bodyMapper: Mappers.Export
|
204
|
+
},
|
205
|
+
default: {
|
206
|
+
bodyMapper: Mappers.ErrorResponse
|
207
|
+
}
|
208
|
+
},
|
209
|
+
requestBody: Parameters.parameters4,
|
210
|
+
queryParameters: [Parameters.apiVersion],
|
211
|
+
urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],
|
212
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
213
|
+
mediaType: "json",
|
214
|
+
serializer
|
215
|
+
};
|
216
|
+
const deleteOperationSpec = {
|
217
|
+
path: "/{scope}/providers/Microsoft.CostManagement/exports/{exportName}",
|
218
|
+
httpMethod: "DELETE",
|
219
|
+
responses: {
|
220
|
+
200: {},
|
221
|
+
default: {
|
222
|
+
bodyMapper: Mappers.ErrorResponse
|
223
|
+
}
|
224
|
+
},
|
225
|
+
queryParameters: [Parameters.apiVersion],
|
226
|
+
urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],
|
227
|
+
headerParameters: [Parameters.accept],
|
228
|
+
serializer
|
229
|
+
};
|
230
|
+
const executeOperationSpec = {
|
231
|
+
path: "/{scope}/providers/Microsoft.CostManagement/exports/{exportName}/run",
|
232
|
+
httpMethod: "POST",
|
233
|
+
responses: {
|
234
|
+
200: {},
|
235
|
+
default: {
|
236
|
+
bodyMapper: Mappers.ErrorResponse
|
237
|
+
}
|
238
|
+
},
|
239
|
+
queryParameters: [Parameters.apiVersion],
|
240
|
+
urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],
|
241
|
+
headerParameters: [Parameters.accept],
|
242
|
+
serializer
|
243
|
+
};
|
244
|
+
const getExecutionHistoryOperationSpec = {
|
245
|
+
path: "/{scope}/providers/Microsoft.CostManagement/exports/{exportName}/runHistory",
|
246
|
+
httpMethod: "GET",
|
247
|
+
responses: {
|
248
|
+
200: {
|
249
|
+
bodyMapper: Mappers.ExportExecutionListResult
|
250
|
+
},
|
251
|
+
default: {
|
252
|
+
bodyMapper: Mappers.ErrorResponse
|
253
|
+
}
|
254
|
+
},
|
255
|
+
queryParameters: [Parameters.apiVersion],
|
256
|
+
urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],
|
257
|
+
headerParameters: [Parameters.accept],
|
258
|
+
serializer
|
259
|
+
};
|
260
|
+
//# sourceMappingURL=exports.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"exports.js","sourceRoot":"","sources":["../../../src/operations/exports.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAgBtD,2CAA2C;AAC3C,MAAM,OAAO,WAAW;IAGtB;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;;;;;;;;;;OAkBG;IACH,IAAI,CACF,KAAa,EACb,OAAmC;QAEnC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,GAAG,CACD,KAAa,EACb,UAAkB,EAClB,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,EAC9B,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,cAAc,CACZ,KAAa,EACb,UAAkB,EAClB,UAAkB,EAClB,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,EAC1C,2BAA2B,CAC5B,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,MAAM,CACJ,KAAa,EACb,UAAkB,EAClB,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,EAC9B,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,OAAO,CACL,KAAa,EACb,UAAkB,EAClB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,EAC9B,oBAAoB,CACrB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,mBAAmB,CACjB,KAAa,EACb,UAAkB,EAClB,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,EAC9B,gCAAgC,CACjC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,qDAAqD;IAC3D,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,CAAC;IACpD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EAAE,kEAAkE;IACxE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC;IAC3E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EAAE,kEAAkE;IACxE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,MAAM;SAC3B;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC;IAC3E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EAAE,kEAAkE;IACxE,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC;IAC3E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,oBAAoB,GAA6B;IACrD,IAAI,EAAE,sEAAsE;IAC5E,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC;IAC3E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EACF,6EAA6E;IAC/E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,UAAU,CAAC;IAC3E,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Exports } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { CostManagementClient } from \"../costManagementClient.js\";\nimport {\n ExportsListOptionalParams,\n ExportsListResponse,\n ExportsGetOptionalParams,\n ExportsGetResponse,\n Export,\n ExportsCreateOrUpdateOptionalParams,\n ExportsCreateOrUpdateResponse,\n ExportsDeleteOptionalParams,\n ExportsExecuteOptionalParams,\n ExportsGetExecutionHistoryOptionalParams,\n ExportsGetExecutionHistoryResponse\n} from \"../models/index.js\";\n\n/** Class containing Exports operations. */\nexport class ExportsImpl implements Exports {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class Exports class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * The operation to list all exports at the given scope.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: ExportsListOptionalParams\n ): Promise<ExportsListResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listOperationSpec\n );\n }\n\n /**\n * The operation to get the export for the defined scope by export name.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n get(\n scope: string,\n exportName: string,\n options?: ExportsGetOptionalParams\n ): Promise<ExportsGetResponse> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n getOperationSpec\n );\n }\n\n /**\n * The operation to create or update a export. Update operation requires latest eTag to be set in the\n * request. You may obtain the latest eTag by performing a get operation. Create operation does not\n * require eTag.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param parameters Parameters supplied to the CreateOrUpdate Export operation.\n * @param options The options parameters.\n */\n createOrUpdate(\n scope: string,\n exportName: string,\n parameters: Export,\n options?: ExportsCreateOrUpdateOptionalParams\n ): Promise<ExportsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { scope, exportName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * The operation to delete a export.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n delete(\n scope: string,\n exportName: string,\n options?: ExportsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * The operation to run an export.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n execute(\n scope: string,\n exportName: string,\n options?: ExportsExecuteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n executeOperationSpec\n );\n }\n\n /**\n * The operation to get the run history of an export for the defined scope and export name.\n * @param scope The scope associated with export operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param exportName Export Name.\n * @param options The options parameters.\n */\n getExecutionHistory(\n scope: string,\n exportName: string,\n options?: ExportsGetExecutionHistoryOptionalParams\n ): Promise<ExportsGetExecutionHistoryResponse> {\n return this.client.sendOperationRequest(\n { scope, exportName, options },\n getExecutionHistoryOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExportListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.Export\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.expand],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.Export\n },\n 201: {\n bodyMapper: Mappers.Export\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst executeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}/run\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getExecutionHistoryOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.CostManagement/exports/{exportName}/runHistory\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ExportExecutionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1, Parameters.exportName],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
import { Forecast } from "../operationsInterfaces/index.js";
|
2
|
+
import { CostManagementClient } from "../costManagementClient.js";
|
3
|
+
import { ForecastDefinition, ForecastUsageOptionalParams, ForecastUsageResponse, ExternalCloudProviderType, ForecastExternalCloudProviderUsageOptionalParams, ForecastExternalCloudProviderUsageResponse } from "../models/index.js";
|
4
|
+
/** Class containing Forecast operations. */
|
5
|
+
export declare class ForecastImpl implements Forecast {
|
6
|
+
private readonly client;
|
7
|
+
/**
|
8
|
+
* Initialize a new instance of the class Forecast class.
|
9
|
+
* @param client Reference to the service client
|
10
|
+
*/
|
11
|
+
constructor(client: CostManagementClient);
|
12
|
+
/**
|
13
|
+
* Lists the forecast charges for scope defined.
|
14
|
+
* @param scope The scope associated with forecast operations. This includes
|
15
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
16
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
17
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
18
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
19
|
+
* Department scope,
|
20
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
21
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
22
|
+
* for Management Group scope,
|
23
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
24
|
+
* for billingProfile scope,
|
25
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
26
|
+
* for invoiceSection scope, and
|
27
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
28
|
+
* for partners.
|
29
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
|
30
|
+
* @param options The options parameters.
|
31
|
+
*/
|
32
|
+
usage(scope: string, parameters: ForecastDefinition, options?: ForecastUsageOptionalParams): Promise<ForecastUsageResponse>;
|
33
|
+
/**
|
34
|
+
* Lists the forecast charges for external cloud provider type defined.
|
35
|
+
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
36
|
+
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
37
|
+
* for consolidated account.
|
38
|
+
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
39
|
+
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
40
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
|
41
|
+
* @param options The options parameters.
|
42
|
+
*/
|
43
|
+
externalCloudProviderUsage(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, parameters: ForecastDefinition, options?: ForecastExternalCloudProviderUsageOptionalParams): Promise<ForecastExternalCloudProviderUsageResponse>;
|
44
|
+
}
|
45
|
+
//# sourceMappingURL=forecast.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"forecast.d.ts","sourceRoot":"","sources":["../../../src/operations/forecast.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,kBAAkB,EAClB,2BAA2B,EAC3B,qBAAqB,EACrB,yBAAyB,EACzB,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAE5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CACH,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAOjC;;;;;;;;;OASG;IACH,0BAA0B,CACxB,yBAAyB,EAAE,yBAAyB,EACpD,uBAAuB,EAAE,MAAM,EAC/B,UAAU,EAAE,kBAAkB,EAC9B,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;CAWvD"}
|
@@ -0,0 +1,105 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import * as coreClient from "@azure/core-client";
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
11
|
+
/** Class containing Forecast operations. */
|
12
|
+
export class ForecastImpl {
|
13
|
+
/**
|
14
|
+
* Initialize a new instance of the class Forecast class.
|
15
|
+
* @param client Reference to the service client
|
16
|
+
*/
|
17
|
+
constructor(client) {
|
18
|
+
this.client = client;
|
19
|
+
}
|
20
|
+
/**
|
21
|
+
* Lists the forecast charges for scope defined.
|
22
|
+
* @param scope The scope associated with forecast operations. This includes
|
23
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
24
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
25
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and
|
26
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
27
|
+
* Department scope,
|
28
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
29
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}
|
30
|
+
* for Management Group scope,
|
31
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
32
|
+
* for billingProfile scope,
|
33
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
34
|
+
* for invoiceSection scope, and
|
35
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific
|
36
|
+
* for partners.
|
37
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
|
38
|
+
* @param options The options parameters.
|
39
|
+
*/
|
40
|
+
usage(scope, parameters, options) {
|
41
|
+
return this.client.sendOperationRequest({ scope, parameters, options }, usageOperationSpec);
|
42
|
+
}
|
43
|
+
/**
|
44
|
+
* Lists the forecast charges for external cloud provider type defined.
|
45
|
+
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
46
|
+
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
47
|
+
* for consolidated account.
|
48
|
+
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
49
|
+
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
50
|
+
* @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.
|
51
|
+
* @param options The options parameters.
|
52
|
+
*/
|
53
|
+
externalCloudProviderUsage(externalCloudProviderType, externalCloudProviderId, parameters, options) {
|
54
|
+
return this.client.sendOperationRequest({
|
55
|
+
externalCloudProviderType,
|
56
|
+
externalCloudProviderId,
|
57
|
+
parameters,
|
58
|
+
options
|
59
|
+
}, externalCloudProviderUsageOperationSpec);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
// Operation Specifications
|
63
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
64
|
+
const usageOperationSpec = {
|
65
|
+
path: "/{scope}/providers/Microsoft.CostManagement/forecast",
|
66
|
+
httpMethod: "POST",
|
67
|
+
responses: {
|
68
|
+
200: {
|
69
|
+
bodyMapper: Mappers.ForecastResult
|
70
|
+
},
|
71
|
+
204: {},
|
72
|
+
default: {
|
73
|
+
bodyMapper: Mappers.ErrorResponse
|
74
|
+
}
|
75
|
+
},
|
76
|
+
requestBody: Parameters.parameters2,
|
77
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
78
|
+
urlParameters: [Parameters.$host, Parameters.scope1],
|
79
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
80
|
+
mediaType: "json",
|
81
|
+
serializer
|
82
|
+
};
|
83
|
+
const externalCloudProviderUsageOperationSpec = {
|
84
|
+
path: "/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/forecast",
|
85
|
+
httpMethod: "POST",
|
86
|
+
responses: {
|
87
|
+
200: {
|
88
|
+
bodyMapper: Mappers.ForecastResult
|
89
|
+
},
|
90
|
+
default: {
|
91
|
+
bodyMapper: Mappers.ErrorResponse
|
92
|
+
}
|
93
|
+
},
|
94
|
+
requestBody: Parameters.parameters2,
|
95
|
+
queryParameters: [Parameters.apiVersion, Parameters.filter],
|
96
|
+
urlParameters: [
|
97
|
+
Parameters.$host,
|
98
|
+
Parameters.externalCloudProviderType,
|
99
|
+
Parameters.externalCloudProviderId
|
100
|
+
],
|
101
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
102
|
+
mediaType: "json",
|
103
|
+
serializer
|
104
|
+
};
|
105
|
+
//# sourceMappingURL=forecast.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"forecast.js","sourceRoot":"","sources":["../../../src/operations/forecast.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAWtD,4CAA4C;AAC5C,MAAM,OAAO,YAAY;IAGvB;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CACH,KAAa,EACb,UAA8B,EAC9B,OAAqC;QAErC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,EAC9B,kBAAkB,CACnB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,0BAA0B,CACxB,yBAAoD,EACpD,uBAA+B,EAC/B,UAA8B,EAC9B,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,yBAAyB;YACzB,uBAAuB;YACvB,UAAU;YACV,OAAO;SACR,EACD,uCAAuC,CACxC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,kBAAkB,GAA6B;IACnD,IAAI,EAAE,sDAAsD;IAC5D,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,MAAM,CAAC;IACpD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,uCAAuC,GAA6B;IACxE,IAAI,EACF,oGAAoG;IACtG,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,cAAc;SACnC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,uBAAuB;KACnC;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Forecast } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { CostManagementClient } from \"../costManagementClient.js\";\nimport {\n ForecastDefinition,\n ForecastUsageOptionalParams,\n ForecastUsageResponse,\n ExternalCloudProviderType,\n ForecastExternalCloudProviderUsageOptionalParams,\n ForecastExternalCloudProviderUsageResponse\n} from \"../models/index.js\";\n\n/** Class containing Forecast operations. */\nexport class ForecastImpl implements Forecast {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class Forecast class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the forecast charges for scope defined.\n * @param scope The scope associated with forecast operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}\n * for Management Group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'\n * for invoiceSection scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific\n * for partners.\n * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.\n * @param options The options parameters.\n */\n usage(\n scope: string,\n parameters: ForecastDefinition,\n options?: ForecastUsageOptionalParams\n ): Promise<ForecastUsageResponse> {\n return this.client.sendOperationRequest(\n { scope, parameters, options },\n usageOperationSpec\n );\n }\n\n /**\n * Lists the forecast charges for external cloud provider type defined.\n * @param externalCloudProviderType The external cloud provider type associated with dimension/query\n * operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'\n * for consolidated account.\n * @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or\n * '{externalBillingAccountId}' for consolidated account used with dimension/query operations.\n * @param parameters Parameters supplied to the CreateOrUpdate Forecast Config operation.\n * @param options The options parameters.\n */\n externalCloudProviderUsage(\n externalCloudProviderType: ExternalCloudProviderType,\n externalCloudProviderId: string,\n parameters: ForecastDefinition,\n options?: ForecastExternalCloudProviderUsageOptionalParams\n ): Promise<ForecastExternalCloudProviderUsageResponse> {\n return this.client.sendOperationRequest(\n {\n externalCloudProviderType,\n externalCloudProviderId,\n parameters,\n options\n },\n externalCloudProviderUsageOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst usageOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/forecast\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ForecastResult\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst externalCloudProviderUsageOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/forecast\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ForecastResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [\n Parameters.$host,\n Parameters.externalCloudProviderType,\n Parameters.externalCloudProviderId\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\n"]}
|
@@ -0,0 +1,70 @@
|
|
1
|
+
import { GenerateCostDetailsReport } from "../operationsInterfaces/index.js";
|
2
|
+
import { CostManagementClient } from "../costManagementClient.js";
|
3
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
4
|
+
import { GenerateCostDetailsReportRequestDefinition, GenerateCostDetailsReportCreateOperationOptionalParams, GenerateCostDetailsReportCreateOperationResponse, GenerateCostDetailsReportGetOperationResultsOptionalParams, GenerateCostDetailsReportGetOperationResultsResponse } from "../models/index.js";
|
5
|
+
/** Class containing GenerateCostDetailsReport operations. */
|
6
|
+
export declare class GenerateCostDetailsReportImpl implements GenerateCostDetailsReport {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class GenerateCostDetailsReport class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: CostManagementClient);
|
13
|
+
/**
|
14
|
+
* This API is the replacement for all previously release Usage Details APIs. Request to generate a
|
15
|
+
* cost details report for the provided date range, billing period (Only enterprise customers) or
|
16
|
+
* Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
|
17
|
+
* with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
|
18
|
+
* to get the result of the report generation. The 'Retry-After' provides the duration to wait before
|
19
|
+
* polling for the generated report. A call to poll the report operation will provide a 202 response
|
20
|
+
* with a 'Location' header if the operation is still in progress. Once the report generation operation
|
21
|
+
* completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
|
22
|
+
* that are available for download. The details on the file(s) available for download will be available
|
23
|
+
* in the polling response body. To Understand cost details (formerly known as usage details) fields
|
24
|
+
* found in files ,see
|
25
|
+
* https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
26
|
+
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
27
|
+
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
28
|
+
* @param parameters Parameters supplied to the Create cost details operation.
|
29
|
+
* @param options The options parameters.
|
30
|
+
*/
|
31
|
+
beginCreateOperation(scope: string, parameters: GenerateCostDetailsReportRequestDefinition, options?: GenerateCostDetailsReportCreateOperationOptionalParams): Promise<SimplePollerLike<OperationState<GenerateCostDetailsReportCreateOperationResponse>, GenerateCostDetailsReportCreateOperationResponse>>;
|
32
|
+
/**
|
33
|
+
* This API is the replacement for all previously release Usage Details APIs. Request to generate a
|
34
|
+
* cost details report for the provided date range, billing period (Only enterprise customers) or
|
35
|
+
* Invoice Id asynchronously at a certain scope. The initial call to request a report will return a 202
|
36
|
+
* with a 'Location' and 'Retry-After' header. The 'Location' header will provide the endpoint to poll
|
37
|
+
* to get the result of the report generation. The 'Retry-After' provides the duration to wait before
|
38
|
+
* polling for the generated report. A call to poll the report operation will provide a 202 response
|
39
|
+
* with a 'Location' header if the operation is still in progress. Once the report generation operation
|
40
|
+
* completes, the polling endpoint will provide a 200 response along with details on the report blob(s)
|
41
|
+
* that are available for download. The details on the file(s) available for download will be available
|
42
|
+
* in the polling response body. To Understand cost details (formerly known as usage details) fields
|
43
|
+
* found in files ,see
|
44
|
+
* https://learn.microsoft.com/azure/cost-management-billing/automate/understand-usage-details-fields
|
45
|
+
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
46
|
+
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
47
|
+
* @param parameters Parameters supplied to the Create cost details operation.
|
48
|
+
* @param options The options parameters.
|
49
|
+
*/
|
50
|
+
beginCreateOperationAndWait(scope: string, parameters: GenerateCostDetailsReportRequestDefinition, options?: GenerateCostDetailsReportCreateOperationOptionalParams): Promise<GenerateCostDetailsReportCreateOperationResponse>;
|
51
|
+
/**
|
52
|
+
* Get the result of the specified operation. This link is provided in the CostDetails creation request
|
53
|
+
* response Location header.
|
54
|
+
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
55
|
+
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
56
|
+
* @param operationId The target operation Id.
|
57
|
+
* @param options The options parameters.
|
58
|
+
*/
|
59
|
+
beginGetOperationResults(scope: string, operationId: string, options?: GenerateCostDetailsReportGetOperationResultsOptionalParams): Promise<SimplePollerLike<OperationState<GenerateCostDetailsReportGetOperationResultsResponse>, GenerateCostDetailsReportGetOperationResultsResponse>>;
|
60
|
+
/**
|
61
|
+
* Get the result of the specified operation. This link is provided in the CostDetails creation request
|
62
|
+
* response Location header.
|
63
|
+
* @param scope The ARM Resource ID for subscription, resource group, billing account, or other billing
|
64
|
+
* scopes. For details, see https://aka.ms/costmgmt/scopes.
|
65
|
+
* @param operationId The target operation Id.
|
66
|
+
* @param options The options parameters.
|
67
|
+
*/
|
68
|
+
beginGetOperationResultsAndWait(scope: string, operationId: string, options?: GenerateCostDetailsReportGetOperationResultsOptionalParams): Promise<GenerateCostDetailsReportGetOperationResultsResponse>;
|
69
|
+
}
|
70
|
+
//# sourceMappingURL=generateCostDetailsReport.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"generateCostDetailsReport.d.ts","sourceRoot":"","sources":["../../../src/operations/generateCostDetailsReport.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAI7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,0CAA0C,EAC1C,sDAAsD,EACtD,gDAAgD,EAChD,0DAA0D,EAC1D,oDAAoD,EACrD,MAAM,oBAAoB,CAAC;AAE5B,6DAA6D;AAC7D,qBAAa,6BACX,YAAW,yBAAyB;IACpC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;;;;;;;;;;;OAiBG;IACG,oBAAoB,CACxB,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,0CAA0C,EACtD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,gDAAgD,CAAC,EAChE,gDAAgD,CACjD,CACF;IAyDD;;;;;;;;;;;;;;;;;OAiBG;IACG,2BAA2B,CAC/B,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,0CAA0C,EACtD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAK5D;;;;;;;OAOG;IACG,wBAAwB,CAC5B,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oDAAoD,CAAC,EACpE,oDAAoD,CACrD,CACF;IAyDD;;;;;;;OAOG;IACG,+BAA+B,CACnC,KAAK,EAAE,MAAM,EACb,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,0DAA0D,GACnE,OAAO,CAAC,oDAAoD,CAAC;CAQjE"}
|