Skip to content

Commit 1e5fbca

Browse files
author
AWS
committed
AWS Well-Architected Tool Update: Remove incorrect endpoint tests
1 parent ee3be0b commit 1e5fbca

File tree

3 files changed

+12
-51
lines changed

3 files changed

+12
-51
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 Well-Architected Tool",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -377,17 +377,6 @@
377377
"UseDualStack": false
378378
}
379379
},
380-
{
381-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
382-
"expect": {
383-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
384-
},
385-
"params": {
386-
"Region": "us-iso-east-1",
387-
"UseFIPS": true,
388-
"UseDualStack": true
389-
}
390-
},
391380
{
392381
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
393382
"expect": {
@@ -401,17 +390,6 @@
401390
"UseDualStack": false
402391
}
403392
},
404-
{
405-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
406-
"expect": {
407-
"error": "DualStack is enabled but this partition does not support DualStack"
408-
},
409-
"params": {
410-
"Region": "us-iso-east-1",
411-
"UseFIPS": false,
412-
"UseDualStack": true
413-
}
414-
},
415393
{
416394
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
417395
"expect": {
@@ -425,17 +403,6 @@
425403
"UseDualStack": false
426404
}
427405
},
428-
{
429-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
430-
"expect": {
431-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
432-
},
433-
"params": {
434-
"Region": "us-isob-east-1",
435-
"UseFIPS": true,
436-
"UseDualStack": true
437-
}
438-
},
439406
{
440407
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
441408
"expect": {
@@ -449,17 +416,6 @@
449416
"UseDualStack": false
450417
}
451418
},
452-
{
453-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
454-
"expect": {
455-
"error": "DualStack is enabled but this partition does not support DualStack"
456-
},
457-
"params": {
458-
"Region": "us-isob-east-1",
459-
"UseFIPS": false,
460-
"UseDualStack": true
461-
}
462-
},
463419
{
464420
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
465421
"expect": {

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"wellarchitected",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"Well-Architected",
910
"serviceFullName":"AWS Well-Architected Tool",
1011
"serviceId":"WellArchitected",
1112
"signatureVersion":"v4",
1213
"signingName":"wellarchitected",
13-
"uid":"wellarchitected-2020-03-31"
14+
"uid":"wellarchitected-2020-03-31",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"AssociateLenses":{
@@ -2780,8 +2782,7 @@
27802782
},
27812783
"GetProfileTemplateInput":{
27822784
"type":"structure",
2783-
"members":{
2784-
}
2785+
"members":{}
27852786
},
27862787
"GetProfileTemplateOutput":{
27872788
"type":"structure",
@@ -5117,8 +5118,7 @@
51175118
},
51185119
"TagResourceOutput":{
51195120
"type":"structure",
5120-
"members":{
5121-
}
5121+
"members":{}
51225122
},
51235123
"TagValue":{
51245124
"type":"string",
@@ -5214,8 +5214,7 @@
52145214
},
52155215
"UntagResourceOutput":{
52165216
"type":"structure",
5217-
"members":{
5218-
}
5217+
"members":{}
52195218
},
52205219
"UpdateAnswerInput":{
52215220
"type":"structure",

0 commit comments

Comments
 (0)