Skip to content

Commit f0ca5ed

Browse files
author
AWS
committed
AWS CloudHSM V2 Update: Remove incorrect endpoint tests
1 parent 3bf0065 commit f0ca5ed

File tree

3 files changed

+8
-48
lines changed

3 files changed

+8
-48
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 CloudHSM V2",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/cloudhsmv2/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": true
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/cloudhsmv2/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,8 +1335,7 @@
13351335
},
13361336
"TagResourceResponse":{
13371337
"type":"structure",
1338-
"members":{
1339-
}
1338+
"members":{}
13401339
},
13411340
"TagValue":{
13421341
"type":"string",
@@ -1364,8 +1363,7 @@
13641363
},
13651364
"UntagResourceResponse":{
13661365
"type":"structure",
1367-
"members":{
1368-
}
1366+
"members":{}
13691367
},
13701368
"VpcId":{
13711369
"type":"string",

0 commit comments

Comments
 (0)