Skip to content

Commit 46bc76d

Browse files
author
AWS
committed
AWS Service Catalog App Registry Update: Remove incorrect endpoint tests
1 parent cc1659c commit 46bc76d

File tree

3 files changed

+11
-49
lines changed

3 files changed

+11
-49
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 Service Catalog App Registry",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -494,17 +494,6 @@
494494
"UseDualStack": true
495495
}
496496
},
497-
{
498-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
499-
"expect": {
500-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
501-
},
502-
"params": {
503-
"Region": "us-iso-east-1",
504-
"UseFIPS": true,
505-
"UseDualStack": true
506-
}
507-
},
508497
{
509498
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
510499
"expect": {
@@ -518,17 +507,6 @@
518507
"UseDualStack": false
519508
}
520509
},
521-
{
522-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
523-
"expect": {
524-
"error": "DualStack is enabled but this partition does not support DualStack"
525-
},
526-
"params": {
527-
"Region": "us-iso-east-1",
528-
"UseFIPS": false,
529-
"UseDualStack": true
530-
}
531-
},
532510
{
533511
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
534512
"expect": {
@@ -542,17 +520,6 @@
542520
"UseDualStack": false
543521
}
544522
},
545-
{
546-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
547-
"expect": {
548-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
549-
},
550-
"params": {
551-
"Region": "us-isob-east-1",
552-
"UseFIPS": true,
553-
"UseDualStack": true
554-
}
555-
},
556523
{
557524
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
558525
"expect": {
@@ -566,17 +533,6 @@
566533
"UseDualStack": false
567534
}
568535
},
569-
{
570-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
571-
"expect": {
572-
"error": "DualStack is enabled but this partition does not support DualStack"
573-
},
574-
"params": {
575-
"Region": "us-isob-east-1",
576-
"UseFIPS": false,
577-
"UseDualStack": true
578-
}
579-
},
580536
{
581537
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
582538
"expect": {

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"servicecatalog-appregistry",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"AppRegistry",
910
"serviceFullName":"AWS Service Catalog App Registry",
1011
"serviceId":"Service Catalog AppRegistry",
1112
"signatureVersion":"v4",
1213
"signingName":"servicecatalog",
13-
"uid":"AWS242AppRegistry-2020-06-24"
14+
"uid":"AWS242AppRegistry-2020-06-24",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateAttributeGroup":{
@@ -1676,8 +1678,7 @@
16761678
},
16771679
"TagResourceResponse":{
16781680
"type":"structure",
1679-
"members":{
1680-
}
1681+
"members":{}
16811682
},
16821683
"TagValue":{
16831684
"type":"string",
@@ -1735,8 +1736,7 @@
17351736
},
17361737
"UntagResourceResponse":{
17371738
"type":"structure",
1738-
"members":{
1739-
}
1739+
"members":{}
17401740
},
17411741
"UpdateApplicationRequest":{
17421742
"type":"structure",

0 commit comments

Comments
 (0)