@aws-sdk/client-cost-explorer 3.1087.0 → 3.1089.0
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-cjs/index.js +1 -1
- package/dist-types/ts3.4/CostExplorer.d.ts +159 -221
- package/dist-types/ts3.4/CostExplorerClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAnomaliesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAnomalyMonitorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAnomalySubscriptionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetApproximateUsageRecordsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCommitmentPurchaseAnalysisCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostAndUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCostAndUsageComparisonsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostAndUsageWithResourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostCategoriesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCostComparisonDriversCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCostForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDimensionValuesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReservationCoverageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetReservationPurchaseRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetReservationUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRightsizingRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansCoverageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansPurchaseRecommendationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSavingsPlansUtilizationDetailsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUsageForecastCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCommitmentPurchaseAnalysesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostAllocationTagsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCostCategoryDefinitionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCostCategoryResourceAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ProvideAnomalyFeedbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartCommitmentPurchaseAnalysisCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.d.ts +4 -8
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAnomalyMonitorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAnomalySubscriptionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCostAllocationTagsStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCostCategoryDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +16 -32
- package/dist-types/ts3.4/models/errors.d.ts +15 -48
- package/dist-types/ts3.4/models/models_0.d.ts +8 -24
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38