[][src]Trait rusoto_ce::CostExplorer

pub trait CostExplorer {
#[must_use]    pub fn create_cost_category_definition<'life0, 'async_trait>(
        &'life0 self,
        input: CreateCostCategoryDefinitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateCostCategoryDefinitionResponse, RusotoError<CreateCostCategoryDefinitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_cost_category_definition<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteCostCategoryDefinitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteCostCategoryDefinitionResponse, RusotoError<DeleteCostCategoryDefinitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_cost_category_definition<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeCostCategoryDefinitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeCostCategoryDefinitionResponse, RusotoError<DescribeCostCategoryDefinitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_cost_and_usage<'life0, 'async_trait>(
        &'life0 self,
        input: GetCostAndUsageRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCostAndUsageResponse, RusotoError<GetCostAndUsageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_cost_and_usage_with_resources<'life0, 'async_trait>(
        &'life0 self,
        input: GetCostAndUsageWithResourcesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCostAndUsageWithResourcesResponse, RusotoError<GetCostAndUsageWithResourcesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_cost_forecast<'life0, 'async_trait>(
        &'life0 self,
        input: GetCostForecastRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetCostForecastResponse, RusotoError<GetCostForecastError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_dimension_values<'life0, 'async_trait>(
        &'life0 self,
        input: GetDimensionValuesRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDimensionValuesResponse, RusotoError<GetDimensionValuesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_reservation_coverage<'life0, 'async_trait>(
        &'life0 self,
        input: GetReservationCoverageRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetReservationCoverageResponse, RusotoError<GetReservationCoverageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_reservation_purchase_recommendation<'life0, 'async_trait>(
        &'life0 self,
        input: GetReservationPurchaseRecommendationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetReservationPurchaseRecommendationResponse, RusotoError<GetReservationPurchaseRecommendationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_reservation_utilization<'life0, 'async_trait>(
        &'life0 self,
        input: GetReservationUtilizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetReservationUtilizationResponse, RusotoError<GetReservationUtilizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_rightsizing_recommendation<'life0, 'async_trait>(
        &'life0 self,
        input: GetRightsizingRecommendationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRightsizingRecommendationResponse, RusotoError<GetRightsizingRecommendationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_savings_plans_coverage<'life0, 'async_trait>(
        &'life0 self,
        input: GetSavingsPlansCoverageRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansCoverageResponse, RusotoError<GetSavingsPlansCoverageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_savings_plans_purchase_recommendation<'life0, 'async_trait>(
        &'life0 self,
        input: GetSavingsPlansPurchaseRecommendationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansPurchaseRecommendationResponse, RusotoError<GetSavingsPlansPurchaseRecommendationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_savings_plans_utilization<'life0, 'async_trait>(
        &'life0 self,
        input: GetSavingsPlansUtilizationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansUtilizationResponse, RusotoError<GetSavingsPlansUtilizationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_savings_plans_utilization_details<'life0, 'async_trait>(
        &'life0 self,
        input: GetSavingsPlansUtilizationDetailsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansUtilizationDetailsResponse, RusotoError<GetSavingsPlansUtilizationDetailsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_tags<'life0, 'async_trait>(
        &'life0 self,
        input: GetTagsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTagsResponse, RusotoError<GetTagsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_usage_forecast<'life0, 'async_trait>(
        &'life0 self,
        input: GetUsageForecastRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetUsageForecastResponse, RusotoError<GetUsageForecastError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_cost_category_definitions<'life0, 'async_trait>(
        &'life0 self,
        input: ListCostCategoryDefinitionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListCostCategoryDefinitionsResponse, RusotoError<ListCostCategoryDefinitionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_cost_category_definition<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateCostCategoryDefinitionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateCostCategoryDefinitionResponse, RusotoError<UpdateCostCategoryDefinitionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS Cost Explorer API. AWS Cost Explorer clients implement this trait.

Required methods

#[must_use]pub fn create_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCostCategoryDefinitionResponse, RusotoError<CreateCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Cost Category with the requested name and rules.

#[must_use]pub fn delete_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCostCategoryDefinitionResponse, RusotoError<DeleteCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.

#[must_use]pub fn describe_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCostCategoryDefinitionResponse, RusotoError<DescribeCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account.

You have the option to use EffectiveOn to return a Cost Category that is active on a specific date. If there is no EffectiveOn specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response.

#[must_use]pub fn get_cost_and_usage<'life0, 'async_trait>(
    &'life0 self,
    input: GetCostAndUsageRequest
) -> Pin<Box<dyn Future<Output = Result<GetCostAndUsageResponse, RusotoError<GetCostAndUsageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Master accounts in an organization in AWS Organizations have access to all member accounts.

#[must_use]pub fn get_cost_and_usage_with_resources<'life0, 'async_trait>(
    &'life0 self,
    input: GetCostAndUsageWithResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<GetCostAndUsageWithResourcesResponse, RusotoError<GetCostAndUsageWithResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Master accounts in an organization in AWS Organizations have access to all member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.

This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see Controlling Access for Cost Explorer in the AWS Billing and Cost Management User Guide.

#[must_use]pub fn get_cost_forecast<'life0, 'async_trait>(
    &'life0 self,
    input: GetCostForecastRequest
) -> Pin<Box<dyn Future<Output = Result<GetCostForecastResponse, RusotoError<GetCostForecastError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.

#[must_use]pub fn get_dimension_values<'life0, 'async_trait>(
    &'life0 self,
    input: GetDimensionValuesRequest
) -> Pin<Box<dyn Future<Output = Result<GetDimensionValuesResponse, RusotoError<GetDimensionValuesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.

#[must_use]pub fn get_reservation_coverage<'life0, 'async_trait>(
    &'life0 self,
    input: GetReservationCoverageRequest
) -> Pin<Box<dyn Future<Output = Result<GetReservationCoverageResponse, RusotoError<GetReservationCoverageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions:

  • AZ

  • CACHE_ENGINE

  • DATABASE_ENGINE

  • DEPLOYMENT_OPTION

  • INSTANCE_TYPE

  • LINKED_ACCOUNT

  • OPERATING_SYSTEM

  • PLATFORM

  • REGION

  • SERVICE

  • TAG

  • TENANCY

To determine valid values for a dimension, use the GetDimensionValues operation.

#[must_use]pub fn get_reservation_purchase_recommendation<'life0, 'async_trait>(
    &'life0 self,
    input: GetReservationPurchaseRecommendationRequest
) -> Pin<Box<dyn Future<Output = Result<GetReservationPurchaseRecommendationResponse, RusotoError<GetReservationPurchaseRecommendationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets recommendations for which reservations to purchase. These recommendations could help you reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.

AWS generates your recommendations by identifying your On-Demand usage during a specific time period and collecting your usage into categories that are eligible for a reservation. After AWS has these categories, it simulates every combination of reservations in each category of usage to identify the best number of each type of RI to purchase to maximize your estimated savings.

For example, AWS automatically aggregates your Amazon EC2 Linux, shared tenancy, and c4 family usage in the US West (Oregon) Region and recommends that you buy size-flexible regional reservations to apply to the c4 family usage. AWS recommends the smallest size instance in an instance family. This makes it easier to purchase a size-flexible RI. AWS also shows the equal number of normalized units so that you can purchase any instance size that you want. For this example, your RI recommendation would be for c4.large because that is the smallest size instance in the c4 instance family.

#[must_use]pub fn get_reservation_utilization<'life0, 'async_trait>(
    &'life0 self,
    input: GetReservationUtilizationRequest
) -> Pin<Box<dyn Future<Output = Result<GetReservationUtilizationResponse, RusotoError<GetReservationUtilizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the reservation utilization for your account. Master accounts in an organization have access to member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID.

#[must_use]pub fn get_rightsizing_recommendation<'life0, 'async_trait>(
    &'life0 self,
    input: GetRightsizingRecommendationRequest
) -> Pin<Box<dyn Future<Output = Result<GetRightsizingRecommendationResponse, RusotoError<GetRightsizingRecommendationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.

Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For details on calculation and function, see Optimizing Your Cost with Rightsizing Recommendations in the AWS Billing and Cost Management User Guide.

#[must_use]pub fn get_savings_plans_coverage<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansCoverageRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansCoverageResponse, RusotoError<GetSavingsPlansCoverageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:

  • LINKED_ACCOUNT

  • REGION

  • SERVICE

  • INSTANCE_FAMILY

To determine valid values for a dimension, use the GetDimensionValues operation.

#[must_use]pub fn get_savings_plans_purchase_recommendation<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansPurchaseRecommendationRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansPurchaseRecommendationResponse, RusotoError<GetSavingsPlansPurchaseRecommendationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves your request parameters, Savings Plan Recommendations Summary and Details.

#[must_use]pub fn get_savings_plans_utilization<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansUtilizationRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansUtilizationResponse, RusotoError<GetSavingsPlansUtilizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Master accounts in an organization have access to member accounts. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.

You cannot group by any dimension values for GetSavingsPlansUtilization.

#[must_use]pub fn get_savings_plans_utilization_details<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansUtilizationDetailsRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansUtilizationDetailsResponse, RusotoError<GetSavingsPlansUtilizationDetailsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single response similar to GetSavingsPlanUtilization, but you have the option to make multiple calls to GetSavingsPlanUtilizationDetails by providing individual dates. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.

GetSavingsPlanUtilizationDetails internally groups data by SavingsPlansArn.

#[must_use]pub fn get_tags<'life0, 'async_trait>(
    &'life0 self,
    input: GetTagsRequest
) -> Pin<Box<dyn Future<Output = Result<GetTagsResponse, RusotoError<GetTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.

#[must_use]pub fn get_usage_forecast<'life0, 'async_trait>(
    &'life0 self,
    input: GetUsageForecastRequest
) -> Pin<Box<dyn Future<Output = Result<GetUsageForecastResponse, RusotoError<GetUsageForecastError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.

#[must_use]pub fn list_cost_category_definitions<'life0, 'async_trait>(
    &'life0 self,
    input: ListCostCategoryDefinitionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListCostCategoryDefinitionsResponse, RusotoError<ListCostCategoryDefinitionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the name, ARN, NumberOfRules and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response. ListCostCategoryDefinitions supports pagination. The request can have a MaxResults range up to 100.

#[must_use]pub fn update_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateCostCategoryDefinitionResponse, RusotoError<UpdateCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.

Loading content...

Implementors

impl CostExplorer for CostExplorerClient[src]

pub fn create_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: CreateCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateCostCategoryDefinitionResponse, RusotoError<CreateCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Cost Category with the requested name and rules.

pub fn delete_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteCostCategoryDefinitionResponse, RusotoError<DeleteCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a Cost Category. Expenses from this month going forward will no longer be categorized with this Cost Category.

pub fn describe_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeCostCategoryDefinitionResponse, RusotoError<DescribeCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the name, ARN, rules, definition, and effective dates of a Cost Category that's defined in the account.

You have the option to use EffectiveOn to return a Cost Category that is active on a specific date. If there is no EffectiveOn specified, you’ll see a Cost Category that is effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response.

pub fn get_cost_and_usage<'life0, 'async_trait>(
    &'life0 self,
    input: GetCostAndUsageRequest
) -> Pin<Box<dyn Future<Output = Result<GetCostAndUsageResponse, RusotoError<GetCostAndUsageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves cost and usage metrics for your account. You can specify which cost and usage-related metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Master accounts in an organization in AWS Organizations have access to all member accounts.

pub fn get_cost_and_usage_with_resources<'life0, 'async_trait>(
    &'life0 self,
    input: GetCostAndUsageWithResourcesRequest
) -> Pin<Box<dyn Future<Output = Result<GetCostAndUsageWithResourcesResponse, RusotoError<GetCostAndUsageWithResourcesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves cost and usage metrics with resources for your account. You can specify which cost and usage-related metric, such as BlendedCosts or UsageQuantity, that you want the request to return. You can also filter and group your data by various dimensions, such as SERVICE or AZ, in a specific time range. For a complete list of valid dimensions, see the GetDimensionValues operation. Master accounts in an organization in AWS Organizations have access to all member accounts. This API is currently available for the Amazon Elastic Compute Cloud – Compute service only.

This is an opt-in only feature. You can enable this feature from the Cost Explorer Settings page. For information on how to access the Settings page, see Controlling Access for Cost Explorer in the AWS Billing and Cost Management User Guide.

pub fn get_cost_forecast<'life0, 'async_trait>(
    &'life0 self,
    input: GetCostForecastRequest
) -> Pin<Box<dyn Future<Output = Result<GetCostForecastResponse, RusotoError<GetCostForecastError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a forecast for how much Amazon Web Services predicts that you will spend over the forecast time period that you select, based on your past costs.

pub fn get_dimension_values<'life0, 'async_trait>(
    &'life0 self,
    input: GetDimensionValuesRequest
) -> Pin<Box<dyn Future<Output = Result<GetDimensionValuesResponse, RusotoError<GetDimensionValuesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string.

pub fn get_reservation_coverage<'life0, 'async_trait>(
    &'life0 self,
    input: GetReservationCoverageRequest
) -> Pin<Box<dyn Future<Output = Result<GetReservationCoverageResponse, RusotoError<GetReservationCoverageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the reservation coverage for your account. This enables you to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation. An organization's master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data about reservation usage by the following dimensions:

  • AZ

  • CACHE_ENGINE

  • DATABASE_ENGINE

  • DEPLOYMENT_OPTION

  • INSTANCE_TYPE

  • LINKED_ACCOUNT

  • OPERATING_SYSTEM

  • PLATFORM

  • REGION

  • SERVICE

  • TAG

  • TENANCY

To determine valid values for a dimension, use the GetDimensionValues operation.

pub fn get_reservation_purchase_recommendation<'life0, 'async_trait>(
    &'life0 self,
    input: GetReservationPurchaseRecommendationRequest
) -> Pin<Box<dyn Future<Output = Result<GetReservationPurchaseRecommendationResponse, RusotoError<GetReservationPurchaseRecommendationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets recommendations for which reservations to purchase. These recommendations could help you reduce your costs. Reservations provide a discounted hourly rate (up to 75%) compared to On-Demand pricing.

AWS generates your recommendations by identifying your On-Demand usage during a specific time period and collecting your usage into categories that are eligible for a reservation. After AWS has these categories, it simulates every combination of reservations in each category of usage to identify the best number of each type of RI to purchase to maximize your estimated savings.

For example, AWS automatically aggregates your Amazon EC2 Linux, shared tenancy, and c4 family usage in the US West (Oregon) Region and recommends that you buy size-flexible regional reservations to apply to the c4 family usage. AWS recommends the smallest size instance in an instance family. This makes it easier to purchase a size-flexible RI. AWS also shows the equal number of normalized units so that you can purchase any instance size that you want. For this example, your RI recommendation would be for c4.large because that is the smallest size instance in the c4 instance family.

pub fn get_reservation_utilization<'life0, 'async_trait>(
    &'life0 self,
    input: GetReservationUtilizationRequest
) -> Pin<Box<dyn Future<Output = Result<GetReservationUtilizationResponse, RusotoError<GetReservationUtilizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the reservation utilization for your account. Master accounts in an organization have access to member accounts. You can filter data by dimensions in a time period. You can use GetDimensionValues to determine the possible dimension values. Currently, you can group only by SUBSCRIPTION_ID.

pub fn get_rightsizing_recommendation<'life0, 'async_trait>(
    &'life0 self,
    input: GetRightsizingRecommendationRequest
) -> Pin<Box<dyn Future<Output = Result<GetRightsizingRecommendationResponse, RusotoError<GetRightsizingRecommendationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates recommendations that help you save cost by identifying idle and underutilized Amazon EC2 instances.

Recommendations are generated to either downsize or terminate instances, along with providing savings detail and metrics. For details on calculation and function, see Optimizing Your Cost with Rightsizing Recommendations in the AWS Billing and Cost Management User Guide.

pub fn get_savings_plans_coverage<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansCoverageRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansCoverageResponse, RusotoError<GetSavingsPlansCoverageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the Savings Plans covered for your account. This enables you to see how much of your cost is covered by a Savings Plan. An organization’s master account can see the coverage of the associated member accounts. This supports dimensions, Cost Categories, and nested expressions. For any time period, you can filter data for Savings Plans usage with the following dimensions:

  • LINKED_ACCOUNT

  • REGION

  • SERVICE

  • INSTANCE_FAMILY

To determine valid values for a dimension, use the GetDimensionValues operation.

pub fn get_savings_plans_purchase_recommendation<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansPurchaseRecommendationRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansPurchaseRecommendationResponse, RusotoError<GetSavingsPlansPurchaseRecommendationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves your request parameters, Savings Plan Recommendations Summary and Details.

pub fn get_savings_plans_utilization<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansUtilizationRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansUtilizationResponse, RusotoError<GetSavingsPlansUtilizationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the Savings Plans utilization for your account across date ranges with daily or monthly granularity. Master accounts in an organization have access to member accounts. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.

You cannot group by any dimension values for GetSavingsPlansUtilization.

pub fn get_savings_plans_utilization_details<'life0, 'async_trait>(
    &'life0 self,
    input: GetSavingsPlansUtilizationDetailsRequest
) -> Pin<Box<dyn Future<Output = Result<GetSavingsPlansUtilizationDetailsResponse, RusotoError<GetSavingsPlansUtilizationDetailsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves attribute data along with aggregate utilization and savings data for a given time period. This doesn't support granular or grouped data (daily/monthly) in response. You can't retrieve data by dates in a single response similar to GetSavingsPlanUtilization, but you have the option to make multiple calls to GetSavingsPlanUtilizationDetails by providing individual dates. You can use GetDimensionValues in SAVINGS_PLANS to determine the possible dimension values.

GetSavingsPlanUtilizationDetails internally groups data by SavingsPlansArn.

pub fn get_tags<'life0, 'async_trait>(
    &'life0 self,
    input: GetTagsRequest
) -> Pin<Box<dyn Future<Output = Result<GetTagsResponse, RusotoError<GetTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string.

pub fn get_usage_forecast<'life0, 'async_trait>(
    &'life0 self,
    input: GetUsageForecastRequest
) -> Pin<Box<dyn Future<Output = Result<GetUsageForecastResponse, RusotoError<GetUsageForecastError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a forecast for how much Amazon Web Services predicts that you will use over the forecast time period that you select, based on your past usage.

pub fn list_cost_category_definitions<'life0, 'async_trait>(
    &'life0 self,
    input: ListCostCategoryDefinitionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListCostCategoryDefinitionsResponse, RusotoError<ListCostCategoryDefinitionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the name, ARN, NumberOfRules and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response. ListCostCategoryDefinitions supports pagination. The request can have a MaxResults range up to 100.

pub fn update_cost_category_definition<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateCostCategoryDefinitionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateCostCategoryDefinitionResponse, RusotoError<UpdateCostCategoryDefinitionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an existing Cost Category. Changes made to the Cost Category rules will be used to categorize the current month’s expenses and future expenses. This won’t change categorization for the previous months.

Loading content...