Skip to content

Commit 07adaca

Browse files
author
awstools
committed
feat(client-opensearchserverless): Remove incorrect endpoint tests
1 parent 7d66d1b commit 07adaca

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/opensearchserverless.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3856,17 +3856,6 @@
38563856
"UseDualStack": false
38573857
}
38583858
},
3859-
{
3860-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
3861-
"expect": {
3862-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3863-
},
3864-
"params": {
3865-
"Region": "us-iso-east-1",
3866-
"UseFIPS": true,
3867-
"UseDualStack": true
3868-
}
3869-
},
38703859
{
38713860
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
38723861
"expect": {
@@ -3880,17 +3869,6 @@
38803869
"UseDualStack": false
38813870
}
38823871
},
3883-
{
3884-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
3885-
"expect": {
3886-
"error": "DualStack is enabled but this partition does not support DualStack"
3887-
},
3888-
"params": {
3889-
"Region": "us-iso-east-1",
3890-
"UseFIPS": false,
3891-
"UseDualStack": true
3892-
}
3893-
},
38943872
{
38953873
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
38963874
"expect": {
@@ -3904,17 +3882,6 @@
39043882
"UseDualStack": false
39053883
}
39063884
},
3907-
{
3908-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
3909-
"expect": {
3910-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
3911-
},
3912-
"params": {
3913-
"Region": "us-isob-east-1",
3914-
"UseFIPS": true,
3915-
"UseDualStack": true
3916-
}
3917-
},
39183885
{
39193886
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
39203887
"expect": {
@@ -3928,17 +3895,6 @@
39283895
"UseDualStack": false
39293896
}
39303897
},
3931-
{
3932-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
3933-
"expect": {
3934-
"error": "DualStack is enabled but this partition does not support DualStack"
3935-
},
3936-
"params": {
3937-
"Region": "us-isob-east-1",
3938-
"UseFIPS": false,
3939-
"UseDualStack": true
3940-
}
3941-
},
39423898
{
39433899
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
39443900
"expect": {

0 commit comments

Comments
 (0)