@azure/arm-costmanagement 1.0.0-alpha.20231010.1 → 1.0.0-alpha.20231024.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.
Files changed (44) hide show
  1. package/dist/index.js +133 -196
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/benefitRecommendationsListSample.js +3 -8
  6. package/dist-esm/samples-dev/benefitRecommendationsListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js +3 -8
  8. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingAccountIdSample.js.map +1 -1
  9. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js +3 -8
  10. package/dist-esm/samples-dev/benefitUtilizationSummariesListByBillingProfileIdSample.js.map +1 -1
  11. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js +3 -8
  12. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanIdSample.js.map +1 -1
  13. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js +3 -8
  14. package/dist-esm/samples-dev/benefitUtilizationSummariesListBySavingsPlanOrderSample.js.map +1 -1
  15. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js +6 -16
  16. package/dist-esm/samples-dev/dimensionsByExternalCloudProviderTypeSample.js.map +1 -1
  17. package/dist-esm/samples-dev/dimensionsListSample.js +78 -208
  18. package/dist-esm/samples-dev/dimensionsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/operationsListSample.js +3 -8
  20. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js +6 -16
  22. package/dist-esm/samples-dev/scheduledActionsListByScopeSample.js.map +1 -1
  23. package/dist-esm/samples-dev/scheduledActionsListSample.js +6 -16
  24. package/dist-esm/samples-dev/scheduledActionsListSample.js.map +1 -1
  25. package/dist-esm/samples-dev/viewsListByScopeSample.js +3 -8
  26. package/dist-esm/samples-dev/viewsListByScopeSample.js.map +1 -1
  27. package/dist-esm/samples-dev/viewsListSample.js +3 -8
  28. package/dist-esm/samples-dev/viewsListSample.js.map +1 -1
  29. package/dist-esm/src/operations/benefitRecommendations.js +3 -8
  30. package/dist-esm/src/operations/benefitRecommendations.js.map +1 -1
  31. package/dist-esm/src/operations/benefitUtilizationSummaries.js +12 -32
  32. package/dist-esm/src/operations/benefitUtilizationSummaries.js.map +1 -1
  33. package/dist-esm/src/operations/dimensions.js +6 -16
  34. package/dist-esm/src/operations/dimensions.js.map +1 -1
  35. package/dist-esm/src/operations/operations.js +3 -8
  36. package/dist-esm/src/operations/operations.js.map +1 -1
  37. package/dist-esm/src/operations/scheduledActions.js +6 -16
  38. package/dist-esm/src/operations/scheduledActions.js.map +1 -1
  39. package/dist-esm/src/operations/views.js +6 -16
  40. package/dist-esm/src/operations/views.js.map +1 -1
  41. package/dist-esm/test/costmanagement_operations_test.spec.js +3 -8
  42. package/dist-esm/test/costmanagement_operations_test.spec.js.map +1 -1
  43. package/package.json +3 -10
  44. package/rollup.config.js +0 -122
package/dist/index.js CHANGED
@@ -1,14 +1,11 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  var tslib = require('tslib');
6
4
  var coreClient = require('@azure/core-client');
7
5
  var coreRestPipeline = require('@azure/core-rest-pipeline');
8
6
  var coreLro = require('@azure/core-lro');
9
7
 
10
- function _interopNamespace(e) {
11
- if (e && e.__esModule) return e;
8
+ function _interopNamespaceDefault(e) {
12
9
  var n = Object.create(null);
13
10
  if (e) {
14
11
  Object.keys(e).forEach(function (k) {
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
21
18
  }
22
19
  });
23
20
  }
24
- n["default"] = e;
21
+ n.default = e;
25
22
  return Object.freeze(n);
26
23
  }
27
24
 
28
- var coreClient__namespace = /*#__PURE__*/_interopNamespace(coreClient);
29
- var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespace(coreRestPipeline);
25
+ var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
26
+ var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
30
27
 
31
28
  /*
32
29
  * Copyright (c) Microsoft Corporation.
@@ -4370,114 +4367,114 @@ let discriminators = {
4370
4367
 
4371
4368
  var Mappers = /*#__PURE__*/Object.freeze({
4372
4369
  __proto__: null,
4373
- OperationListResult: OperationListResult,
4374
- Operation: Operation,
4375
- OperationDisplay: OperationDisplay,
4376
- ErrorResponse: ErrorResponse,
4377
- ErrorDetails: ErrorDetails,
4378
- ViewListResult: ViewListResult,
4379
- ReportConfigTimePeriod: ReportConfigTimePeriod,
4380
- ReportConfigDataset: ReportConfigDataset,
4381
- ReportConfigDatasetConfiguration: ReportConfigDatasetConfiguration,
4382
- ReportConfigAggregation: ReportConfigAggregation,
4383
- ReportConfigGrouping: ReportConfigGrouping,
4384
- ReportConfigSorting: ReportConfigSorting,
4385
- ReportConfigFilter: ReportConfigFilter,
4386
- ReportConfigComparisonExpression: ReportConfigComparisonExpression,
4387
- KpiProperties: KpiProperties,
4388
- PivotProperties: PivotProperties,
4389
- CostManagementProxyResource: CostManagementProxyResource,
4390
- AlertsResult: AlertsResult,
4370
+ Alert: Alert,
4391
4371
  AlertPropertiesDefinition: AlertPropertiesDefinition,
4392
4372
  AlertPropertiesDetails: AlertPropertiesDetails,
4393
- DismissAlertPayload: DismissAlertPayload,
4394
- ForecastDefinition: ForecastDefinition,
4395
- ForecastTimePeriod: ForecastTimePeriod,
4396
- ForecastDataset: ForecastDataset,
4397
- ForecastDatasetConfiguration: ForecastDatasetConfiguration,
4398
- ForecastAggregation: ForecastAggregation,
4399
- ForecastFilter: ForecastFilter,
4400
- ForecastComparisonExpression: ForecastComparisonExpression,
4401
- ForecastColumn: ForecastColumn,
4373
+ AlertsResult: AlertsResult,
4374
+ AllSavingsBenefitDetails: AllSavingsBenefitDetails,
4375
+ AllSavingsList: AllSavingsList,
4376
+ BenefitRecommendationModel: BenefitRecommendationModel,
4377
+ BenefitRecommendationProperties: BenefitRecommendationProperties,
4378
+ BenefitRecommendationsListResult: BenefitRecommendationsListResult,
4379
+ BenefitResource: BenefitResource,
4380
+ BenefitUtilizationSummariesListResult: BenefitUtilizationSummariesListResult,
4381
+ BenefitUtilizationSummary: BenefitUtilizationSummary,
4382
+ BenefitUtilizationSummaryProperties: BenefitUtilizationSummaryProperties,
4383
+ BlobInfo: BlobInfo,
4384
+ CheckNameAvailabilityRequest: CheckNameAvailabilityRequest,
4385
+ CheckNameAvailabilityResponse: CheckNameAvailabilityResponse,
4386
+ CommonExportProperties: CommonExportProperties,
4387
+ CostDetailsOperationResults: CostDetailsOperationResults,
4388
+ CostDetailsTimePeriod: CostDetailsTimePeriod,
4389
+ CostManagementOperation: CostManagementOperation,
4390
+ CostManagementProxyResource: CostManagementProxyResource,
4402
4391
  CostManagementResource: CostManagementResource,
4392
+ Dimension: Dimension,
4403
4393
  DimensionsListResult: DimensionsListResult,
4404
- QueryDefinition: QueryDefinition,
4405
- QueryTimePeriod: QueryTimePeriod,
4406
- QueryDataset: QueryDataset,
4407
- QueryDatasetConfiguration: QueryDatasetConfiguration,
4408
- QueryAggregation: QueryAggregation,
4409
- QueryGrouping: QueryGrouping,
4410
- QueryFilter: QueryFilter,
4411
- QueryComparisonExpression: QueryComparisonExpression,
4412
- QueryColumn: QueryColumn,
4413
- OperationStatus: OperationStatus,
4414
- ExportListResult: ExportListResult,
4415
- ExportSchedule: ExportSchedule,
4416
- ExportRecurrencePeriod: ExportRecurrencePeriod,
4417
- CommonExportProperties: CommonExportProperties,
4418
- ExportDeliveryInfo: ExportDeliveryInfo,
4419
- ExportDeliveryDestination: ExportDeliveryDestination,
4420
- ExportDefinition: ExportDefinition,
4421
- ExportTimePeriod: ExportTimePeriod,
4394
+ DismissAlertPayload: DismissAlertPayload,
4395
+ DownloadURL: DownloadURL,
4396
+ ErrorDetails: ErrorDetails,
4397
+ ErrorDetailsWithNestedDetails: ErrorDetailsWithNestedDetails,
4398
+ ErrorResponse: ErrorResponse,
4399
+ ErrorResponseWithNestedDetails: ErrorResponseWithNestedDetails,
4400
+ Export: Export,
4422
4401
  ExportDataset: ExportDataset,
4423
4402
  ExportDatasetConfiguration: ExportDatasetConfiguration,
4403
+ ExportDefinition: ExportDefinition,
4404
+ ExportDeliveryDestination: ExportDeliveryDestination,
4405
+ ExportDeliveryInfo: ExportDeliveryInfo,
4424
4406
  ExportExecutionListResult: ExportExecutionListResult,
4425
- GenerateCostDetailsReportRequestDefinition: GenerateCostDetailsReportRequestDefinition,
4426
- CostDetailsTimePeriod: CostDetailsTimePeriod,
4427
- CostDetailsOperationResults: CostDetailsOperationResults,
4428
- BlobInfo: BlobInfo,
4407
+ ExportListResult: ExportListResult,
4408
+ ExportProperties: ExportProperties,
4409
+ ExportRecurrencePeriod: ExportRecurrencePeriod,
4410
+ ExportRun: ExportRun,
4411
+ ExportSchedule: ExportSchedule,
4412
+ ExportTimePeriod: ExportTimePeriod,
4413
+ FileDestination: FileDestination,
4414
+ ForecastAggregation: ForecastAggregation,
4415
+ ForecastColumn: ForecastColumn,
4416
+ ForecastComparisonExpression: ForecastComparisonExpression,
4417
+ ForecastDataset: ForecastDataset,
4418
+ ForecastDatasetConfiguration: ForecastDatasetConfiguration,
4419
+ ForecastDefinition: ForecastDefinition,
4420
+ ForecastFilter: ForecastFilter,
4421
+ ForecastResult: ForecastResult,
4422
+ ForecastTimePeriod: ForecastTimePeriod,
4423
+ GenerateCostDetailsReportCreateOperationHeaders: GenerateCostDetailsReportCreateOperationHeaders,
4429
4424
  GenerateCostDetailsReportErrorResponse: GenerateCostDetailsReportErrorResponse,
4425
+ GenerateCostDetailsReportRequestDefinition: GenerateCostDetailsReportRequestDefinition,
4426
+ GenerateDetailedCostReportCreateOperationHeaders: GenerateDetailedCostReportCreateOperationHeaders,
4430
4427
  GenerateDetailedCostReportDefinition: GenerateDetailedCostReportDefinition,
4431
- GenerateDetailedCostReportTimePeriod: GenerateDetailedCostReportTimePeriod,
4432
- GenerateDetailedCostReportOperationResult: GenerateDetailedCostReportOperationResult,
4433
- DownloadURL: DownloadURL,
4434
4428
  GenerateDetailedCostReportErrorResponse: GenerateDetailedCostReportErrorResponse,
4429
+ GenerateDetailedCostReportOperationResult: GenerateDetailedCostReportOperationResult,
4435
4430
  GenerateDetailedCostReportOperationStatuses: GenerateDetailedCostReportOperationStatuses,
4436
- Status: Status,
4437
- ScheduledActionListResult: ScheduledActionListResult,
4438
- FileDestination: FileDestination,
4431
+ GenerateDetailedCostReportTimePeriod: GenerateDetailedCostReportTimePeriod,
4432
+ GenerateReservationDetailsReportByBillingAccountIdHeaders: GenerateReservationDetailsReportByBillingAccountIdHeaders,
4433
+ GenerateReservationDetailsReportByBillingProfileIdHeaders: GenerateReservationDetailsReportByBillingProfileIdHeaders,
4434
+ IncludedQuantityUtilizationSummary: IncludedQuantityUtilizationSummary,
4435
+ IncludedQuantityUtilizationSummaryProperties: IncludedQuantityUtilizationSummaryProperties,
4436
+ KpiProperties: KpiProperties,
4439
4437
  NotificationProperties: NotificationProperties,
4440
- ScheduleProperties: ScheduleProperties,
4441
- SystemData: SystemData,
4442
- Resource: Resource,
4443
- ErrorResponseWithNestedDetails: ErrorResponseWithNestedDetails,
4444
- CheckNameAvailabilityRequest: CheckNameAvailabilityRequest,
4445
- CheckNameAvailabilityResponse: CheckNameAvailabilityResponse,
4446
- BenefitRecommendationsListResult: BenefitRecommendationsListResult,
4447
- BenefitRecommendationProperties: BenefitRecommendationProperties,
4448
- RecommendationUsageDetails: RecommendationUsageDetails,
4449
- AllSavingsBenefitDetails: AllSavingsBenefitDetails,
4450
- AllSavingsList: AllSavingsList,
4451
- BenefitUtilizationSummariesListResult: BenefitUtilizationSummariesListResult,
4452
- BenefitUtilizationSummaryProperties: BenefitUtilizationSummaryProperties,
4453
- CostManagementOperation: CostManagementOperation,
4454
- ErrorDetailsWithNestedDetails: ErrorDetailsWithNestedDetails,
4455
- View: View,
4456
- Alert: Alert,
4457
- ExportRun: ExportRun,
4458
- Export: Export,
4459
- ForecastResult: ForecastResult,
4460
- Dimension: Dimension,
4461
- QueryResult: QueryResult,
4462
- ExportProperties: ExportProperties,
4438
+ Operation: Operation,
4439
+ OperationDisplay: OperationDisplay,
4440
+ OperationListResult: OperationListResult,
4441
+ OperationStatus: OperationStatus,
4442
+ PivotProperties: PivotProperties,
4443
+ PriceSheetDownloadByBillingProfileHeaders: PriceSheetDownloadByBillingProfileHeaders,
4444
+ PriceSheetDownloadHeaders: PriceSheetDownloadHeaders,
4463
4445
  ProxyResource: ProxyResource,
4464
- BenefitResource: BenefitResource,
4465
- BenefitUtilizationSummary: BenefitUtilizationSummary,
4466
- SingleScopeBenefitRecommendationProperties: SingleScopeBenefitRecommendationProperties,
4467
- SharedScopeBenefitRecommendationProperties: SharedScopeBenefitRecommendationProperties,
4468
- IncludedQuantityUtilizationSummaryProperties: IncludedQuantityUtilizationSummaryProperties,
4469
- SavingsPlanUtilizationSummaryProperties: SavingsPlanUtilizationSummaryProperties,
4470
- ScheduledActionProxyResource: ScheduledActionProxyResource,
4471
- BenefitRecommendationModel: BenefitRecommendationModel,
4472
- IncludedQuantityUtilizationSummary: IncludedQuantityUtilizationSummary,
4446
+ QueryAggregation: QueryAggregation,
4447
+ QueryColumn: QueryColumn,
4448
+ QueryComparisonExpression: QueryComparisonExpression,
4449
+ QueryDataset: QueryDataset,
4450
+ QueryDatasetConfiguration: QueryDatasetConfiguration,
4451
+ QueryDefinition: QueryDefinition,
4452
+ QueryFilter: QueryFilter,
4453
+ QueryGrouping: QueryGrouping,
4454
+ QueryResult: QueryResult,
4455
+ QueryTimePeriod: QueryTimePeriod,
4456
+ RecommendationUsageDetails: RecommendationUsageDetails,
4457
+ ReportConfigAggregation: ReportConfigAggregation,
4458
+ ReportConfigComparisonExpression: ReportConfigComparisonExpression,
4459
+ ReportConfigDataset: ReportConfigDataset,
4460
+ ReportConfigDatasetConfiguration: ReportConfigDatasetConfiguration,
4461
+ ReportConfigFilter: ReportConfigFilter,
4462
+ ReportConfigGrouping: ReportConfigGrouping,
4463
+ ReportConfigSorting: ReportConfigSorting,
4464
+ ReportConfigTimePeriod: ReportConfigTimePeriod,
4465
+ Resource: Resource,
4473
4466
  SavingsPlanUtilizationSummary: SavingsPlanUtilizationSummary,
4467
+ SavingsPlanUtilizationSummaryProperties: SavingsPlanUtilizationSummaryProperties,
4468
+ ScheduleProperties: ScheduleProperties,
4474
4469
  ScheduledAction: ScheduledAction,
4475
- GenerateReservationDetailsReportByBillingAccountIdHeaders: GenerateReservationDetailsReportByBillingAccountIdHeaders,
4476
- GenerateReservationDetailsReportByBillingProfileIdHeaders: GenerateReservationDetailsReportByBillingProfileIdHeaders,
4477
- GenerateCostDetailsReportCreateOperationHeaders: GenerateCostDetailsReportCreateOperationHeaders,
4478
- GenerateDetailedCostReportCreateOperationHeaders: GenerateDetailedCostReportCreateOperationHeaders,
4479
- PriceSheetDownloadHeaders: PriceSheetDownloadHeaders,
4480
- PriceSheetDownloadByBillingProfileHeaders: PriceSheetDownloadByBillingProfileHeaders,
4470
+ ScheduledActionListResult: ScheduledActionListResult,
4471
+ ScheduledActionProxyResource: ScheduledActionProxyResource,
4472
+ SharedScopeBenefitRecommendationProperties: SharedScopeBenefitRecommendationProperties,
4473
+ SingleScopeBenefitRecommendationProperties: SingleScopeBenefitRecommendationProperties,
4474
+ Status: Status,
4475
+ SystemData: SystemData,
4476
+ View: View,
4477
+ ViewListResult: ViewListResult,
4481
4478
  discriminators: discriminators
4482
4479
  });
4483
4480
 
@@ -4920,16 +4917,11 @@ class OperationsImpl {
4920
4917
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
4921
4918
  var _a, e_1, _b, _c;
4922
4919
  try {
4923
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
4920
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
4924
4921
  _c = _f.value;
4925
4922
  _d = false;
4926
- try {
4927
- const page = _c;
4928
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4929
- }
4930
- finally {
4931
- _d = true;
4932
- }
4923
+ const page = _c;
4924
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
4933
4925
  }
4934
4926
  }
4935
4927
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5053,16 +5045,11 @@ class ViewsImpl {
5053
5045
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5054
5046
  var _a, e_1, _b, _c;
5055
5047
  try {
5056
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5048
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5057
5049
  _c = _f.value;
5058
5050
  _d = false;
5059
- try {
5060
- const page = _c;
5061
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5062
- }
5063
- finally {
5064
- _d = true;
5065
- }
5051
+ const page = _c;
5052
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5066
5053
  }
5067
5054
  }
5068
5055
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5136,16 +5123,11 @@ class ViewsImpl {
5136
5123
  return tslib.__asyncGenerator(this, arguments, function* listByScopePagingAll_1() {
5137
5124
  var _a, e_2, _b, _c;
5138
5125
  try {
5139
- for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5126
+ for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5140
5127
  _c = _f.value;
5141
5128
  _d = false;
5142
- try {
5143
- const page = _c;
5144
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5145
- }
5146
- finally {
5147
- _d = true;
5148
- }
5129
+ const page = _c;
5130
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5149
5131
  }
5150
5132
  }
5151
5133
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -5833,16 +5815,11 @@ class DimensionsImpl {
5833
5815
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
5834
5816
  var _a, e_1, _b, _c;
5835
5817
  try {
5836
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5818
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5837
5819
  _c = _f.value;
5838
5820
  _d = false;
5839
- try {
5840
- const page = _c;
5841
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5842
- }
5843
- finally {
5844
- _d = true;
5845
- }
5821
+ const page = _c;
5822
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5846
5823
  }
5847
5824
  }
5848
5825
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -5891,16 +5868,11 @@ class DimensionsImpl {
5891
5868
  return tslib.__asyncGenerator(this, arguments, function* byExternalCloudProviderTypePagingAll_1() {
5892
5869
  var _a, e_2, _b, _c;
5893
5870
  try {
5894
- for (var _d = true, _e = tslib.__asyncValues(this.byExternalCloudProviderTypePagingPage(externalCloudProviderType, externalCloudProviderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
5871
+ for (var _d = true, _e = tslib.__asyncValues(this.byExternalCloudProviderTypePagingPage(externalCloudProviderType, externalCloudProviderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
5895
5872
  _c = _f.value;
5896
5873
  _d = false;
5897
- try {
5898
- const page = _c;
5899
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5900
- }
5901
- finally {
5902
- _d = true;
5903
- }
5874
+ const page = _c;
5875
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
5904
5876
  }
5905
5877
  }
5906
5878
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -7331,16 +7303,11 @@ class ScheduledActionsImpl {
7331
7303
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7332
7304
  var _a, e_1, _b, _c;
7333
7305
  try {
7334
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7306
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7335
7307
  _c = _f.value;
7336
7308
  _d = false;
7337
- try {
7338
- const page = _c;
7339
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7340
- }
7341
- finally {
7342
- _d = true;
7343
- }
7309
+ const page = _c;
7310
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7344
7311
  }
7345
7312
  }
7346
7313
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -7413,16 +7380,11 @@ class ScheduledActionsImpl {
7413
7380
  return tslib.__asyncGenerator(this, arguments, function* listByScopePagingAll_1() {
7414
7381
  var _a, e_2, _b, _c;
7415
7382
  try {
7416
- for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7383
+ for (var _d = true, _e = tslib.__asyncValues(this.listByScopePagingPage(scope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7417
7384
  _c = _f.value;
7418
7385
  _d = false;
7419
- try {
7420
- const page = _c;
7421
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7422
- }
7423
- finally {
7424
- _d = true;
7425
- }
7386
+ const page = _c;
7387
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7426
7388
  }
7427
7389
  }
7428
7390
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -7968,16 +7930,11 @@ class BenefitRecommendationsImpl {
7968
7930
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
7969
7931
  var _a, e_1, _b, _c;
7970
7932
  try {
7971
- for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(billingScope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
7933
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(billingScope, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
7972
7934
  _c = _f.value;
7973
7935
  _d = false;
7974
- try {
7975
- const page = _c;
7976
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7977
- }
7978
- finally {
7979
- _d = true;
7980
- }
7936
+ const page = _c;
7937
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
7981
7938
  }
7982
7939
  }
7983
7940
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -8124,16 +8081,11 @@ class BenefitUtilizationSummariesImpl {
8124
8081
  return tslib.__asyncGenerator(this, arguments, function* listByBillingAccountIdPagingAll_1() {
8125
8082
  var _a, e_1, _b, _c;
8126
8083
  try {
8127
- for (var _d = true, _e = tslib.__asyncValues(this.listByBillingAccountIdPagingPage(billingAccountId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8084
+ for (var _d = true, _e = tslib.__asyncValues(this.listByBillingAccountIdPagingPage(billingAccountId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8128
8085
  _c = _f.value;
8129
8086
  _d = false;
8130
- try {
8131
- const page = _c;
8132
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8133
- }
8134
- finally {
8135
- _d = true;
8136
- }
8087
+ const page = _c;
8088
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8137
8089
  }
8138
8090
  }
8139
8091
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
@@ -8193,16 +8145,11 @@ class BenefitUtilizationSummariesImpl {
8193
8145
  return tslib.__asyncGenerator(this, arguments, function* listByBillingProfileIdPagingAll_1() {
8194
8146
  var _a, e_2, _b, _c;
8195
8147
  try {
8196
- for (var _d = true, _e = tslib.__asyncValues(this.listByBillingProfileIdPagingPage(billingAccountId, billingProfileId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8148
+ for (var _d = true, _e = tslib.__asyncValues(this.listByBillingProfileIdPagingPage(billingAccountId, billingProfileId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8197
8149
  _c = _f.value;
8198
8150
  _d = false;
8199
- try {
8200
- const page = _c;
8201
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8202
- }
8203
- finally {
8204
- _d = true;
8205
- }
8151
+ const page = _c;
8152
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8206
8153
  }
8207
8154
  }
8208
8155
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
@@ -8260,16 +8207,11 @@ class BenefitUtilizationSummariesImpl {
8260
8207
  return tslib.__asyncGenerator(this, arguments, function* listBySavingsPlanOrderPagingAll_1() {
8261
8208
  var _a, e_3, _b, _c;
8262
8209
  try {
8263
- for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanOrderPagingPage(savingsPlanOrderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8210
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanOrderPagingPage(savingsPlanOrderId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8264
8211
  _c = _f.value;
8265
8212
  _d = false;
8266
- try {
8267
- const page = _c;
8268
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8269
- }
8270
- finally {
8271
- _d = true;
8272
- }
8213
+ const page = _c;
8214
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8273
8215
  }
8274
8216
  }
8275
8217
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
@@ -8328,16 +8270,11 @@ class BenefitUtilizationSummariesImpl {
8328
8270
  return tslib.__asyncGenerator(this, arguments, function* listBySavingsPlanIdPagingAll_1() {
8329
8271
  var _a, e_4, _b, _c;
8330
8272
  try {
8331
- for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanIdPagingPage(savingsPlanOrderId, savingsPlanId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
8273
+ for (var _d = true, _e = tslib.__asyncValues(this.listBySavingsPlanIdPagingPage(savingsPlanOrderId, savingsPlanId, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
8332
8274
  _c = _f.value;
8333
8275
  _d = false;
8334
- try {
8335
- const page = _c;
8336
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8337
- }
8338
- finally {
8339
- _d = true;
8340
- }
8276
+ const page = _c;
8277
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
8341
8278
  }
8342
8279
  }
8343
8280
  catch (e_4_1) { e_4 = { error: e_4_1 }; }