Skip to content

Commit b083b5f

Browse files
author
awstools
committed
feat(client-secrets-manager): Remove incorrect endpoint tests
1 parent 21df450 commit b083b5f

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/secrets-manager.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4590,17 +4590,6 @@
45904590
"UseDualStack": false
45914591
}
45924592
},
4593-
{
4594-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
4595-
"expect": {
4596-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4597-
},
4598-
"params": {
4599-
"Region": "us-iso-east-1",
4600-
"UseFIPS": true,
4601-
"UseDualStack": true
4602-
}
4603-
},
46044593
{
46054594
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
46064595
"expect": {
@@ -4614,28 +4603,6 @@
46144603
"UseDualStack": false
46154604
}
46164605
},
4617-
{
4618-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
4619-
"expect": {
4620-
"error": "DualStack is enabled but this partition does not support DualStack"
4621-
},
4622-
"params": {
4623-
"Region": "us-iso-east-1",
4624-
"UseFIPS": false,
4625-
"UseDualStack": true
4626-
}
4627-
},
4628-
{
4629-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
4630-
"expect": {
4631-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
4632-
},
4633-
"params": {
4634-
"Region": "us-isob-east-1",
4635-
"UseFIPS": true,
4636-
"UseDualStack": true
4637-
}
4638-
},
46394606
{
46404607
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
46414608
"expect": {
@@ -4649,17 +4616,6 @@
46494616
"UseDualStack": false
46504617
}
46514618
},
4652-
{
4653-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
4654-
"expect": {
4655-
"error": "DualStack is enabled but this partition does not support DualStack"
4656-
},
4657-
"params": {
4658-
"Region": "us-isob-east-1",
4659-
"UseFIPS": false,
4660-
"UseDualStack": true
4661-
}
4662-
},
46634619
{
46644620
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
46654621
"expect": {

0 commit comments

Comments
 (0)