Skip to content

Commit cb43a52

Browse files
author
AWS
committed
Amazon SageMaker Metrics Service Update: Remove incorrect endpoint tests
1 parent e29b207 commit cb43a52

File tree

3 files changed

+7
-46
lines changed

3 files changed

+7
-46
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": "Amazon SageMaker Metrics Service",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -585,17 +585,6 @@
585585
"UseDualStack": false
586586
}
587587
},
588-
{
589-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
590-
"expect": {
591-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
592-
},
593-
"params": {
594-
"Region": "us-iso-east-1",
595-
"UseFIPS": true,
596-
"UseDualStack": true
597-
}
598-
},
599588
{
600589
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
601590
"expect": {
@@ -609,17 +598,6 @@
609598
"UseDualStack": false
610599
}
611600
},
612-
{
613-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
614-
"expect": {
615-
"error": "DualStack is enabled but this partition does not support DualStack"
616-
},
617-
"params": {
618-
"Region": "us-iso-east-1",
619-
"UseFIPS": false,
620-
"UseDualStack": true
621-
}
622-
},
623601
{
624602
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
625603
"expect": {
@@ -633,17 +611,6 @@
633611
"UseDualStack": false
634612
}
635613
},
636-
{
637-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
638-
"expect": {
639-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
640-
},
641-
"params": {
642-
"Region": "us-isob-east-1",
643-
"UseFIPS": true,
644-
"UseDualStack": true
645-
}
646-
},
647614
{
648615
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
649616
"expect": {
@@ -657,17 +624,6 @@
657624
"UseDualStack": false
658625
}
659626
},
660-
{
661-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
662-
"expect": {
663-
"error": "DualStack is enabled but this partition does not support DualStack"
664-
},
665-
"params": {
666-
"Region": "us-isob-east-1",
667-
"UseFIPS": false,
668-
"UseDualStack": true
669-
}
670-
},
671627
{
672628
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
673629
"expect": {
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"pagination": {
3-
}
2+
"pagination": {}
43
}

0 commit comments

Comments
 (0)