Skip to content

Commit fdda57c

Browse files
author
awstools
committed
feat(client-timestream-write): Remove incorrect endpoint tests
1 parent ffc0a01 commit fdda57c

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/timestream-write.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3676,17 +3676,6 @@
36763676
"UseDualStack": false
36773677
}
36783678
},
3679-
{
3680-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3681-
"expect": {
3682-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3683-
},
3684-
"params": {
3685-
"Region": "us-iso-east-1",
3686-
"UseFIPS": true,
3687-
"UseDualStack": true
3688-
}
3689-
},
36903679
{
36913680
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
36923681
"expect": {
@@ -3700,17 +3689,6 @@
37003689
"UseDualStack": false
37013690
}
37023691
},
3703-
{
3704-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3705-
"expect": {
3706-
"error": "DualStack is enabled but this partition does not support DualStack"
3707-
},
3708-
"params": {
3709-
"Region": "us-iso-east-1",
3710-
"UseFIPS": false,
3711-
"UseDualStack": true
3712-
}
3713-
},
37143692
{
37153693
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
37163694
"expect": {
@@ -3724,17 +3702,6 @@
37243702
"UseDualStack": false
37253703
}
37263704
},
3727-
{
3728-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3729-
"expect": {
3730-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3731-
},
3732-
"params": {
3733-
"Region": "us-isob-east-1",
3734-
"UseFIPS": true,
3735-
"UseDualStack": true
3736-
}
3737-
},
37383705
{
37393706
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
37403707
"expect": {
@@ -3748,17 +3715,6 @@
37483715
"UseDualStack": false
37493716
}
37503717
},
3751-
{
3752-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3753-
"expect": {
3754-
"error": "DualStack is enabled but this partition does not support DualStack"
3755-
},
3756-
"params": {
3757-
"Region": "us-isob-east-1",
3758-
"UseFIPS": false,
3759-
"UseDualStack": true
3760-
}
3761-
},
37623718
{
37633719
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
37643720
"expect": {

0 commit comments

Comments
 (0)