|
63 | 63 | {"shape":"ThrottlingException"},
|
64 | 64 | {"shape":"ResourceNotFoundException"}
|
65 | 65 | ],
|
66 |
| - "documentation":"<p> Used by profiler agents to report their current state and to receive remote configuration updates. For example, <code>ConfigureAgent</code> can be used to tell and agent whether to profile or not and for how long to return profiling data. </p>" |
| 66 | + "documentation":"<p> Used by profiler agents to report their current state and to receive remote configuration updates. For example, <code>ConfigureAgent</code> can be used to tell an agent whether to profile or not and for how long to return profiling data. </p>" |
67 | 67 | },
|
68 | 68 | "CreateProfilingGroup":{
|
69 | 69 | "name":"CreateProfilingGroup",
|
|
95 | 95 | "output":{"shape":"DeleteProfilingGroupResponse"},
|
96 | 96 | "errors":[
|
97 | 97 | {"shape":"InternalServerException"},
|
| 98 | + {"shape":"ConflictException"}, |
98 | 99 | {"shape":"ValidationException"},
|
99 | 100 | {"shape":"ThrottlingException"},
|
100 | 101 | {"shape":"ResourceNotFoundException"}
|
|
480 | 481 | "AgentParameterField":{
|
481 | 482 | "type":"string",
|
482 | 483 | "enum":[
|
483 |
| - "MaxStackDepth", |
484 |
| - "MemoryUsageLimitPercent", |
485 |
| - "MinimumTimeForReportingInMilliseconds", |
| 484 | + "SamplingIntervalInMilliseconds", |
486 | 485 | "ReportingIntervalInMilliseconds",
|
487 |
| - "SamplingIntervalInMilliseconds" |
| 486 | + "MinimumTimeForReportingInMilliseconds", |
| 487 | + "MemoryUsageLimitPercent", |
| 488 | + "MaxStackDepth" |
488 | 489 | ]
|
489 | 490 | },
|
490 | 491 | "AgentParameters":{
|
|
511 | 512 | "AggregationPeriod":{
|
512 | 513 | "type":"string",
|
513 | 514 | "enum":[
|
514 |
| - "P1D", |
| 515 | + "PT5M", |
515 | 516 | "PT1H",
|
516 |
| - "PT5M" |
| 517 | + "P1D" |
517 | 518 | ]
|
518 | 519 | },
|
519 | 520 | "Anomalies":{
|
|
705 | 706 | "ComputePlatform":{
|
706 | 707 | "type":"string",
|
707 | 708 | "enum":[
|
708 |
| - "AWSLambda", |
709 |
| - "Default" |
| 709 | + "Default", |
| 710 | + "AWSLambda" |
710 | 711 | ]
|
711 | 712 | },
|
712 | 713 | "ConfigureAgentRequest":{
|
|
861 | 862 | "FeedbackType":{
|
862 | 863 | "type":"string",
|
863 | 864 | "enum":[
|
864 |
| - "Negative", |
865 |
| - "Positive" |
| 865 | + "Positive", |
| 866 | + "Negative" |
866 | 867 | ]
|
867 | 868 | },
|
868 | 869 | "FindingsReportId":{
|
|
946 | 947 | },
|
947 | 948 | "documentation":"<p> Information about a frame metric and its values. </p>"
|
948 | 949 | },
|
| 950 | + "FrameMetricValue":{ |
| 951 | + "type":"double", |
| 952 | + "box":true |
| 953 | + }, |
949 | 954 | "FrameMetricValues":{
|
950 | 955 | "type":"list",
|
951 |
| - "member":{"shape":"Double"} |
| 956 | + "member":{"shape":"FrameMetricValue"} |
952 | 957 | },
|
953 | 958 | "FrameMetrics":{
|
954 | 959 | "type":"list",
|
|
1199 | 1204 | "documentation":"<p>The server encountered an internal error and is unable to complete the request.</p>",
|
1200 | 1205 | "error":{"httpStatusCode":500},
|
1201 | 1206 | "exception":true,
|
1202 |
| - "fault":true |
| 1207 | + "fault":true, |
| 1208 | + "retryable":{"throttling":false} |
1203 | 1209 | },
|
1204 | 1210 | "ListFindingsReportsRequest":{
|
1205 | 1211 | "type":"structure",
|
|
1446 | 1452 | "MetadataField":{
|
1447 | 1453 | "type":"string",
|
1448 | 1454 | "enum":[
|
| 1455 | + "ComputePlatform", |
1449 | 1456 | "AgentId",
|
1450 | 1457 | "AwsRequestId",
|
1451 |
| - "ComputePlatform", |
1452 | 1458 | "ExecutionEnvironment",
|
1453 | 1459 | "LambdaFunctionArn",
|
1454 | 1460 | "LambdaMemoryLimitInMB",
|
1455 |
| - "LambdaPreviousExecutionTimeInMilliseconds", |
1456 | 1461 | "LambdaRemainingTimeInMilliseconds",
|
1457 |
| - "LambdaTimeGapBetweenInvokesInMilliseconds" |
| 1462 | + "LambdaTimeGapBetweenInvokesInMilliseconds", |
| 1463 | + "LambdaPreviousExecutionTimeInMilliseconds" |
1458 | 1464 | ]
|
1459 | 1465 | },
|
1460 | 1466 | "Metric":{
|
|
1497 | 1503 | "OrderBy":{
|
1498 | 1504 | "type":"string",
|
1499 | 1505 | "enum":[
|
1500 |
| - "TimestampAscending", |
1501 |
| - "TimestampDescending" |
| 1506 | + "TimestampDescending", |
| 1507 | + "TimestampAscending" |
1502 | 1508 | ]
|
1503 | 1509 | },
|
1504 | 1510 | "PaginationToken":{
|
|
1882 | 1888 | "httpStatusCode":402,
|
1883 | 1889 | "senderFault":true
|
1884 | 1890 | },
|
1885 |
| - "exception":true |
| 1891 | + "exception":true, |
| 1892 | + "retryable":{"throttling":false} |
1886 | 1893 | },
|
1887 | 1894 | "String":{"type":"string"},
|
1888 | 1895 | "Strings":{
|
|
1982 | 1989 | "httpStatusCode":429,
|
1983 | 1990 | "senderFault":true
|
1984 | 1991 | },
|
1985 |
| - "exception":true |
| 1992 | + "exception":true, |
| 1993 | + "retryable":{"throttling":false} |
1986 | 1994 | },
|
1987 | 1995 | "Timestamp":{
|
1988 | 1996 | "type":"timestamp",
|
|
2087 | 2095 | "exception":true
|
2088 | 2096 | }
|
2089 | 2097 | },
|
2090 |
| - "documentation":"<p>This section provides documentation for the Amazon CodeGuru Profiler API operations.</p> <pre><code> <p>Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides recommendations that can help you fine-tune your application performance. Using machine learning algorithms, CodeGuru Profiler can help you find your most expensive lines of code and suggest ways you can improve efficiency and remove CPU bottlenecks. </p> <p>Amazon CodeGuru Profiler provides different visualizations of profiling data to help you identify what code is running on the CPU, see how much time is consumed, and suggest ways to reduce CPU utilization. </p> <note> <p>Amazon CodeGuru Profiler currently supports applications written in all Java virtual machine (JVM) languages. While CodeGuru Profiler supports both visualizations and recommendations for applications written in Java, it can also generate visualizations and a subset of recommendations for applications written in other JVM languages.</p> </note> <p> For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html">What is Amazon CodeGuru Profiler</a> in the <i>Amazon CodeGuru Profiler User Guide</i>. </p> </code></pre>" |
| 2098 | + "documentation":"<p> This section provides documentation for the Amazon CodeGuru Profiler API operations. </p> <p> Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides recommendations that can help you fine-tune your application performance. Using machine learning algorithms, CodeGuru Profiler can help you find your most expensive lines of code and suggest ways you can improve efficiency and remove CPU bottlenecks. </p> <p> Amazon CodeGuru Profiler provides different visualizations of profiling data to help you identify what code is running on the CPU, see how much time is consumed, and suggest ways to reduce CPU utilization. </p> <note> <p>Amazon CodeGuru Profiler currently supports applications written in all Java virtual machine (JVM) languages and Python. While CodeGuru Profiler supports both visualizations and recommendations for applications written in Java, it can also generate visualizations and a subset of recommendations for applications written in other JVM languages and Python.</p> </note> <p> For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html\">What is Amazon CodeGuru Profiler</a> in the <i>Amazon CodeGuru Profiler User Guide</i>. </p>" |
2091 | 2099 | }
|
0 commit comments