@azure/arm-costmanagement 1.0.0-beta.1 → 1.0.0-beta.2
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/CHANGELOG.md +12 -2
- package/LICENSE +4 -4
- package/README.md +25 -18
- package/dist/browser/costManagementClient.d.ts +33 -0
- package/dist/browser/costManagementClient.d.ts.map +1 -0
- package/dist/browser/costManagementClient.js +129 -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.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js +3841 -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 +175 -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 +143 -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 +450 -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 +190 -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 +261 -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 +106 -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 +220 -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 +120 -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 +111 -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 +51 -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 +220 -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 +116 -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 +211 -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 +106 -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 +592 -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 +466 -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 +30 -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 +134 -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 +21 -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 +3846 -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 +180 -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 +148 -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 +455 -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 +195 -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 +266 -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 +111 -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 +225 -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 +125 -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 +116 -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 +56 -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 +225 -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 +121 -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 +216 -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 +111 -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 +597 -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 +471 -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 +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/costManagementClient.d.ts +33 -0
- package/dist/esm/costManagementClient.d.ts.map +1 -0
- package/dist/esm/costManagementClient.js +129 -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 +18 -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 +3841 -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 +175 -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 +143 -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 +450 -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 +190 -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 +261 -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 +106 -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 +220 -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 +120 -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 +111 -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 +51 -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 +220 -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 +116 -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 +211 -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 +106 -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 +592 -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 +466 -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 +30 -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 +129 -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 +18 -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 +3841 -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 +175 -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 +143 -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 +450 -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 +190 -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 +261 -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 +106 -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 +220 -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 +120 -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 +111 -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 +51 -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 +220 -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 +116 -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 +211 -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 +106 -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 +592 -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 +466 -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 +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -77
- package/dist/index.js +0 -8703
- 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 -60
- 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 -61
- 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 -62
- 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 -58
- 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 -57
- 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 -96
- 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 -1044
- 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 -56
- 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 -96
- 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 -94
- 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 -57
- 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 -56
- 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 -6
- 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.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- 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 +0 -3702
- 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 -165
- 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 -538
- 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 -234
- 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 -138
- 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 -636
- 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 -510
- 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 +0 -32
- 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 -78
- package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
- package/rollup.config.js +0 -122
- 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/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +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/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/review/{arm-costmanagement.api.md → arm-costmanagement-node.api.md} +0 -0
|
@@ -0,0 +1,450 @@
|
|
|
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 { setContinuationToken } from "../pagingHelper.js";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
12
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
/** Class containing BenefitUtilizationSummaries operations. */
|
|
14
|
+
export class BenefitUtilizationSummariesImpl {
|
|
15
|
+
client;
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class BenefitUtilizationSummaries class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain
|
|
25
|
+
* values: 'Daily' and 'Monthly'.
|
|
26
|
+
* @param billingAccountId Billing account ID
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
listByBillingAccountId(billingAccountId, options) {
|
|
30
|
+
const iter = this.listByBillingAccountIdPagingAll(billingAccountId, options);
|
|
31
|
+
return {
|
|
32
|
+
next() {
|
|
33
|
+
return iter.next();
|
|
34
|
+
},
|
|
35
|
+
[Symbol.asyncIterator]() {
|
|
36
|
+
return this;
|
|
37
|
+
},
|
|
38
|
+
byPage: (settings) => {
|
|
39
|
+
if (settings?.maxPageSize) {
|
|
40
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
41
|
+
}
|
|
42
|
+
return this.listByBillingAccountIdPagingPage(billingAccountId, options, settings);
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
async *listByBillingAccountIdPagingPage(billingAccountId, options, settings) {
|
|
47
|
+
let result;
|
|
48
|
+
let continuationToken = settings?.continuationToken;
|
|
49
|
+
if (!continuationToken) {
|
|
50
|
+
result = await this._listByBillingAccountId(billingAccountId, options);
|
|
51
|
+
let page = result.value || [];
|
|
52
|
+
continuationToken = result.nextLink;
|
|
53
|
+
setContinuationToken(page, continuationToken);
|
|
54
|
+
yield page;
|
|
55
|
+
}
|
|
56
|
+
while (continuationToken) {
|
|
57
|
+
result = await this._listByBillingAccountIdNext(billingAccountId, continuationToken, options);
|
|
58
|
+
continuationToken = result.nextLink;
|
|
59
|
+
let page = result.value || [];
|
|
60
|
+
setContinuationToken(page, continuationToken);
|
|
61
|
+
yield page;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
async *listByBillingAccountIdPagingAll(billingAccountId, options) {
|
|
65
|
+
for await (const page of this.listByBillingAccountIdPagingPage(billingAccountId, options)) {
|
|
66
|
+
yield* page;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Lists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and
|
|
71
|
+
* 'Monthly'.
|
|
72
|
+
* @param billingAccountId Billing account ID
|
|
73
|
+
* @param billingProfileId Billing profile ID.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
listByBillingProfileId(billingAccountId, billingProfileId, options) {
|
|
77
|
+
const iter = this.listByBillingProfileIdPagingAll(billingAccountId, billingProfileId, options);
|
|
78
|
+
return {
|
|
79
|
+
next() {
|
|
80
|
+
return iter.next();
|
|
81
|
+
},
|
|
82
|
+
[Symbol.asyncIterator]() {
|
|
83
|
+
return this;
|
|
84
|
+
},
|
|
85
|
+
byPage: (settings) => {
|
|
86
|
+
if (settings?.maxPageSize) {
|
|
87
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
88
|
+
}
|
|
89
|
+
return this.listByBillingProfileIdPagingPage(billingAccountId, billingProfileId, options, settings);
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
async *listByBillingProfileIdPagingPage(billingAccountId, billingProfileId, options, settings) {
|
|
94
|
+
let result;
|
|
95
|
+
let continuationToken = settings?.continuationToken;
|
|
96
|
+
if (!continuationToken) {
|
|
97
|
+
result = await this._listByBillingProfileId(billingAccountId, billingProfileId, options);
|
|
98
|
+
let page = result.value || [];
|
|
99
|
+
continuationToken = result.nextLink;
|
|
100
|
+
setContinuationToken(page, continuationToken);
|
|
101
|
+
yield page;
|
|
102
|
+
}
|
|
103
|
+
while (continuationToken) {
|
|
104
|
+
result = await this._listByBillingProfileIdNext(billingAccountId, billingProfileId, continuationToken, options);
|
|
105
|
+
continuationToken = result.nextLink;
|
|
106
|
+
let page = result.value || [];
|
|
107
|
+
setContinuationToken(page, continuationToken);
|
|
108
|
+
yield page;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
async *listByBillingProfileIdPagingAll(billingAccountId, billingProfileId, options) {
|
|
112
|
+
for await (const page of this.listByBillingProfileIdPagingPage(billingAccountId, billingProfileId, options)) {
|
|
113
|
+
yield* page;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Lists the savings plan utilization summaries for daily or monthly grain.
|
|
118
|
+
* @param savingsPlanOrderId Savings plan order ID.
|
|
119
|
+
* @param options The options parameters.
|
|
120
|
+
*/
|
|
121
|
+
listBySavingsPlanOrder(savingsPlanOrderId, options) {
|
|
122
|
+
const iter = this.listBySavingsPlanOrderPagingAll(savingsPlanOrderId, options);
|
|
123
|
+
return {
|
|
124
|
+
next() {
|
|
125
|
+
return iter.next();
|
|
126
|
+
},
|
|
127
|
+
[Symbol.asyncIterator]() {
|
|
128
|
+
return this;
|
|
129
|
+
},
|
|
130
|
+
byPage: (settings) => {
|
|
131
|
+
if (settings?.maxPageSize) {
|
|
132
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
133
|
+
}
|
|
134
|
+
return this.listBySavingsPlanOrderPagingPage(savingsPlanOrderId, options, settings);
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
async *listBySavingsPlanOrderPagingPage(savingsPlanOrderId, options, settings) {
|
|
139
|
+
let result;
|
|
140
|
+
let continuationToken = settings?.continuationToken;
|
|
141
|
+
if (!continuationToken) {
|
|
142
|
+
result = await this._listBySavingsPlanOrder(savingsPlanOrderId, options);
|
|
143
|
+
let page = result.value || [];
|
|
144
|
+
continuationToken = result.nextLink;
|
|
145
|
+
setContinuationToken(page, continuationToken);
|
|
146
|
+
yield page;
|
|
147
|
+
}
|
|
148
|
+
while (continuationToken) {
|
|
149
|
+
result = await this._listBySavingsPlanOrderNext(savingsPlanOrderId, continuationToken, options);
|
|
150
|
+
continuationToken = result.nextLink;
|
|
151
|
+
let page = result.value || [];
|
|
152
|
+
setContinuationToken(page, continuationToken);
|
|
153
|
+
yield page;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
async *listBySavingsPlanOrderPagingAll(savingsPlanOrderId, options) {
|
|
157
|
+
for await (const page of this.listBySavingsPlanOrderPagingPage(savingsPlanOrderId, options)) {
|
|
158
|
+
yield* page;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* Lists the savings plan utilization summaries for daily or monthly grain.
|
|
163
|
+
* @param savingsPlanOrderId Savings plan order ID.
|
|
164
|
+
* @param savingsPlanId Savings plan ID.
|
|
165
|
+
* @param options The options parameters.
|
|
166
|
+
*/
|
|
167
|
+
listBySavingsPlanId(savingsPlanOrderId, savingsPlanId, options) {
|
|
168
|
+
const iter = this.listBySavingsPlanIdPagingAll(savingsPlanOrderId, savingsPlanId, options);
|
|
169
|
+
return {
|
|
170
|
+
next() {
|
|
171
|
+
return iter.next();
|
|
172
|
+
},
|
|
173
|
+
[Symbol.asyncIterator]() {
|
|
174
|
+
return this;
|
|
175
|
+
},
|
|
176
|
+
byPage: (settings) => {
|
|
177
|
+
if (settings?.maxPageSize) {
|
|
178
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
179
|
+
}
|
|
180
|
+
return this.listBySavingsPlanIdPagingPage(savingsPlanOrderId, savingsPlanId, options, settings);
|
|
181
|
+
}
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
async *listBySavingsPlanIdPagingPage(savingsPlanOrderId, savingsPlanId, options, settings) {
|
|
185
|
+
let result;
|
|
186
|
+
let continuationToken = settings?.continuationToken;
|
|
187
|
+
if (!continuationToken) {
|
|
188
|
+
result = await this._listBySavingsPlanId(savingsPlanOrderId, savingsPlanId, options);
|
|
189
|
+
let page = result.value || [];
|
|
190
|
+
continuationToken = result.nextLink;
|
|
191
|
+
setContinuationToken(page, continuationToken);
|
|
192
|
+
yield page;
|
|
193
|
+
}
|
|
194
|
+
while (continuationToken) {
|
|
195
|
+
result = await this._listBySavingsPlanIdNext(savingsPlanOrderId, savingsPlanId, continuationToken, options);
|
|
196
|
+
continuationToken = result.nextLink;
|
|
197
|
+
let page = result.value || [];
|
|
198
|
+
setContinuationToken(page, continuationToken);
|
|
199
|
+
yield page;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
async *listBySavingsPlanIdPagingAll(savingsPlanOrderId, savingsPlanId, options) {
|
|
203
|
+
for await (const page of this.listBySavingsPlanIdPagingPage(savingsPlanOrderId, savingsPlanId, options)) {
|
|
204
|
+
yield* page;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain
|
|
209
|
+
* values: 'Daily' and 'Monthly'.
|
|
210
|
+
* @param billingAccountId Billing account ID
|
|
211
|
+
* @param options The options parameters.
|
|
212
|
+
*/
|
|
213
|
+
_listByBillingAccountId(billingAccountId, options) {
|
|
214
|
+
return this.client.sendOperationRequest({ billingAccountId, options }, listByBillingAccountIdOperationSpec);
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* Lists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and
|
|
218
|
+
* 'Monthly'.
|
|
219
|
+
* @param billingAccountId Billing account ID
|
|
220
|
+
* @param billingProfileId Billing profile ID.
|
|
221
|
+
* @param options The options parameters.
|
|
222
|
+
*/
|
|
223
|
+
_listByBillingProfileId(billingAccountId, billingProfileId, options) {
|
|
224
|
+
return this.client.sendOperationRequest({ billingAccountId, billingProfileId, options }, listByBillingProfileIdOperationSpec);
|
|
225
|
+
}
|
|
226
|
+
/**
|
|
227
|
+
* Lists the savings plan utilization summaries for daily or monthly grain.
|
|
228
|
+
* @param savingsPlanOrderId Savings plan order ID.
|
|
229
|
+
* @param options The options parameters.
|
|
230
|
+
*/
|
|
231
|
+
_listBySavingsPlanOrder(savingsPlanOrderId, options) {
|
|
232
|
+
return this.client.sendOperationRequest({ savingsPlanOrderId, options }, listBySavingsPlanOrderOperationSpec);
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* Lists the savings plan utilization summaries for daily or monthly grain.
|
|
236
|
+
* @param savingsPlanOrderId Savings plan order ID.
|
|
237
|
+
* @param savingsPlanId Savings plan ID.
|
|
238
|
+
* @param options The options parameters.
|
|
239
|
+
*/
|
|
240
|
+
_listBySavingsPlanId(savingsPlanOrderId, savingsPlanId, options) {
|
|
241
|
+
return this.client.sendOperationRequest({ savingsPlanOrderId, savingsPlanId, options }, listBySavingsPlanIdOperationSpec);
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* ListByBillingAccountIdNext
|
|
245
|
+
* @param billingAccountId Billing account ID
|
|
246
|
+
* @param nextLink The nextLink from the previous successful call to the ListByBillingAccountId method.
|
|
247
|
+
* @param options The options parameters.
|
|
248
|
+
*/
|
|
249
|
+
_listByBillingAccountIdNext(billingAccountId, nextLink, options) {
|
|
250
|
+
return this.client.sendOperationRequest({ billingAccountId, nextLink, options }, listByBillingAccountIdNextOperationSpec);
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* ListByBillingProfileIdNext
|
|
254
|
+
* @param billingAccountId Billing account ID
|
|
255
|
+
* @param billingProfileId Billing profile ID.
|
|
256
|
+
* @param nextLink The nextLink from the previous successful call to the ListByBillingProfileId method.
|
|
257
|
+
* @param options The options parameters.
|
|
258
|
+
*/
|
|
259
|
+
_listByBillingProfileIdNext(billingAccountId, billingProfileId, nextLink, options) {
|
|
260
|
+
return this.client.sendOperationRequest({ billingAccountId, billingProfileId, nextLink, options }, listByBillingProfileIdNextOperationSpec);
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* ListBySavingsPlanOrderNext
|
|
264
|
+
* @param savingsPlanOrderId Savings plan order ID.
|
|
265
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySavingsPlanOrder method.
|
|
266
|
+
* @param options The options parameters.
|
|
267
|
+
*/
|
|
268
|
+
_listBySavingsPlanOrderNext(savingsPlanOrderId, nextLink, options) {
|
|
269
|
+
return this.client.sendOperationRequest({ savingsPlanOrderId, nextLink, options }, listBySavingsPlanOrderNextOperationSpec);
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* ListBySavingsPlanIdNext
|
|
273
|
+
* @param savingsPlanOrderId Savings plan order ID.
|
|
274
|
+
* @param savingsPlanId Savings plan ID.
|
|
275
|
+
* @param nextLink The nextLink from the previous successful call to the ListBySavingsPlanId method.
|
|
276
|
+
* @param options The options parameters.
|
|
277
|
+
*/
|
|
278
|
+
_listBySavingsPlanIdNext(savingsPlanOrderId, savingsPlanId, nextLink, options) {
|
|
279
|
+
return this.client.sendOperationRequest({ savingsPlanOrderId, savingsPlanId, nextLink, options }, listBySavingsPlanIdNextOperationSpec);
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
// Operation Specifications
|
|
283
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
284
|
+
const listByBillingAccountIdOperationSpec = {
|
|
285
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries",
|
|
286
|
+
httpMethod: "GET",
|
|
287
|
+
responses: {
|
|
288
|
+
200: {
|
|
289
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
290
|
+
},
|
|
291
|
+
default: {
|
|
292
|
+
bodyMapper: Mappers.ErrorResponse
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
queryParameters: [
|
|
296
|
+
Parameters.apiVersion,
|
|
297
|
+
Parameters.grainParameter,
|
|
298
|
+
Parameters.filter1
|
|
299
|
+
],
|
|
300
|
+
urlParameters: [Parameters.$host, Parameters.billingAccountId],
|
|
301
|
+
headerParameters: [Parameters.accept],
|
|
302
|
+
serializer
|
|
303
|
+
};
|
|
304
|
+
const listByBillingProfileIdOperationSpec = {
|
|
305
|
+
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries",
|
|
306
|
+
httpMethod: "GET",
|
|
307
|
+
responses: {
|
|
308
|
+
200: {
|
|
309
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
310
|
+
},
|
|
311
|
+
default: {
|
|
312
|
+
bodyMapper: Mappers.ErrorResponse
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
queryParameters: [
|
|
316
|
+
Parameters.apiVersion,
|
|
317
|
+
Parameters.grainParameter,
|
|
318
|
+
Parameters.filter1
|
|
319
|
+
],
|
|
320
|
+
urlParameters: [
|
|
321
|
+
Parameters.$host,
|
|
322
|
+
Parameters.billingAccountId,
|
|
323
|
+
Parameters.billingProfileId
|
|
324
|
+
],
|
|
325
|
+
headerParameters: [Parameters.accept],
|
|
326
|
+
serializer
|
|
327
|
+
};
|
|
328
|
+
const listBySavingsPlanOrderOperationSpec = {
|
|
329
|
+
path: "/providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries",
|
|
330
|
+
httpMethod: "GET",
|
|
331
|
+
responses: {
|
|
332
|
+
200: {
|
|
333
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
334
|
+
},
|
|
335
|
+
default: {
|
|
336
|
+
bodyMapper: Mappers.ErrorResponse
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
queryParameters: [
|
|
340
|
+
Parameters.apiVersion,
|
|
341
|
+
Parameters.filter,
|
|
342
|
+
Parameters.grainParameter
|
|
343
|
+
],
|
|
344
|
+
urlParameters: [Parameters.$host, Parameters.savingsPlanOrderId],
|
|
345
|
+
headerParameters: [Parameters.accept],
|
|
346
|
+
serializer
|
|
347
|
+
};
|
|
348
|
+
const listBySavingsPlanIdOperationSpec = {
|
|
349
|
+
path: "/providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries",
|
|
350
|
+
httpMethod: "GET",
|
|
351
|
+
responses: {
|
|
352
|
+
200: {
|
|
353
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
354
|
+
},
|
|
355
|
+
default: {
|
|
356
|
+
bodyMapper: Mappers.ErrorResponse
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
queryParameters: [
|
|
360
|
+
Parameters.apiVersion,
|
|
361
|
+
Parameters.filter,
|
|
362
|
+
Parameters.grainParameter
|
|
363
|
+
],
|
|
364
|
+
urlParameters: [
|
|
365
|
+
Parameters.$host,
|
|
366
|
+
Parameters.savingsPlanOrderId,
|
|
367
|
+
Parameters.savingsPlanId
|
|
368
|
+
],
|
|
369
|
+
headerParameters: [Parameters.accept],
|
|
370
|
+
serializer
|
|
371
|
+
};
|
|
372
|
+
const listByBillingAccountIdNextOperationSpec = {
|
|
373
|
+
path: "{nextLink}",
|
|
374
|
+
httpMethod: "GET",
|
|
375
|
+
responses: {
|
|
376
|
+
200: {
|
|
377
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
378
|
+
},
|
|
379
|
+
default: {
|
|
380
|
+
bodyMapper: Mappers.ErrorResponse
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
urlParameters: [
|
|
384
|
+
Parameters.$host,
|
|
385
|
+
Parameters.nextLink,
|
|
386
|
+
Parameters.billingAccountId
|
|
387
|
+
],
|
|
388
|
+
headerParameters: [Parameters.accept],
|
|
389
|
+
serializer
|
|
390
|
+
};
|
|
391
|
+
const listByBillingProfileIdNextOperationSpec = {
|
|
392
|
+
path: "{nextLink}",
|
|
393
|
+
httpMethod: "GET",
|
|
394
|
+
responses: {
|
|
395
|
+
200: {
|
|
396
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
397
|
+
},
|
|
398
|
+
default: {
|
|
399
|
+
bodyMapper: Mappers.ErrorResponse
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
urlParameters: [
|
|
403
|
+
Parameters.$host,
|
|
404
|
+
Parameters.nextLink,
|
|
405
|
+
Parameters.billingAccountId,
|
|
406
|
+
Parameters.billingProfileId
|
|
407
|
+
],
|
|
408
|
+
headerParameters: [Parameters.accept],
|
|
409
|
+
serializer
|
|
410
|
+
};
|
|
411
|
+
const listBySavingsPlanOrderNextOperationSpec = {
|
|
412
|
+
path: "{nextLink}",
|
|
413
|
+
httpMethod: "GET",
|
|
414
|
+
responses: {
|
|
415
|
+
200: {
|
|
416
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
417
|
+
},
|
|
418
|
+
default: {
|
|
419
|
+
bodyMapper: Mappers.ErrorResponse
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
urlParameters: [
|
|
423
|
+
Parameters.$host,
|
|
424
|
+
Parameters.nextLink,
|
|
425
|
+
Parameters.savingsPlanOrderId
|
|
426
|
+
],
|
|
427
|
+
headerParameters: [Parameters.accept],
|
|
428
|
+
serializer
|
|
429
|
+
};
|
|
430
|
+
const listBySavingsPlanIdNextOperationSpec = {
|
|
431
|
+
path: "{nextLink}",
|
|
432
|
+
httpMethod: "GET",
|
|
433
|
+
responses: {
|
|
434
|
+
200: {
|
|
435
|
+
bodyMapper: Mappers.BenefitUtilizationSummariesListResult
|
|
436
|
+
},
|
|
437
|
+
default: {
|
|
438
|
+
bodyMapper: Mappers.ErrorResponse
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
urlParameters: [
|
|
442
|
+
Parameters.$host,
|
|
443
|
+
Parameters.nextLink,
|
|
444
|
+
Parameters.savingsPlanOrderId,
|
|
445
|
+
Parameters.savingsPlanId
|
|
446
|
+
],
|
|
447
|
+
headerParameters: [Parameters.accept],
|
|
448
|
+
serializer
|
|
449
|
+
};
|
|
450
|
+
//# sourceMappingURL=benefitUtilizationSummaries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"benefitUtilizationSummaries.js","sourceRoot":"","sources":["../../../src/operations/benefitUtilizationSummaries.ts"],"names":[],"mappings":"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","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 { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { BenefitUtilizationSummaries } 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 BenefitUtilizationSummaryUnion,\n BenefitUtilizationSummariesListByBillingAccountIdNextOptionalParams,\n BenefitUtilizationSummariesListByBillingAccountIdOptionalParams,\n BenefitUtilizationSummariesListByBillingAccountIdResponse,\n BenefitUtilizationSummariesListByBillingProfileIdNextOptionalParams,\n BenefitUtilizationSummariesListByBillingProfileIdOptionalParams,\n BenefitUtilizationSummariesListByBillingProfileIdResponse,\n BenefitUtilizationSummariesListBySavingsPlanOrderNextOptionalParams,\n BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams,\n BenefitUtilizationSummariesListBySavingsPlanOrderResponse,\n BenefitUtilizationSummariesListBySavingsPlanIdNextOptionalParams,\n BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams,\n BenefitUtilizationSummariesListBySavingsPlanIdResponse,\n BenefitUtilizationSummariesListByBillingAccountIdNextResponse,\n BenefitUtilizationSummariesListByBillingProfileIdNextResponse,\n BenefitUtilizationSummariesListBySavingsPlanOrderNextResponse,\n BenefitUtilizationSummariesListBySavingsPlanIdNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing BenefitUtilizationSummaries operations. */\nexport class BenefitUtilizationSummariesImpl\n implements BenefitUtilizationSummaries {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class BenefitUtilizationSummaries class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain\n * values: 'Daily' and 'Monthly'.\n * @param billingAccountId Billing account ID\n * @param options The options parameters.\n */\n public listByBillingAccountId(\n billingAccountId: string,\n options?: BenefitUtilizationSummariesListByBillingAccountIdOptionalParams\n ): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n const iter = this.listByBillingAccountIdPagingAll(\n billingAccountId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByBillingAccountIdPagingPage(\n billingAccountId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByBillingAccountIdPagingPage(\n billingAccountId: string,\n options?: BenefitUtilizationSummariesListByBillingAccountIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion[]> {\n let result: BenefitUtilizationSummariesListByBillingAccountIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByBillingAccountId(billingAccountId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByBillingAccountIdNext(\n billingAccountId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByBillingAccountIdPagingAll(\n billingAccountId: string,\n options?: BenefitUtilizationSummariesListByBillingAccountIdOptionalParams\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n for await (const page of this.listByBillingAccountIdPagingPage(\n billingAccountId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and\n * 'Monthly'.\n * @param billingAccountId Billing account ID\n * @param billingProfileId Billing profile ID.\n * @param options The options parameters.\n */\n public listByBillingProfileId(\n billingAccountId: string,\n billingProfileId: string,\n options?: BenefitUtilizationSummariesListByBillingProfileIdOptionalParams\n ): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n const iter = this.listByBillingProfileIdPagingAll(\n billingAccountId,\n billingProfileId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByBillingProfileIdPagingPage(\n billingAccountId,\n billingProfileId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByBillingProfileIdPagingPage(\n billingAccountId: string,\n billingProfileId: string,\n options?: BenefitUtilizationSummariesListByBillingProfileIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion[]> {\n let result: BenefitUtilizationSummariesListByBillingProfileIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByBillingProfileId(\n billingAccountId,\n billingProfileId,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByBillingProfileIdNext(\n billingAccountId,\n billingProfileId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByBillingProfileIdPagingAll(\n billingAccountId: string,\n billingProfileId: string,\n options?: BenefitUtilizationSummariesListByBillingProfileIdOptionalParams\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n for await (const page of this.listByBillingProfileIdPagingPage(\n billingAccountId,\n billingProfileId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the savings plan utilization summaries for daily or monthly grain.\n * @param savingsPlanOrderId Savings plan order ID.\n * @param options The options parameters.\n */\n public listBySavingsPlanOrder(\n savingsPlanOrderId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams\n ): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n const iter = this.listBySavingsPlanOrderPagingAll(\n savingsPlanOrderId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySavingsPlanOrderPagingPage(\n savingsPlanOrderId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listBySavingsPlanOrderPagingPage(\n savingsPlanOrderId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion[]> {\n let result: BenefitUtilizationSummariesListBySavingsPlanOrderResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySavingsPlanOrder(savingsPlanOrderId, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySavingsPlanOrderNext(\n savingsPlanOrderId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySavingsPlanOrderPagingAll(\n savingsPlanOrderId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n for await (const page of this.listBySavingsPlanOrderPagingPage(\n savingsPlanOrderId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the savings plan utilization summaries for daily or monthly grain.\n * @param savingsPlanOrderId Savings plan order ID.\n * @param savingsPlanId Savings plan ID.\n * @param options The options parameters.\n */\n public listBySavingsPlanId(\n savingsPlanOrderId: string,\n savingsPlanId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams\n ): PagedAsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n const iter = this.listBySavingsPlanIdPagingAll(\n savingsPlanOrderId,\n savingsPlanId,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySavingsPlanIdPagingPage(\n savingsPlanOrderId,\n savingsPlanId,\n options,\n settings\n );\n }\n };\n }\n\n private async *listBySavingsPlanIdPagingPage(\n savingsPlanOrderId: string,\n savingsPlanId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion[]> {\n let result: BenefitUtilizationSummariesListBySavingsPlanIdResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySavingsPlanId(\n savingsPlanOrderId,\n savingsPlanId,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySavingsPlanIdNext(\n savingsPlanOrderId,\n savingsPlanId,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySavingsPlanIdPagingAll(\n savingsPlanOrderId: string,\n savingsPlanId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams\n ): AsyncIterableIterator<BenefitUtilizationSummaryUnion> {\n for await (const page of this.listBySavingsPlanIdPagingPage(\n savingsPlanOrderId,\n savingsPlanId,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists savings plan utilization summaries for the enterprise agreement scope. Supported at grain\n * values: 'Daily' and 'Monthly'.\n * @param billingAccountId Billing account ID\n * @param options The options parameters.\n */\n private _listByBillingAccountId(\n billingAccountId: string,\n options?: BenefitUtilizationSummariesListByBillingAccountIdOptionalParams\n ): Promise<BenefitUtilizationSummariesListByBillingAccountIdResponse> {\n return this.client.sendOperationRequest(\n { billingAccountId, options },\n listByBillingAccountIdOperationSpec\n );\n }\n\n /**\n * Lists savings plan utilization summaries for billing profile. Supported at grain values: 'Daily' and\n * 'Monthly'.\n * @param billingAccountId Billing account ID\n * @param billingProfileId Billing profile ID.\n * @param options The options parameters.\n */\n private _listByBillingProfileId(\n billingAccountId: string,\n billingProfileId: string,\n options?: BenefitUtilizationSummariesListByBillingProfileIdOptionalParams\n ): Promise<BenefitUtilizationSummariesListByBillingProfileIdResponse> {\n return this.client.sendOperationRequest(\n { billingAccountId, billingProfileId, options },\n listByBillingProfileIdOperationSpec\n );\n }\n\n /**\n * Lists the savings plan utilization summaries for daily or monthly grain.\n * @param savingsPlanOrderId Savings plan order ID.\n * @param options The options parameters.\n */\n private _listBySavingsPlanOrder(\n savingsPlanOrderId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanOrderOptionalParams\n ): Promise<BenefitUtilizationSummariesListBySavingsPlanOrderResponse> {\n return this.client.sendOperationRequest(\n { savingsPlanOrderId, options },\n listBySavingsPlanOrderOperationSpec\n );\n }\n\n /**\n * Lists the savings plan utilization summaries for daily or monthly grain.\n * @param savingsPlanOrderId Savings plan order ID.\n * @param savingsPlanId Savings plan ID.\n * @param options The options parameters.\n */\n private _listBySavingsPlanId(\n savingsPlanOrderId: string,\n savingsPlanId: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanIdOptionalParams\n ): Promise<BenefitUtilizationSummariesListBySavingsPlanIdResponse> {\n return this.client.sendOperationRequest(\n { savingsPlanOrderId, savingsPlanId, options },\n listBySavingsPlanIdOperationSpec\n );\n }\n\n /**\n * ListByBillingAccountIdNext\n * @param billingAccountId Billing account ID\n * @param nextLink The nextLink from the previous successful call to the ListByBillingAccountId method.\n * @param options The options parameters.\n */\n private _listByBillingAccountIdNext(\n billingAccountId: string,\n nextLink: string,\n options?: BenefitUtilizationSummariesListByBillingAccountIdNextOptionalParams\n ): Promise<BenefitUtilizationSummariesListByBillingAccountIdNextResponse> {\n return this.client.sendOperationRequest(\n { billingAccountId, nextLink, options },\n listByBillingAccountIdNextOperationSpec\n );\n }\n\n /**\n * ListByBillingProfileIdNext\n * @param billingAccountId Billing account ID\n * @param billingProfileId Billing profile ID.\n * @param nextLink The nextLink from the previous successful call to the ListByBillingProfileId method.\n * @param options The options parameters.\n */\n private _listByBillingProfileIdNext(\n billingAccountId: string,\n billingProfileId: string,\n nextLink: string,\n options?: BenefitUtilizationSummariesListByBillingProfileIdNextOptionalParams\n ): Promise<BenefitUtilizationSummariesListByBillingProfileIdNextResponse> {\n return this.client.sendOperationRequest(\n { billingAccountId, billingProfileId, nextLink, options },\n listByBillingProfileIdNextOperationSpec\n );\n }\n\n /**\n * ListBySavingsPlanOrderNext\n * @param savingsPlanOrderId Savings plan order ID.\n * @param nextLink The nextLink from the previous successful call to the ListBySavingsPlanOrder method.\n * @param options The options parameters.\n */\n private _listBySavingsPlanOrderNext(\n savingsPlanOrderId: string,\n nextLink: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanOrderNextOptionalParams\n ): Promise<BenefitUtilizationSummariesListBySavingsPlanOrderNextResponse> {\n return this.client.sendOperationRequest(\n { savingsPlanOrderId, nextLink, options },\n listBySavingsPlanOrderNextOperationSpec\n );\n }\n\n /**\n * ListBySavingsPlanIdNext\n * @param savingsPlanOrderId Savings plan order ID.\n * @param savingsPlanId Savings plan ID.\n * @param nextLink The nextLink from the previous successful call to the ListBySavingsPlanId method.\n * @param options The options parameters.\n */\n private _listBySavingsPlanIdNext(\n savingsPlanOrderId: string,\n savingsPlanId: string,\n nextLink: string,\n options?: BenefitUtilizationSummariesListBySavingsPlanIdNextOptionalParams\n ): Promise<BenefitUtilizationSummariesListBySavingsPlanIdNextResponse> {\n return this.client.sendOperationRequest(\n { savingsPlanOrderId, savingsPlanId, nextLink, options },\n listBySavingsPlanIdNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByBillingAccountIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.grainParameter,\n Parameters.filter1\n ],\n urlParameters: [Parameters.$host, Parameters.billingAccountId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByBillingProfileIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.grainParameter,\n Parameters.filter1\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.billingAccountId,\n Parameters.billingProfileId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySavingsPlanOrderOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.grainParameter\n ],\n urlParameters: [Parameters.$host, Parameters.savingsPlanOrderId],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySavingsPlanIdOperationSpec: coreClient.OperationSpec = {\n path:\n \"/providers/Microsoft.BillingBenefits/savingsPlanOrders/{savingsPlanOrderId}/savingsPlans/{savingsPlanId}/providers/Microsoft.CostManagement/benefitUtilizationSummaries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.filter,\n Parameters.grainParameter\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.savingsPlanOrderId,\n Parameters.savingsPlanId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByBillingAccountIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.billingAccountId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByBillingProfileIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.billingAccountId,\n Parameters.billingProfileId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySavingsPlanOrderNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.savingsPlanOrderId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listBySavingsPlanIdNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BenefitUtilizationSummariesListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.savingsPlanOrderId,\n Parameters.savingsPlanId\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Dimensions } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { CostManagementClient } from "../costManagementClient.js";
|
|
4
|
+
import { Dimension, DimensionsListOptionalParams, ExternalCloudProviderType, DimensionsByExternalCloudProviderTypeOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing Dimensions operations. */
|
|
6
|
+
export declare class DimensionsImpl implements Dimensions {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class Dimensions class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: CostManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Lists the dimensions by the defined scope.
|
|
15
|
+
* @param scope The scope associated with dimension operations. This includes
|
|
16
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
|
17
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
|
18
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
|
19
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
|
20
|
+
* Department scope,
|
|
21
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
|
22
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}'
|
|
23
|
+
* for Management Group scope,
|
|
24
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
|
25
|
+
* for billingProfile scope,
|
|
26
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
|
27
|
+
* for invoiceSection scope, and
|
|
28
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific for
|
|
29
|
+
* partners.
|
|
30
|
+
* @param options The options parameters.
|
|
31
|
+
*/
|
|
32
|
+
list(scope: string, options?: DimensionsListOptionalParams): PagedAsyncIterableIterator<Dimension>;
|
|
33
|
+
private listPagingPage;
|
|
34
|
+
private listPagingAll;
|
|
35
|
+
/**
|
|
36
|
+
* Lists the dimensions by the external cloud provider type.
|
|
37
|
+
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
|
38
|
+
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
|
39
|
+
* for consolidated account.
|
|
40
|
+
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
|
41
|
+
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
listByExternalCloudProviderType(externalCloudProviderType: ExternalCloudProviderType, externalCloudProviderId: string, options?: DimensionsByExternalCloudProviderTypeOptionalParams): PagedAsyncIterableIterator<Dimension>;
|
|
45
|
+
private byExternalCloudProviderTypePagingPage;
|
|
46
|
+
private byExternalCloudProviderTypePagingAll;
|
|
47
|
+
/**
|
|
48
|
+
* Lists the dimensions by the defined scope.
|
|
49
|
+
* @param scope The scope associated with dimension operations. This includes
|
|
50
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
|
51
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
|
52
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
|
53
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
|
54
|
+
* Department scope,
|
|
55
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
|
56
|
+
* for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}'
|
|
57
|
+
* for Management Group scope,
|
|
58
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
|
59
|
+
* for billingProfile scope,
|
|
60
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'
|
|
61
|
+
* for invoiceSection scope, and
|
|
62
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}' specific for
|
|
63
|
+
* partners.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
private _list;
|
|
67
|
+
/**
|
|
68
|
+
* Lists the dimensions by the external cloud provider type.
|
|
69
|
+
* @param externalCloudProviderType The external cloud provider type associated with dimension/query
|
|
70
|
+
* operations. This includes 'externalSubscriptions' for linked account and 'externalBillingAccounts'
|
|
71
|
+
* for consolidated account.
|
|
72
|
+
* @param externalCloudProviderId This can be '{externalSubscriptionId}' for linked account or
|
|
73
|
+
* '{externalBillingAccountId}' for consolidated account used with dimension/query operations.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
private _byExternalCloudProviderType;
|
|
77
|
+
}
|
|
78
|
+
//# sourceMappingURL=dimensions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dimensions.d.ts","sourceRoot":"","sources":["../../../src/operations/dimensions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,SAAS,EACT,4BAA4B,EAE5B,yBAAyB,EACzB,mDAAmD,EAEpD,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;;;;;;;;;;;;;;;;OAkBG;IACI,IAAI,CACT,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAUd,aAAa;IAS5B;;;;;;;;OAQG;IACI,+BAA+B,CACpC,yBAAyB,EAAE,yBAAyB,EACpD,uBAAuB,EAAE,MAAM,EAC/B,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,SAAS,CAAC;YA2BzB,qCAAqC;YAerC,oCAAoC;IAcnD;;;;;;;;;;;;;;;;;;OAkBG;IACH,OAAO,CAAC,KAAK;IAUb;;;;;;;;OAQG;IACH,OAAO,CAAC,4BAA4B;CAUrC"}
|