Skip to content

Commit 2d44116

Browse files
author
awstools
committed
feat(client-cloudwatch-logs): Remove incorrect endpoint tests
1 parent 11030ab commit 2d44116

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

codegen/sdk-codegen/aws-models/cloudwatch-logs.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -8386,17 +8386,6 @@
83868386
"UseDualStack": false
83878387
}
83888388
},
8389-
{
8390-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
8391-
"expect": {
8392-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
8393-
},
8394-
"params": {
8395-
"Region": "us-iso-east-1",
8396-
"UseFIPS": true,
8397-
"UseDualStack": true
8398-
}
8399-
},
84008389
{
84018390
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
84028391
"expect": {
@@ -8410,17 +8399,6 @@
84108399
"UseDualStack": false
84118400
}
84128401
},
8413-
{
8414-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
8415-
"expect": {
8416-
"error": "DualStack is enabled but this partition does not support DualStack"
8417-
},
8418-
"params": {
8419-
"Region": "us-iso-east-1",
8420-
"UseFIPS": false,
8421-
"UseDualStack": true
8422-
}
8423-
},
84248402
{
84258403
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
84268404
"expect": {
@@ -8434,17 +8412,6 @@
84348412
"UseDualStack": false
84358413
}
84368414
},
8437-
{
8438-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
8439-
"expect": {
8440-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
8441-
},
8442-
"params": {
8443-
"Region": "us-isob-east-1",
8444-
"UseFIPS": true,
8445-
"UseDualStack": true
8446-
}
8447-
},
84488415
{
84498416
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
84508417
"expect": {
@@ -8458,17 +8425,6 @@
84588425
"UseDualStack": false
84598426
}
84608427
},
8461-
{
8462-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
8463-
"expect": {
8464-
"error": "DualStack is enabled but this partition does not support DualStack"
8465-
},
8466-
"params": {
8467-
"Region": "us-isob-east-1",
8468-
"UseFIPS": false,
8469-
"UseDualStack": true
8470-
}
8471-
},
84728428
{
84738429
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
84748430
"expect": {

0 commit comments

Comments
 (0)