@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,54 @@
|
|
1
|
+
import { PriceSheet } from "../operationsInterfaces/index.js";
|
2
|
+
import { CostManagementClient } from "../costManagementClient.js";
|
3
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
4
|
+
import { PriceSheetDownloadOptionalParams, PriceSheetDownloadResponse, PriceSheetDownloadByBillingProfileOptionalParams, PriceSheetDownloadByBillingProfileResponse } from "../models/index.js";
|
5
|
+
/** Class containing PriceSheet operations. */
|
6
|
+
export declare class PriceSheetImpl implements PriceSheet {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class PriceSheet class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: CostManagementClient);
|
13
|
+
/**
|
14
|
+
* Gets a URL to download the pricesheet for an invoice. The operation is supported for billing
|
15
|
+
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
16
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
17
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
18
|
+
* @param invoiceName The ID that uniquely identifies an invoice.
|
19
|
+
* @param options The options parameters.
|
20
|
+
*/
|
21
|
+
beginDownload(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<SimplePollerLike<OperationState<PriceSheetDownloadResponse>, PriceSheetDownloadResponse>>;
|
22
|
+
/**
|
23
|
+
* Gets a URL to download the pricesheet for an invoice. The operation is supported for billing
|
24
|
+
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
25
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
26
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
27
|
+
* @param invoiceName The ID that uniquely identifies an invoice.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
beginDownloadAndWait(billingAccountName: string, billingProfileName: string, invoiceName: string, options?: PriceSheetDownloadOptionalParams): Promise<PriceSheetDownloadResponse>;
|
31
|
+
/**
|
32
|
+
* Gets a URL to download the current month's pricesheet for a billing profile. The operation is
|
33
|
+
* supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer
|
34
|
+
* Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview
|
35
|
+
* version will be updated from a single csv file to a Zip file containing multiple csv files, each
|
36
|
+
* with max 200k records.
|
37
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
38
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
39
|
+
* @param options The options parameters.
|
40
|
+
*/
|
41
|
+
beginDownloadByBillingProfile(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<SimplePollerLike<OperationState<PriceSheetDownloadByBillingProfileResponse>, PriceSheetDownloadByBillingProfileResponse>>;
|
42
|
+
/**
|
43
|
+
* Gets a URL to download the current month's pricesheet for a billing profile. The operation is
|
44
|
+
* supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer
|
45
|
+
* Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview
|
46
|
+
* version will be updated from a single csv file to a Zip file containing multiple csv files, each
|
47
|
+
* with max 200k records.
|
48
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
49
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
50
|
+
* @param options The options parameters.
|
51
|
+
*/
|
52
|
+
beginDownloadByBillingProfileAndWait(billingAccountName: string, billingProfileName: string, options?: PriceSheetDownloadByBillingProfileOptionalParams): Promise<PriceSheetDownloadByBillingProfileResponse>;
|
53
|
+
}
|
54
|
+
//# sourceMappingURL=priceSheet.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"priceSheet.d.ts","sourceRoot":"","sources":["../../../src/operations/priceSheet.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,gCAAgC,EAChC,0BAA0B,EAC1B,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAE5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;OAOG;IACG,aAAa,CACjB,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF;IAyDD;;;;;;;OAOG;IACG,oBAAoB,CACxB,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC;IAUtC;;;;;;;;;OASG;IACG,6BAA6B,CACjC,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0CAA0C,CAAC,EAC1D,0CAA0C,CAC3C,CACF;IAyDD;;;;;;;;;OASG;IACG,oCAAoC,CACxC,kBAAkB,EAAE,MAAM,EAC1B,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;CAQvD"}
|
@@ -0,0 +1,200 @@
|
|
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
|
+
import { createHttpPoller } from "@azure/core-lro";
|
12
|
+
import { createLroSpec } from "../lroImpl.js";
|
13
|
+
/** Class containing PriceSheet operations. */
|
14
|
+
export class PriceSheetImpl {
|
15
|
+
/**
|
16
|
+
* Initialize a new instance of the class PriceSheet class.
|
17
|
+
* @param client Reference to the service client
|
18
|
+
*/
|
19
|
+
constructor(client) {
|
20
|
+
this.client = client;
|
21
|
+
}
|
22
|
+
/**
|
23
|
+
* Gets a URL to download the pricesheet for an invoice. The operation is supported for billing
|
24
|
+
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
25
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
26
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
27
|
+
* @param invoiceName The ID that uniquely identifies an invoice.
|
28
|
+
* @param options The options parameters.
|
29
|
+
*/
|
30
|
+
async beginDownload(billingAccountName, billingProfileName, invoiceName, options) {
|
31
|
+
const directSendOperation = async (args, spec) => {
|
32
|
+
return this.client.sendOperationRequest(args, spec);
|
33
|
+
};
|
34
|
+
const sendOperationFn = async (args, spec) => {
|
35
|
+
var _a;
|
36
|
+
let currentRawResponse = undefined;
|
37
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
38
|
+
const callback = (rawResponse, flatResponse) => {
|
39
|
+
currentRawResponse = rawResponse;
|
40
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
41
|
+
};
|
42
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
43
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
44
|
+
return {
|
45
|
+
flatResponse,
|
46
|
+
rawResponse: {
|
47
|
+
statusCode: currentRawResponse.status,
|
48
|
+
body: currentRawResponse.parsedBody,
|
49
|
+
headers: currentRawResponse.headers.toJSON()
|
50
|
+
}
|
51
|
+
};
|
52
|
+
};
|
53
|
+
const lro = createLroSpec({
|
54
|
+
sendOperationFn,
|
55
|
+
args: { billingAccountName, billingProfileName, invoiceName, options },
|
56
|
+
spec: downloadOperationSpec
|
57
|
+
});
|
58
|
+
const poller = await createHttpPoller(lro, {
|
59
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
60
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
61
|
+
resourceLocationConfig: "location"
|
62
|
+
});
|
63
|
+
await poller.poll();
|
64
|
+
return poller;
|
65
|
+
}
|
66
|
+
/**
|
67
|
+
* Gets a URL to download the pricesheet for an invoice. The operation is supported for billing
|
68
|
+
* accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
|
69
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
70
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
71
|
+
* @param invoiceName The ID that uniquely identifies an invoice.
|
72
|
+
* @param options The options parameters.
|
73
|
+
*/
|
74
|
+
async beginDownloadAndWait(billingAccountName, billingProfileName, invoiceName, options) {
|
75
|
+
const poller = await this.beginDownload(billingAccountName, billingProfileName, invoiceName, options);
|
76
|
+
return poller.pollUntilDone();
|
77
|
+
}
|
78
|
+
/**
|
79
|
+
* Gets a URL to download the current month's pricesheet for a billing profile. The operation is
|
80
|
+
* supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer
|
81
|
+
* Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview
|
82
|
+
* version will be updated from a single csv file to a Zip file containing multiple csv files, each
|
83
|
+
* with max 200k records.
|
84
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
85
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
86
|
+
* @param options The options parameters.
|
87
|
+
*/
|
88
|
+
async beginDownloadByBillingProfile(billingAccountName, billingProfileName, options) {
|
89
|
+
const directSendOperation = async (args, spec) => {
|
90
|
+
return this.client.sendOperationRequest(args, spec);
|
91
|
+
};
|
92
|
+
const sendOperationFn = async (args, spec) => {
|
93
|
+
var _a;
|
94
|
+
let currentRawResponse = undefined;
|
95
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
96
|
+
const callback = (rawResponse, flatResponse) => {
|
97
|
+
currentRawResponse = rawResponse;
|
98
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
99
|
+
};
|
100
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
101
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
102
|
+
return {
|
103
|
+
flatResponse,
|
104
|
+
rawResponse: {
|
105
|
+
statusCode: currentRawResponse.status,
|
106
|
+
body: currentRawResponse.parsedBody,
|
107
|
+
headers: currentRawResponse.headers.toJSON()
|
108
|
+
}
|
109
|
+
};
|
110
|
+
};
|
111
|
+
const lro = createLroSpec({
|
112
|
+
sendOperationFn,
|
113
|
+
args: { billingAccountName, billingProfileName, options },
|
114
|
+
spec: downloadByBillingProfileOperationSpec
|
115
|
+
});
|
116
|
+
const poller = await createHttpPoller(lro, {
|
117
|
+
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
118
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
119
|
+
resourceLocationConfig: "location"
|
120
|
+
});
|
121
|
+
await poller.poll();
|
122
|
+
return poller;
|
123
|
+
}
|
124
|
+
/**
|
125
|
+
* Gets a URL to download the current month's pricesheet for a billing profile. The operation is
|
126
|
+
* supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer
|
127
|
+
* Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview
|
128
|
+
* version will be updated from a single csv file to a Zip file containing multiple csv files, each
|
129
|
+
* with max 200k records.
|
130
|
+
* @param billingAccountName The ID that uniquely identifies a billing account.
|
131
|
+
* @param billingProfileName The ID that uniquely identifies a billing profile.
|
132
|
+
* @param options The options parameters.
|
133
|
+
*/
|
134
|
+
async beginDownloadByBillingProfileAndWait(billingAccountName, billingProfileName, options) {
|
135
|
+
const poller = await this.beginDownloadByBillingProfile(billingAccountName, billingProfileName, options);
|
136
|
+
return poller.pollUntilDone();
|
137
|
+
}
|
138
|
+
}
|
139
|
+
// Operation Specifications
|
140
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
141
|
+
const downloadOperationSpec = {
|
142
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices/{invoiceName}/providers/Microsoft.CostManagement/pricesheets/default/download",
|
143
|
+
httpMethod: "POST",
|
144
|
+
responses: {
|
145
|
+
200: {
|
146
|
+
bodyMapper: Mappers.DownloadURL
|
147
|
+
},
|
148
|
+
201: {
|
149
|
+
bodyMapper: Mappers.DownloadURL
|
150
|
+
},
|
151
|
+
202: {
|
152
|
+
bodyMapper: Mappers.DownloadURL
|
153
|
+
},
|
154
|
+
204: {
|
155
|
+
bodyMapper: Mappers.DownloadURL
|
156
|
+
},
|
157
|
+
default: {
|
158
|
+
bodyMapper: Mappers.ErrorResponse
|
159
|
+
}
|
160
|
+
},
|
161
|
+
queryParameters: [Parameters.apiVersion],
|
162
|
+
urlParameters: [
|
163
|
+
Parameters.$host,
|
164
|
+
Parameters.billingAccountName,
|
165
|
+
Parameters.billingProfileName,
|
166
|
+
Parameters.invoiceName
|
167
|
+
],
|
168
|
+
headerParameters: [Parameters.accept],
|
169
|
+
serializer
|
170
|
+
};
|
171
|
+
const downloadByBillingProfileOperationSpec = {
|
172
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.CostManagement/pricesheets/default/download",
|
173
|
+
httpMethod: "POST",
|
174
|
+
responses: {
|
175
|
+
200: {
|
176
|
+
bodyMapper: Mappers.DownloadURL
|
177
|
+
},
|
178
|
+
201: {
|
179
|
+
bodyMapper: Mappers.DownloadURL
|
180
|
+
},
|
181
|
+
202: {
|
182
|
+
bodyMapper: Mappers.DownloadURL
|
183
|
+
},
|
184
|
+
204: {
|
185
|
+
bodyMapper: Mappers.DownloadURL
|
186
|
+
},
|
187
|
+
default: {
|
188
|
+
bodyMapper: Mappers.ErrorResponse
|
189
|
+
}
|
190
|
+
},
|
191
|
+
queryParameters: [Parameters.apiVersion],
|
192
|
+
urlParameters: [
|
193
|
+
Parameters.$host,
|
194
|
+
Parameters.billingAccountName,
|
195
|
+
Parameters.billingProfileName
|
196
|
+
],
|
197
|
+
headerParameters: [Parameters.accept],
|
198
|
+
serializer
|
199
|
+
};
|
200
|
+
//# sourceMappingURL=priceSheet.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"priceSheet.js","sourceRoot":"","sources":["../../../src/operations/priceSheet.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;AAEtD,OAAO,EAGL,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAQ9C,8CAA8C;AAC9C,MAAM,OAAO,cAAc;IAGzB;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,aAAa,CACjB,kBAA0B,EAC1B,kBAA0B,EAC1B,WAAmB,EACnB,OAA0C;QAO1C,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACO,EAAE;YACvC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;YAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,WAAW,EAAE,OAAO,EAAE;YACtE,IAAI,EAAE,qBAAqB;SAC5B,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;YACzC,sBAAsB,EAAE,UAAU;SACnC,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;OAOG;IACH,KAAK,CAAC,oBAAoB,CACxB,kBAA0B,EAC1B,kBAA0B,EAC1B,WAAmB,EACnB,OAA0C;QAE1C,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,aAAa,CACrC,kBAAkB,EAClB,kBAAkB,EAClB,WAAW,EACX,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,6BAA6B,CACjC,kBAA0B,EAC1B,kBAA0B,EAC1B,OAA0D;QAO1D,MAAM,mBAAmB,GAAG,KAAK,EAC/B,IAAmC,EACnC,IAA8B,EACuB,EAAE;YACvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACtD,CAAC,CAAC;QACF,MAAM,eAAe,GAAG,KAAK,EAC3B,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;YACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;YAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;YAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;gBACF,kBAAkB,GAAG,WAAW,CAAC;gBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;YAChD,CAAC,CAAC;YACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;YACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAClE,OAAO;gBACL,YAAY;gBACZ,WAAW,EAAE;oBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;oBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;oBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;iBAC9C;aACF,CAAC;QACJ,CAAC,CAAC;QAEF,MAAM,GAAG,GAAG,aAAa,CAAC;YACxB,eAAe;YACf,IAAI,EAAE,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,OAAO,EAAE;YACzD,IAAI,EAAE,qCAAqC;SAC5C,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,gBAAgB,CAGnC,GAAG,EAAE;YACL,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;YAChC,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;YACzC,sBAAsB,EAAE,UAAU;SACnC,CAAC,CAAC;QACH,MAAM,MAAM,CAAC,IAAI,EAAE,CAAC;QACpB,OAAO,MAAM,CAAC;IAChB,CAAC;IAED;;;;;;;;;OASG;IACH,KAAK,CAAC,oCAAoC,CACxC,kBAA0B,EAC1B,kBAA0B,EAC1B,OAA0D;QAE1D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,6BAA6B,CACrD,kBAAkB,EAClB,kBAAkB,EAClB,OAAO,CACR,CAAC;QACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;IAChC,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EACF,+LAA+L;IACjM,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qCAAqC,GAA6B;IACtE,IAAI,EACF,wKAAwK;IAC1K,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,kBAAkB;KAC9B;IACD,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 { PriceSheet } 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 SimplePollerLike,\n OperationState,\n createHttpPoller\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n PriceSheetDownloadOptionalParams,\n PriceSheetDownloadResponse,\n PriceSheetDownloadByBillingProfileOptionalParams,\n PriceSheetDownloadByBillingProfileResponse\n} from \"../models/index.js\";\n\n/** Class containing PriceSheet operations. */\nexport class PriceSheetImpl implements PriceSheet {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class PriceSheet class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets a URL to download the pricesheet for an invoice. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param options The options parameters.\n */\n async beginDownload(\n billingAccountName: string,\n billingProfileName: string,\n invoiceName: string,\n options?: PriceSheetDownloadOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<PriceSheetDownloadResponse>,\n PriceSheetDownloadResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PriceSheetDownloadResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { billingAccountName, billingProfileName, invoiceName, options },\n spec: downloadOperationSpec\n });\n const poller = await createHttpPoller<\n PriceSheetDownloadResponse,\n OperationState<PriceSheetDownloadResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Gets a URL to download the pricesheet for an invoice. The operation is supported for billing\n * accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param invoiceName The ID that uniquely identifies an invoice.\n * @param options The options parameters.\n */\n async beginDownloadAndWait(\n billingAccountName: string,\n billingProfileName: string,\n invoiceName: string,\n options?: PriceSheetDownloadOptionalParams\n ): Promise<PriceSheetDownloadResponse> {\n const poller = await this.beginDownload(\n billingAccountName,\n billingProfileName,\n invoiceName,\n options\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Gets a URL to download the current month's pricesheet for a billing profile. The operation is\n * supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview\n * version will be updated from a single csv file to a Zip file containing multiple csv files, each\n * with max 200k records.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The options parameters.\n */\n async beginDownloadByBillingProfile(\n billingAccountName: string,\n billingProfileName: string,\n options?: PriceSheetDownloadByBillingProfileOptionalParams\n ): Promise<\n SimplePollerLike<\n OperationState<PriceSheetDownloadByBillingProfileResponse>,\n PriceSheetDownloadByBillingProfileResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ): Promise<PriceSheetDownloadByBillingProfileResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec\n ) => {\n let currentRawResponse:\n | coreClient.FullOperationResponse\n | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback\n }\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON()\n }\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { billingAccountName, billingProfileName, options },\n spec: downloadByBillingProfileOperationSpec\n });\n const poller = await createHttpPoller<\n PriceSheetDownloadByBillingProfileResponse,\n OperationState<PriceSheetDownloadByBillingProfileResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\"\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Gets a URL to download the current month's pricesheet for a billing profile. The operation is\n * supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer\n * Agreement.Due to Azure product growth, the Azure price sheet download experience in this preview\n * version will be updated from a single csv file to a Zip file containing multiple csv files, each\n * with max 200k records.\n * @param billingAccountName The ID that uniquely identifies a billing account.\n * @param billingProfileName The ID that uniquely identifies a billing profile.\n * @param options The options parameters.\n */\n async beginDownloadByBillingProfileAndWait(\n billingAccountName: string,\n billingProfileName: string,\n options?: PriceSheetDownloadByBillingProfileOptionalParams\n ): Promise<PriceSheetDownloadByBillingProfileResponse> {\n const poller = await this.beginDownloadByBillingProfile(\n billingAccountName,\n billingProfileName,\n options\n );\n return poller.pollUntilDone();\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst downloadOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices/{invoiceName}/providers/Microsoft.CostManagement/pricesheets/default/download\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadURL\n },\n 201: {\n bodyMapper: Mappers.DownloadURL\n },\n 202: {\n bodyMapper: Mappers.DownloadURL\n },\n 204: {\n bodyMapper: Mappers.DownloadURL\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.billingAccountName,\n Parameters.billingProfileName,\n Parameters.invoiceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst downloadByBillingProfileOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/providers/Microsoft.CostManagement/pricesheets/default/download\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.DownloadURL\n },\n 201: {\n bodyMapper: Mappers.DownloadURL\n },\n 202: {\n bodyMapper: Mappers.DownloadURL\n },\n 204: {\n bodyMapper: Mappers.DownloadURL\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.billingAccountName,\n Parameters.billingProfileName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
import { Query } from "../operationsInterfaces/index.js";
|
2
|
+
import { CostManagementClient } from "../costManagementClient.js";
|
3
|
+
import { QueryDefinition, QueryUsageOptionalParams, QueryUsageResponse, ExternalCloudProviderType, QueryUsageByExternalCloudProviderTypeOptionalParams, QueryUsageByExternalCloudProviderTypeResponse } from "../models/index.js";
|
4
|
+
/** Class containing Query operations. */
|
5
|
+
export declare class QueryImpl implements Query {
|
6
|
+
private readonly client;
|
7
|
+
/**
|
8
|
+
* Initialize a new instance of the class Query class.
|
9
|
+
* @param client Reference to the service client
|
10
|
+
*/
|
11
|
+
constructor(client: CostManagementClient);
|
12
|
+
/**
|
13
|
+
* Query the usage data for scope defined.
|
14
|
+
* @param scope The scope associated with query and export 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 Query Config operation.
|
30
|
+
* @param options The options parameters.
|
31
|
+
*/
|
32
|
+
usage(scope: string, parameters: QueryDefinition, options?: QueryUsageOptionalParams): Promise<QueryUsageResponse>;
|
33
|
+
/**
|
34
|
+
* Query the usage data 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 Query Config operation.
|
41
|
+
* @param options The options parameters.
|
42
|
+
*/
|
43
|
+
usageByExternalCloudProviderType(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, parameters: QueryDefinition, options?: QueryUsageByExternalCloudProviderTypeOptionalParams): Promise<QueryUsageByExternalCloudProviderTypeResponse>;
|
44
|
+
}
|
45
|
+
//# sourceMappingURL=query.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"query.d.ts","sourceRoot":"","sources":["../../../src/operations/query.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,eAAe,EACf,wBAAwB,EACxB,kBAAkB,EAClB,yBAAyB,EACzB,mDAAmD,EACnD,6CAA6C,EAC9C,MAAM,oBAAoB,CAAC;AAE5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CACH,KAAK,EAAE,MAAM,EACb,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC;IAO9B;;;;;;;;;OASG;IACH,gCAAgC,CAC9B,yBAAyB,EAAE,yBAAyB,EACpD,uBAAuB,EAAE,MAAM,EAC/B,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;CAW1D"}
|
@@ -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 Query operations. */
|
12
|
+
export class QueryImpl {
|
13
|
+
/**
|
14
|
+
* Initialize a new instance of the class Query class.
|
15
|
+
* @param client Reference to the service client
|
16
|
+
*/
|
17
|
+
constructor(client) {
|
18
|
+
this.client = client;
|
19
|
+
}
|
20
|
+
/**
|
21
|
+
* Query the usage data for scope defined.
|
22
|
+
* @param scope The scope associated with query and 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 parameters Parameters supplied to the CreateOrUpdate Query 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
|
+
* Query the usage data 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 Query Config operation.
|
51
|
+
* @param options The options parameters.
|
52
|
+
*/
|
53
|
+
usageByExternalCloudProviderType(externalCloudProviderType, externalCloudProviderId, parameters, options) {
|
54
|
+
return this.client.sendOperationRequest({
|
55
|
+
externalCloudProviderType,
|
56
|
+
externalCloudProviderId,
|
57
|
+
parameters,
|
58
|
+
options
|
59
|
+
}, usageByExternalCloudProviderTypeOperationSpec);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
// Operation Specifications
|
63
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
64
|
+
const usageOperationSpec = {
|
65
|
+
path: "/{scope}/providers/Microsoft.CostManagement/query",
|
66
|
+
httpMethod: "POST",
|
67
|
+
responses: {
|
68
|
+
200: {
|
69
|
+
bodyMapper: Mappers.QueryResult
|
70
|
+
},
|
71
|
+
204: {},
|
72
|
+
default: {
|
73
|
+
bodyMapper: Mappers.ErrorResponse
|
74
|
+
}
|
75
|
+
},
|
76
|
+
requestBody: Parameters.parameters3,
|
77
|
+
queryParameters: [Parameters.apiVersion],
|
78
|
+
urlParameters: [Parameters.$host, Parameters.scope1],
|
79
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
80
|
+
mediaType: "json",
|
81
|
+
serializer
|
82
|
+
};
|
83
|
+
const usageByExternalCloudProviderTypeOperationSpec = {
|
84
|
+
path: "/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/query",
|
85
|
+
httpMethod: "POST",
|
86
|
+
responses: {
|
87
|
+
200: {
|
88
|
+
bodyMapper: Mappers.QueryResult
|
89
|
+
},
|
90
|
+
default: {
|
91
|
+
bodyMapper: Mappers.ErrorResponse
|
92
|
+
}
|
93
|
+
},
|
94
|
+
requestBody: Parameters.parameters3,
|
95
|
+
queryParameters: [Parameters.apiVersion],
|
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=query.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"query.js","sourceRoot":"","sources":["../../../src/operations/query.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,yCAAyC;AACzC,MAAM,OAAO,SAAS;IAGpB;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;;;;;;;;;;;;;OAmBG;IACH,KAAK,CACH,KAAa,EACb,UAA2B,EAC3B,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,EAC9B,kBAAkB,CACnB,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,gCAAgC,CAC9B,yBAAoD,EACpD,uBAA+B,EAC/B,UAA2B,EAC3B,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,yBAAyB;YACzB,uBAAuB;YACvB,UAAU;YACV,OAAO;SACR,EACD,6CAA6C,CAC9C,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,mDAAmD;IACzD,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;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,CAAC;IACxC,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,6CAA6C,GAA6B;IAC9E,IAAI,EACF,iGAAiG;IACnG,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,WAAW;SAChC;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;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 { Query } 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 QueryDefinition,\n QueryUsageOptionalParams,\n QueryUsageResponse,\n ExternalCloudProviderType,\n QueryUsageByExternalCloudProviderTypeOptionalParams,\n QueryUsageByExternalCloudProviderTypeResponse\n} from \"../models/index.js\";\n\n/** Class containing Query operations. */\nexport class QueryImpl implements Query {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class Query class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * Query the usage data for scope defined.\n * @param scope The scope associated with query and 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 parameters Parameters supplied to the CreateOrUpdate Query Config operation.\n * @param options The options parameters.\n */\n usage(\n scope: string,\n parameters: QueryDefinition,\n options?: QueryUsageOptionalParams\n ): Promise<QueryUsageResponse> {\n return this.client.sendOperationRequest(\n { scope, parameters, options },\n usageOperationSpec\n );\n }\n\n /**\n * Query the usage data 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 Query Config operation.\n * @param options The options parameters.\n */\n usageByExternalCloudProviderType(\n externalCloudProviderType: ExternalCloudProviderType,\n externalCloudProviderId: string,\n parameters: QueryDefinition,\n options?: QueryUsageByExternalCloudProviderTypeOptionalParams\n ): Promise<QueryUsageByExternalCloudProviderTypeResponse> {\n return this.client.sendOperationRequest(\n {\n externalCloudProviderType,\n externalCloudProviderId,\n parameters,\n options\n },\n usageByExternalCloudProviderTypeOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst usageOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/query\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryResult\n },\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope1],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst usageByExternalCloudProviderTypeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.CostManagement/{externalCloudProviderType}/{externalCloudProviderId}/query\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueryResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters3,\n queryParameters: [Parameters.apiVersion],\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"]}
|