@azure/arm-costmanagement 1.0.0-alpha.20250109.1 → 1.0.0-alpha.20250113.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/browser/costManagementClient.d.ts +33 -0
- package/dist/browser/costManagementClient.d.ts.map +1 -0
- package/dist/browser/costManagementClient.js +106 -0
- package/dist/browser/costManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +378 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/alerts.d.ts +86 -0
- package/dist/browser/operations/alerts.d.ts.map +1 -0
- package/dist/browser/operations/alerts.js +174 -0
- package/dist/browser/operations/alerts.js.map +1 -0
- package/dist/browser/operations/benefitRecommendations.d.ts +50 -0
- package/dist/browser/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operations/benefitRecommendations.js +160 -0
- package/dist/browser/operations/benefitRecommendations.js.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/browser/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/browser/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operations/dimensions.d.ts +78 -0
- package/dist/browser/operations/dimensions.d.ts.map +1 -0
- package/dist/browser/operations/dimensions.js +224 -0
- package/dist/browser/operations/dimensions.js.map +1 -0
- package/dist/browser/operations/exports.d.ts +141 -0
- package/dist/browser/operations/exports.d.ts.map +1 -0
- package/dist/browser/operations/exports.js +260 -0
- package/dist/browser/operations/exports.js.map +1 -0
- package/dist/browser/operations/forecast.d.ts +45 -0
- package/dist/browser/operations/forecast.d.ts.map +1 -0
- package/dist/browser/operations/forecast.js +105 -0
- package/dist/browser/operations/forecast.js.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/browser/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateCostDetailsReport.js +209 -0
- package/dist/browser/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/browser/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReport.js +114 -0
- package/dist/browser/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/browser/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/browser/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/browser/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operations/generateReservationDetailsReport.js +209 -0
- package/dist/browser/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operations/index.d.ts +17 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +24 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/priceSheet.d.ts +54 -0
- package/dist/browser/operations/priceSheet.d.ts.map +1 -0
- package/dist/browser/operations/priceSheet.js +200 -0
- package/dist/browser/operations/priceSheet.js.map +1 -0
- package/dist/browser/operations/query.d.ts +45 -0
- package/dist/browser/operations/query.d.ts.map +1 -0
- package/dist/browser/operations/query.js +105 -0
- package/dist/browser/operations/query.js.map +1 -0
- package/dist/browser/operations/scheduledActions.d.ts +240 -0
- package/dist/browser/operations/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operations/scheduledActions.js +626 -0
- package/dist/browser/operations/scheduledActions.js.map +1 -0
- package/dist/browser/operations/views.d.ts +194 -0
- package/dist/browser/operations/views.d.ts.map +1 -0
- package/dist/browser/operations/views.js +500 -0
- package/dist/browser/operations/views.js.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/browser/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/alerts.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/browser/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/browser/operationsInterfaces/exports.d.ts +133 -0
- package/dist/browser/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/exports.js.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/browser/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/forecast.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +17 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +24 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/browser/operationsInterfaces/query.d.ts +37 -0
- package/dist/browser/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/query.js.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/browser/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/browser/operationsInterfaces/views.d.ts +126 -0
- package/dist/browser/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/views.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/costManagementClient.d.ts +33 -0
- package/dist/commonjs/costManagementClient.d.ts.map +1 -0
- package/dist/commonjs/costManagementClient.js +111 -0
- package/dist/commonjs/costManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2991 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +610 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +118 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3707 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +43 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +381 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/alerts.d.ts +86 -0
- package/dist/commonjs/operations/alerts.d.ts.map +1 -0
- package/dist/commonjs/operations/alerts.js +179 -0
- package/dist/commonjs/operations/alerts.js.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts +50 -0
- package/dist/commonjs/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitRecommendations.js +164 -0
- package/dist/commonjs/operations/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js +522 -0
- package/dist/commonjs/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operations/dimensions.d.ts +78 -0
- package/dist/commonjs/operations/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operations/dimensions.js +228 -0
- package/dist/commonjs/operations/dimensions.js.map +1 -0
- package/dist/commonjs/operations/exports.d.ts +141 -0
- package/dist/commonjs/operations/exports.d.ts.map +1 -0
- package/dist/commonjs/operations/exports.js +265 -0
- package/dist/commonjs/operations/exports.js.map +1 -0
- package/dist/commonjs/operations/forecast.d.ts +45 -0
- package/dist/commonjs/operations/forecast.d.ts.map +1 -0
- package/dist/commonjs/operations/forecast.js +110 -0
- package/dist/commonjs/operations/forecast.js.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/commonjs/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/commonjs/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js +119 -0
- package/dist/commonjs/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js +110 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js +55 -0
- package/dist/commonjs/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js +214 -0
- package/dist/commonjs/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +17 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +27 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/priceSheet.d.ts +54 -0
- package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operations/priceSheet.js +205 -0
- package/dist/commonjs/operations/priceSheet.js.map +1 -0
- package/dist/commonjs/operations/query.d.ts +45 -0
- package/dist/commonjs/operations/query.d.ts.map +1 -0
- package/dist/commonjs/operations/query.js +110 -0
- package/dist/commonjs/operations/query.js.map +1 -0
- package/dist/commonjs/operations/scheduledActions.d.ts +240 -0
- package/dist/commonjs/operations/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operations/scheduledActions.js +630 -0
- package/dist/commonjs/operations/scheduledActions.js.map +1 -0
- package/dist/commonjs/operations/views.d.ts +194 -0
- package/dist/commonjs/operations/views.d.ts.map +1 -0
- package/dist/commonjs/operations/views.js +504 -0
- package/dist/commonjs/operations/views.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/commonjs/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/alerts.js +10 -0
- package/dist/commonjs/operationsInterfaces/alerts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/commonjs/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts +133 -0
- package/dist/commonjs/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/exports.js +10 -0
- package/dist/commonjs/operationsInterfaces/exports.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/forecast.js +10 -0
- package/dist/commonjs/operationsInterfaces/forecast.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js +10 -0
- package/dist/commonjs/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +27 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js +10 -0
- package/dist/commonjs/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts +37 -0
- package/dist/commonjs/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/query.js +10 -0
- package/dist/commonjs/operationsInterfaces/query.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js +10 -0
- package/dist/commonjs/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts +126 -0
- package/dist/commonjs/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/views.js +10 -0
- package/dist/commonjs/operationsInterfaces/views.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/costManagementClient.d.ts +33 -0
- package/dist/esm/costManagementClient.d.ts.map +1 -0
- package/dist/esm/costManagementClient.js +106 -0
- package/dist/esm/costManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2991 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +606 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +118 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3702 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +43 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +378 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/alerts.d.ts +86 -0
- package/dist/esm/operations/alerts.d.ts.map +1 -0
- package/dist/esm/operations/alerts.js +174 -0
- package/dist/esm/operations/alerts.js.map +1 -0
- package/dist/esm/operations/benefitRecommendations.d.ts +50 -0
- package/dist/esm/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operations/benefitRecommendations.js +160 -0
- package/dist/esm/operations/benefitRecommendations.js.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/esm/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/esm/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operations/dimensions.d.ts +78 -0
- package/dist/esm/operations/dimensions.d.ts.map +1 -0
- package/dist/esm/operations/dimensions.js +224 -0
- package/dist/esm/operations/dimensions.js.map +1 -0
- package/dist/esm/operations/exports.d.ts +141 -0
- package/dist/esm/operations/exports.d.ts.map +1 -0
- package/dist/esm/operations/exports.js +260 -0
- package/dist/esm/operations/exports.js.map +1 -0
- package/dist/esm/operations/forecast.d.ts +45 -0
- package/dist/esm/operations/forecast.d.ts.map +1 -0
- package/dist/esm/operations/forecast.js +105 -0
- package/dist/esm/operations/forecast.js.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/esm/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateCostDetailsReport.js +209 -0
- package/dist/esm/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/esm/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReport.js +114 -0
- package/dist/esm/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/esm/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/esm/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/esm/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operations/generateReservationDetailsReport.js +209 -0
- package/dist/esm/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operations/index.d.ts +17 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +24 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/priceSheet.d.ts +54 -0
- package/dist/esm/operations/priceSheet.d.ts.map +1 -0
- package/dist/esm/operations/priceSheet.js +200 -0
- package/dist/esm/operations/priceSheet.js.map +1 -0
- package/dist/esm/operations/query.d.ts +45 -0
- package/dist/esm/operations/query.d.ts.map +1 -0
- package/dist/esm/operations/query.js +105 -0
- package/dist/esm/operations/query.js.map +1 -0
- package/dist/esm/operations/scheduledActions.d.ts +240 -0
- package/dist/esm/operations/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operations/scheduledActions.js +626 -0
- package/dist/esm/operations/scheduledActions.js.map +1 -0
- package/dist/esm/operations/views.d.ts +194 -0
- package/dist/esm/operations/views.d.ts.map +1 -0
- package/dist/esm/operations/views.js +500 -0
- package/dist/esm/operations/views.js.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/esm/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/alerts.js +9 -0
- package/dist/esm/operationsInterfaces/alerts.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/esm/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/esm/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/esm/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dimensions.js +9 -0
- package/dist/esm/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/exports.d.ts +133 -0
- package/dist/esm/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/exports.js +9 -0
- package/dist/esm/operationsInterfaces/exports.js.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/esm/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/forecast.js +9 -0
- package/dist/esm/operationsInterfaces/forecast.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/esm/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +17 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +24 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/esm/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/priceSheet.js +9 -0
- package/dist/esm/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/esm/operationsInterfaces/query.d.ts +37 -0
- package/dist/esm/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/query.js +9 -0
- package/dist/esm/operationsInterfaces/query.js.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/esm/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/esm/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/esm/operationsInterfaces/views.d.ts +126 -0
- package/dist/esm/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/views.js +9 -0
- package/dist/esm/operationsInterfaces/views.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/costManagementClient.d.ts +33 -0
- package/dist/react-native/costManagementClient.d.ts.map +1 -0
- package/dist/react-native/costManagementClient.js +106 -0
- package/dist/react-native/costManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2991 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +606 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +118 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3702 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +43 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +378 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/alerts.d.ts +86 -0
- package/dist/react-native/operations/alerts.d.ts.map +1 -0
- package/dist/react-native/operations/alerts.js +174 -0
- package/dist/react-native/operations/alerts.js.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts +50 -0
- package/dist/react-native/operations/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operations/benefitRecommendations.js +160 -0
- package/dist/react-native/operations/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts +108 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js +518 -0
- package/dist/react-native/operations/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operations/dimensions.d.ts +78 -0
- package/dist/react-native/operations/dimensions.d.ts.map +1 -0
- package/dist/react-native/operations/dimensions.js +224 -0
- package/dist/react-native/operations/dimensions.js.map +1 -0
- package/dist/react-native/operations/exports.d.ts +141 -0
- package/dist/react-native/operations/exports.d.ts.map +1 -0
- package/dist/react-native/operations/exports.js +260 -0
- package/dist/react-native/operations/exports.js.map +1 -0
- package/dist/react-native/operations/forecast.d.ts +45 -0
- package/dist/react-native/operations/forecast.d.ts.map +1 -0
- package/dist/react-native/operations/forecast.js +105 -0
- package/dist/react-native/operations/forecast.js.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts +70 -0
- package/dist/react-native/operations/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateCostDetailsReport.js +209 -0
- package/dist/react-native/operations/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts +38 -0
- package/dist/react-native/operations/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReport.js +114 -0
- package/dist/react-native/operations/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts +32 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js +105 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts +22 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js +50 -0
- package/dist/react-native/operations/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts +60 -0
- package/dist/react-native/operations/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js +209 -0
- package/dist/react-native/operations/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +17 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +24 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/priceSheet.d.ts +54 -0
- package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operations/priceSheet.js +200 -0
- package/dist/react-native/operations/priceSheet.js.map +1 -0
- package/dist/react-native/operations/query.d.ts +45 -0
- package/dist/react-native/operations/query.d.ts.map +1 -0
- package/dist/react-native/operations/query.js +105 -0
- package/dist/react-native/operations/query.js.map +1 -0
- package/dist/react-native/operations/scheduledActions.d.ts +240 -0
- package/dist/react-native/operations/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operations/scheduledActions.js +626 -0
- package/dist/react-native/operations/scheduledActions.js.map +1 -0
- package/dist/react-native/operations/views.d.ts +194 -0
- package/dist/react-native/operations/views.d.ts.map +1 -0
- package/dist/react-native/operations/views.js +500 -0
- package/dist/react-native/operations/views.js.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts +78 -0
- package/dist/react-native/operationsInterfaces/alerts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/alerts.js +9 -0
- package/dist/react-native/operationsInterfaces/alerts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitRecommendations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts +34 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js +9 -0
- package/dist/react-native/operationsInterfaces/benefitUtilizationSummaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts +36 -0
- package/dist/react-native/operationsInterfaces/dimensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dimensions.js +9 -0
- package/dist/react-native/operationsInterfaces/dimensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts +133 -0
- package/dist/react-native/operationsInterfaces/exports.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/exports.js +9 -0
- package/dist/react-native/operationsInterfaces/exports.js.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/forecast.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/forecast.js +9 -0
- package/dist/react-native/operationsInterfaces/forecast.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts +62 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateCostDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js +9 -0
- package/dist/react-native/operationsInterfaces/generateReservationDetailsReport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +24 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/priceSheet.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js +9 -0
- package/dist/react-native/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/query.d.ts +37 -0
- package/dist/react-native/operationsInterfaces/query.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/query.js +9 -0
- package/dist/react-native/operationsInterfaces/query.js.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts +174 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js +9 -0
- package/dist/react-native/operationsInterfaces/scheduledActions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/views.d.ts +126 -0
- package/dist/react-native/operationsInterfaces/views.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/views.js +9 -0
- package/dist/react-native/operationsInterfaces/views.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +59 -29
- package/dist/index.js +0 -8642
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/alertsDismissSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsDismissSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsDismissSample.js +0 -56
- package/dist-esm/samples-dev/alertsDismissSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsGetSample.js +0 -54
- package/dist-esm/samples-dev/alertsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListExternalSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListExternalSample.js +0 -54
- package/dist-esm/samples-dev/alertsListExternalSample.js.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/alertsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/alertsListSample.js +0 -132
- package/dist-esm/samples-dev/alertsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitRecommendationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js +0 -55
- package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +0 -56
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +0 -57
- package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +0 -53
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +0 -52
- package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +0 -86
- package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/dimensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dimensionsListSample.js +0 -914
- package/dist-esm/samples-dev/dimensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js +0 -326
- package/dist-esm/samples-dev/exportsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsDeleteSample.js +0 -122
- package/dist-esm/samples-dev/exportsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsExecuteSample.js +0 -122
- package/dist-esm/samples-dev/exportsExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js +0 -122
- package/dist-esm/samples-dev/exportsGetExecutionHistorySample.js.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsGetSample.js +0 -122
- package/dist-esm/samples-dev/exportsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/exportsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/exportsListSample.js +0 -116
- package/dist-esm/samples-dev/exportsListSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js +0 -136
- package/dist-esm/samples-dev/forecastExternalCloudProviderUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/forecastUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/forecastUsageSample.js +0 -433
- package/dist-esm/samples-dev/forecastUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js +0 -160
- package/dist-esm/samples-dev/generateCostDetailsReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js +0 -37
- package/dist-esm/samples-dev/generateCostDetailsReportGetOperationResultsSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js +0 -121
- package/dist-esm/samples-dev/generateDetailedCostReportCreateOperationSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationResultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js +0 -37
- package/dist-esm/samples-dev/generateDetailedCostReportOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js +0 -38
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingAccountIdSample.js.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js +0 -39
- package/dist-esm/samples-dev/generateReservationDetailsReportByBillingProfileIdSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js +0 -37
- package/dist-esm/samples-dev/priceSheetDownloadByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetDownloadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetDownloadSample.js +0 -38
- package/dist-esm/samples-dev/priceSheetDownloadSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js +0 -126
- package/dist-esm/samples-dev/queryUsageByExternalCloudProviderTypeSample.js.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.d.ts +0 -2
- package/dist-esm/samples-dev/queryUsageSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/queryUsageSample.js +0 -790
- package/dist-esm/samples-dev/queryUsageSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js +0 -40
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilityByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js +0 -39
- package/dist-esm/samples-dev/scheduledActionsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js +0 -96
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js +0 -56
- package/dist-esm/samples-dev/scheduledActionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsGetSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +0 -86
- package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsListSample.js +0 -84
- package/dist-esm/samples-dev/scheduledActionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js +0 -37
- package/dist-esm/samples-dev/scheduledActionsRunByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts +0 -2
- package/dist-esm/samples-dev/scheduledActionsRunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/scheduledActionsRunSample.js +0 -36
- package/dist-esm/samples-dev/scheduledActionsRunSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js +0 -65
- package/dist-esm/samples-dev/viewsCreateOrUpdateByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js +0 -64
- package/dist-esm/samples-dev/viewsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsDeleteByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/viewsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetByScopeSample.js +0 -37
- package/dist-esm/samples-dev/viewsGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsGetSample.js +0 -36
- package/dist-esm/samples-dev/viewsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListByScopeSample.js +0 -52
- package/dist-esm/samples-dev/viewsListByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/viewsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/viewsListSample.js +0 -51
- package/dist-esm/samples-dev/viewsListSample.js.map +0 -1
- package/dist-esm/src/costManagementClient.d.ts +0 -33
- package/dist-esm/src/costManagementClient.d.ts.map +0 -1
- package/dist-esm/src/costManagementClient.js +0 -109
- package/dist-esm/src/costManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -378
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/alerts.d.ts +0 -86
- package/dist-esm/src/operations/alerts.d.ts.map +0 -1
- package/dist-esm/src/operations/alerts.js +0 -174
- package/dist-esm/src/operations/alerts.js.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.d.ts +0 -50
- package/dist-esm/src/operations/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitRecommendations.js +0 -160
- package/dist-esm/src/operations/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts +0 -108
- package/dist-esm/src/operations/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operations/benefitUtilizationSummaries.js +0 -518
- package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operations/dimensions.d.ts +0 -78
- package/dist-esm/src/operations/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operations/dimensions.js +0 -224
- package/dist-esm/src/operations/dimensions.js.map +0 -1
- package/dist-esm/src/operations/exports.d.ts +0 -141
- package/dist-esm/src/operations/exports.d.ts.map +0 -1
- package/dist-esm/src/operations/exports.js +0 -260
- package/dist-esm/src/operations/exports.js.map +0 -1
- package/dist-esm/src/operations/forecast.d.ts +0 -45
- package/dist-esm/src/operations/forecast.d.ts.map +0 -1
- package/dist-esm/src/operations/forecast.js +0 -105
- package/dist-esm/src/operations/forecast.js.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts +0 -70
- package/dist-esm/src/operations/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateCostDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts +0 -38
- package/dist-esm/src/operations/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReport.js +0 -119
- package/dist-esm/src/operations/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts +0 -32
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js +0 -110
- package/dist-esm/src/operations/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts +0 -22
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js +0 -50
- package/dist-esm/src/operations/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts +0 -60
- package/dist-esm/src/operations/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operations/generateReservationDetailsReport.js +0 -218
- package/dist-esm/src/operations/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -17
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -24
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/priceSheet.d.ts +0 -54
- package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operations/priceSheet.js +0 -209
- package/dist-esm/src/operations/priceSheet.js.map +0 -1
- package/dist-esm/src/operations/query.d.ts +0 -45
- package/dist-esm/src/operations/query.d.ts.map +0 -1
- package/dist-esm/src/operations/query.js +0 -105
- package/dist-esm/src/operations/query.js.map +0 -1
- package/dist-esm/src/operations/scheduledActions.d.ts +0 -240
- package/dist-esm/src/operations/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operations/scheduledActions.js +0 -626
- package/dist-esm/src/operations/scheduledActions.js.map +0 -1
- package/dist-esm/src/operations/views.d.ts +0 -194
- package/dist-esm/src/operations/views.d.ts.map +0 -1
- package/dist-esm/src/operations/views.js +0 -500
- package/dist-esm/src/operations/views.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.d.ts +0 -78
- package/dist-esm/src/operationsInterfaces/alerts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/alerts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitRecommendations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts +0 -34
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/benefitUtilizationSummaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts +0 -36
- package/dist-esm/src/operationsInterfaces/dimensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dimensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.d.ts +0 -133
- package/dist-esm/src/operationsInterfaces/exports.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/exports.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/forecast.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/forecast.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts +0 -62
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateCostDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts +0 -30
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts +0 -24
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationResults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts +0 -14
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateDetailedCostReportOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/generateReservationDetailsReport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -24
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts +0 -46
- package/dist-esm/src/operationsInterfaces/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/priceSheet.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.d.ts +0 -37
- package/dist-esm/src/operationsInterfaces/query.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/query.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts +0 -174
- package/dist-esm/src/operationsInterfaces/scheduledActions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/scheduledActions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.d.ts +0 -126
- package/dist-esm/src/operationsInterfaces/views.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/views.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/costmanagement_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/costmanagement_operations_test.spec.js +0 -77
- package/dist-esm/test/costmanagement_operations_test.spec.js.map +0 -1
- package/src/costManagementClient.ts +0 -204
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3354
- package/src/models/mappers.ts +0 -3957
- package/src/models/parameters.ts +0 -436
- package/src/operations/alerts.ts +0 -225
- package/src/operations/benefitRecommendations.ts +0 -185
- package/src/operations/benefitUtilizationSummaries.ts +0 -674
- package/src/operations/dimensions.ts +0 -266
- package/src/operations/exports.ts +0 -328
- package/src/operations/forecast.ts +0 -137
- package/src/operations/generateCostDetailsReport.ts +0 -302
- package/src/operations/generateDetailedCostReport.ts +0 -166
- package/src/operations/generateDetailedCostReportOperationResults.ts +0 -156
- package/src/operations/generateDetailedCostReportOperationStatus.ts +0 -70
- package/src/operations/generateReservationDetailsReport.ts +0 -319
- package/src/operations/index.ts +0 -24
- package/src/operations/operations.ts +0 -149
- package/src/operations/priceSheet.ts +0 -299
- package/src/operations/query.ts +0 -137
- package/src/operations/scheduledActions.ts +0 -752
- package/src/operations/views.ts +0 -583
- package/src/operationsInterfaces/alerts.ts +0 -113
- package/src/operationsInterfaces/benefitRecommendations.ts +0 -32
- package/src/operationsInterfaces/benefitUtilizationSummaries.ts +0 -63
- package/src/operationsInterfaces/dimensions.ts +0 -57
- package/src/operationsInterfaces/exports.ts +0 -177
- package/src/operationsInterfaces/forecast.ts +0 -61
- package/src/operationsInterfaces/generateCostDetailsReport.ts +0 -102
- package/src/operationsInterfaces/generateDetailedCostReport.ts +0 -55
- package/src/operationsInterfaces/generateDetailedCostReportOperationResults.ts +0 -48
- package/src/operationsInterfaces/generateDetailedCostReportOperationStatus.ts +0 -29
- package/src/operationsInterfaces/generateReservationDetailsReport.ts +0 -101
- package/src/operationsInterfaces/index.ts +0 -24
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/operationsInterfaces/priceSheet.ts +0 -87
- package/src/operationsInterfaces/query.ts +0 -61
- package/src/operationsInterfaces/scheduledActions.ts +0 -243
- package/src/operationsInterfaces/views.ts +0 -172
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-costmanagement.d.ts +0 -4255
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/alerts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitRecommendations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/benefitUtilizationSummaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dimensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/exports.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/forecast.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateCostDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationResults.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateDetailedCostReportOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/generateReservationDetailsReport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/priceSheet.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/query.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/scheduledActions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/views.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"scheduledActions.js","sourceRoot":"","sources":["../../../src/operations/scheduledActions.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 { ScheduledActions } 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 ScheduledAction,\n ScheduledActionsListNextOptionalParams,\n ScheduledActionsListOptionalParams,\n ScheduledActionsListResponse,\n ScheduledActionsListByScopeNextOptionalParams,\n ScheduledActionsListByScopeOptionalParams,\n ScheduledActionsListByScopeResponse,\n ScheduledActionsCreateOrUpdateOptionalParams,\n ScheduledActionsCreateOrUpdateResponse,\n ScheduledActionsGetOptionalParams,\n ScheduledActionsGetResponse,\n ScheduledActionsDeleteOptionalParams,\n ScheduledActionsCreateOrUpdateByScopeOptionalParams,\n ScheduledActionsCreateOrUpdateByScopeResponse,\n ScheduledActionsGetByScopeOptionalParams,\n ScheduledActionsGetByScopeResponse,\n ScheduledActionsDeleteByScopeOptionalParams,\n ScheduledActionsRunOptionalParams,\n ScheduledActionsRunByScopeOptionalParams,\n CheckNameAvailabilityRequest,\n ScheduledActionsCheckNameAvailabilityOptionalParams,\n ScheduledActionsCheckNameAvailabilityResponse,\n ScheduledActionsCheckNameAvailabilityByScopeOptionalParams,\n ScheduledActionsCheckNameAvailabilityByScopeResponse,\n ScheduledActionsListNextResponse,\n ScheduledActionsListByScopeNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ScheduledActions operations. */\nexport class ScheduledActionsImpl implements ScheduledActions {\n private readonly client: CostManagementClient;\n\n /**\n * Initialize a new instance of the class ScheduledActions class.\n * @param client Reference to the service client\n */\n constructor(client: CostManagementClient) {\n this.client = client;\n }\n\n /**\n * List all private scheduled actions.\n * @param options The options parameters.\n */\n public list(\n options?: ScheduledActionsListOptionalParams\n ): PagedAsyncIterableIterator<ScheduledAction> {\n const iter = this.listPagingAll(options);\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.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: ScheduledActionsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ScheduledAction[]> {\n let result: ScheduledActionsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(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._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: ScheduledActionsListOptionalParams\n ): AsyncIterableIterator<ScheduledAction> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all shared scheduled actions within the given scope.\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param options The options parameters.\n */\n public listByScope(\n scope: string,\n options?: ScheduledActionsListByScopeOptionalParams\n ): PagedAsyncIterableIterator<ScheduledAction> {\n const iter = this.listByScopePagingAll(scope, options);\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.listByScopePagingPage(scope, options, settings);\n }\n };\n }\n\n private async *listByScopePagingPage(\n scope: string,\n options?: ScheduledActionsListByScopeOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<ScheduledAction[]> {\n let result: ScheduledActionsListByScopeResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByScope(scope, 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._listByScopeNext(scope, continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByScopePagingAll(\n scope: string,\n options?: ScheduledActionsListByScopeOptionalParams\n ): AsyncIterableIterator<ScheduledAction> {\n for await (const page of this.listByScopePagingPage(scope, options)) {\n yield* page;\n }\n }\n\n /**\n * List all private scheduled actions.\n * @param options The options parameters.\n */\n private _list(\n options?: ScheduledActionsListOptionalParams\n ): Promise<ScheduledActionsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * List all shared scheduled actions within the given scope.\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param options The options parameters.\n */\n private _listByScope(\n scope: string,\n options?: ScheduledActionsListByScopeOptionalParams\n ): Promise<ScheduledActionsListByScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, options },\n listByScopeOperationSpec\n );\n }\n\n /**\n * Create or update a private scheduled action.\n * @param name Scheduled action name.\n * @param scheduledAction Scheduled action to be created or updated.\n * @param options The options parameters.\n */\n createOrUpdate(\n name: string,\n scheduledAction: ScheduledAction,\n options?: ScheduledActionsCreateOrUpdateOptionalParams\n ): Promise<ScheduledActionsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { name, scheduledAction, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Get the private scheduled action by name.\n * @param name Scheduled action name.\n * @param options The options parameters.\n */\n get(\n name: string,\n options?: ScheduledActionsGetOptionalParams\n ): Promise<ScheduledActionsGetResponse> {\n return this.client.sendOperationRequest(\n { name, options },\n getOperationSpec\n );\n }\n\n /**\n * Delete a private scheduled action.\n * @param name Scheduled action name.\n * @param options The options parameters.\n */\n delete(\n name: string,\n options?: ScheduledActionsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { name, options },\n deleteOperationSpec\n );\n }\n\n /**\n * Create or update a shared scheduled action within the given scope.\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param name Scheduled action name.\n * @param scheduledAction Scheduled action to be created or updated.\n * @param options The options parameters.\n */\n createOrUpdateByScope(\n scope: string,\n name: string,\n scheduledAction: ScheduledAction,\n options?: ScheduledActionsCreateOrUpdateByScopeOptionalParams\n ): Promise<ScheduledActionsCreateOrUpdateByScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, name, scheduledAction, options },\n createOrUpdateByScopeOperationSpec\n );\n }\n\n /**\n * Get the shared scheduled action from the given scope by name.\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param name Scheduled action name.\n * @param options The options parameters.\n */\n getByScope(\n scope: string,\n name: string,\n options?: ScheduledActionsGetByScopeOptionalParams\n ): Promise<ScheduledActionsGetByScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, name, options },\n getByScopeOperationSpec\n );\n }\n\n /**\n * Delete a scheduled action within the given scope.\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param name Scheduled action name.\n * @param options The options parameters.\n */\n deleteByScope(\n scope: string,\n name: string,\n options?: ScheduledActionsDeleteByScopeOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, name, options },\n deleteByScopeOperationSpec\n );\n }\n\n /**\n * Processes a private scheduled action.\n * @param name Scheduled action name.\n * @param options The options parameters.\n */\n run(\n name: string,\n options?: ScheduledActionsRunOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { name, options },\n runOperationSpec\n );\n }\n\n /**\n * Runs a shared scheduled action within the given scope.\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param name Scheduled action name.\n * @param options The options parameters.\n */\n runByScope(\n scope: string,\n name: string,\n options?: ScheduledActionsRunByScopeOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { scope, name, options },\n runByScopeOperationSpec\n );\n }\n\n /**\n * Checks availability and correctness of the name for a scheduled action.\n * @param checkNameAvailabilityRequest Scheduled action to be created or updated.\n * @param options The options parameters.\n */\n checkNameAvailability(\n checkNameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: ScheduledActionsCheckNameAvailabilityOptionalParams\n ): Promise<ScheduledActionsCheckNameAvailabilityResponse> {\n return this.client.sendOperationRequest(\n { checkNameAvailabilityRequest, options },\n checkNameAvailabilityOperationSpec\n );\n }\n\n /**\n * Checks availability and correctness of the name for a scheduled action within the given scope.\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param checkNameAvailabilityRequest Scheduled action to be created or updated.\n * @param options The options parameters.\n */\n checkNameAvailabilityByScope(\n scope: string,\n checkNameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: ScheduledActionsCheckNameAvailabilityByScopeOptionalParams\n ): Promise<ScheduledActionsCheckNameAvailabilityByScopeResponse> {\n return this.client.sendOperationRequest(\n { scope, checkNameAvailabilityRequest, options },\n checkNameAvailabilityByScopeOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: ScheduledActionsListNextOptionalParams\n ): Promise<ScheduledActionsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n\n /**\n * ListByScopeNext\n * @param scope The scope associated with scheduled action operations. This includes\n * 'subscriptions/{subscriptionId}' for subscription scope,\n * 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for\n * Department scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'\n * for EnrollmentAccount scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope,\n * 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'\n * for InvoiceSection scope,\n * 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for\n * External Billing Account scope and\n * 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External\n * Subscription scope. Note: Insight Alerts are only available on subscription scope.\n * @param nextLink The nextLink from the previous successful call to the ListByScope method.\n * @param options The options parameters.\n */\n private _listByScopeNext(\n scope: string,\n nextLink: string,\n options?: ScheduledActionsListByScopeNextOptionalParams\n ): Promise<ScheduledActionsListByScopeNextResponse> {\n return this.client.sendOperationRequest(\n { scope, nextLink, options },\n listByScopeNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CostManagement/scheduledActions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledActionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/scheduledActions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledActionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion, Parameters.filter],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CostManagement/scheduledActions/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledAction\n },\n 201: {\n bodyMapper: Mappers.ScheduledAction\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n requestBody: Parameters.scheduledAction,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.name],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CostManagement/scheduledActions/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledAction\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CostManagement/scheduledActions/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateByScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledAction\n },\n 201: {\n bodyMapper: Mappers.ScheduledAction\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n requestBody: Parameters.scheduledAction,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.name],\n headerParameters: [\n Parameters.accept,\n Parameters.contentType,\n Parameters.ifMatch\n ],\n mediaType: \"json\",\n serializer\n};\nconst getByScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledAction\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteByScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst runOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CostManagement/scheduledActions/{name}/execute\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst runByScopeOperationSpec: coreClient.OperationSpec = {\n path:\n \"/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}/execute\",\n httpMethod: \"POST\",\n responses: {\n 200: {},\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope, Parameters.name],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst checkNameAvailabilityOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.CostManagement/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n requestBody: Parameters.checkNameAvailabilityRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst checkNameAvailabilityByScopeOperationSpec: coreClient.OperationSpec = {\n path: \"/{scope}/providers/Microsoft.CostManagement/checkNameAvailability\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CheckNameAvailabilityResponse\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n requestBody: Parameters.checkNameAvailabilityRequest,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.scope],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledActionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByScopeNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ScheduledActionListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponseWithNestedDetails\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -0,0 +1,194 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Views } from "../operationsInterfaces/index.js";
|
3
|
+
import { CostManagementClient } from "../costManagementClient.js";
|
4
|
+
import { View, ViewsListOptionalParams, ViewsListByScopeOptionalParams, ViewsGetOptionalParams, ViewsGetResponse, ViewsCreateOrUpdateOptionalParams, ViewsCreateOrUpdateResponse, ViewsDeleteOptionalParams, ViewsGetByScopeOptionalParams, ViewsGetByScopeResponse, ViewsCreateOrUpdateByScopeOptionalParams, ViewsCreateOrUpdateByScopeResponse, ViewsDeleteByScopeOptionalParams } from "../models/index.js";
|
5
|
+
/** Class containing Views operations. */
|
6
|
+
export declare class ViewsImpl implements Views {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class Views class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: CostManagementClient);
|
13
|
+
/**
|
14
|
+
* Lists all views by tenant and object.
|
15
|
+
* @param options The options parameters.
|
16
|
+
*/
|
17
|
+
list(options?: ViewsListOptionalParams): PagedAsyncIterableIterator<View>;
|
18
|
+
private listPagingPage;
|
19
|
+
private listPagingAll;
|
20
|
+
/**
|
21
|
+
* Lists all views at the given scope.
|
22
|
+
* @param scope The scope associated with view operations. This includes
|
23
|
+
* 'subscriptions/{subscriptionId}' for subscription scope,
|
24
|
+
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
25
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
26
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
27
|
+
* Department scope,
|
28
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
29
|
+
* for EnrollmentAccount scope,
|
30
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
31
|
+
* for BillingProfile scope,
|
32
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
33
|
+
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
34
|
+
* Management Group scope,
|
35
|
+
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
36
|
+
* External Billing Account scope and
|
37
|
+
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
38
|
+
* Subscription scope.
|
39
|
+
* @param options The options parameters.
|
40
|
+
*/
|
41
|
+
listByScope(scope: string, options?: ViewsListByScopeOptionalParams): PagedAsyncIterableIterator<View>;
|
42
|
+
private listByScopePagingPage;
|
43
|
+
private listByScopePagingAll;
|
44
|
+
/**
|
45
|
+
* Lists all views by tenant and object.
|
46
|
+
* @param options The options parameters.
|
47
|
+
*/
|
48
|
+
private _list;
|
49
|
+
/**
|
50
|
+
* Lists all views at the given scope.
|
51
|
+
* @param scope The scope associated with view operations. This includes
|
52
|
+
* 'subscriptions/{subscriptionId}' for subscription scope,
|
53
|
+
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
54
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
55
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
56
|
+
* Department scope,
|
57
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
58
|
+
* for EnrollmentAccount scope,
|
59
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
60
|
+
* for BillingProfile scope,
|
61
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
62
|
+
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
63
|
+
* Management Group scope,
|
64
|
+
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
65
|
+
* External Billing Account scope and
|
66
|
+
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
67
|
+
* Subscription scope.
|
68
|
+
* @param options The options parameters.
|
69
|
+
*/
|
70
|
+
private _listByScope;
|
71
|
+
/**
|
72
|
+
* Gets the view by view name.
|
73
|
+
* @param viewName View name
|
74
|
+
* @param options The options parameters.
|
75
|
+
*/
|
76
|
+
get(viewName: string, options?: ViewsGetOptionalParams): Promise<ViewsGetResponse>;
|
77
|
+
/**
|
78
|
+
* The operation to create or update a view. Update operation requires latest eTag to be set in the
|
79
|
+
* request. You may obtain the latest eTag by performing a get operation. Create operation does not
|
80
|
+
* require eTag.
|
81
|
+
* @param viewName View name
|
82
|
+
* @param parameters Parameters supplied to the CreateOrUpdate View operation.
|
83
|
+
* @param options The options parameters.
|
84
|
+
*/
|
85
|
+
createOrUpdate(viewName: string, parameters: View, options?: ViewsCreateOrUpdateOptionalParams): Promise<ViewsCreateOrUpdateResponse>;
|
86
|
+
/**
|
87
|
+
* The operation to delete a view.
|
88
|
+
* @param viewName View name
|
89
|
+
* @param options The options parameters.
|
90
|
+
*/
|
91
|
+
delete(viewName: string, options?: ViewsDeleteOptionalParams): Promise<void>;
|
92
|
+
/**
|
93
|
+
* Gets the view for the defined scope by view name.
|
94
|
+
* @param scope The scope associated with view operations. This includes
|
95
|
+
* 'subscriptions/{subscriptionId}' for subscription scope,
|
96
|
+
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
97
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
98
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
99
|
+
* Department scope,
|
100
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
101
|
+
* for EnrollmentAccount scope,
|
102
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
103
|
+
* for BillingProfile scope,
|
104
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
105
|
+
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
106
|
+
* Management Group scope,
|
107
|
+
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
108
|
+
* External Billing Account scope and
|
109
|
+
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
110
|
+
* Subscription scope.
|
111
|
+
* @param viewName View name
|
112
|
+
* @param options The options parameters.
|
113
|
+
*/
|
114
|
+
getByScope(scope: string, viewName: string, options?: ViewsGetByScopeOptionalParams): Promise<ViewsGetByScopeResponse>;
|
115
|
+
/**
|
116
|
+
* The operation to create or update a view. Update operation requires latest eTag to be set in the
|
117
|
+
* request. You may obtain the latest eTag by performing a get operation. Create operation does not
|
118
|
+
* require eTag.
|
119
|
+
* @param scope The scope associated with view operations. This includes
|
120
|
+
* 'subscriptions/{subscriptionId}' for subscription scope,
|
121
|
+
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
122
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
123
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
124
|
+
* Department scope,
|
125
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
126
|
+
* for EnrollmentAccount scope,
|
127
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
128
|
+
* for BillingProfile scope,
|
129
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
130
|
+
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
131
|
+
* Management Group scope,
|
132
|
+
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
133
|
+
* External Billing Account scope and
|
134
|
+
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
135
|
+
* Subscription scope.
|
136
|
+
* @param viewName View name
|
137
|
+
* @param parameters Parameters supplied to the CreateOrUpdate View operation.
|
138
|
+
* @param options The options parameters.
|
139
|
+
*/
|
140
|
+
createOrUpdateByScope(scope: string, viewName: string, parameters: View, options?: ViewsCreateOrUpdateByScopeOptionalParams): Promise<ViewsCreateOrUpdateByScopeResponse>;
|
141
|
+
/**
|
142
|
+
* The operation to delete a view.
|
143
|
+
* @param scope The scope associated with view operations. This includes
|
144
|
+
* 'subscriptions/{subscriptionId}' for subscription scope,
|
145
|
+
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
146
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
147
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
148
|
+
* Department scope,
|
149
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
150
|
+
* for EnrollmentAccount scope,
|
151
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
152
|
+
* for BillingProfile scope,
|
153
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
154
|
+
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
155
|
+
* Management Group scope,
|
156
|
+
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
157
|
+
* External Billing Account scope and
|
158
|
+
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
159
|
+
* Subscription scope.
|
160
|
+
* @param viewName View name
|
161
|
+
* @param options The options parameters.
|
162
|
+
*/
|
163
|
+
deleteByScope(scope: string, viewName: string, options?: ViewsDeleteByScopeOptionalParams): Promise<void>;
|
164
|
+
/**
|
165
|
+
* ListNext
|
166
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
167
|
+
* @param options The options parameters.
|
168
|
+
*/
|
169
|
+
private _listNext;
|
170
|
+
/**
|
171
|
+
* ListByScopeNext
|
172
|
+
* @param scope The scope associated with view operations. This includes
|
173
|
+
* 'subscriptions/{subscriptionId}' for subscription scope,
|
174
|
+
* 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
175
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
176
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
177
|
+
* Department scope,
|
178
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
179
|
+
* for EnrollmentAccount scope,
|
180
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
181
|
+
* for BillingProfile scope,
|
182
|
+
* 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}'
|
183
|
+
* for InvoiceSection scope, 'providers/Microsoft.Management/managementGroups/{managementGroupId}' for
|
184
|
+
* Management Group scope,
|
185
|
+
* 'providers/Microsoft.CostManagement/externalBillingAccounts/{externalBillingAccountName}' for
|
186
|
+
* External Billing Account scope and
|
187
|
+
* 'providers/Microsoft.CostManagement/externalSubscriptions/{externalSubscriptionName}' for External
|
188
|
+
* Subscription scope.
|
189
|
+
* @param nextLink The nextLink from the previous successful call to the ListByScope method.
|
190
|
+
* @param options The options parameters.
|
191
|
+
*/
|
192
|
+
private _listByScopeNext;
|
193
|
+
}
|
194
|
+
//# sourceMappingURL=views.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"views.d.ts","sourceRoot":"","sources":["../../../src/operations/views.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,4BAA4B,CAAC;AAClE,OAAO,EACL,IAAI,EAEJ,uBAAuB,EAGvB,8BAA8B,EAE9B,sBAAsB,EACtB,gBAAgB,EAChB,iCAAiC,EACjC,2BAA2B,EAC3B,yBAAyB,EACzB,6BAA6B,EAC7B,uBAAuB,EACvB,wCAAwC,EACxC,kCAAkC,EAClC,gCAAgC,EAGjC,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAuB;IAE9C;;;OAGG;gBACS,MAAM,EAAE,oBAAoB;IAIxC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,uBAAuB,GAChC,0BAA0B,CAAC,IAAI,CAAC;YAkBpB,cAAc;YAsBd,aAAa;IAQ5B;;;;;;;;;;;;;;;;;;;;OAoBG;IACI,WAAW,CAChB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,IAAI,CAAC;YAkBpB,qBAAqB;YAuBrB,oBAAoB;IASnC;;;OAGG;IACH,OAAO,CAAC,KAAK;IAIb;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,OAAO,CAAC,YAAY;IAUpB;;;;OAIG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,OAAO,CAAC,gBAAgB,CAAC;IAO5B;;;;;;;OAOG;IACH,cAAc,CACZ,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,IAAI,EAChB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAOvC;;;;OAIG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC;IAO5E;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,UAAU,CACR,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC;IAOnC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,qBAAqB,CACnB,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,IAAI,EAChB,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAO9C;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,aAAa,CACX,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC;IAOhB;;;;OAIG;IACH,OAAO,CAAC,SAAS;IAUjB;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,OAAO,CAAC,gBAAgB;CAUzB"}
|