AWS.Tools.CostExplorer.dll-Help.xml

<helpItems schema="maml">
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CECostAndUsage</name>
      <description>
        <para>Calls the AWS Cost Explorer GetCostAndUsage API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CECostAndUsage</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>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. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CECostAndUsage</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>TimePeriod</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Filter</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Granularity</name>
          <description>
            <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>.
The <code>GetCostAndUsageRequest</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>GroupBy</name>
          <description>
            <para>You can group AWS costs using up to two different groups, either dimensions, tag keys, or both.
When you group by tag key, you get all tag values, including empty strings.
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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.GroupDefinition[]</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Metric</name>
          <description>
            <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>.
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>.
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>.
<code>Metrics</code> is required for <code>GetCostAndUsage</code> requests. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String[]</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>NextPageToken</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Filter</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.Expression</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Granularity</name>
        <description>
          <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>.
The <code>GetCostAndUsageRequest</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Granularity</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>GroupBy</name>
        <description>
          <para>You can group AWS costs using up to two different groups, either dimensions, tag keys, or both.
When you group by tag key, you get all tag values, including empty strings.
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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.GroupDefinition[]</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.GroupDefinition[]</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Metric</name>
        <description>
          <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>.
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>.
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>.
<code>Metrics</code> is required for <code>GetCostAndUsage</code> requests. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String[]</parameterValue>
        <type>
          <name>System.String[]</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>NextPageToken</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>TimePeriod</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.DateInterval</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetCostAndUsageResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetCostAndUsageResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CECostAndUsage.html&amp;tocid=Get-CECostAndUsage</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CECostForecast</name>
      <description>
        <para>Calls the AWS Cost Explorer GetCostForecast API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CECostForecast</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>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. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CECostForecast</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>TimePeriod</name>
          <description>
            <para>The period of time that you want the forecast to cover. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Filter</name>
          <description>
            <para>The filters that you want to use to filter your forecast. Cost Explorer API supports all of the Cost Explorer filters. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Granularity</name>
          <description>
            <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.
The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Metric</name>
          <description>
            <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>.
Valid values for a <code>GetCostForecast</code> call are the following:
 - AMORTIZED_COST
 - BLENDED_COST
 - NET_AMORTIZED_COST
 - NET_UNBLENDED_COST
 - UNBLENDED_COST </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Metric</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>PredictionIntervalLevel</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Filter</name>
        <description>
          <para>The filters that you want to use to filter your forecast. Cost Explorer API supports all of the Cost Explorer filters. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.Expression</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Granularity</name>
        <description>
          <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.
The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Granularity</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Metric</name>
        <description>
          <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>.
Valid values for a <code>GetCostForecast</code> call are the following:
 - AMORTIZED_COST
 - BLENDED_COST
 - NET_AMORTIZED_COST
 - NET_UNBLENDED_COST
 - UNBLENDED_COST </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Metric</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Metric</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>PredictionIntervalLevel</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        <type>
          <name>System.Int32</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>TimePeriod</name>
        <description>
          <para>The period of time that you want the forecast to cover. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.DateInterval</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetCostForecastResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetCostForecastResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CECostForecast.html&amp;tocid=Get-CECostForecast</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CEDimensionValue</name>
      <description>
        <para>Calls the AWS Cost Explorer GetDimensionValues API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CEDimensionValue</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>Retrieves all available filter values for a specified filter over a period of time. You can search the dimension values for an arbitrary string. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CEDimensionValue</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>TimePeriod</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Context</name>
          <description>
            <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.
If you set the context to <code>COST_AND_USAGE</code>, you can use the following dimensions for searching:
 - AZ - The Availability Zone. An example is <code>us-east-1a</code>.
 - DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL.
 - INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.
 - LEGAL_ENTITY_NAME - The name of the organization that sells you AWS services, such as Amazon Web Services.
 - 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.
 - OPERATING_SYSTEM - The operating system. Examples are Windows or Linux.
 - OPERATION - The action performed. Examples include <code>RunInstance</code> and <code>CreateBucket</code>.
 - PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.
 - PURCHASE_TYPE - The reservation type of the purchase to which this usage is related. Examples include On-Demand Instances and Standard Reserved Instances.
 - SERVICE - The AWS service such as Amazon DynamoDB.
 - 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.
 - 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.
 - RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits.
If you set the context to <code>RESERVATIONS</code>, you can use the following dimensions for searching:
 - AZ - The Availability Zone. An example is <code>us-east-1a</code>.
 - CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.
 - DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are <code>SingleAZ</code> and <code>MultiAZ</code>.
 - INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.
 - 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.
 - PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.
 - REGION - The AWS Region.
 - SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional or a single Availability Zone.
 - TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI).
 - TENANCY - The tenancy of a resource. Examples are shared or dedicated. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Context</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Dimension</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Dimension</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>SearchString</name>
          <description>
            <para>The value that you want to search the filter values for. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>NextPageToken</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Context</name>
        <description>
          <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.
If you set the context to <code>COST_AND_USAGE</code>, you can use the following dimensions for searching:
 - AZ - The Availability Zone. An example is <code>us-east-1a</code>.
 - DATABASE_ENGINE - The Amazon Relational Database Service database. Examples are Aurora or MySQL.
 - INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.
 - LEGAL_ENTITY_NAME - The name of the organization that sells you AWS services, such as Amazon Web Services.
 - 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.
 - OPERATING_SYSTEM - The operating system. Examples are Windows or Linux.
 - OPERATION - The action performed. Examples include <code>RunInstance</code> and <code>CreateBucket</code>.
 - PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.
 - PURCHASE_TYPE - The reservation type of the purchase to which this usage is related. Examples include On-Demand Instances and Standard Reserved Instances.
 - SERVICE - The AWS service such as Amazon DynamoDB.
 - 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.
 - 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.
 - RECORD_TYPE - The different types of charges such as RI fees, usage costs, tax refunds, and credits.
If you set the context to <code>RESERVATIONS</code>, you can use the following dimensions for searching:
 - AZ - The Availability Zone. An example is <code>us-east-1a</code>.
 - CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.
 - DEPLOYMENT_OPTION - The scope of Amazon Relational Database Service deployments. Valid values are <code>SingleAZ</code> and <code>MultiAZ</code>.
 - INSTANCE_TYPE - The type of Amazon EC2 instance. An example is <code>m4.xlarge</code>.
 - 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.
 - PLATFORM - The Amazon EC2 operating system. Examples are Windows or Linux.
 - REGION - The AWS Region.
 - SCOPE (Utilization only) - The scope of a Reserved Instance (RI). Values are regional or a single Availability Zone.
 - TAG (Coverage only) - The tags that are associated with a Reserved Instance (RI).
 - TENANCY - The tenancy of a resource. Examples are shared or dedicated. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Context</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Context</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Dimension</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Dimension</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Dimension</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>NextPageToken</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>SearchString</name>
        <description>
          <para>The value that you want to search the filter values for. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>TimePeriod</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.DateInterval</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetDimensionValuesResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetDimensionValuesResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CEDimensionValue.html&amp;tocid=Get-CEDimensionValue</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CEReservationCoverage</name>
      <description>
        <para>Calls the AWS Cost Explorer GetReservationCoverage API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CEReservationCoverage</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>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:
 -
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 <code>GetDimensionValues</code> operation. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CEReservationCoverage</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Filter</name>
          <description>
            <para>Filters utilization data by dimensions. You can filter by the following dimensions:
 - AZ
 - CACHE_ENGINE
 - DATABASE_ENGINE
 - DEPLOYMENT_OPTION
 - INSTANCE_TYPE
 - LINKED_ACCOUNT
 - OPERATING_SYSTEM
 - PLATFORM
 - REGION
 - SERVICE
 - TAG
 - TENANCY
<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.
If you don't provide a <code>SERVICE</code> filter, Cost Explorer defaults to EC2. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Granularity</name>
          <description>
            <para>The granularity of the AWS cost data for the reservation. Valid values are <code>MONTHLY</code> and <code>DAILY</code>.
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>.
The <code>GetReservationCoverage</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>GroupBy</name>
          <description>
            <para>You can group the data by the following attributes:
 - AZ
 - CACHE_ENGINE
 - DATABASE_ENGINE
 - DEPLOYMENT_OPTION
 - INSTANCE_TYPE
 - LINKED_ACCOUNT
 - OPERATING_SYSTEM
 - PLATFORM
 - REGION
 - TENANCY </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.GroupDefinition[]</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Metric</name>
          <description>
            <para>The measurement that you want your reservation coverage reported in.
Valid values are <code>Hour</code>, <code>Unit</code>, and <code>Cost</code>. You can use multiple values in a request. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String[]</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>TimePeriod</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>NextPageToken</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Filter</name>
        <description>
          <para>Filters utilization data by dimensions. You can filter by the following dimensions:
 - AZ
 - CACHE_ENGINE
 - DATABASE_ENGINE
 - DEPLOYMENT_OPTION
 - INSTANCE_TYPE
 - LINKED_ACCOUNT
 - OPERATING_SYSTEM
 - PLATFORM
 - REGION
 - SERVICE
 - TAG
 - TENANCY
<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.
If you don't provide a <code>SERVICE</code> filter, Cost Explorer defaults to EC2. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.Expression</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Granularity</name>
        <description>
          <para>The granularity of the AWS cost data for the reservation. Valid values are <code>MONTHLY</code> and <code>DAILY</code>.
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>.
The <code>GetReservationCoverage</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Granularity</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>GroupBy</name>
        <description>
          <para>You can group the data by the following attributes:
 - AZ
 - CACHE_ENGINE
 - DATABASE_ENGINE
 - DEPLOYMENT_OPTION
 - INSTANCE_TYPE
 - LINKED_ACCOUNT
 - OPERATING_SYSTEM
 - PLATFORM
 - REGION
 - TENANCY </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.GroupDefinition[]</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.GroupDefinition[]</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Metric</name>
        <description>
          <para>The measurement that you want your reservation coverage reported in.
Valid values are <code>Hour</code>, <code>Unit</code>, and <code>Cost</code>. You can use multiple values in a request. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String[]</parameterValue>
        <type>
          <name>System.String[]</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>NextPageToken</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>TimePeriod</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.DateInterval</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetReservationCoverageResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetReservationCoverageResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CEReservationCoverage.html&amp;tocid=Get-CEReservationCoverage</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CEReservationPurchaseRecommendation</name>
      <description>
        <para>Calls the AWS Cost Explorer GetReservationPurchaseRecommendation API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CEReservationPurchaseRecommendation</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>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 <code>c4.large</code> because that is the smallest size instance in the c4 instance family. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CEReservationPurchaseRecommendation</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>Service</name>
          <description>
            <para>The specific service that you want recommendations for. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>AccountId</name>
          <description>
            <para>The account ID that is associated with the recommendation. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>AccountScope</name>
          <description>
            <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.
Valid values are <code>PAYER</code> and <code>LINKED</code>. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.AccountScope</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>LookbackPeriodInDay</name>
          <description>
            <para>The number of previous days that you want AWS to consider when it calculates your recommendations. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.LookbackPeriodInDays</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>EC2Specification_OfferingClass</name>
          <description>
            <para>Whether you want a recommendation for standard or convertible reservations. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.OfferingClass</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>PageSize</name>
          <description>
            <para>The number of recommendations that you want returned in a single response object. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>PaymentOption</name>
          <description>
            <para>The reservation purchase option that you want recommendations for. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.PaymentOption</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>TermInYear</name>
          <description>
            <para>The reservation term that you want recommendations for. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.TermInYears</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>NextPageToken</name>
          <description>
            <para>The pagination token that indicates the next set of results that you want to retrieve. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>AccountId</name>
        <description>
          <para>The account ID that is associated with the recommendation. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>AccountScope</name>
        <description>
          <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.
Valid values are <code>PAYER</code> and <code>LINKED</code>. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.AccountScope</parameterValue>
        <type>
          <name>Amazon.CostExplorer.AccountScope</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>EC2Specification_OfferingClass</name>
        <description>
          <para>Whether you want a recommendation for standard or convertible reservations. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.OfferingClass</parameterValue>
        <type>
          <name>Amazon.CostExplorer.OfferingClass</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>LookbackPeriodInDay</name>
        <description>
          <para>The number of previous days that you want AWS to consider when it calculates your recommendations. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.LookbackPeriodInDays</parameterValue>
        <type>
          <name>Amazon.CostExplorer.LookbackPeriodInDays</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>NextPageToken</name>
        <description>
          <para>The pagination token that indicates the next set of results that you want to retrieve. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>PageSize</name>
        <description>
          <para>The number of recommendations that you want returned in a single response object. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        <type>
          <name>System.Int32</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>PaymentOption</name>
        <description>
          <para>The reservation purchase option that you want recommendations for. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.PaymentOption</parameterValue>
        <type>
          <name>Amazon.CostExplorer.PaymentOption</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>Service</name>
        <description>
          <para>The specific service that you want recommendations for. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>TermInYear</name>
        <description>
          <para>The reservation term that you want recommendations for. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.TermInYears</parameterValue>
        <type>
          <name>Amazon.CostExplorer.TermInYears</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetReservationPurchaseRecommendationResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetReservationPurchaseRecommendationResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CEReservationPurchaseRecommendation.html&amp;tocid=Get-CEReservationPurchaseRecommendation</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CEReservationUtilization</name>
      <description>
        <para>Calls the AWS Cost Explorer GetReservationUtilization API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CEReservationUtilization</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>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>. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CEReservationUtilization</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>TimePeriod</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Filter</name>
          <description>
            <para>Filters utilization data by dimensions. You can filter by the following dimensions:
 - AZ
 - CACHE_ENGINE
 - DATABASE_ENGINE
 - DEPLOYMENT_OPTION
 - INSTANCE_TYPE
 - LINKED_ACCOUNT
 - OPERATING_SYSTEM
 - PLATFORM
 - REGION
 - SERVICE
 - SCOPE
 - TENANCY
<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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Granularity</name>
          <description>
            <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>.
The <code>GetReservationUtilization</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>GroupBy</name>
          <description>
            <para>Groups only by <code>SUBSCRIPTION_ID</code>. Metadata is included. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.GroupDefinition[]</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>NextPageToken</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Filter</name>
        <description>
          <para>Filters utilization data by dimensions. You can filter by the following dimensions:
 - AZ
 - CACHE_ENGINE
 - DATABASE_ENGINE
 - DEPLOYMENT_OPTION
 - INSTANCE_TYPE
 - LINKED_ACCOUNT
 - OPERATING_SYSTEM
 - PLATFORM
 - REGION
 - SERVICE
 - SCOPE
 - TENANCY
<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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.Expression</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Granularity</name>
        <description>
          <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>.
The <code>GetReservationUtilization</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Granularity</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>GroupBy</name>
        <description>
          <para>Groups only by <code>SUBSCRIPTION_ID</code>. Metadata is included. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.GroupDefinition[]</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.GroupDefinition[]</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>NextPageToken</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>TimePeriod</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.DateInterval</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetReservationUtilizationResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetReservationUtilizationResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CEReservationUtilization.html&amp;tocid=Get-CEReservationUtilization</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CERightsizingRecommendation</name>
      <description>
        <para>Calls the AWS Cost Explorer GetRightsizingRecommendation API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CERightsizingRecommendation</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>Creates recommendations that helps 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 <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/ce-what-is.html">Optimizing Your Cost with Rightsizing Recommendations</a>. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CERightsizingRecommendation</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>Service</name>
          <description>
            <para>The specific service that you want recommendations for. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Filter</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>PageSize</name>
          <description>
            <para>The number of recommendations that you want returned in a single response object. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>NextPageToken</name>
          <description>
            <para>The pagination token that indicates the next set of results that you want to retrieve. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Filter</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.Expression</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>NextPageToken</name>
        <description>
          <para>The pagination token that indicates the next set of results that you want to retrieve. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>PageSize</name>
        <description>
          <para>The number of recommendations that you want returned in a single response object. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        <type>
          <name>System.Int32</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>Service</name>
        <description>
          <para>The specific service that you want recommendations for. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetRightsizingRecommendationResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetRightsizingRecommendationResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CERightsizingRecommendation.html&amp;tocid=Get-CERightsizingRecommendation</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CETag</name>
      <description>
        <para>Calls the AWS Cost Explorer GetTags API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CETag</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>Queries for available tag keys and tag values for a specified period. You can search the tag values for an arbitrary string. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CETag</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>TimePeriod</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>SearchString</name>
          <description>
            <para>The value that you want to search for. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>TagKey</name>
          <description>
            <para>The key of the tag that you want to return values for. </para>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>NextPageToken</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">System.String</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>NextPageToken</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>SearchString</name>
        <description>
          <para>The value that you want to search for. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>TagKey</name>
        <description>
          <para>The key of the tag that you want to return values for. </para>
        </description>
        <parameterValue required="true" variableLength="false">System.String</parameterValue>
        <type>
          <name>System.String</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>TimePeriod</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.DateInterval</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetTagsResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetTagsResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CETag.html&amp;tocid=Get-CETag</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
  <command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
    <details>
      <name>Get-CEUsageForecast</name>
      <description>
        <para>Calls the AWS Cost Explorer GetUsageForecast API operation.</para>
      </description>
      <verb>Get</verb>
      <noun>CEUsageForecast</noun>
      <copyright>
        <para>&amp;copy; Copyright 2012 - 2019 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para>
      </copyright>
    </details>
    <description>
      <para>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. </para>
    </description>
    <syntax>
      <syntaxItem>
        <name>Get-CEUsageForecast</name>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
          <name>Metric</name>
          <description>
            <para>Which metric Cost Explorer uses to create your forecast.
Valid values for a <code>GetUsageForecast</code> call are the following:
 - USAGE_QUANTITY
 - NORMALIZED_USAGE_AMOUNT </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Metric</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Filter</name>
          <description>
            <para>The filters that you want to use to filter your forecast. Cost Explorer API supports all of the Cost Explorer filters. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>Granularity</name>
          <description>
            <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.
The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>PredictionIntervalLevel</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        </parameter>
        <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
          <name>TimePeriod</name>
          <description>
            <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>
          </description>
          <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        </parameter>
      </syntaxItem>
    </syntax>
    <parameters>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Filter</name>
        <description>
          <para>The filters that you want to use to filter your forecast. Cost Explorer API supports all of the Cost Explorer filters. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.Expression</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.Expression</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>Granularity</name>
        <description>
          <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.
The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and <code>MONTHLY</code> granularities. </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Granularity</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Granularity</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, )" position="1">
        <name>Metric</name>
        <description>
          <para>Which metric Cost Explorer uses to create your forecast.
Valid values for a <code>GetUsageForecast</code> call are the following:
 - USAGE_QUANTITY
 - NORMALIZED_USAGE_AMOUNT </para>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Metric</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Metric</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>PredictionIntervalLevel</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">System.Int32</parameterValue>
        <type>
          <name>System.Int32</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
      <parameter required="False" variableLength="false" globbing="false" pipelineInput="False" position="Named">
        <name>TimePeriod</name>
        <description>
          <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>
        </description>
        <parameterValue required="true" variableLength="false">Amazon.CostExplorer.Model.DateInterval</parameterValue>
        <type>
          <name>Amazon.CostExplorer.Model.DateInterval</name>
          <uri />
        </type>
        <defaultValue>None</defaultValue>
      </parameter>
    </parameters>
    <returnValues>
      <returnValue>
        <type>
          <name>Amazon.CostExplorer.Model.GetUsageForecastResponse</name>
          <uri />
          <description />
        </type>
        <description>
          <para>This cmdlet returns a Amazon.CostExplorer.Model.GetUsageForecastResponse object containing multiple properties. The object can also be referenced from properties attached to the cmdlet entry in the $AWSHistory stack.</para>
        </description>
      </returnValue>
    </returnValues>
    <relatedLinks>
      <navigationLink>
        <linkText>Online version:</linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-CEUsageForecast.html&amp;tocid=Get-CEUsageForecast</uri>
      </navigationLink>
      <navigationLink>
        <linkText>Common credential and region parameters: </linkText>
        <uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri>
      </navigationLink>
      <navigationLink>
        <linkText>User Guide:</linkText>
        <uri>http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-explorer-what-is.html</uri>
      </navigationLink>
    </relatedLinks>
  </command>
</helpItems>