AWS.Tools.PI.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.PI</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.AddPIResourceTagCmdlet">
            <summary>
            Adds metadata tags to the Amazon RDS Performance Insights resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.AddPIResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon RDS Performance Insights resource that the tags are added to. This value
            is an Amazon Resource Name (ARN). For information about creating an ARN, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing">
            Constructing an RDS Amazon Resource Name (ARN)</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.AddPIResourceTagCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights returns metrics. Valid
            value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.AddPIResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The metadata assigned to an Amazon RDS resource consisting of a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.AddPIResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.AddPIResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.AddPIResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceDimensionListCmdlet">
            <summary>
            Retrieve the dimensions that can be queried for each specified metric type on a specified
            DB instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceDimensionListCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable identifier for a data source that is unique within an Amazon Web Services
            Region. Performance Insights gathers metrics from this data source. To use an Amazon
            RDS DB instance as a data source, specify its <c>DbiResourceId</c> value. For example,
            specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VWZ</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceDimensionListCmdlet.Metric">
            <summary>
            <para>
            <para>The types of metrics for which to retrieve dimensions. Valid values include <c>db.load</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceDimensionListCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights returns metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceDimensionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items to return in the response. If more items exist than the
            specified <c>MaxRecords</c> value, a pagination token is included in the response
            so that the remaining results can be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceDimensionListCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the token, up to the value specified
            by <c>MaxRecords</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceDimensionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MetricDimensions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.ListAvailableResourceDimensionsResponse).
            Specifying the name of a property of type Amazon.PI.Model.ListAvailableResourceDimensionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceMetricListCmdlet">
            <summary>
            Retrieve metrics of the specified types that can be queried for a specified DB instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceMetricListCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable identifier for a data source that is unique within an Amazon Web Services
            Region. Performance Insights gathers metrics from this data source. To use an Amazon
            RDS DB instance as a data source, specify its <c>DbiResourceId</c> value. For example,
            specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VWZ</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceMetricListCmdlet.MetricType">
            <summary>
            <para>
            <para>The types of metrics to return in the response. Valid values in the array include
            the following:</para><ul><li><para><c>os</c> (OS counter metrics) - All engines</para></li><li><para><c>db</c> (DB load metrics) - All engines except for Amazon DocumentDB</para></li><li><para><c>db.sql.stats</c> (per-SQL metrics) - All engines except for Amazon DocumentDB</para></li><li><para><c>db.sql_tokenized.stats</c> (per-SQL digest metrics) - All engines except for Amazon
            DocumentDB</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceMetricListCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights returns metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceMetricListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items to return. If the <c>MaxRecords</c> value is less than
            the number of existing items, the response includes a pagination token. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceMetricListCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the token, up to the value specified
            by <c>MaxRecords</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIAvailableResourceMetricListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Metrics'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.ListAvailableResourceMetricsResponse).
            Specifying the name of a property of type Amazon.PI.Model.ListAvailableResourceMetricsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet">
            <summary>
            For a specific time period, retrieve the top <c>N</c> dimension keys for a metric.
             
             
             <note><para>
            Each response element returns a maximum of 500 bytes. For larger elements, such as
            SQL statements, only the first 500 bytes are returned.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.AdditionalMetric">
            <summary>
            <para>
            <para>Additional metrics for the top <c>N</c> dimension keys. If the specified dimension
            group in the <c>GroupBy</c> parameter is <c>db.sql_tokenized</c>, you can specify
            per-SQL metrics to get the values for the top <c>N</c> SQL digests. The response syntax
            is as follows: <c>"AdditionalMetrics" : { "<i>string</i>" : "<i>string</i>" }</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.GroupBy_Dimension">
            <summary>
            <para>
            <para>A list of specific dimensions from a dimension group. If this parameter is not present,
            then it signifies that all of the dimensions in the group were requested, or are present
            in the response.</para><para>Valid values for elements in the <c>Dimensions</c> array are:</para><ul><li><para><c>db.application.name</c> - The name of the application that is connected to the
            database. Valid values are as follows: </para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.host.id</c> - The host ID of the connected client (all engines).</para></li><li><para><c>db.host.name</c> - The host name of the connected client (all engines).</para></li><li><para><c>db.name</c> - The name of the database to which the client is connected. Valid
            values are as follows:</para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Aurora MySQL</para></li><li><para>Amazon RDS MySQL</para></li><li><para>Amazon RDS MariaDB</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.query.id</c> - The query ID generated by Performance Insights (only Amazon
            DocumentDB).</para></li><li><para><c>db.query.db_id</c> - The query ID generated by the database (only Amazon DocumentDB).</para></li><li><para><c>db.query.statement</c> - The text of the query that is being run (only Amazon
            DocumentDB).</para></li><li><para><c>db.query.tokenized_id</c></para></li><li><para><c>db.query.tokenized.id</c> - The query digest ID generated by Performance Insights
            (only Amazon DocumentDB).</para></li><li><para><c>db.query.tokenized.db_id</c> - The query digest ID generated by Performance Insights
            (only Amazon DocumentDB).</para></li><li><para><c>db.query.tokenized.statement</c> - The text of the query digest (only Amazon DocumentDB).</para></li><li><para><c>db.session_type.name</c> - The type of the current session (only Amazon DocumentDB).</para></li><li><para><c>db.sql.id</c> - The hash of the full, non-tokenized SQL statement generated by
            Performance Insights (all engines except Amazon DocumentDB).</para></li><li><para><c>db.sql.db_id</c> - Either the SQL ID generated by the database engine, or a value
            generated by Performance Insights that begins with <c>pi-</c> (all engines except
            Amazon DocumentDB).</para></li><li><para><c>db.sql.statement</c> - The full text of the SQL statement that is running, as
            in <c>SELECT * FROM employees</c> (all engines except Amazon DocumentDB)</para></li><li><para><c>db.sql.tokenized_id</c></para></li><li><para><c>db.sql_tokenized.id</c> - The hash of the SQL digest generated by Performance
            Insights (all engines except Amazon DocumentDB). In the console, <c>db.sql_tokenized.id</c>
            is called the Support ID because Amazon Web Services Support can look at this data
            to help you troubleshoot database issues.</para></li><li><para><c>db.sql_tokenized.db_id</c> - Either the native database ID used to refer to the
            SQL statement, or a synthetic ID such as <c>pi-2372568224</c> that Performance Insights
            generates if the native database ID isn't available (all engines except Amazon DocumentDB).</para></li><li><para><c>db.sql_tokenized.statement</c> - The text of the SQL digest, as in <c>SELECT *
            FROM employees WHERE employee_id = ?</c> (all engines except Amazon DocumentDB)</para></li><li><para><c>db.user.id</c> - The ID of the user logged in to the database (all engines except
            Amazon DocumentDB).</para></li><li><para><c>db.user.name</c> - The name of the user logged in to the database (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.wait_event.name</c> - The event for which the backend is waiting (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.wait_event.type</c> - The type of event for which the backend is waiting (all
            engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_event_type.name</c> - The name of the event type for which the backend
            is waiting (all engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_state.name</c> - The event for which the backend is waiting (only Amazon
            DocumentDB).</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.PartitionBy_Dimension">
            <summary>
            <para>
            <para>A list of specific dimensions from a dimension group. If this parameter is not present,
            then it signifies that all of the dimensions in the group were requested, or are present
            in the response.</para><para>Valid values for elements in the <c>Dimensions</c> array are:</para><ul><li><para><c>db.application.name</c> - The name of the application that is connected to the
            database. Valid values are as follows: </para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.host.id</c> - The host ID of the connected client (all engines).</para></li><li><para><c>db.host.name</c> - The host name of the connected client (all engines).</para></li><li><para><c>db.name</c> - The name of the database to which the client is connected. Valid
            values are as follows:</para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Aurora MySQL</para></li><li><para>Amazon RDS MySQL</para></li><li><para>Amazon RDS MariaDB</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.query.id</c> - The query ID generated by Performance Insights (only Amazon
            DocumentDB).</para></li><li><para><c>db.query.db_id</c> - The query ID generated by the database (only Amazon DocumentDB).</para></li><li><para><c>db.query.statement</c> - The text of the query that is being run (only Amazon
            DocumentDB).</para></li><li><para><c>db.query.tokenized_id</c></para></li><li><para><c>db.query.tokenized.id</c> - The query digest ID generated by Performance Insights
            (only Amazon DocumentDB).</para></li><li><para><c>db.query.tokenized.db_id</c> - The query digest ID generated by Performance Insights
            (only Amazon DocumentDB).</para></li><li><para><c>db.query.tokenized.statement</c> - The text of the query digest (only Amazon DocumentDB).</para></li><li><para><c>db.session_type.name</c> - The type of the current session (only Amazon DocumentDB).</para></li><li><para><c>db.sql.id</c> - The hash of the full, non-tokenized SQL statement generated by
            Performance Insights (all engines except Amazon DocumentDB).</para></li><li><para><c>db.sql.db_id</c> - Either the SQL ID generated by the database engine, or a value
            generated by Performance Insights that begins with <c>pi-</c> (all engines except
            Amazon DocumentDB).</para></li><li><para><c>db.sql.statement</c> - The full text of the SQL statement that is running, as
            in <c>SELECT * FROM employees</c> (all engines except Amazon DocumentDB)</para></li><li><para><c>db.sql.tokenized_id</c></para></li><li><para><c>db.sql_tokenized.id</c> - The hash of the SQL digest generated by Performance
            Insights (all engines except Amazon DocumentDB). In the console, <c>db.sql_tokenized.id</c>
            is called the Support ID because Amazon Web Services Support can look at this data
            to help you troubleshoot database issues.</para></li><li><para><c>db.sql_tokenized.db_id</c> - Either the native database ID used to refer to the
            SQL statement, or a synthetic ID such as <c>pi-2372568224</c> that Performance Insights
            generates if the native database ID isn't available (all engines except Amazon DocumentDB).</para></li><li><para><c>db.sql_tokenized.statement</c> - The text of the SQL digest, as in <c>SELECT *
            FROM employees WHERE employee_id = ?</c> (all engines except Amazon DocumentDB)</para></li><li><para><c>db.user.id</c> - The ID of the user logged in to the database (all engines except
            Amazon DocumentDB).</para></li><li><para><c>db.user.name</c> - The name of the user logged in to the database (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.wait_event.name</c> - The event for which the backend is waiting (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.wait_event.type</c> - The type of event for which the backend is waiting (all
            engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_event_type.name</c> - The name of the event type for which the backend
            is waiting (all engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_state.name</c> - The event for which the backend is waiting (only Amazon
            DocumentDB).</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.EndTime">
            <summary>
            <para>
            <para>The date and time specifying the end of the requested time series data. The value
            specified is <i>exclusive</i>, which means that data points less than (but not equal
            to) <c>EndTime</c> are returned.</para><para>The value for <c>EndTime</c> must be later than the value for <c>StartTime</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.Filter">
            <summary>
            <para>
            <para>One or more filters to apply in the request. Restrictions:</para><ul><li><para>Any number of filters by the same dimension, as specified in the <c>GroupBy</c> or
            <c>Partition</c> parameters.</para></li><li><para>A single filter for any other dimension in this dimension group.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.GroupBy_Group">
            <summary>
            <para>
            <para>The name of the dimension group. Valid values are as follows:</para><ul><li><para><c>db</c> - The name of the database to which the client is connected. The following
            values are permitted:</para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Aurora MySQL</para></li><li><para>Amazon RDS MySQL</para></li><li><para>Amazon RDS MariaDB</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.application</c> - The name of the application that is connected to the database.
            The following values are permitted:</para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.host</c> - The host name of the connected client (all engines).</para></li><li><para><c>db.query</c> - The query that is currently running (only Amazon DocumentDB).</para></li><li><para><c>db.query_tokenized</c> - The digest query (only Amazon DocumentDB).</para></li><li><para><c>db.session_type</c> - The type of the current session (only Aurora PostgreSQL
            and RDS PostgreSQL).</para></li><li><para><c>db.sql</c> - The text of the SQL statement that is currently running (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.sql_tokenized</c> - The SQL digest (all engines except Amazon DocumentDB).</para></li><li><para><c>db.user</c> - The user logged in to the database (all engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_event</c> - The event for which the database backend is waiting (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.wait_event_type</c> - The type of event for which the database backend is waiting
            (all engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_state</c> - The event for which the database backend is waiting (only
            Amazon DocumentDB).</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.PartitionBy_Group">
            <summary>
            <para>
            <para>The name of the dimension group. Valid values are as follows:</para><ul><li><para><c>db</c> - The name of the database to which the client is connected. The following
            values are permitted:</para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Aurora MySQL</para></li><li><para>Amazon RDS MySQL</para></li><li><para>Amazon RDS MariaDB</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.application</c> - The name of the application that is connected to the database.
            The following values are permitted:</para><ul><li><para>Aurora PostgreSQL</para></li><li><para>Amazon RDS PostgreSQL</para></li><li><para>Amazon DocumentDB</para></li></ul></li><li><para><c>db.host</c> - The host name of the connected client (all engines).</para></li><li><para><c>db.query</c> - The query that is currently running (only Amazon DocumentDB).</para></li><li><para><c>db.query_tokenized</c> - The digest query (only Amazon DocumentDB).</para></li><li><para><c>db.session_type</c> - The type of the current session (only Aurora PostgreSQL
            and RDS PostgreSQL).</para></li><li><para><c>db.sql</c> - The text of the SQL statement that is currently running (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.sql_tokenized</c> - The SQL digest (all engines except Amazon DocumentDB).</para></li><li><para><c>db.user</c> - The user logged in to the database (all engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_event</c> - The event for which the database backend is waiting (all engines
            except Amazon DocumentDB).</para></li><li><para><c>db.wait_event_type</c> - The type of event for which the database backend is waiting
            (all engines except Amazon DocumentDB).</para></li><li><para><c>db.wait_state</c> - The event for which the database backend is waiting (only
            Amazon DocumentDB).</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable, Amazon Web Services Region-unique identifier for a data source. Performance
            Insights gathers metrics from this data source.</para><para>To use an Amazon RDS instance as a data source, you specify its <c>DbiResourceId</c>
            value. For example, specify <c>db-FAIHNTYBKTGAUSUZQYPDS2GW4A</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.GroupBy_Limit">
            <summary>
            <para>
            <para>The maximum number of items to fetch for this dimension group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.PartitionBy_Limit">
            <summary>
            <para>
            <para>The maximum number of items to fetch for this dimension group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.Metric">
            <summary>
            <para>
            <para>The name of a Performance Insights metric to be measured.</para><para>Valid values for <c>Metric</c> are:</para><ul><li><para><c>db.load.avg</c> - A scaled representation of the number of active sessions for
            the database engine. </para></li><li><para><c>db.sampledload.avg</c> - The raw number of active sessions for the database engine.
            </para></li></ul><para>If the number of active sessions is less than an internal Performance Insights threshold,
            <c>db.load.avg</c> and <c>db.sampledload.avg</c> are the same value. If the number
            of active sessions is greater than the internal threshold, Performance Insights samples
            the active sessions, with <c>db.load.avg</c> showing the scaled values, <c>db.sampledload.avg</c>
            showing the raw values, and <c>db.sampledload.avg</c> less than <c>db.load.avg</c>.
            For most use cases, you can query <c>db.load.avg</c> only. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.PeriodInSecond">
            <summary>
            <para>
            <para>The granularity, in seconds, of the data points returned from Performance Insights.
            A period can be as short as one second, or as long as one day (86400 seconds). Valid
            values are: </para><ul><li><para><c>1</c> (one second)</para></li><li><para><c>60</c> (one minute)</para></li><li><para><c>300</c> (five minutes)</para></li><li><para><c>3600</c> (one hour)</para></li><li><para><c>86400</c> (twenty-four hours)</para></li></ul><para>If you don't specify <c>PeriodInSeconds</c>, then Performance Insights chooses a value
            for you, with a goal of returning roughly 100-200 data points in the response. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights will return metrics.
            Valid values are as follows:</para><ul><li><para><c>RDS</c></para></li><li><para><c>DOCDB</c></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.StartTime">
            <summary>
            <para>
            <para>The date and time specifying the beginning of the requested time series data. You
            must specify a <c>StartTime</c> within the past 7 days. The value specified is <i>inclusive</i>,
            which means that data points equal to or greater than <c>StartTime</c> are returned.
            </para><para>The value for <c>StartTime</c> must be earlier than the value for <c>EndTime</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items to return in the response. If more items exist than the
            specified <c>MaxRecords</c> value, a pagination token is included in the response
            so that the remaining results can be retrieved. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the token, up to the value specified
            by <c>MaxRecords</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.DescribeDimensionKeysResponse).
            Specifying the name of a property of type Amazon.PI.Model.DescribeDimensionKeysResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyDetailCmdlet">
            <summary>
            Get the attributes of the specified dimension group for a DB instance or data source.
            For example, if you specify a SQL ID, <c>GetDimensionKeyDetails</c> retrieves the
            full text of the dimension <c>db.sql.statement</c> associated with this ID. This operation
            is useful because <c>GetResourceMetrics</c> and <c>DescribeDimensionKeys</c> don't
            support retrieval of large SQL statement text.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyDetailCmdlet.Group">
            <summary>
            <para>
            <para>The name of the dimension group. Performance Insights searches the specified group
            for the dimension group ID. The following group name values are valid:</para><ul><li><para><c>db.query</c> (Amazon DocumentDB only)</para></li><li><para><c>db.sql</c> (Amazon RDS and Aurora only)</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyDetailCmdlet.GroupIdentifier">
            <summary>
            <para>
            <para>The ID of the dimension group from which to retrieve dimension details. For dimension
            group <c>db.sql</c>, the group ID is <c>db.sql.id</c>. The following group ID values
            are valid:</para><ul><li><para><c>db.sql.id</c> for dimension group <c>db.sql</c> (Aurora and RDS only)</para></li><li><para><c>db.query.id</c> for dimension group <c>db.query</c> (DocumentDB only)</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyDetailCmdlet.Identifier">
            <summary>
            <para>
            <para>The ID for a data source from which to gather dimension data. This ID must be immutable
            and unique within an Amazon Web Services Region. When a DB instance is the data source,
            specify its <c>DbiResourceId</c> value. For example, specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyDetailCmdlet.RequestedDimension">
            <summary>
            <para>
            <para>A list of dimensions to retrieve the detail data for within the given dimension group.
            If you don't specify this parameter, Performance Insights returns all dimension data
            within the specified dimension group. Specify dimension names for the following dimension
            groups:</para><ul><li><para><c>db.sql</c> - Specify either the full dimension name <c>db.sql.statement</c> or
            the short dimension name <c>statement</c> (Aurora and RDS only).</para></li><li><para><c>db.query</c> - Specify either the full dimension name <c>db.query.statement</c>
            or the short dimension name <c>statement</c> (DocumentDB only).</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyDetailCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights returns data. The only
            valid value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIDimensionKeyDetailCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.GetDimensionKeyDetailsResponse).
            Specifying the name of a property of type Amazon.PI.Model.GetDimensionKeyDetailsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet">
            <summary>
            Retrieves the report including the report ID, status, time details, and the insights
            with recommendations. The report status can be <c>RUNNING</c>, <c>SUCCEEDED</c>, or
            <c>FAILED</c>. The insights include the <c>description</c> and <c>recommendation</c>
            fields.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet.AcceptLanguage">
            <summary>
            <para>
            <para>The text language in the report. The default language is <c>EN_US</c> (English). </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet.AnalysisReportId">
            <summary>
            <para>
            <para>A unique identifier of the created analysis report. For example, <c>report-12345678901234567</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable identifier for a data source that is unique for an Amazon Web Services
            Region. Performance Insights gathers metrics from this data source. In the console,
            the identifier is shown as <i>ResourceID</i>. When you call <c>DescribeDBInstances</c>,
            the identifier is returned as <c>DbiResourceId</c>.</para><para>To use a DB instance as a data source, specify its <c>DbiResourceId</c> value. For
            example, specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights will return metrics.
            Valid value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet.TextFormat">
            <summary>
            <para>
            <para>Indicates the text format in the report. The options are <c>PLAIN_TEXT</c> or <c>MARKDOWN</c>.
            The default value is <c>plain text</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AnalysisReport'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.GetPerformanceAnalysisReportResponse).
            Specifying the name of a property of type Amazon.PI.Model.GetPerformanceAnalysisReportResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AnalysisReportId parameter.
            The -PassThru parameter is deprecated, use -Select '^AnalysisReportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet">
            <summary>
            Lists all the analysis reports created for the DB instance. The reports are sorted
            based on the start time of each report.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable identifier for a data source that is unique for an Amazon Web Services
            Region. Performance Insights gathers metrics from this data source. In the console,
            the identifier is shown as <i>ResourceID</i>. When you call <c>DescribeDBInstances</c>,
            the identifier is returned as <c>DbiResourceId</c>.</para><para>To use a DB instance as a data source, specify its <c>DbiResourceId</c> value. For
            example, specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet.ListTag">
            <summary>
            <para>
            <para>Specifies whether or not to include the list of tags in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights returns metrics. Valid
            value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items to return in the response. If more items exist than the
            specified <c>MaxResults</c> value, a pagination token is included in the response
            so that the remaining results can be retrieved. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the token, up to the value specified
            by <c>MaxResults</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AnalysisReports'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.ListPerformanceAnalysisReportsResponse).
            Specifying the name of a property of type Amazon.PI.Model.ListPerformanceAnalysisReportsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIPerformanceAnalysisReportListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetadataCmdlet">
            <summary>
            Retrieve the metadata for different features. For example, the metadata might indicate
            that a feature is turned on or off on a specific DB instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetadataCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable identifier for a data source that is unique for an Amazon Web Services
            Region. Performance Insights gathers metrics from this data source. To use a DB instance
            as a data source, specify its <c>DbiResourceId</c> value. For example, specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</c>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetadataCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights returns metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetadataCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.GetResourceMetadataResponse).
            Specifying the name of a property of type Amazon.PI.Model.GetResourceMetadataResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet">
            <summary>
            Retrieve Performance Insights metrics for a set of data sources over a time period.
            You can provide specific dimension groups and dimensions, and provide filtering criteria
            for each group. You must specify an aggregate function for each metric.
             
             <note><para>
            Each response element returns a maximum of 500 bytes. For larger elements, such as
            SQL statements, only the first 500 bytes are returned.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.EndTime">
            <summary>
            <para>
            <para>The date and time specifying the end of the requested time series query range. The
            value specified is <i>exclusive</i>. Thus, the command returns data points less than
            (but not equal to) <c>EndTime</c>.</para><para>The value for <c>EndTime</c> must be later than the value for <c>StartTime</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable identifier for a data source that is unique for an Amazon Web Services
            Region. Performance Insights gathers metrics from this data source. In the console,
            the identifier is shown as <i>ResourceID</i>. When you call <c>DescribeDBInstances</c>,
            the identifier is returned as <c>DbiResourceId</c>.</para><para>To use a DB instance as a data source, specify its <c>DbiResourceId</c> value. For
            example, specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.MetricQuery">
            <summary>
            <para>
            <para>An array of one or more queries to perform. Each query must specify a Performance
            Insights metric and specify an aggregate function, and you can provide filtering criteria.
            You must append the aggregate function to the metric. For example, to find the average
            for the metric <c>db.load</c> you must use <c>db.load.avg</c>. Valid values for aggregate
            functions include <c>.avg</c>, <c>.min</c>, <c>.max</c>, and <c>.sum</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.PeriodAlignment">
            <summary>
            <para>
            <para>The returned timestamp which is the start or end time of the time periods. The default
            value is <c>END_TIME</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.PeriodInSecond">
            <summary>
            <para>
            <para>The granularity, in seconds, of the data points returned from Performance Insights.
            A period can be as short as one second, or as long as one day (86400 seconds). Valid
            values are:</para><ul><li><para><c>1</c> (one second)</para></li><li><para><c>60</c> (one minute)</para></li><li><para><c>300</c> (five minutes)</para></li><li><para><c>3600</c> (one hour)</para></li><li><para><c>86400</c> (twenty-four hours)</para></li></ul><para>If you don't specify <c>PeriodInSeconds</c>, then Performance Insights will choose
            a value for you, with a goal of returning roughly 100-200 data points in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights returns metrics. Valid
            values are as follows:</para><ul><li><para><c>RDS</c></para></li><li><para><c>DOCDB</c></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.StartTime">
            <summary>
            <para>
            <para>The date and time specifying the beginning of the requested time series query range.
            You can't specify a <c>StartTime</c> that is earlier than 7 days ago. By default,
            Performance Insights has 7 days of retention, but you can extend this range up to
            2 years. The value specified is <i>inclusive</i>. Thus, the command returns data points
            equal to or greater than <c>StartTime</c>.</para><para>The value for <c>StartTime</c> must be earlier than the value for <c>EndTime</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of items to return in the response. If more items exist than the
            specified <c>MaxRecords</c> value, a pagination token is included in the response
            so that the remaining results can be retrieved. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional pagination token provided by a previous request. If this parameter is
            specified, the response includes only records beyond the token, up to the value specified
            by <c>MaxRecords</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceMetricCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.GetResourceMetricsResponse).
            Specifying the name of a property of type Amazon.PI.Model.GetResourceMetricsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.GetPIResourceTagCmdlet">
            <summary>
            Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>Lists all the tags for the Amazon RDS Performance Insights resource. This value is
            an Amazon Resource Name (ARN). For information about creating an ARN, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing">
            Constructing an RDS Amazon Resource Name (ARN)</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceTagCmdlet.ServiceType">
            <summary>
            <para>
            <para>List the tags for the Amazon Web Services service for which Performance Insights returns
            metrics. Valid value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.PI.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.GetPIResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet">
            <summary>
            Creates a new performance analysis report for a specific time period for the DB instance.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.EndTime">
            <summary>
            <para>
            <para>The end time defined for the analysis report.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable, Amazon Web Services Region-unique identifier for a data source. Performance
            Insights gathers metrics from this data source.</para><para>To use an Amazon RDS instance as a data source, you specify its <c>DbiResourceId</c>
            value. For example, specify <c>db-ADECBTYHKTSAUMUZQYPDS2GW4A</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights will return metrics.
            Valid value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.StartTime">
            <summary>
            <para>
            <para>The start time defined for the analysis report.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.Tag">
            <summary>
            <para>
            <para>The metadata assigned to the analysis report consisting of a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AnalysisReportId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.CreatePerformanceAnalysisReportResponse).
            Specifying the name of a property of type Amazon.PI.Model.CreatePerformanceAnalysisReportResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.NewPIPerformanceAnalysisReportCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.RemovePIPerformanceAnalysisReportCmdlet">
            <summary>
            Deletes a performance analysis report.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIPerformanceAnalysisReportCmdlet.AnalysisReportId">
            <summary>
            <para>
            <para>The unique identifier of the analysis report for deletion.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIPerformanceAnalysisReportCmdlet.Identifier">
            <summary>
            <para>
            <para>An immutable identifier for a data source that is unique for an Amazon Web Services
            Region. Performance Insights gathers metrics from this data source. In the console,
            the identifier is shown as <i>ResourceID</i>. When you call <c>DescribeDBInstances</c>,
            the identifier is returned as <c>DbiResourceId</c>.</para><para>To use a DB instance as a data source, specify its <c>DbiResourceId</c> value. For
            example, specify <c>db-ABCDEFGHIJKLMNOPQRSTU1VW2X</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIPerformanceAnalysisReportCmdlet.ServiceType">
            <summary>
            <para>
            <para>The Amazon Web Services service for which Performance Insights will return metrics.
            Valid value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIPerformanceAnalysisReportCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.DeletePerformanceAnalysisReportResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIPerformanceAnalysisReportCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AnalysisReportId parameter.
            The -PassThru parameter is deprecated, use -Select '^AnalysisReportId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIPerformanceAnalysisReportCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.PI.RemovePIResourceTagCmdlet">
            <summary>
            Deletes the metadata tags from the Amazon RDS Performance Insights resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon RDS Performance Insights resource that the tags are added to. This value
            is an Amazon Resource Name (ARN). For information about creating an ARN, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.ARN.html#USER_Tagging.ARN.Constructing">
            Constructing an RDS Amazon Resource Name (ARN)</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIResourceTagCmdlet.ServiceType">
            <summary>
            <para>
            <para>List the tags for the Amazon Web Services service for which Performance Insights returns
            metrics. Valid value is <c>RDS</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The metadata assigned to an Amazon RDS Performance Insights resource consisting of
            a key-value pair.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.PI.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceARN parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceARN' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.PI.RemovePIResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>