File tree Expand file tree Collapse file tree 1 file changed +0
-44
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 1014
1014
"UseDualStack" : false
1015
1015
}
1016
1016
},
1017
- {
1018
- "documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack enabled" ,
1019
- "expect" : {
1020
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1021
- },
1022
- "params" : {
1023
- "Region" : " us-iso-east-1" ,
1024
- "UseFIPS" : true ,
1025
- "UseDualStack" : true
1026
- }
1027
- },
1028
1017
{
1029
1018
"documentation" : " For region us-iso-east-1 with FIPS enabled and DualStack disabled" ,
1030
1019
"expect" : {
1038
1027
"UseDualStack" : false
1039
1028
}
1040
1029
},
1041
- {
1042
- "documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack enabled" ,
1043
- "expect" : {
1044
- "error" : " DualStack is enabled but this partition does not support DualStack"
1045
- },
1046
- "params" : {
1047
- "Region" : " us-iso-east-1" ,
1048
- "UseFIPS" : false ,
1049
- "UseDualStack" : true
1050
- }
1051
- },
1052
1030
{
1053
1031
"documentation" : " For region us-iso-east-1 with FIPS disabled and DualStack disabled" ,
1054
1032
"expect" : {
1062
1040
"UseDualStack" : false
1063
1041
}
1064
1042
},
1065
- {
1066
- "documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack enabled" ,
1067
- "expect" : {
1068
- "error" : " FIPS and DualStack are enabled, but this partition does not support one or both"
1069
- },
1070
- "params" : {
1071
- "Region" : " us-isob-east-1" ,
1072
- "UseFIPS" : true ,
1073
- "UseDualStack" : true
1074
- }
1075
- },
1076
1043
{
1077
1044
"documentation" : " For region us-isob-east-1 with FIPS enabled and DualStack disabled" ,
1078
1045
"expect" : {
1086
1053
"UseDualStack" : false
1087
1054
}
1088
1055
},
1089
- {
1090
- "documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack enabled" ,
1091
- "expect" : {
1092
- "error" : " DualStack is enabled but this partition does not support DualStack"
1093
- },
1094
- "params" : {
1095
- "Region" : " us-isob-east-1" ,
1096
- "UseFIPS" : false ,
1097
- "UseDualStack" : true
1098
- }
1099
- },
1100
1056
{
1101
1057
"documentation" : " For region us-isob-east-1 with FIPS disabled and DualStack disabled" ,
1102
1058
"expect" : {
You can’t perform that action at this time.
0 commit comments