Skip to content

Commit 4b7e707

Browse files
author
awstools
committed
feat(client-transfer): Remove incorrect endpoint tests
1 parent f6ed099 commit 4b7e707

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -9902,17 +9902,6 @@
99029902
"UseDualStack": true
99039903
}
99049904
},
9905-
{
9906-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
9907-
"expect": {
9908-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
9909-
},
9910-
"params": {
9911-
"Region": "us-iso-east-1",
9912-
"UseFIPS": true,
9913-
"UseDualStack": true
9914-
}
9915-
},
99169905
{
99179906
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
99189907
"expect": {
@@ -9926,17 +9915,6 @@
99269915
"UseDualStack": false
99279916
}
99289917
},
9929-
{
9930-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
9931-
"expect": {
9932-
"error": "DualStack is enabled but this partition does not support DualStack"
9933-
},
9934-
"params": {
9935-
"Region": "us-iso-east-1",
9936-
"UseFIPS": false,
9937-
"UseDualStack": true
9938-
}
9939-
},
99409918
{
99419919
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
99429920
"expect": {
@@ -9950,17 +9928,6 @@
99509928
"UseDualStack": false
99519929
}
99529930
},
9953-
{
9954-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
9955-
"expect": {
9956-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
9957-
},
9958-
"params": {
9959-
"Region": "us-isob-east-1",
9960-
"UseFIPS": true,
9961-
"UseDualStack": true
9962-
}
9963-
},
99649931
{
99659932
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
99669933
"expect": {
@@ -9974,17 +9941,6 @@
99749941
"UseDualStack": false
99759942
}
99769943
},
9977-
{
9978-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
9979-
"expect": {
9980-
"error": "DualStack is enabled but this partition does not support DualStack"
9981-
},
9982-
"params": {
9983-
"Region": "us-isob-east-1",
9984-
"UseFIPS": false,
9985-
"UseDualStack": true
9986-
}
9987-
},
99889944
{
99899945
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
99909946
"expect": {

0 commit comments

Comments
 (0)