|
1096 | 1096 | }
|
1097 | 1097 | ],
|
1098 | 1098 | "traits": {
|
1099 |
| - "smithy.api#documentation": "<p>Retrieve Performance Insights metrics for a set of data sources over a time period. You can provide\n specific dimension groups and dimensions, and provide aggregation and filtering criteria for\n each group.</p>\n <note>\n <p>Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, \n only the first 500 bytes are returned.</p>\n </note>", |
| 1099 | + "smithy.api#documentation": "<p>Retrieve Performance Insights metrics for a set of data sources over a time period. You can provide\n specific dimension groups and dimensions, and provide filtering criteria for each group. You must specify an aggregate function for\n each metric.</p>\n <note>\n <p>Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, \n only the first 500 bytes are returned.</p>\n </note>", |
1100 | 1100 | "smithy.api#paginated": {
|
1101 | 1101 | "inputToken": "NextToken",
|
1102 | 1102 | "outputToken": "NextToken",
|
|
1124 | 1124 | "MetricQueries": {
|
1125 | 1125 | "target": "com.amazonaws.pi#MetricQueryList",
|
1126 | 1126 | "traits": {
|
1127 |
| - "smithy.api#documentation": "<p>An array of one or more queries to perform. Each query must specify a Performance Insights metric, and can optionally specify aggregation and filtering\n criteria.</p>", |
| 1127 | + "smithy.api#documentation": "<p>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\n criteria. You must append the aggregate function to the metric. For example, to find the average for the metric <code>db.load</code> \n you must use <code>db.load.avg</code>. Valid values for aggregate functions include <code>.avg</code>, <code>.min</code>, \n <code>.max</code>, and <code>.sum</code>.</p>", |
1128 | 1128 | "smithy.api#required": {}
|
1129 | 1129 | }
|
1130 | 1130 | },
|
|
1742 | 1742 | "Metric": {
|
1743 | 1743 | "target": "com.amazonaws.pi#RequestString",
|
1744 | 1744 | "traits": {
|
1745 |
| - "smithy.api#documentation": "<p>The name of a Performance Insights metric to be measured.</p>\n <p>Valid values for <code>Metric</code> are:</p>\n <ul>\n <li>\n <p>\n <code>db.load.avg</code> - A scaled representation of the number of active sessions for the \n database engine.</p>\n </li>\n <li>\n <p>\n <code>db.sampledload.avg</code> - The raw number of active sessions for the database engine.</p>\n </li>\n <li>\n <p>The counter metrics listed in <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights_Counters.html#USER_PerfInsights_Counters.OS\">Performance Insights\n operating system counters</a> in the <i>Amazon Aurora User Guide</i>.</p>\n </li>\n </ul>\n <p>If the number of active sessions is less than an internal Performance Insights threshold, <code>db.load.avg</code> and <code>db.sampledload.avg</code> are the same\n value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with <code>db.load.avg</code> showing the\n scaled values, <code>db.sampledload.avg</code> showing the raw values, and <code>db.sampledload.avg</code> less than\n <code>db.load.avg</code>. For most use cases, you can query <code>db.load.avg</code> only.</p>", |
| 1745 | + "smithy.api#documentation": "<p>The name of a Performance Insights metric to be measured.</p>\n <p>Valid values for <code>Metric</code> are:</p>\n <ul>\n <li>\n <p>\n <code>db.load.avg</code> - A scaled representation of the number of active sessions for the \n database engine.</p>\n </li>\n <li>\n <p>\n <code>db.sampledload.avg</code> - The raw number of active sessions for the database engine.</p>\n </li>\n <li>\n <p>The counter metrics listed in <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights_Counters.html#USER_PerfInsights_Counters.OS\">Performance Insights\n operating system counters</a> in the <i>Amazon Aurora User Guide</i>.</p>\n </li>\n <li>\n <p>The counter metrics listed in <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights_Counters.html#USER_PerfInsights_Counters.OS\">Performance Insights\n operating system counters</a> in the <i>Amazon RDS User Guide</i>.</p>\n </li>\n </ul>\n <p>If the number of active sessions is less than an internal Performance Insights threshold, <code>db.load.avg</code> and <code>db.sampledload.avg</code> are the same\n value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with <code>db.load.avg</code> showing the\n scaled values, <code>db.sampledload.avg</code> showing the raw values, and <code>db.sampledload.avg</code> less than\n <code>db.load.avg</code>. For most use cases, you can query <code>db.load.avg</code> only.</p>", |
1746 | 1746 | "smithy.api#required": {}
|
1747 | 1747 | }
|
1748 | 1748 | },
|
|
1760 | 1760 | }
|
1761 | 1761 | },
|
1762 | 1762 | "traits": {
|
1763 |
| - "smithy.api#documentation": "<p>A single query to be processed. You must provide the metric to query. If no other\n parameters are specified, Performance Insights returns all data points for the specified metric. Optionally, you can\n request that the data points be aggregated by dimension group (<code>GroupBy</code>), and return only \n those data points that match your criteria (<code>Filter</code>).</p>" |
| 1763 | + "smithy.api#documentation": "<p>A single query to be processed. You must provide the metric to query and append an aggregate function to the metric.\n For example, to find the average for the metric <code>db.load</code> \n you must use <code>db.load.avg</code>. Valid values for aggregate functions include <code>.avg</code>, <code>.min</code>, \n <code>.max</code>, and <code>.sum</code>.\n If no other parameters are specified, Performance Insights returns all data points for the specified metric. Optionally, you can\n request that the data points be aggregated by dimension group (<code>GroupBy</code>), and return only \n those data points that match your criteria (<code>Filter</code>).</p>" |
1764 | 1764 | }
|
1765 | 1765 | },
|
1766 | 1766 | "com.amazonaws.pi#MetricQueryFilterMap": {
|
|
2944 | 2944 | "Metric": {
|
2945 | 2945 | "target": "com.amazonaws.pi#String",
|
2946 | 2946 | "traits": {
|
2947 |
| - "smithy.api#documentation": "<p>The name of a Performance Insights metric to be measured.</p>\n <p>Valid values for <code>Metric</code> are:</p>\n <ul>\n <li>\n <p>\n <code>db.load.avg</code> - A scaled representation of the number of active sessions for the database engine.</p>\n </li>\n <li>\n <p>\n <code>db.sampledload.avg</code> - The raw number of active sessions for the database engine.</p>\n </li>\n <li>\n <p>The counter metrics listed in <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights_Counters.html#USER_PerfInsights_Counters.OS\">Performance Insights\n operating system counters</a> in the <i>Amazon Aurora User Guide</i>.</p>\n </li>\n </ul>\n <p>If the number of active sessions is less than an internal Performance Insights threshold, <code>db.load.avg</code> and \n <code>db.sampledload.avg</code> are the same value. If the number of active sessions is greater than the \n internal threshold, Performance Insights samples the active sessions, with <code>db.load.avg</code> showing the scaled values, \n <code>db.sampledload.avg</code> showing the raw values, and <code>db.sampledload.avg</code> less \n than <code>db.load.avg</code>. For most use cases, you can query <code>db.load.avg</code> only.\n </p>", |
| 2947 | + "smithy.api#documentation": "<p>The name of a Performance Insights metric to be measured.</p>\n <p>Valid values for <code>Metric</code> are:</p>\n <ul>\n <li>\n <p>\n <code>db.load.avg</code> - A scaled representation of the number of active sessions for the database engine.</p>\n </li>\n <li>\n <p>\n <code>db.sampledload.avg</code> - The raw number of active sessions for the database engine.</p>\n </li>\n <li>\n <p>The counter metrics listed in <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights_Counters.html#USER_PerfInsights_Counters.OS\">Performance Insights\n operating system counters</a> in the <i>Amazon Aurora User Guide</i>.</p>\n </li>\n <li>\n <p>The counter metrics listed in <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights_Counters.html#USER_PerfInsights_Counters.OS\">Performance Insights\n operating system counters</a> in the <i>Amazon RDS User Guide</i>.</p>\n </li>\n </ul>\n <p>If the number of active sessions is less than an internal Performance Insights threshold, <code>db.load.avg</code> and \n <code>db.sampledload.avg</code> are the same value. If the number of active sessions is greater than the \n internal threshold, Performance Insights samples the active sessions, with <code>db.load.avg</code> showing the scaled values, \n <code>db.sampledload.avg</code> showing the raw values, and <code>db.sampledload.avg</code> less \n than <code>db.load.avg</code>. For most use cases, you can query <code>db.load.avg</code> only.\n </p>", |
2948 | 2948 | "smithy.api#required": {}
|
2949 | 2949 | }
|
2950 | 2950 | },
|
|
0 commit comments