Skip to content

Commit 9e701dd

Browse files
author
AWS
committed
AWS Performance Insights Update: Remove incorrect endpoint tests
1 parent 9ea5421 commit 9e701dd

File tree

3 files changed

+9
-50
lines changed

3 files changed

+9
-50
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Performance Insights",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/pi/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -429,17 +429,6 @@
429429
"UseDualStack": false
430430
}
431431
},
432-
{
433-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
434-
"expect": {
435-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
436-
},
437-
"params": {
438-
"Region": "us-iso-east-1",
439-
"UseFIPS": true,
440-
"UseDualStack": true
441-
}
442-
},
443432
{
444433
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
445434
"expect": {
@@ -453,17 +442,6 @@
453442
"UseDualStack": false
454443
}
455444
},
456-
{
457-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
458-
"expect": {
459-
"error": "DualStack is enabled but this partition does not support DualStack"
460-
},
461-
"params": {
462-
"Region": "us-iso-east-1",
463-
"UseFIPS": false,
464-
"UseDualStack": true
465-
}
466-
},
467445
{
468446
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
469447
"expect": {
@@ -477,17 +455,6 @@
477455
"UseDualStack": false
478456
}
479457
},
480-
{
481-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
482-
"expect": {
483-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
484-
},
485-
"params": {
486-
"Region": "us-isob-east-1",
487-
"UseFIPS": true,
488-
"UseDualStack": true
489-
}
490-
},
491458
{
492459
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
493460
"expect": {
@@ -501,17 +468,6 @@
501468
"UseDualStack": false
502469
}
503470
},
504-
{
505-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
506-
"expect": {
507-
"error": "DualStack is enabled but this partition does not support DualStack"
508-
},
509-
"params": {
510-
"Region": "us-isob-east-1",
511-
"UseFIPS": false,
512-
"UseDualStack": true
513-
}
514-
},
515471
{
516472
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
517473
"expect": {

services/pi/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@
435435
},
436436
"DeletePerformanceAnalysisReportResponse":{
437437
"type":"structure",
438-
"members":{
439-
}
438+
"members":{}
440439
},
441440
"DescribeDimensionKeysRequest":{
442441
"type":"structure",
@@ -1428,8 +1427,7 @@
14281427
},
14291428
"TagResourceResponse":{
14301429
"type":"structure",
1431-
"members":{
1432-
}
1430+
"members":{}
14331431
},
14341432
"TagValue":{
14351433
"type":"string",
@@ -1468,8 +1466,7 @@
14681466
},
14691467
"UntagResourceResponse":{
14701468
"type":"structure",
1471-
"members":{
1472-
}
1469+
"members":{}
14731470
}
14741471
},
14751472
"documentation":"<fullname>Amazon RDS Performance Insights</fullname> <p>Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide provides detailed information about Performance Insights data types, parameters and errors.</p> <p>When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon CloudWatch provides the authoritative source for Amazon Web Services service-vended monitoring metrics. Performance Insights offers a domain-specific view of DB load.</p> <p>DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.</p> <ul> <li> <p>To learn more about Performance Insights and Amazon Aurora DB instances, go to the <i> <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.html\"> Amazon Aurora User Guide</a> </i>. </p> </li> <li> <p>To learn more about Performance Insights and Amazon RDS DB instances, go to the <i> <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html\"> Amazon RDS User Guide</a> </i>. </p> </li> <li> <p>To learn more about Performance Insights and Amazon DocumentDB clusters, go to the <i> <a href=\"https://docs.aws.amazon.com/documentdb/latest/developerguide/performance-insights.html\"> Amazon DocumentDB Developer Guide</a> </i>.</p> </li> </ul>"

0 commit comments

Comments
 (0)