AWS.Tools.CostExplorer.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.CostExplorer</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCECostAndUsageCmdlet">
            <summary>
            Retrieves cost and usage metrics for your account. You can specify which cost and
            usage-related metric, such as <code>BlendedCosts</code> or <code>UsageQuantity</code>,
            that you want the request to return. You can also filter and group your data by various
            dimensions, such as <code>SERVICE</code> or <code>AZ</code>, in a specific time range.
            For a complete list of valid dimensions, see the <a href="http://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html">GetDimensionValues</a>
            operation. Master accounts in an organization in AWS Organizations have access to
            all member accounts.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostAndUsageCmdlet.Filter">
            <summary>
            <para>
            <para>Filters AWS costs by different dimensions. For example, you can specify <code>SERVICE</code>
            and <code>LINKED_ACCOUNT</code> and get the costs that are associated with that account's
            usage of that service. You can nest <code>Expression</code> objects to define any
            combination of dimension filters. For more information, see <a href="http://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostAndUsageCmdlet.Granularity">
            <summary>
            <para>
            <para>Sets the AWS cost granularity to <code>MONTHLY</code> or <code>DAILY</code>. If <code>Granularity</code>
            isn't set, the response object doesn't include the <code>Granularity</code>, either
            <code>MONTHLY</code> or <code>DAILY</code>. </para><para>The <code>GetCostAndUsageRequest</code> operation supports only <code>DAILY</code>
            and <code>MONTHLY</code> granularities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostAndUsageCmdlet.GroupBy">
            <summary>
            <para>
            <para>You can group AWS costs using up to two different groups, either dimensions, tag keys,
            or both.</para><para>When you group by tag key, you get all tag values, including empty strings.</para><para>Valid values are <code>AZ</code>, <code>INSTANCE_TYPE</code>, <code>LEGAL_ENTITY_NAME</code>,
            <code>LINKED_ACCOUNT</code>, <code>OPERATION</code>, <code>PLATFORM</code>, <code>PURCHASE_TYPE</code>,
            <code>SERVICE</code>, <code>TAGS</code>, <code>TENANCY</code>, and <code>USAGE_TYPE</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostAndUsageCmdlet.Metric">
            <summary>
            <para>
            <para>Which metrics are returned in the query. For more information about blended and unblended
            rates, see <a href="https://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/">Why
            does the "blended" annotation appear on some line items in my bill?</a>. </para><para>Valid values are <code>AmortizedCost</code>, <code>BlendedCost</code>, <code>NetAmortizedCost</code>,
            <code>NetUnblendedCost</code>, <code>NormalizedUsageAmount</code>, <code>UnblendedCost</code>,
            and <code>UsageQuantity</code>. </para><note><para>If you return the <code>UsageQuantity</code> metric, the service aggregates all usage
            numbers without taking into account the units. For example, if you aggregate <code>usageQuantity</code>
            across all of Amazon EC2, the results aren't meaningful because Amazon EC2 compute
            hours and data transfer are measured in different units (for example, hours vs. GB).
            To get more meaningful <code>UsageQuantity</code> metrics, filter by <code>UsageType</code>
            or <code>UsageTypeGroups</code>. </para></note><para><code>Metrics</code> is required for <code>GetCostAndUsage</code> requests.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostAndUsageCmdlet.TimePeriod">
            <summary>
            <para>
            <para>Sets the start and end dates for retrieving AWS costs. The start date is inclusive,
            but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code>
            and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is retrieved
            from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including
            <code>2017-05-01</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostAndUsageCmdlet.NextPageToken">
            <summary>
            <para>
            <para>The token to retrieve the next set of results. AWS provides the token when the response
            from a previous call has more results than the maximum page size.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCECostForecastCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostForecastCmdlet.Filter">
            <summary>
            <para>
            <para>The filters that you want to use to filter your forecast. Cost Explorer API supports
            all of the Cost Explorer filters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostForecastCmdlet.Granularity">
            <summary>
            <para>
            <para>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code>
            forecasts or 12 months of <code>MONTHLY</code> forecasts.</para><para>The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code>
            granularities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostForecastCmdlet.Metric">
            <summary>
            <para>
            <para>Which metric Cost Explorer uses to create your forecast. For more information about
            blended and unblended rates, see <a href="https://aws.amazon.com/premiumsupport/knowledge-center/blended-rates-intro/">Why
            does the "blended" annotation appear on some line items in my bill?</a>. </para><para>Valid values for a <code>GetCostForecast</code> call are the following:</para><ul><li><para>AMORTIZED_COST</para></li><li><para>BLENDED_COST</para></li><li><para>NET_AMORTIZED_COST</para></li><li><para>NET_UNBLENDED_COST</para></li><li><para>UNBLENDED_COST</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostForecastCmdlet.PredictionIntervalLevel">
            <summary>
            <para>
            <para>Cost Explorer always returns the mean forecast as a single point. You can request
            a prediction interval around the mean by specifying a confidence level. The higher
            the confidence level, the more confident Cost Explorer is about the actual value falling
            in the prediction interval. Higher confidence levels result in wider prediction intervals.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCECostForecastCmdlet.TimePeriod">
            <summary>
            <para>
            <para>The period of time that you want the forecast to cover.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCEDimensionValueCmdlet">
            <summary>
            Retrieves all available filter values for a specified filter over a period of time.
            You can search the dimension values for an arbitrary string.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEDimensionValueCmdlet.Context">
            <summary>
            <para>
            <para>The context for the call to <code>GetDimensionValues</code>. This can be <code>RESERVATIONS</code>
            or <code>COST_AND_USAGE</code>. The default value is <code>COST_AND_USAGE</code>.
            If the context is set to <code>RESERVATIONS</code>, the resulting dimension values
            can be used in the <code>GetReservationUtilization</code> operation. If the context
            is set to <code>COST_AND_USAGE</code>, the resulting dimension values can be used
            in the <code>GetCostAndUsage</code> operation.</para><para>If you set the context to <code>COST_AND_USAGE</code>, you can use the following dimensions
            for searching:</para><ul><li><para>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</para></li><li><para>DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora
            or MySQL.</para></li><li><para>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</para></li><li><para>LEGAL_ENTITY_NAME - The name of the organization that sells you AWS services, such
            as Amazon Web Services.</para></li><li><para>LINKED_ACCOUNT - The description in the attribute map that includes the full name
            of the member account. The value field contains the AWS ID of the member account.</para></li><li><para>OPERATING_SYSTEM - The operating system. Examples are Windows or Linux.</para></li><li><para>OPERATION - The action performed. Examples include <code>RunInstance</code> and <code>CreateBucket</code>.</para></li><li><para>PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.</para></li><li><para>PURCHASE_TYPE - The reservation type of the purchase to which this usage is related.
            Examples include On-Demand Instances and Standard Reserved Instances.</para></li><li><para>SERVICE - The AWS service such as Amazon DynamoDB.</para></li><li><para>USAGE_TYPE - The type of usage. An example is DataTransfer-In-Bytes. The response
            for the <code>GetDimensionValues</code> operation includes a unit attribute. Examples
            include GB and Hrs.</para></li><li><para>USAGE_TYPE_GROUP - The grouping of common usage types. An example is Amazon EC2: CloudWatch
            – Alarms. The response for this operation includes a unit attribute.</para></li><li><para>RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds,
            and credits.</para></li></ul><para>If you set the context to <code>RESERVATIONS</code>, you can use the following dimensions
            for searching:</para><ul><li><para>AZ - The Availability Zone. An example is <code>us-east-1a</code>.</para></li><li><para>CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.</para></li><li><para>DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid
            values are <code>SingleAZ</code> and <code>MultiAZ</code>.</para></li><li><para>INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.</para></li><li><para>LINKED_ACCOUNT - The description in the attribute map that includes the full name
            of the member account. The value field contains the AWS ID of the member account.</para></li><li><para>PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.</para></li><li><para>REGION - The AWS Region.</para></li><li><para>SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional
            or a single Availability Zone.</para></li><li><para>TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI).</para></li><li><para>TENANCY - The tenancy of a resource. Examples are shared or dedicated.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEDimensionValueCmdlet.Dimension">
            <summary>
            <para>
            <para>The name of the dimension. Each <code>Dimension</code> is available for a different
            <code>Context</code>. For more information, see <code>Context</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEDimensionValueCmdlet.SearchString">
            <summary>
            <para>
            <para>The value that you want to search the filter values for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEDimensionValueCmdlet.TimePeriod">
            <summary>
            <para>
            <para>The start and end dates for retrieving the dimension values. The start date is inclusive,
            but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code>
            and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is retrieved
            from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including
            <code>2017-05-01</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEDimensionValueCmdlet.NextPageToken">
            <summary>
            <para>
            <para>The token to retrieve the next set of results. AWS provides the token when the response
            from a previous call has more results than the maximum page size.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCEReservationCoverageCmdlet">
            <summary>
            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. For any time period,
            you can filter data about reservation usage by the following dimensions:
             
             <ul><li><para>
            AZ
            </para></li><li><para>
            CACHE_ENGINE
            </para></li><li><para>
            DATABASE_ENGINE
            </para></li><li><para>
            DEPLOYMENT_OPTION
            </para></li><li><para>
            INSTANCE_TYPE
            </para></li><li><para>
            LINKED_ACCOUNT
            </para></li><li><para>
            OPERATING_SYSTEM
            </para></li><li><para>
            PLATFORM
            </para></li><li><para>
            REGION
            </para></li><li><para>
            SERVICE
            </para></li><li><para>
            TAG
            </para></li><li><para>
            TENANCY
            </para></li></ul><para>
            To determine valid values for a dimension, use the <code>GetDimensionValues</code>
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationCoverageCmdlet.Filter">
            <summary>
            <para>
            <para>Filters utilization data by dimensions. You can filter by the following dimensions:</para><ul><li><para>AZ</para></li><li><para>CACHE_ENGINE</para></li><li><para>DATABASE_ENGINE</para></li><li><para>DEPLOYMENT_OPTION</para></li><li><para>INSTANCE_TYPE</para></li><li><para>LINKED_ACCOUNT</para></li><li><para>OPERATING_SYSTEM</para></li><li><para>PLATFORM</para></li><li><para>REGION</para></li><li><para>SERVICE</para></li><li><para>TAG</para></li><li><para>TENANCY</para></li></ul><para><code>GetReservationCoverage</code> uses the same <a href="http://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a>
            object as the other operations, but only <code>AND</code> is supported among each
            dimension. You can nest only one level deep. If there are multiple values for a dimension,
            they are OR'd together.</para><para>If you don't provide a <code>SERVICE</code> filter, Cost Explorer defaults to EC2.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationCoverageCmdlet.Granularity">
            <summary>
            <para>
            <para>The granularity of the AWS cost data for the reservation. Valid values are <code>MONTHLY</code>
            and <code>DAILY</code>.</para><para>If <code>GroupBy</code> is set, <code>Granularity</code> can't be set. If <code>Granularity</code>
            isn't set, the response object doesn't include <code>Granularity</code>, either <code>MONTHLY</code>
            or <code>DAILY</code>.</para><para>The <code>GetReservationCoverage</code> operation supports only <code>DAILY</code>
            and <code>MONTHLY</code> granularities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationCoverageCmdlet.GroupBy">
            <summary>
            <para>
            <para>You can group the data by the following attributes:</para><ul><li><para>AZ</para></li><li><para>CACHE_ENGINE</para></li><li><para>DATABASE_ENGINE</para></li><li><para>DEPLOYMENT_OPTION</para></li><li><para>INSTANCE_TYPE</para></li><li><para>LINKED_ACCOUNT</para></li><li><para>OPERATING_SYSTEM</para></li><li><para>PLATFORM</para></li><li><para>REGION</para></li><li><para>TENANCY</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationCoverageCmdlet.Metric">
            <summary>
            <para>
            <para>The measurement that you want your reservation coverage reported in.</para><para>Valid values are <code>Hour</code>, <code>Unit</code>, and <code>Cost</code>. You
            can use multiple values in a request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationCoverageCmdlet.TimePeriod">
            <summary>
            <para>
            <para>The start and end dates of the period that you want to retrieve data about reservation
            coverage for. You can retrieve data for a maximum of 13 months: the last 12 months
            and the current month. The start date is inclusive, but the end date is exclusive.
            For example, if <code>start</code> is <code>2017-01-01</code> and <code>end</code>
            is <code>2017-05-01</code>, then the cost and usage data is retrieved from <code>2017-01-01</code>
            up to and including <code>2017-04-30</code> but not including <code>2017-05-01</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationCoverageCmdlet.NextPageToken">
            <summary>
            <para>
            <para>The token to retrieve the next set of results. AWS provides the token when the response
            from a previous call has more results than the maximum page size.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet">
            <summary>
            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.
             
              
            <para>
            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.
            </para><para>
            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
            <code>c4.large</code> because that is the smallest size instance in the c4 instance
            family.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.AccountId">
            <summary>
            <para>
            <para>The account ID that is associated with the recommendation. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.AccountScope">
            <summary>
            <para>
            <para>The account scope that you want recommendations for. <code>PAYER</code> means that
            AWS includes the master account and any member accounts when it calculates its recommendations.
            <code>LINKED</code> means that AWS includes only member accounts when it calculates
            its recommendations.</para><para>Valid values are <code>PAYER</code> and <code>LINKED</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.LookbackPeriodInDay">
            <summary>
            <para>
            <para>The number of previous days that you want AWS to consider when it calculates your
            recommendations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.EC2Specification_OfferingClass">
            <summary>
            <para>
            <para>Whether you want a recommendation for standard or convertible reservations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.PageSize">
            <summary>
            <para>
            <para>The number of recommendations that you want returned in a single response object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.PaymentOption">
            <summary>
            <para>
            <para>The reservation purchase option that you want recommendations for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.Service">
            <summary>
            <para>
            <para>The specific service that you want recommendations for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.TermInYear">
            <summary>
            <para>
            <para>The reservation term that you want recommendations for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationPurchaseRecommendationCmdlet.NextPageToken">
            <summary>
            <para>
            <para>The pagination token that indicates the next set of results that you want to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCEReservationUtilizationCmdlet">
            <summary>
            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 <code>GetDimensionValues</code> to determine the possible dimension values.
            Currently, you can group only by <code>SUBSCRIPTION_ID</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationUtilizationCmdlet.Filter">
            <summary>
            <para>
            <para>Filters utilization data by dimensions. You can filter by the following dimensions:</para><ul><li><para>AZ</para></li><li><para>CACHE_ENGINE</para></li><li><para>DATABASE_ENGINE</para></li><li><para>DEPLOYMENT_OPTION</para></li><li><para>INSTANCE_TYPE</para></li><li><para>LINKED_ACCOUNT</para></li><li><para>OPERATING_SYSTEM</para></li><li><para>PLATFORM</para></li><li><para>REGION</para></li><li><para>SERVICE</para></li><li><para>SCOPE</para></li><li><para>TENANCY</para></li></ul><para><code>GetReservationUtilization</code> uses the same <a href="http://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html">Expression</a>
            object as the other operations, but only <code>AND</code> is supported among each
            dimension, and nesting is supported up to only one level deep. If there are multiple
            values for a dimension, they are OR'd together.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationUtilizationCmdlet.Granularity">
            <summary>
            <para>
            <para>If <code>GroupBy</code> is set, <code>Granularity</code> can't be set. If <code>Granularity</code>
            isn't set, the response object doesn't include <code>Granularity</code>, either <code>MONTHLY</code>
            or <code>DAILY</code>. If both <code>GroupBy</code> and <code>Granularity</code> aren't
            set, <code>GetReservationUtilization</code> defaults to <code>DAILY</code>.</para><para>The <code>GetReservationUtilization</code> operation supports only <code>DAILY</code>
            and <code>MONTHLY</code> granularities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationUtilizationCmdlet.GroupBy">
            <summary>
            <para>
            <para>Groups only by <code>SUBSCRIPTION_ID</code>. Metadata is included.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationUtilizationCmdlet.TimePeriod">
            <summary>
            <para>
            <para>Sets the start and end dates for retrieving RI utilization. The start date is inclusive,
            but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code>
            and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is retrieved
            from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including
            <code>2017-05-01</code>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEReservationUtilizationCmdlet.NextPageToken">
            <summary>
            <para>
            <para>The token to retrieve the next set of results. AWS provides the token when the response
            from a previous call has more results than the maximum page size.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCERightsizingRecommendationCmdlet">
            <summary>
            Creates recommendations that helps you save cost by identifying idle and underutilized
            Amazon EC2 instances.
             
              
            <para>
            Recommendations are generated to either downsize or terminate instances, along with
            providing savings detail and metrics. For details on calculation and function, see
            <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-what-is.html">Optimizing
            Your Cost with Rightsizing Recommendations</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCERightsizingRecommendationCmdlet.Filter">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCERightsizingRecommendationCmdlet.PageSize">
            <summary>
            <para>
            <para>The number of recommendations that you want returned in a single response object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCERightsizingRecommendationCmdlet.Service">
            <summary>
            <para>
            <para>The specific service that you want recommendations for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCERightsizingRecommendationCmdlet.NextPageToken">
            <summary>
            <para>
            <para>The pagination token that indicates the next set of results that you want to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCETagCmdlet">
            <summary>
            Queries for available tag keys and tag values for a specified period. You can search
            the tag values for an arbitrary string.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCETagCmdlet.SearchString">
            <summary>
            <para>
            <para>The value that you want to search for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCETagCmdlet.TagKey">
            <summary>
            <para>
            <para>The key of the tag that you want to return values for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCETagCmdlet.TimePeriod">
            <summary>
            <para>
            <para>The start and end dates for retrieving the dimension values. The start date is inclusive,
            but the end date is exclusive. For example, if <code>start</code> is <code>2017-01-01</code>
            and <code>end</code> is <code>2017-05-01</code>, then the cost and usage data is retrieved
            from <code>2017-01-01</code> up to and including <code>2017-04-30</code> but not including
            <code>2017-05-01</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCETagCmdlet.NextPageToken">
            <summary>
            <para>
            <para>The token to retrieve the next set of results. AWS provides the token when the response
            from a previous call has more results than the maximum page size.</para>
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CE.GetCEUsageForecastCmdlet">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEUsageForecastCmdlet.Filter">
            <summary>
            <para>
            <para>The filters that you want to use to filter your forecast. Cost Explorer API supports
            all of the Cost Explorer filters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEUsageForecastCmdlet.Granularity">
            <summary>
            <para>
            <para>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code>
            forecasts or 12 months of <code>MONTHLY</code> forecasts.</para><para>The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code>
            granularities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEUsageForecastCmdlet.Metric">
            <summary>
            <para>
            <para>Which metric Cost Explorer uses to create your forecast.</para><para>Valid values for a <code>GetUsageForecast</code> call are the following:</para><ul><li><para>USAGE_QUANTITY</para></li><li><para>NORMALIZED_USAGE_AMOUNT</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEUsageForecastCmdlet.PredictionIntervalLevel">
            <summary>
            <para>
            <para>Cost Explorer always returns the mean forecast as a single point. You can request
            a prediction interval around the mean by specifying a confidence level. The higher
            the confidence level, the more confident Cost Explorer is about the actual value falling
            in the prediction interval. Higher confidence levels result in wider prediction intervals.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CE.GetCEUsageForecastCmdlet.TimePeriod">
            <summary>
            <para>
            <para>The start and end dates of the period that you want to retrieve usage forecast for.
            The start date is inclusive, but the end date is exclusive. For example, if <code>start</code>
            is <code>2017-01-01</code> and <code>end</code> is <code>2017-05-01</code>, then the
            cost and usage data is retrieved from <code>2017-01-01</code> up to and including
            <code>2017-04-30</code> but not including <code>2017-05-01</code>.</para>
            </para>
            </summary>
        </member>
    </members>
</doc>