Skip to content

Commit 41029a0

Browse files
author
AWS
committed
Amazon Timestream Write Update: Remove incorrect endpoint tests
1 parent f55161a commit 41029a0

File tree

3 files changed

+10
-52
lines changed

3 files changed

+10
-52
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 Timestream Write",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -416,17 +416,6 @@
416416
"UseDualStack": false
417417
}
418418
},
419-
{
420-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
421-
"expect": {
422-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
423-
},
424-
"params": {
425-
"Region": "us-iso-east-1",
426-
"UseFIPS": true,
427-
"UseDualStack": true
428-
}
429-
},
430419
{
431420
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
432421
"expect": {
@@ -440,17 +429,6 @@
440429
"UseDualStack": false
441430
}
442431
},
443-
{
444-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
445-
"expect": {
446-
"error": "DualStack is enabled but this partition does not support DualStack"
447-
},
448-
"params": {
449-
"Region": "us-iso-east-1",
450-
"UseFIPS": false,
451-
"UseDualStack": true
452-
}
453-
},
454432
{
455433
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
456434
"expect": {
@@ -464,17 +442,6 @@
464442
"UseDualStack": false
465443
}
466444
},
467-
{
468-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
469-
"expect": {
470-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
471-
},
472-
"params": {
473-
"Region": "us-isob-east-1",
474-
"UseFIPS": true,
475-
"UseDualStack": true
476-
}
477-
},
478445
{
479446
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
480447
"expect": {
@@ -488,17 +455,6 @@
488455
"UseDualStack": false
489456
}
490457
},
491-
{
492-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
493-
"expect": {
494-
"error": "DualStack is enabled but this partition does not support DualStack"
495-
},
496-
"params": {
497-
"Region": "us-isob-east-1",
498-
"UseFIPS": false,
499-
"UseDualStack": true
500-
}
501-
},
502458
{
503459
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
504460
"expect": {

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -889,8 +889,7 @@
889889
},
890890
"DescribeEndpointsRequest":{
891891
"type":"structure",
892-
"members":{
893-
}
892+
"members":{}
894893
},
895894
"DescribeEndpointsResponse":{
896895
"type":"structure",
@@ -1478,8 +1477,7 @@
14781477
},
14791478
"ResumeBatchLoadTaskResponse":{
14801479
"type":"structure",
1481-
"members":{
1482-
}
1480+
"members":{}
14831481
},
14841482
"RetentionProperties":{
14851483
"type":"structure",
@@ -1703,8 +1701,7 @@
17031701
},
17041702
"TagResourceResponse":{
17051703
"type":"structure",
1706-
"members":{
1707-
}
1704+
"members":{}
17081705
},
17091706
"TagValue":{
17101707
"type":"string",
@@ -1748,8 +1745,7 @@
17481745
},
17491746
"UntagResourceResponse":{
17501747
"type":"structure",
1751-
"members":{
1752-
}
1748+
"members":{}
17531749
},
17541750
"UpdateDatabaseRequest":{
17551751
"type":"structure",

0 commit comments

Comments
 (0)