@azure/arm-consumption 9.2.1-alpha.20250110.1 → 9.2.1-alpha.20250113.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/consumptionManagementClient.d.ts +36 -0
- package/dist/browser/consumptionManagementClient.d.ts.map +1 -0
- package/dist/browser/consumptionManagementClient.js +113 -0
- package/dist/browser/consumptionManagementClient.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/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +333 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/aggregatedCost.d.ts +28 -0
- package/dist/browser/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/browser/operations/aggregatedCost.js +78 -0
- package/dist/browser/operations/aggregatedCost.js.map +1 -0
- package/dist/browser/operations/balances.d.ts +28 -0
- package/dist/browser/operations/balances.d.ts.map +1 -0
- package/dist/browser/operations/balances.js +78 -0
- package/dist/browser/operations/balances.js.map +1 -0
- package/dist/browser/operations/budgets.d.ts +131 -0
- package/dist/browser/operations/budgets.d.ts.map +1 -0
- package/dist/browser/operations/budgets.js +289 -0
- package/dist/browser/operations/budgets.js.map +1 -0
- package/dist/browser/operations/charges.d.ts +34 -0
- package/dist/browser/operations/charges.d.ts.map +1 -0
- package/dist/browser/operations/charges.js +68 -0
- package/dist/browser/operations/charges.js.map +1 -0
- package/dist/browser/operations/credits.d.ts +20 -0
- package/dist/browser/operations/credits.d.ts.map +1 -0
- package/dist/browser/operations/credits.js +53 -0
- package/dist/browser/operations/credits.js.map +1 -0
- package/dist/browser/operations/eventsOperations.d.ts +67 -0
- package/dist/browser/operations/eventsOperations.d.ts.map +1 -0
- package/dist/browser/operations/eventsOperations.js +274 -0
- package/dist/browser/operations/eventsOperations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +18 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +25 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/lotsOperations.d.ts +67 -0
- package/dist/browser/operations/lotsOperations.d.ts.map +1 -0
- package/dist/browser/operations/lotsOperations.js +270 -0
- package/dist/browser/operations/lotsOperations.js.map +1 -0
- package/dist/browser/operations/marketplaces.d.ts +67 -0
- package/dist/browser/operations/marketplaces.d.ts.map +1 -0
- package/dist/browser/operations/marketplaces.js +173 -0
- package/dist/browser/operations/marketplaces.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 +26 -0
- package/dist/browser/operations/priceSheet.d.ts.map +1 -0
- package/dist/browser/operations/priceSheet.js +86 -0
- package/dist/browser/operations/priceSheet.js.map +1 -0
- package/dist/browser/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/browser/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/browser/operations/reservationRecommendationDetails.js +64 -0
- package/dist/browser/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/browser/operations/reservationRecommendations.d.ts +50 -0
- package/dist/browser/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/browser/operations/reservationRecommendations.js +153 -0
- package/dist/browser/operations/reservationRecommendations.js.map +1 -0
- package/dist/browser/operations/reservationTransactions.d.ts +59 -0
- package/dist/browser/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/browser/operations/reservationTransactions.js +262 -0
- package/dist/browser/operations/reservationTransactions.js.map +1 -0
- package/dist/browser/operations/reservationsDetails.d.ts +101 -0
- package/dist/browser/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/browser/operations/reservationsDetails.js +400 -0
- package/dist/browser/operations/reservationsDetails.js.map +1 -0
- package/dist/browser/operations/reservationsSummaries.d.ts +99 -0
- package/dist/browser/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/browser/operations/reservationsSummaries.js +399 -0
- package/dist/browser/operations/reservationsSummaries.js.map +1 -0
- package/dist/browser/operations/tags.d.ts +27 -0
- package/dist/browser/operations/tags.d.ts.map +1 -0
- package/dist/browser/operations/tags.js +56 -0
- package/dist/browser/operations/tags.js.map +1 -0
- package/dist/browser/operations/usageDetails.d.ts +91 -0
- package/dist/browser/operations/usageDetails.d.ts.map +1 -0
- package/dist/browser/operations/usageDetails.js +199 -0
- package/dist/browser/operations/usageDetails.js.map +1 -0
- package/dist/browser/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/browser/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/browser/operationsInterfaces/balances.d.ts +20 -0
- package/dist/browser/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/balances.js.map +1 -0
- package/dist/browser/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/browser/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/budgets.js.map +1 -0
- package/dist/browser/operationsInterfaces/charges.d.ts +26 -0
- package/dist/browser/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/charges.js.map +1 -0
- package/dist/browser/operationsInterfaces/credits.d.ts +12 -0
- package/dist/browser/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/credits.js.map +1 -0
- package/dist/browser/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +18 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +25 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/browser/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/browser/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/marketplaces.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 +18 -0
- package/dist/browser/operationsInterfaces/priceSheet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/priceSheet.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendationDetails.d.ts +21 -0
- package/dist/browser/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/browser/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/browser/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/browser/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/browser/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/browser/operationsInterfaces/tags.d.ts +19 -0
- package/dist/browser/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tags.js.map +1 -0
- package/dist/browser/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/browser/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/usageDetails.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/consumptionManagementClient.d.ts +36 -0
- package/dist/commonjs/consumptionManagementClient.d.ts.map +1 -0
- package/dist/commonjs/consumptionManagementClient.js +118 -0
- package/dist/commonjs/consumptionManagementClient.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/models/index.d.ts +3404 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +235 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +88 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4017 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +35 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +336 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/aggregatedCost.d.ts +28 -0
- package/dist/commonjs/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/commonjs/operations/aggregatedCost.js +83 -0
- package/dist/commonjs/operations/aggregatedCost.js.map +1 -0
- package/dist/commonjs/operations/balances.d.ts +28 -0
- package/dist/commonjs/operations/balances.d.ts.map +1 -0
- package/dist/commonjs/operations/balances.js +83 -0
- package/dist/commonjs/operations/balances.js.map +1 -0
- package/dist/commonjs/operations/budgets.d.ts +131 -0
- package/dist/commonjs/operations/budgets.d.ts.map +1 -0
- package/dist/commonjs/operations/budgets.js +293 -0
- package/dist/commonjs/operations/budgets.js.map +1 -0
- package/dist/commonjs/operations/charges.d.ts +34 -0
- package/dist/commonjs/operations/charges.d.ts.map +1 -0
- package/dist/commonjs/operations/charges.js +73 -0
- package/dist/commonjs/operations/charges.js.map +1 -0
- package/dist/commonjs/operations/credits.d.ts +20 -0
- package/dist/commonjs/operations/credits.d.ts.map +1 -0
- package/dist/commonjs/operations/credits.js +58 -0
- package/dist/commonjs/operations/credits.js.map +1 -0
- package/dist/commonjs/operations/eventsOperations.d.ts +67 -0
- package/dist/commonjs/operations/eventsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/eventsOperations.js +278 -0
- package/dist/commonjs/operations/eventsOperations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +18 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +28 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/lotsOperations.d.ts +67 -0
- package/dist/commonjs/operations/lotsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/lotsOperations.js +274 -0
- package/dist/commonjs/operations/lotsOperations.js.map +1 -0
- package/dist/commonjs/operations/marketplaces.d.ts +67 -0
- package/dist/commonjs/operations/marketplaces.d.ts.map +1 -0
- package/dist/commonjs/operations/marketplaces.js +177 -0
- package/dist/commonjs/operations/marketplaces.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 +26 -0
- package/dist/commonjs/operations/priceSheet.d.ts.map +1 -0
- package/dist/commonjs/operations/priceSheet.js +91 -0
- package/dist/commonjs/operations/priceSheet.js.map +1 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.js +69 -0
- package/dist/commonjs/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/commonjs/operations/reservationRecommendations.d.ts +50 -0
- package/dist/commonjs/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationRecommendations.js +157 -0
- package/dist/commonjs/operations/reservationRecommendations.js.map +1 -0
- package/dist/commonjs/operations/reservationTransactions.d.ts +59 -0
- package/dist/commonjs/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationTransactions.js +266 -0
- package/dist/commonjs/operations/reservationTransactions.js.map +1 -0
- package/dist/commonjs/operations/reservationsDetails.d.ts +101 -0
- package/dist/commonjs/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationsDetails.js +404 -0
- package/dist/commonjs/operations/reservationsDetails.js.map +1 -0
- package/dist/commonjs/operations/reservationsSummaries.d.ts +99 -0
- package/dist/commonjs/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/commonjs/operations/reservationsSummaries.js +403 -0
- package/dist/commonjs/operations/reservationsSummaries.js.map +1 -0
- package/dist/commonjs/operations/tags.d.ts +27 -0
- package/dist/commonjs/operations/tags.d.ts.map +1 -0
- package/dist/commonjs/operations/tags.js +61 -0
- package/dist/commonjs/operations/tags.js.map +1 -0
- package/dist/commonjs/operations/usageDetails.d.ts +91 -0
- package/dist/commonjs/operations/usageDetails.d.ts.map +1 -0
- package/dist/commonjs/operations/usageDetails.js +203 -0
- package/dist/commonjs/operations/usageDetails.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.js +10 -0
- package/dist/commonjs/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/balances.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/balances.js +10 -0
- package/dist/commonjs/operationsInterfaces/balances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/commonjs/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/budgets.js +10 -0
- package/dist/commonjs/operationsInterfaces/budgets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/charges.d.ts +26 -0
- package/dist/commonjs/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/charges.js +10 -0
- package/dist/commonjs/operationsInterfaces/charges.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/credits.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/credits.js +10 -0
- package/dist/commonjs/operationsInterfaces/credits.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +28 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.js +10 -0
- package/dist/commonjs/operationsInterfaces/marketplaces.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 +18 -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/reservationRecommendationDetails.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.js +10 -0
- package/dist/commonjs/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tags.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tags.js +10 -0
- package/dist/commonjs/operationsInterfaces/tags.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.js +10 -0
- package/dist/commonjs/operationsInterfaces/usageDetails.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/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/consumptionManagementClient.d.ts +36 -0
- package/dist/esm/consumptionManagementClient.d.ts.map +1 -0
- package/dist/esm/consumptionManagementClient.js +113 -0
- package/dist/esm/consumptionManagementClient.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/models/index.d.ts +3404 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +232 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +88 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4013 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +35 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +333 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/aggregatedCost.d.ts +28 -0
- package/dist/esm/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/esm/operations/aggregatedCost.js +78 -0
- package/dist/esm/operations/aggregatedCost.js.map +1 -0
- package/dist/esm/operations/balances.d.ts +28 -0
- package/dist/esm/operations/balances.d.ts.map +1 -0
- package/dist/esm/operations/balances.js +78 -0
- package/dist/esm/operations/balances.js.map +1 -0
- package/dist/esm/operations/budgets.d.ts +131 -0
- package/dist/esm/operations/budgets.d.ts.map +1 -0
- package/dist/esm/operations/budgets.js +289 -0
- package/dist/esm/operations/budgets.js.map +1 -0
- package/dist/esm/operations/charges.d.ts +34 -0
- package/dist/esm/operations/charges.d.ts.map +1 -0
- package/dist/esm/operations/charges.js +68 -0
- package/dist/esm/operations/charges.js.map +1 -0
- package/dist/esm/operations/credits.d.ts +20 -0
- package/dist/esm/operations/credits.d.ts.map +1 -0
- package/dist/esm/operations/credits.js +53 -0
- package/dist/esm/operations/credits.js.map +1 -0
- package/dist/esm/operations/eventsOperations.d.ts +67 -0
- package/dist/esm/operations/eventsOperations.d.ts.map +1 -0
- package/dist/esm/operations/eventsOperations.js +274 -0
- package/dist/esm/operations/eventsOperations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +18 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +25 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/lotsOperations.d.ts +67 -0
- package/dist/esm/operations/lotsOperations.d.ts.map +1 -0
- package/dist/esm/operations/lotsOperations.js +270 -0
- package/dist/esm/operations/lotsOperations.js.map +1 -0
- package/dist/esm/operations/marketplaces.d.ts +67 -0
- package/dist/esm/operations/marketplaces.d.ts.map +1 -0
- package/dist/esm/operations/marketplaces.js +173 -0
- package/dist/esm/operations/marketplaces.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 +26 -0
- package/dist/esm/operations/priceSheet.d.ts.map +1 -0
- package/dist/esm/operations/priceSheet.js +86 -0
- package/dist/esm/operations/priceSheet.js.map +1 -0
- package/dist/esm/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/esm/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/esm/operations/reservationRecommendationDetails.js +64 -0
- package/dist/esm/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/esm/operations/reservationRecommendations.d.ts +50 -0
- package/dist/esm/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/esm/operations/reservationRecommendations.js +153 -0
- package/dist/esm/operations/reservationRecommendations.js.map +1 -0
- package/dist/esm/operations/reservationTransactions.d.ts +59 -0
- package/dist/esm/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/esm/operations/reservationTransactions.js +262 -0
- package/dist/esm/operations/reservationTransactions.js.map +1 -0
- package/dist/esm/operations/reservationsDetails.d.ts +101 -0
- package/dist/esm/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/esm/operations/reservationsDetails.js +400 -0
- package/dist/esm/operations/reservationsDetails.js.map +1 -0
- package/dist/esm/operations/reservationsSummaries.d.ts +99 -0
- package/dist/esm/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/esm/operations/reservationsSummaries.js +399 -0
- package/dist/esm/operations/reservationsSummaries.js.map +1 -0
- package/dist/esm/operations/tags.d.ts +27 -0
- package/dist/esm/operations/tags.d.ts.map +1 -0
- package/dist/esm/operations/tags.js +56 -0
- package/dist/esm/operations/tags.js.map +1 -0
- package/dist/esm/operations/usageDetails.d.ts +91 -0
- package/dist/esm/operations/usageDetails.d.ts.map +1 -0
- package/dist/esm/operations/usageDetails.js +199 -0
- package/dist/esm/operations/usageDetails.js.map +1 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.js +9 -0
- package/dist/esm/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/esm/operationsInterfaces/balances.d.ts +20 -0
- package/dist/esm/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/balances.js +9 -0
- package/dist/esm/operationsInterfaces/balances.js.map +1 -0
- package/dist/esm/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/esm/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/budgets.js +9 -0
- package/dist/esm/operationsInterfaces/budgets.js.map +1 -0
- package/dist/esm/operationsInterfaces/charges.d.ts +26 -0
- package/dist/esm/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/charges.js +9 -0
- package/dist/esm/operationsInterfaces/charges.js.map +1 -0
- package/dist/esm/operationsInterfaces/credits.d.ts +12 -0
- package/dist/esm/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/credits.js +9 -0
- package/dist/esm/operationsInterfaces/credits.js.map +1 -0
- package/dist/esm/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/eventsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +18 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +25 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/esm/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/lotsOperations.js +9 -0
- package/dist/esm/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/esm/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaces.js +9 -0
- package/dist/esm/operationsInterfaces/marketplaces.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 +18 -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/reservationRecommendationDetails.d.ts +21 -0
- package/dist/esm/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationRecommendationDetails.js +9 -0
- package/dist/esm/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.js +9 -0
- package/dist/esm/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.js +9 -0
- package/dist/esm/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.js +9 -0
- package/dist/esm/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.js +9 -0
- package/dist/esm/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/esm/operationsInterfaces/tags.d.ts +19 -0
- package/dist/esm/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tags.js +9 -0
- package/dist/esm/operationsInterfaces/tags.js.map +1 -0
- package/dist/esm/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/esm/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/usageDetails.js +9 -0
- package/dist/esm/operationsInterfaces/usageDetails.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/consumptionManagementClient.d.ts +36 -0
- package/dist/react-native/consumptionManagementClient.d.ts.map +1 -0
- package/dist/react-native/consumptionManagementClient.js +113 -0
- package/dist/react-native/consumptionManagementClient.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/models/index.d.ts +3404 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +232 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +88 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4013 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +35 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +333 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/aggregatedCost.d.ts +28 -0
- package/dist/react-native/operations/aggregatedCost.d.ts.map +1 -0
- package/dist/react-native/operations/aggregatedCost.js +78 -0
- package/dist/react-native/operations/aggregatedCost.js.map +1 -0
- package/dist/react-native/operations/balances.d.ts +28 -0
- package/dist/react-native/operations/balances.d.ts.map +1 -0
- package/dist/react-native/operations/balances.js +78 -0
- package/dist/react-native/operations/balances.js.map +1 -0
- package/dist/react-native/operations/budgets.d.ts +131 -0
- package/dist/react-native/operations/budgets.d.ts.map +1 -0
- package/dist/react-native/operations/budgets.js +289 -0
- package/dist/react-native/operations/budgets.js.map +1 -0
- package/dist/react-native/operations/charges.d.ts +34 -0
- package/dist/react-native/operations/charges.d.ts.map +1 -0
- package/dist/react-native/operations/charges.js +68 -0
- package/dist/react-native/operations/charges.js.map +1 -0
- package/dist/react-native/operations/credits.d.ts +20 -0
- package/dist/react-native/operations/credits.d.ts.map +1 -0
- package/dist/react-native/operations/credits.js +53 -0
- package/dist/react-native/operations/credits.js.map +1 -0
- package/dist/react-native/operations/eventsOperations.d.ts +67 -0
- package/dist/react-native/operations/eventsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/eventsOperations.js +274 -0
- package/dist/react-native/operations/eventsOperations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +18 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +25 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/lotsOperations.d.ts +67 -0
- package/dist/react-native/operations/lotsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/lotsOperations.js +270 -0
- package/dist/react-native/operations/lotsOperations.js.map +1 -0
- package/dist/react-native/operations/marketplaces.d.ts +67 -0
- package/dist/react-native/operations/marketplaces.d.ts.map +1 -0
- package/dist/react-native/operations/marketplaces.js +173 -0
- package/dist/react-native/operations/marketplaces.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 +26 -0
- package/dist/react-native/operations/priceSheet.d.ts.map +1 -0
- package/dist/react-native/operations/priceSheet.js +86 -0
- package/dist/react-native/operations/priceSheet.js.map +1 -0
- package/dist/react-native/operations/reservationRecommendationDetails.d.ts +29 -0
- package/dist/react-native/operations/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/react-native/operations/reservationRecommendationDetails.js +64 -0
- package/dist/react-native/operations/reservationRecommendationDetails.js.map +1 -0
- package/dist/react-native/operations/reservationRecommendations.d.ts +50 -0
- package/dist/react-native/operations/reservationRecommendations.d.ts.map +1 -0
- package/dist/react-native/operations/reservationRecommendations.js +153 -0
- package/dist/react-native/operations/reservationRecommendations.js.map +1 -0
- package/dist/react-native/operations/reservationTransactions.d.ts +59 -0
- package/dist/react-native/operations/reservationTransactions.d.ts.map +1 -0
- package/dist/react-native/operations/reservationTransactions.js +262 -0
- package/dist/react-native/operations/reservationTransactions.js.map +1 -0
- package/dist/react-native/operations/reservationsDetails.d.ts +101 -0
- package/dist/react-native/operations/reservationsDetails.d.ts.map +1 -0
- package/dist/react-native/operations/reservationsDetails.js +400 -0
- package/dist/react-native/operations/reservationsDetails.js.map +1 -0
- package/dist/react-native/operations/reservationsSummaries.d.ts +99 -0
- package/dist/react-native/operations/reservationsSummaries.d.ts.map +1 -0
- package/dist/react-native/operations/reservationsSummaries.js +399 -0
- package/dist/react-native/operations/reservationsSummaries.js.map +1 -0
- package/dist/react-native/operations/tags.d.ts +27 -0
- package/dist/react-native/operations/tags.d.ts.map +1 -0
- package/dist/react-native/operations/tags.js +56 -0
- package/dist/react-native/operations/tags.js.map +1 -0
- package/dist/react-native/operations/usageDetails.d.ts +91 -0
- package/dist/react-native/operations/usageDetails.d.ts.map +1 -0
- package/dist/react-native/operations/usageDetails.js +199 -0
- package/dist/react-native/operations/usageDetails.js.map +1 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.js +9 -0
- package/dist/react-native/operationsInterfaces/aggregatedCost.js.map +1 -0
- package/dist/react-native/operationsInterfaces/balances.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/balances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/balances.js +9 -0
- package/dist/react-native/operationsInterfaces/balances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/budgets.d.ts +84 -0
- package/dist/react-native/operationsInterfaces/budgets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/budgets.js +9 -0
- package/dist/react-native/operationsInterfaces/budgets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/charges.d.ts +26 -0
- package/dist/react-native/operationsInterfaces/charges.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/charges.js +9 -0
- package/dist/react-native/operationsInterfaces/charges.js.map +1 -0
- package/dist/react-native/operationsInterfaces/credits.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/credits.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/credits.js +9 -0
- package/dist/react-native/operationsInterfaces/credits.js.map +1 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/eventsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +25 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/lotsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaces.d.ts +23 -0
- package/dist/react-native/operationsInterfaces/marketplaces.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaces.js +9 -0
- package/dist/react-native/operationsInterfaces/marketplaces.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 +18 -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/reservationRecommendationDetails.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendationDetails.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.d.ts +17 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationRecommendations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationTransactions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.d.ts +33 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationsDetails.js.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.d.ts +32 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.js +9 -0
- package/dist/react-native/operationsInterfaces/reservationsSummaries.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tags.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/tags.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tags.js +9 -0
- package/dist/react-native/operationsInterfaces/tags.js.map +1 -0
- package/dist/react-native/operationsInterfaces/usageDetails.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/usageDetails.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/usageDetails.js +9 -0
- package/dist/react-native/operationsInterfaces/usageDetails.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +58 -28
- package/dist/index.js +0 -7793
- 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/aggregatedCostGetByManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.js +0 -58
- package/dist-esm/samples-dev/aggregatedCostGetByManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.js +0 -39
- package/dist-esm/samples-dev/aggregatedCostGetForBillingPeriodByManagementGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.js +0 -38
- package/dist-esm/samples-dev/balancesGetByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.js +0 -39
- package/dist-esm/samples-dev/balancesGetForBillingPeriodByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.js +0 -85
- package/dist-esm/samples-dev/budgetsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/budgetsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsGetSample.js +0 -39
- package/dist-esm/samples-dev/budgetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/budgetsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/budgetsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/budgetsListSample.js +0 -54
- package/dist-esm/samples-dev/budgetsListSample.js.map +0 -1
- package/dist-esm/samples-dev/chargesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/chargesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/chargesListSample.js +0 -278
- package/dist-esm/samples-dev/chargesListSample.js.map +0 -1
- package/dist-esm/samples-dev/creditsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/creditsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/creditsGetSample.js +0 -39
- package/dist-esm/samples-dev/creditsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.js +0 -90
- package/dist-esm/samples-dev/eventsListByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.js +0 -57
- package/dist-esm/samples-dev/eventsListByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.js +0 -90
- package/dist-esm/samples-dev/lotsListByBillingAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.js +0 -55
- package/dist-esm/samples-dev/lotsListByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplacesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplacesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplacesListSample.js +0 -360
- package/dist-esm/samples-dev/marketplacesListSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.js +0 -58
- package/dist-esm/samples-dev/priceSheetGetByBillingPeriodSample.js.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/priceSheetGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/priceSheetGetSample.js +0 -37
- package/dist-esm/samples-dev/priceSheetGetSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.js +0 -108
- package/dist-esm/samples-dev/reservationRecommendationDetailsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationRecommendationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationRecommendationsListSample.js +0 -192
- package/dist-esm/samples-dev/reservationRecommendationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.js +0 -59
- package/dist-esm/samples-dev/reservationTransactionsListByBillingProfileSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationTransactionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationTransactionsListSample.js +0 -56
- package/dist-esm/samples-dev/reservationTransactionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.js +0 -56
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderAndReservationSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.js +0 -55
- package/dist-esm/samples-dev/reservationsDetailsListByReservationOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsDetailsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsDetailsListSample.js +0 -137
- package/dist-esm/samples-dev/reservationsDetailsListSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.js +0 -96
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderAndReservationSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.js +0 -94
- package/dist-esm/samples-dev/reservationsSummariesListByReservationOrderSample.js.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/reservationsSummariesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/reservationsSummariesListSample.js +0 -209
- package/dist-esm/samples-dev/reservationsSummariesListSample.js.map +0 -1
- package/dist-esm/samples-dev/tagsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/tagsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/tagsGetSample.js +0 -38
- package/dist-esm/samples-dev/tagsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/usageDetailsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usageDetailsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usageDetailsListSample.js +0 -678
- package/dist-esm/samples-dev/usageDetailsListSample.js.map +0 -1
- package/dist-esm/src/consumptionManagementClient.d.ts +0 -36
- package/dist-esm/src/consumptionManagementClient.d.ts.map +0 -1
- package/dist-esm/src/consumptionManagementClient.js +0 -116
- package/dist-esm/src/consumptionManagementClient.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/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -333
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/aggregatedCost.d.ts +0 -28
- package/dist-esm/src/operations/aggregatedCost.d.ts.map +0 -1
- package/dist-esm/src/operations/aggregatedCost.js +0 -78
- package/dist-esm/src/operations/aggregatedCost.js.map +0 -1
- package/dist-esm/src/operations/balances.d.ts +0 -28
- package/dist-esm/src/operations/balances.d.ts.map +0 -1
- package/dist-esm/src/operations/balances.js +0 -78
- package/dist-esm/src/operations/balances.js.map +0 -1
- package/dist-esm/src/operations/budgets.d.ts +0 -131
- package/dist-esm/src/operations/budgets.d.ts.map +0 -1
- package/dist-esm/src/operations/budgets.js +0 -289
- package/dist-esm/src/operations/budgets.js.map +0 -1
- package/dist-esm/src/operations/charges.d.ts +0 -34
- package/dist-esm/src/operations/charges.d.ts.map +0 -1
- package/dist-esm/src/operations/charges.js +0 -68
- package/dist-esm/src/operations/charges.js.map +0 -1
- package/dist-esm/src/operations/credits.d.ts +0 -20
- package/dist-esm/src/operations/credits.d.ts.map +0 -1
- package/dist-esm/src/operations/credits.js +0 -53
- package/dist-esm/src/operations/credits.js.map +0 -1
- package/dist-esm/src/operations/eventsOperations.d.ts +0 -67
- package/dist-esm/src/operations/eventsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/eventsOperations.js +0 -274
- package/dist-esm/src/operations/eventsOperations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -18
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -25
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/lotsOperations.d.ts +0 -67
- package/dist-esm/src/operations/lotsOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/lotsOperations.js +0 -270
- package/dist-esm/src/operations/lotsOperations.js.map +0 -1
- package/dist-esm/src/operations/marketplaces.d.ts +0 -67
- package/dist-esm/src/operations/marketplaces.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaces.js +0 -173
- package/dist-esm/src/operations/marketplaces.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 -26
- package/dist-esm/src/operations/priceSheet.d.ts.map +0 -1
- package/dist-esm/src/operations/priceSheet.js +0 -86
- package/dist-esm/src/operations/priceSheet.js.map +0 -1
- package/dist-esm/src/operations/reservationRecommendationDetails.d.ts +0 -29
- package/dist-esm/src/operations/reservationRecommendationDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationRecommendationDetails.js +0 -64
- package/dist-esm/src/operations/reservationRecommendationDetails.js.map +0 -1
- package/dist-esm/src/operations/reservationRecommendations.d.ts +0 -50
- package/dist-esm/src/operations/reservationRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationRecommendations.js +0 -153
- package/dist-esm/src/operations/reservationRecommendations.js.map +0 -1
- package/dist-esm/src/operations/reservationTransactions.d.ts +0 -59
- package/dist-esm/src/operations/reservationTransactions.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationTransactions.js +0 -262
- package/dist-esm/src/operations/reservationTransactions.js.map +0 -1
- package/dist-esm/src/operations/reservationsDetails.d.ts +0 -101
- package/dist-esm/src/operations/reservationsDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationsDetails.js +0 -400
- package/dist-esm/src/operations/reservationsDetails.js.map +0 -1
- package/dist-esm/src/operations/reservationsSummaries.d.ts +0 -99
- package/dist-esm/src/operations/reservationsSummaries.d.ts.map +0 -1
- package/dist-esm/src/operations/reservationsSummaries.js +0 -399
- package/dist-esm/src/operations/reservationsSummaries.js.map +0 -1
- package/dist-esm/src/operations/tags.d.ts +0 -27
- package/dist-esm/src/operations/tags.d.ts.map +0 -1
- package/dist-esm/src/operations/tags.js +0 -56
- package/dist-esm/src/operations/tags.js.map +0 -1
- package/dist-esm/src/operations/usageDetails.d.ts +0 -91
- package/dist-esm/src/operations/usageDetails.d.ts.map +0 -1
- package/dist-esm/src/operations/usageDetails.js +0 -199
- package/dist-esm/src/operations/usageDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/aggregatedCost.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/aggregatedCost.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/aggregatedCost.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/balances.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/balances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/balances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/budgets.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/budgets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/budgets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/charges.d.ts +0 -26
- package/dist-esm/src/operationsInterfaces/charges.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/charges.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/credits.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/credits.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/credits.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventsOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/eventsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/eventsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -25
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/lotsOperations.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/lotsOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/lotsOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaces.d.ts +0 -23
- package/dist-esm/src/operationsInterfaces/marketplaces.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaces.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 -18
- 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/reservationRecommendationDetails.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/reservationRecommendationDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationRecommendationDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationRecommendations.d.ts +0 -17
- package/dist-esm/src/operationsInterfaces/reservationRecommendations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationRecommendations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationTransactions.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/reservationTransactions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationTransactions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsDetails.d.ts +0 -33
- package/dist-esm/src/operationsInterfaces/reservationsDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsDetails.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsSummaries.d.ts +0 -32
- package/dist-esm/src/operationsInterfaces/reservationsSummaries.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/reservationsSummaries.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/tags.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/tags.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/tags.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageDetails.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/usageDetails.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usageDetails.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/consumption_examples.d.ts +0 -4
- package/dist-esm/test/consumption_examples.d.ts.map +0 -1
- package/dist-esm/test/consumption_examples.js +0 -123
- package/dist-esm/test/consumption_examples.js.map +0 -1
- package/src/consumptionManagementClient.ts +0 -210
- package/src/index.ts +0 -13
- package/src/models/index.ts +0 -3642
- package/src/models/mappers.ts +0 -4505
- package/src/models/parameters.ts +0 -371
- package/src/operations/aggregatedCost.ts +0 -107
- package/src/operations/balances.ts +0 -107
- package/src/operations/budgets.ts +0 -343
- package/src/operations/charges.ts +0 -82
- package/src/operations/credits.ts +0 -69
- package/src/operations/eventsOperations.ts +0 -369
- package/src/operations/index.ts +0 -25
- package/src/operations/lotsOperations.ts +0 -349
- package/src/operations/marketplaces.ts +0 -197
- package/src/operations/operations.ts +0 -149
- package/src/operations/priceSheet.ts +0 -108
- package/src/operations/reservationRecommendationDetails.ts +0 -89
- package/src/operations/reservationRecommendations.ts +0 -178
- package/src/operations/reservationTransactions.ts +0 -335
- package/src/operations/reservationsDetails.ts +0 -518
- package/src/operations/reservationsSummaries.ts +0 -524
- package/src/operations/tags.ts +0 -70
- package/src/operations/usageDetails.ts +0 -223
- package/src/operationsInterfaces/aggregatedCost.ts +0 -40
- package/src/operationsInterfaces/balances.ts +0 -40
- package/src/operationsInterfaces/budgets.ts +0 -117
- package/src/operationsInterfaces/charges.ts +0 -37
- package/src/operationsInterfaces/credits.ts +0 -24
- package/src/operationsInterfaces/eventsOperations.ts +0 -45
- package/src/operationsInterfaces/index.ts +0 -25
- package/src/operationsInterfaces/lotsOperations.ts +0 -43
- package/src/operationsInterfaces/marketplaces.ts +0 -35
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/priceSheet.ts +0 -34
- package/src/operationsInterfaces/reservationRecommendationDetails.ts +0 -41
- package/src/operationsInterfaces/reservationRecommendations.ts +0 -32
- package/src/operationsInterfaces/reservationTransactions.ts +0 -40
- package/src/operationsInterfaces/reservationsDetails.ts +0 -59
- package/src/operationsInterfaces/reservationsSummaries.ts +0 -60
- package/src/operationsInterfaces/tags.ts +0 -27
- package/src/operationsInterfaces/usageDetails.ts +0 -43
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-consumption.d.ts +0 -4062
- package/types/tsdoc-metadata.json +0 -11
- /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/aggregatedCost.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/balances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/budgets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/charges.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/credits.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/eventsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/lotsOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaces.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/reservationRecommendationDetails.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationRecommendations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationTransactions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationsDetails.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/reservationsSummaries.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/tags.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/usageDetails.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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=credits.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"credits.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/credits.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 { CreditsGetOptionalParams, CreditsGetResponse } from \"../models/index.js\";\n\n/** Interface representing a Credits. */\nexport interface Credits {\n /**\n * The credit summary by billingAccountId and billingProfileId.\n * @param billingAccountId BillingAccount ID\n * @param billingProfileId Azure Billing Profile ID.\n * @param options The options parameters.\n */\n get(\n billingAccountId: string,\n billingProfileId: string,\n options?: CreditsGetOptionalParams\n ): Promise<CreditsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { EventSummary, EventsListByBillingProfileOptionalParams, EventsListByBillingAccountOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a EventsOperations. */
|
|
4
|
+
export interface EventsOperations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a
|
|
7
|
+
* billing account or a billing profile for a given start and end date.
|
|
8
|
+
* @param billingAccountId BillingAccount ID
|
|
9
|
+
* @param billingProfileId Azure Billing Profile ID.
|
|
10
|
+
* @param startDate Start date
|
|
11
|
+
* @param endDate End date
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
listByBillingProfile(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<EventSummary>;
|
|
15
|
+
/**
|
|
16
|
+
* Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a
|
|
17
|
+
* billing account or a billing profile for a given start and end date.
|
|
18
|
+
* @param billingAccountId BillingAccount ID
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
listByBillingAccount(billingAccountId: string, options?: EventsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<EventSummary>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=eventsOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eventsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/eventsOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,YAAY,EACZ,wCAAwC,EACxC,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;OAQG;IACH,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,MAAM,EACxB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;OAKG;IACH,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,YAAY,CAAC,CAAC;CAC7C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=eventsOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eventsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/eventsOperations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n EventSummary,\n EventsListByBillingProfileOptionalParams,\n EventsListByBillingAccountOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a EventsOperations. */\nexport interface EventsOperations {\n /**\n * Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a\n * billing account or a billing profile for a given start and end date.\n * @param billingAccountId BillingAccount ID\n * @param billingProfileId Azure Billing Profile ID.\n * @param startDate Start date\n * @param endDate End date\n * @param options The options parameters.\n */\n listByBillingProfile(\n billingAccountId: string,\n billingProfileId: string,\n startDate: string,\n endDate: string,\n options?: EventsListByBillingProfileOptionalParams\n ): PagedAsyncIterableIterator<EventSummary>;\n /**\n * Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a\n * billing account or a billing profile for a given start and end date.\n * @param billingAccountId BillingAccount ID\n * @param options The options parameters.\n */\n listByBillingAccount(\n billingAccountId: string,\n options?: EventsListByBillingAccountOptionalParams\n ): PagedAsyncIterableIterator<EventSummary>;\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export * from "./usageDetails.js";
|
|
2
|
+
export * from "./marketplaces.js";
|
|
3
|
+
export * from "./budgets.js";
|
|
4
|
+
export * from "./tags.js";
|
|
5
|
+
export * from "./charges.js";
|
|
6
|
+
export * from "./balances.js";
|
|
7
|
+
export * from "./reservationsSummaries.js";
|
|
8
|
+
export * from "./reservationsDetails.js";
|
|
9
|
+
export * from "./reservationRecommendations.js";
|
|
10
|
+
export * from "./reservationRecommendationDetails.js";
|
|
11
|
+
export * from "./reservationTransactions.js";
|
|
12
|
+
export * from "./priceSheet.js";
|
|
13
|
+
export * from "./operations.js";
|
|
14
|
+
export * from "./aggregatedCost.js";
|
|
15
|
+
export * from "./eventsOperations.js";
|
|
16
|
+
export * from "./lotsOperations.js";
|
|
17
|
+
export * from "./credits.js";
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./usageDetails.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./marketplaces.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./budgets.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./tags.js"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./charges.js"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./balances.js"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./reservationsSummaries.js"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./reservationsDetails.js"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./reservationRecommendations.js"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./reservationRecommendationDetails.js"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./reservationTransactions.js"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./priceSheet.js"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./aggregatedCost.js"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./eventsOperations.js"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./lotsOperations.js"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./credits.js"), exports);
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,4DAAkC;AAClC,4DAAkC;AAClC,uDAA6B;AAC7B,oDAA0B;AAC1B,uDAA6B;AAC7B,wDAA8B;AAC9B,qEAA2C;AAC3C,mEAAyC;AACzC,0EAAgD;AAChD,gFAAsD;AACtD,uEAA6C;AAC7C,0DAAgC;AAChC,0DAAgC;AAChC,8DAAoC;AACpC,gEAAsC;AACtC,8DAAoC;AACpC,uDAA6B","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\nexport * from \"./usageDetails.js\";\nexport * from \"./marketplaces.js\";\nexport * from \"./budgets.js\";\nexport * from \"./tags.js\";\nexport * from \"./charges.js\";\nexport * from \"./balances.js\";\nexport * from \"./reservationsSummaries.js\";\nexport * from \"./reservationsDetails.js\";\nexport * from \"./reservationRecommendations.js\";\nexport * from \"./reservationRecommendationDetails.js\";\nexport * from \"./reservationTransactions.js\";\nexport * from \"./priceSheet.js\";\nexport * from \"./operations.js\";\nexport * from \"./aggregatedCost.js\";\nexport * from \"./eventsOperations.js\";\nexport * from \"./lotsOperations.js\";\nexport * from \"./credits.js\";\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { LotSummary, LotsListByBillingProfileOptionalParams, LotsListByBillingAccountOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a LotsOperations. */
|
|
4
|
+
export interface LotsOperations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a
|
|
7
|
+
* billing profile. Microsoft Azure consumption commitments are only supported for the billing account
|
|
8
|
+
* scope.
|
|
9
|
+
* @param billingAccountId BillingAccount ID
|
|
10
|
+
* @param billingProfileId Azure Billing Profile ID.
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: LotsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<LotSummary>;
|
|
14
|
+
/**
|
|
15
|
+
* Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a
|
|
16
|
+
* billing profile. Microsoft Azure consumption commitments are only supported for the billing account
|
|
17
|
+
* scope.
|
|
18
|
+
* @param billingAccountId BillingAccount ID
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
listByBillingAccount(billingAccountId: string, options?: LotsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<LotSummary>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=lotsOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lotsOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/lotsOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,UAAU,EACV,sCAAsC,EACtC,sCAAsC,EACvC,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,UAAU,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,0BAA0B,CAAC,UAAU,CAAC,CAAC;CAC3C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=lotsOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lotsOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/lotsOperations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n LotSummary,\n LotsListByBillingProfileOptionalParams,\n LotsListByBillingAccountOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a LotsOperations. */\nexport interface LotsOperations {\n /**\n * Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a\n * billing profile. Microsoft Azure consumption commitments are only supported for the billing account\n * scope.\n * @param billingAccountId BillingAccount ID\n * @param billingProfileId Azure Billing Profile ID.\n * @param options The options parameters.\n */\n listByBillingProfile(\n billingAccountId: string,\n billingProfileId: string,\n options?: LotsListByBillingProfileOptionalParams\n ): PagedAsyncIterableIterator<LotSummary>;\n /**\n * Lists all Azure credits and Microsoft Azure consumption commitments for a billing account or a\n * billing profile. Microsoft Azure consumption commitments are only supported for the billing account\n * scope.\n * @param billingAccountId BillingAccount ID\n * @param options The options parameters.\n */\n listByBillingAccount(\n billingAccountId: string,\n options?: LotsListByBillingAccountOptionalParams\n ): PagedAsyncIterableIterator<LotSummary>;\n}\n"]}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Marketplace, MarketplacesListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Marketplaces. */
|
|
4
|
+
export interface Marketplaces {
|
|
5
|
+
/**
|
|
6
|
+
* Lists the marketplaces for a scope at the defined scope. Marketplaces are available via this API
|
|
7
|
+
* only for May 1, 2014 or later.
|
|
8
|
+
* @param scope The scope associated with marketplace operations. This includes
|
|
9
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
|
10
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
|
11
|
+
* '/providers/Microsoft.Billing/departments/{departmentId}' for Department scope,
|
|
12
|
+
* '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope
|
|
13
|
+
* and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group
|
|
14
|
+
* scope. For subscription, billing account, department, enrollment account and ManagementGroup, you
|
|
15
|
+
* can also add billing period to the scope using
|
|
16
|
+
* '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing
|
|
17
|
+
* period at department scope use
|
|
18
|
+
* '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
list(scope: string, options?: MarketplacesListOptionalParams): PagedAsyncIterableIterator<Marketplace>;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=marketplaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marketplaces.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/marketplaces.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAGjF,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;;;;;;;;;;;OAeG;IACH,IAAI,CACF,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=marketplaces.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"marketplaces.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/marketplaces.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { Marketplace, MarketplacesListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Marketplaces. */\nexport interface Marketplaces {\n /**\n * Lists the marketplaces for a scope at the defined scope. Marketplaces are available via this API\n * only for May 1, 2014 or later.\n * @param scope The scope associated with marketplace operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,\n * '/providers/Microsoft.Billing/departments/{departmentId}' for Department scope,\n * '/providers/Microsoft.Billing/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope\n * and '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group\n * scope. For subscription, billing account, department, enrollment account and ManagementGroup, you\n * can also add billing period to the scope using\n * '/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'. For e.g. to specify billing\n * period at department scope use\n * '/providers/Microsoft.Billing/departments/{departmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodName}'\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: MarketplacesListOptionalParams\n ): PagedAsyncIterableIterator<Marketplace>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the available consumption REST API operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available consumption REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { PriceSheetGetOptionalParams, PriceSheetGetResponse, PriceSheetGetByBillingPeriodOptionalParams, PriceSheetGetByBillingPeriodResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a PriceSheet. */
|
|
3
|
+
export interface PriceSheet {
|
|
4
|
+
/**
|
|
5
|
+
* Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014
|
|
6
|
+
* or later.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
get(options?: PriceSheetGetOptionalParams): Promise<PriceSheetGetResponse>;
|
|
10
|
+
/**
|
|
11
|
+
* Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via
|
|
12
|
+
* this API only for May 1, 2014 or later.
|
|
13
|
+
* @param billingPeriodName Billing Period Name.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
getByBillingPeriod(billingPeriodName: string, options?: PriceSheetGetByBillingPeriodOptionalParams): Promise<PriceSheetGetByBillingPeriodResponse>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=priceSheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"priceSheet.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/priceSheet.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,EACrB,0CAA0C,EAC1C,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAE5B,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,GAAG,CAAC,OAAO,CAAC,EAAE,2BAA2B,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAC3E;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=priceSheet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"priceSheet.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/priceSheet.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 {\n PriceSheetGetOptionalParams,\n PriceSheetGetResponse,\n PriceSheetGetByBillingPeriodOptionalParams,\n PriceSheetGetByBillingPeriodResponse\n} from \"../models/index.js\";\n\n/** Interface representing a PriceSheet. */\nexport interface PriceSheet {\n /**\n * Gets the price sheet for a subscription. Price sheet is available via this API only for May 1, 2014\n * or later.\n * @param options The options parameters.\n */\n get(options?: PriceSheetGetOptionalParams): Promise<PriceSheetGetResponse>;\n /**\n * Get the price sheet for a scope by subscriptionId and billing period. Price sheet is available via\n * this API only for May 1, 2014 or later.\n * @param billingPeriodName Billing Period Name.\n * @param options The options parameters.\n */\n getByBillingPeriod(\n billingPeriodName: string,\n options?: PriceSheetGetByBillingPeriodOptionalParams\n ): Promise<PriceSheetGetByBillingPeriodResponse>;\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Term, LookBackPeriod, ReservationRecommendationDetailsGetOptionalParams, ReservationRecommendationDetailsGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a ReservationRecommendationDetails. */
|
|
3
|
+
export interface ReservationRecommendationDetails {
|
|
4
|
+
/**
|
|
5
|
+
* Details of a reservation recommendation for what-if analysis of reserved instances.
|
|
6
|
+
* @param scope The scope associated with reservation recommendation details operations. This includes
|
|
7
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
|
8
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope,
|
|
9
|
+
* /providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope, and
|
|
10
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
|
11
|
+
* for billingProfile scope
|
|
12
|
+
* @param region Used to select the region the recommendation should be generated for.
|
|
13
|
+
* @param term Specify length of reservation recommendation term.
|
|
14
|
+
* @param lookBackPeriod Filter the time period on which reservation recommendation results are based.
|
|
15
|
+
* @param product Filter the products for which reservation recommendation results are generated.
|
|
16
|
+
* Examples: Standard_DS1_v2 (for VM), Premium_SSD_Managed_Disks_P30 (for Managed Disks)
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
get(scope: string, region: string, term: Term, lookBackPeriod: LookBackPeriod, product: string, options?: ReservationRecommendationDetailsGetOptionalParams): Promise<ReservationRecommendationDetailsGetResponse>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=reservationRecommendationDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationRecommendationDetails.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationRecommendationDetails.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,IAAI,EACJ,cAAc,EACd,iDAAiD,EACjD,2CAA2C,EAC5C,MAAM,oBAAoB,CAAC;AAE5B,iEAAiE;AACjE,MAAM,WAAW,gCAAgC;IAC/C;;;;;;;;;;;;;;OAcG;IACH,GAAG,CACD,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,IAAI,EACV,cAAc,EAAE,cAAc,EAC9B,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,iDAAiD,GAC1D,OAAO,CAAC,2CAA2C,CAAC,CAAC;CACzD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=reservationRecommendationDetails.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationRecommendationDetails.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationRecommendationDetails.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 {\n Term,\n LookBackPeriod,\n ReservationRecommendationDetailsGetOptionalParams,\n ReservationRecommendationDetailsGetResponse\n} from \"../models/index.js\";\n\n/** Interface representing a ReservationRecommendationDetails. */\nexport interface ReservationRecommendationDetails {\n /**\n * Details of a reservation recommendation for what-if analysis of reserved instances.\n * @param scope The scope associated with reservation recommendation details operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope,\n * /providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope\n * @param region Used to select the region the recommendation should be generated for.\n * @param term Specify length of reservation recommendation term.\n * @param lookBackPeriod Filter the time period on which reservation recommendation results are based.\n * @param product Filter the products for which reservation recommendation results are generated.\n * Examples: Standard_DS1_v2 (for VM), Premium_SSD_Managed_Disks_P30 (for Managed Disks)\n * @param options The options parameters.\n */\n get(\n scope: string,\n region: string,\n term: Term,\n lookBackPeriod: LookBackPeriod,\n product: string,\n options?: ReservationRecommendationDetailsGetOptionalParams\n ): Promise<ReservationRecommendationDetailsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ReservationRecommendationUnion, ReservationRecommendationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ReservationRecommendations. */
|
|
4
|
+
export interface ReservationRecommendations {
|
|
5
|
+
/**
|
|
6
|
+
* List of recommendations for purchasing reserved instances.
|
|
7
|
+
* @param scope The scope associated with reservation recommendations operations. This includes
|
|
8
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
|
9
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope,
|
|
10
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope, and
|
|
11
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
|
12
|
+
* for billingProfile scope
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(scope: string, options?: ReservationRecommendationsListOptionalParams): PagedAsyncIterableIterator<ReservationRecommendationUnion>;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=reservationRecommendations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationRecommendations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationRecommendations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,8BAA8B,EAC9B,4CAA4C,EAC7C,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,MAAM,WAAW,0BAA0B;IACzC;;;;;;;;;OASG;IACH,IAAI,CACF,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,4CAA4C,GACrD,0BAA0B,CAAC,8BAA8B,CAAC,CAAC;CAC/D"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=reservationRecommendations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationRecommendations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationRecommendations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n ReservationRecommendationUnion,\n ReservationRecommendationsListOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ReservationRecommendations. */\nexport interface ReservationRecommendations {\n /**\n * List of recommendations for purchasing reserved instances.\n * @param scope The scope associated with reservation recommendations operations. This includes\n * '/subscriptions/{subscriptionId}/' for subscription scope,\n * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resource group scope,\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope, and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for billingProfile scope\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: ReservationRecommendationsListOptionalParams\n ): PagedAsyncIterableIterator<ReservationRecommendationUnion>;\n}\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ReservationTransaction, ReservationTransactionsListOptionalParams, ModernReservationTransaction, ReservationTransactionsListByBillingProfileOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ReservationTransactions. */
|
|
4
|
+
export interface ReservationTransactions {
|
|
5
|
+
/**
|
|
6
|
+
* List of transactions for reserved instances on billing account scope
|
|
7
|
+
* @param billingAccountId BillingAccount ID
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
list(billingAccountId: string, options?: ReservationTransactionsListOptionalParams): PagedAsyncIterableIterator<ReservationTransaction>;
|
|
11
|
+
/**
|
|
12
|
+
* List of transactions for reserved instances on billing account scope
|
|
13
|
+
* @param billingAccountId BillingAccount ID
|
|
14
|
+
* @param billingProfileId Azure Billing Profile ID.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listByBillingProfile(billingAccountId: string, billingProfileId: string, options?: ReservationTransactionsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<ModernReservationTransaction>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=reservationTransactions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationTransactions.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationTransactions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,sBAAsB,EACtB,yCAAyC,EACzC,4BAA4B,EAC5B,yDAAyD,EAC1D,MAAM,oBAAoB,CAAC;AAG5B,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;;OAIG;IACH,IAAI,CACF,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,sBAAsB,CAAC,CAAC;IACtD;;;;;OAKG;IACH,oBAAoB,CAClB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,4BAA4B,CAAC,CAAC;CAC7D"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=reservationTransactions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationTransactions.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationTransactions.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n ReservationTransaction,\n ReservationTransactionsListOptionalParams,\n ModernReservationTransaction,\n ReservationTransactionsListByBillingProfileOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ReservationTransactions. */\nexport interface ReservationTransactions {\n /**\n * List of transactions for reserved instances on billing account scope\n * @param billingAccountId BillingAccount ID\n * @param options The options parameters.\n */\n list(\n billingAccountId: string,\n options?: ReservationTransactionsListOptionalParams\n ): PagedAsyncIterableIterator<ReservationTransaction>;\n /**\n * List of transactions for reserved instances on billing account scope\n * @param billingAccountId BillingAccount ID\n * @param billingProfileId Azure Billing Profile ID.\n * @param options The options parameters.\n */\n listByBillingProfile(\n billingAccountId: string,\n billingProfileId: string,\n options?: ReservationTransactionsListByBillingProfileOptionalParams\n ): PagedAsyncIterableIterator<ModernReservationTransaction>;\n}\n"]}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ReservationDetail, ReservationsDetailsListByReservationOrderOptionalParams, ReservationsDetailsListByReservationOrderAndReservationOptionalParams, ReservationsDetailsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ReservationsDetails. */
|
|
4
|
+
export interface ReservationsDetails {
|
|
5
|
+
/**
|
|
6
|
+
* Lists the reservations details for provided date range.
|
|
7
|
+
* @param reservationOrderId Order Id of the reservation
|
|
8
|
+
* @param filter Filter reservation details by date range. The properties/UsageDate for start date and
|
|
9
|
+
* end date. The filter supports 'le' and 'ge'
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByReservationOrder(reservationOrderId: string, filter: string, options?: ReservationsDetailsListByReservationOrderOptionalParams): PagedAsyncIterableIterator<ReservationDetail>;
|
|
13
|
+
/**
|
|
14
|
+
* Lists the reservations details for provided date range.
|
|
15
|
+
* @param reservationOrderId Order Id of the reservation
|
|
16
|
+
* @param reservationId Id of the reservation
|
|
17
|
+
* @param filter Filter reservation details by date range. The properties/UsageDate for start date and
|
|
18
|
+
* end date. The filter supports 'le' and 'ge'
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, filter: string, options?: ReservationsDetailsListByReservationOrderAndReservationOptionalParams): PagedAsyncIterableIterator<ReservationDetail>;
|
|
22
|
+
/**
|
|
23
|
+
* Lists the reservations details for the defined scope and provided date range.
|
|
24
|
+
* @param scope The scope associated with reservations details operations. This includes
|
|
25
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope (legacy),
|
|
26
|
+
* and
|
|
27
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
|
28
|
+
* for BillingProfile scope (modern).
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
list(scope: string, options?: ReservationsDetailsListOptionalParams): PagedAsyncIterableIterator<ReservationDetail>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=reservationsDetails.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationsDetails.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationsDetails.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,iBAAiB,EACjB,uDAAuD,EACvD,qEAAqE,EACrE,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAG5B,oDAAoD;AACpD,MAAM,WAAW,mBAAmB;IAClC;;;;;;OAMG;IACH,sBAAsB,CACpB,kBAAkB,EAAE,MAAM,EAC1B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;;;;OAOG;IACH,oCAAoC,CAClC,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,qEAAqE,GAC9E,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;IACjD;;;;;;;;OAQG;IACH,IAAI,CACF,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,qCAAqC,GAC9C,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;CAClD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=reservationsDetails.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationsDetails.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationsDetails.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n ReservationDetail,\n ReservationsDetailsListByReservationOrderOptionalParams,\n ReservationsDetailsListByReservationOrderAndReservationOptionalParams,\n ReservationsDetailsListOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ReservationsDetails. */\nexport interface ReservationsDetails {\n /**\n * Lists the reservations details for provided date range.\n * @param reservationOrderId Order Id of the reservation\n * @param filter Filter reservation details by date range. The properties/UsageDate for start date and\n * end date. The filter supports 'le' and 'ge'\n * @param options The options parameters.\n */\n listByReservationOrder(\n reservationOrderId: string,\n filter: string,\n options?: ReservationsDetailsListByReservationOrderOptionalParams\n ): PagedAsyncIterableIterator<ReservationDetail>;\n /**\n * Lists the reservations details for provided date range.\n * @param reservationOrderId Order Id of the reservation\n * @param reservationId Id of the reservation\n * @param filter Filter reservation details by date range. The properties/UsageDate for start date and\n * end date. The filter supports 'le' and 'ge'\n * @param options The options parameters.\n */\n listByReservationOrderAndReservation(\n reservationOrderId: string,\n reservationId: string,\n filter: string,\n options?: ReservationsDetailsListByReservationOrderAndReservationOptionalParams\n ): PagedAsyncIterableIterator<ReservationDetail>;\n /**\n * Lists the reservations details for the defined scope and provided date range.\n * @param scope The scope associated with reservations details operations. This includes\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope (legacy),\n * and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope (modern).\n * @param options The options parameters.\n */\n list(\n scope: string,\n options?: ReservationsDetailsListOptionalParams\n ): PagedAsyncIterableIterator<ReservationDetail>;\n}\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ReservationSummary, Datagrain, ReservationsSummariesListByReservationOrderOptionalParams, ReservationsSummariesListByReservationOrderAndReservationOptionalParams, ReservationsSummariesListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ReservationsSummaries. */
|
|
4
|
+
export interface ReservationsSummaries {
|
|
5
|
+
/**
|
|
6
|
+
* Lists the reservations summaries for daily or monthly grain.
|
|
7
|
+
* @param reservationOrderId Order Id of the reservation
|
|
8
|
+
* @param grain Can be daily or monthly
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByReservationOrder(reservationOrderId: string, grain: Datagrain, options?: ReservationsSummariesListByReservationOrderOptionalParams): PagedAsyncIterableIterator<ReservationSummary>;
|
|
12
|
+
/**
|
|
13
|
+
* Lists the reservations summaries for daily or monthly grain.
|
|
14
|
+
* @param reservationOrderId Order Id of the reservation
|
|
15
|
+
* @param reservationId Id of the reservation
|
|
16
|
+
* @param grain Can be daily or monthly
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, grain: Datagrain, options?: ReservationsSummariesListByReservationOrderAndReservationOptionalParams): PagedAsyncIterableIterator<ReservationSummary>;
|
|
20
|
+
/**
|
|
21
|
+
* Lists the reservations summaries for the defined scope daily or monthly grain.
|
|
22
|
+
* @param scope The scope associated with reservations summaries operations. This includes
|
|
23
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope (legacy),
|
|
24
|
+
* and
|
|
25
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'
|
|
26
|
+
* for BillingProfile scope (modern).
|
|
27
|
+
* @param grain Can be daily or monthly
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(scope: string, grain: Datagrain, options?: ReservationsSummariesListOptionalParams): PagedAsyncIterableIterator<ReservationSummary>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=reservationsSummaries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationsSummaries.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationsSummaries.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,kBAAkB,EAClB,SAAS,EACT,yDAAyD,EACzD,uEAAuE,EACvE,uCAAuC,EACxC,MAAM,oBAAoB,CAAC;AAG5B,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;;OAKG;IACH,sBAAsB,CACpB,kBAAkB,EAAE,MAAM,EAC1B,KAAK,EAAE,SAAS,EAChB,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,kBAAkB,CAAC,CAAC;IAClD;;;;;;OAMG;IACH,oCAAoC,CAClC,kBAAkB,EAAE,MAAM,EAC1B,aAAa,EAAE,MAAM,EACrB,KAAK,EAAE,SAAS,EAChB,OAAO,CAAC,EAAE,uEAAuE,GAChF,0BAA0B,CAAC,kBAAkB,CAAC,CAAC;IAClD;;;;;;;;;OASG;IACH,IAAI,CACF,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,SAAS,EAChB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,kBAAkB,CAAC,CAAC;CACnD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=reservationsSummaries.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reservationsSummaries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/reservationsSummaries.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 } from \"@azure/core-paging\";\nimport {\n ReservationSummary,\n Datagrain,\n ReservationsSummariesListByReservationOrderOptionalParams,\n ReservationsSummariesListByReservationOrderAndReservationOptionalParams,\n ReservationsSummariesListOptionalParams\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ReservationsSummaries. */\nexport interface ReservationsSummaries {\n /**\n * Lists the reservations summaries for daily or monthly grain.\n * @param reservationOrderId Order Id of the reservation\n * @param grain Can be daily or monthly\n * @param options The options parameters.\n */\n listByReservationOrder(\n reservationOrderId: string,\n grain: Datagrain,\n options?: ReservationsSummariesListByReservationOrderOptionalParams\n ): PagedAsyncIterableIterator<ReservationSummary>;\n /**\n * Lists the reservations summaries for daily or monthly grain.\n * @param reservationOrderId Order Id of the reservation\n * @param reservationId Id of the reservation\n * @param grain Can be daily or monthly\n * @param options The options parameters.\n */\n listByReservationOrderAndReservation(\n reservationOrderId: string,\n reservationId: string,\n grain: Datagrain,\n options?: ReservationsSummariesListByReservationOrderAndReservationOptionalParams\n ): PagedAsyncIterableIterator<ReservationSummary>;\n /**\n * Lists the reservations summaries for the defined scope daily or monthly grain.\n * @param scope The scope associated with reservations summaries operations. This includes\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for BillingAccount scope (legacy),\n * and\n * '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'\n * for BillingProfile scope (modern).\n * @param grain Can be daily or monthly\n * @param options The options parameters.\n */\n list(\n scope: string,\n grain: Datagrain,\n options?: ReservationsSummariesListOptionalParams\n ): PagedAsyncIterableIterator<ReservationSummary>;\n}\n"]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TagsGetOptionalParams, TagsGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Tags. */
|
|
3
|
+
export interface Tags {
|
|
4
|
+
/**
|
|
5
|
+
* Get all available tag keys for the defined scope
|
|
6
|
+
* @param scope The scope associated with tags operations. This includes
|
|
7
|
+
* '/subscriptions/{subscriptionId}/' for subscription scope,
|
|
8
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope,
|
|
9
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope,
|
|
10
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for
|
|
11
|
+
* Department scope,
|
|
12
|
+
* '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}'
|
|
13
|
+
* for EnrollmentAccount scope and
|
|
14
|
+
* '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope..
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
get(scope: string, options?: TagsGetOptionalParams): Promise<TagsGetResponse>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=tags.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tags.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tags.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,qBAAqB,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE5E,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;;;;;;;;;;OAYG;IACH,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;CAC/E"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=tags.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tags.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/tags.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","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 { TagsGetOptionalParams, TagsGetResponse } from \"../models/index.js\";\n\n/** Interface representing a Tags. */\nexport interface Tags {\n /**\n * Get all available tag keys for the defined scope\n * @param scope The scope associated with tags 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 and\n * '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope..\n * @param options The options parameters.\n */\n get(scope: string, options?: TagsGetOptionalParams): Promise<TagsGetResponse>;\n}\n"]}
|