Skip to content

Commit b70689c

Browse files
Updating partitions.json file.
1 parent 9421c22 commit b70689c

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

sdk/src/Core/Amazon.Runtime/Internal/Endpoints/StandardLibrary/Partition.generated.cs

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ static Partition()
3434
dnsSuffix = "amazonaws.com",
3535
dualStackDnsSuffix = "api.aws",
3636
supportsFIPS = true,
37-
supportsDualStack = true
37+
supportsDualStack = true,
38+
implicitGlobalRegion = "us-east-1"
3839
};
3940
_partitionsByRegex.Add(@"^(us|eu|ap|sa|ca|me|af|il)\-\w+\-\d+$", aws);
4041
_partitionsByRegionName.Add("af-south-1", aws);
@@ -73,7 +74,8 @@ static Partition()
7374
dnsSuffix = "amazonaws.com.cn",
7475
dualStackDnsSuffix = "api.amazonwebservices.com.cn",
7576
supportsFIPS = true,
76-
supportsDualStack = true
77+
supportsDualStack = true,
78+
implicitGlobalRegion = "cn-northwest-1"
7779
};
7880
_partitionsByRegex.Add(@"^cn\-\w+\-\d+$", aws_cn);
7981
_partitionsByRegionName.Add("aws-cn-global", aws_cn);
@@ -86,7 +88,8 @@ static Partition()
8688
dnsSuffix = "amazonaws.com",
8789
dualStackDnsSuffix = "api.aws",
8890
supportsFIPS = true,
89-
supportsDualStack = true
91+
supportsDualStack = true,
92+
implicitGlobalRegion = "us-gov-west-1"
9093
};
9194
_partitionsByRegex.Add(@"^us\-gov\-\w+\-\d+$", aws_us_gov);
9295
_partitionsByRegionName.Add("aws-us-gov-global", aws_us_gov);
@@ -99,7 +102,8 @@ static Partition()
99102
dnsSuffix = "c2s.ic.gov",
100103
dualStackDnsSuffix = "c2s.ic.gov",
101104
supportsFIPS = true,
102-
supportsDualStack = false
105+
supportsDualStack = false,
106+
implicitGlobalRegion = "us-iso-east-1"
103107
};
104108
_partitionsByRegex.Add(@"^us\-iso\-\w+\-\d+$", aws_iso);
105109
_partitionsByRegionName.Add("aws-iso-global", aws_iso);
@@ -112,7 +116,8 @@ static Partition()
112116
dnsSuffix = "sc2s.sgov.gov",
113117
dualStackDnsSuffix = "sc2s.sgov.gov",
114118
supportsFIPS = true,
115-
supportsDualStack = false
119+
supportsDualStack = false,
120+
implicitGlobalRegion = "us-isob-east-1"
116121
};
117122
_partitionsByRegex.Add(@"^us\-isob\-\w+\-\d+$", aws_iso_b);
118123
_partitionsByRegionName.Add("aws-iso-b-global", aws_iso_b);
@@ -124,7 +129,8 @@ static Partition()
124129
dnsSuffix = "cloud.adc-e.uk",
125130
dualStackDnsSuffix = "cloud.adc-e.uk",
126131
supportsFIPS = true,
127-
supportsDualStack = false
132+
supportsDualStack = false,
133+
implicitGlobalRegion = "eu-isoe-west-1"
128134
};
129135
_partitionsByRegex.Add(@"^eu\-isoe\-\w+\-\d+$", aws_iso_e);
130136

@@ -134,7 +140,8 @@ static Partition()
134140
dnsSuffix = "csp.hci.ic.gov",
135141
dualStackDnsSuffix = "csp.hci.ic.gov",
136142
supportsFIPS = true,
137-
supportsDualStack = false
143+
supportsDualStack = false,
144+
implicitGlobalRegion = "us-isof-south-1"
138145
};
139146
_partitionsByRegex.Add(@"^us\-isof\-\w+\-\d+$", aws_iso_f);
140147

sdk/src/Core/partitions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outputs" : {
55
"dnsSuffix" : "amazonaws.com",
66
"dualStackDnsSuffix" : "api.aws",
7+
"implicitGlobalRegion" : "us-east-1",
78
"name" : "aws",
89
"supportsDualStack" : true,
910
"supportsFIPS" : true
@@ -103,6 +104,7 @@
103104
"outputs" : {
104105
"dnsSuffix" : "amazonaws.com.cn",
105106
"dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
107+
"implicitGlobalRegion" : "cn-northwest-1",
106108
"name" : "aws-cn",
107109
"supportsDualStack" : true,
108110
"supportsFIPS" : true
@@ -124,6 +126,7 @@
124126
"outputs" : {
125127
"dnsSuffix" : "amazonaws.com",
126128
"dualStackDnsSuffix" : "api.aws",
129+
"implicitGlobalRegion" : "us-gov-west-1",
127130
"name" : "aws-us-gov",
128131
"supportsDualStack" : true,
129132
"supportsFIPS" : true
@@ -145,6 +148,7 @@
145148
"outputs" : {
146149
"dnsSuffix" : "c2s.ic.gov",
147150
"dualStackDnsSuffix" : "c2s.ic.gov",
151+
"implicitGlobalRegion" : "us-iso-east-1",
148152
"name" : "aws-iso",
149153
"supportsDualStack" : false,
150154
"supportsFIPS" : true
@@ -166,6 +170,7 @@
166170
"outputs" : {
167171
"dnsSuffix" : "sc2s.sgov.gov",
168172
"dualStackDnsSuffix" : "sc2s.sgov.gov",
173+
"implicitGlobalRegion" : "us-isob-east-1",
169174
"name" : "aws-iso-b",
170175
"supportsDualStack" : false,
171176
"supportsFIPS" : true
@@ -184,6 +189,7 @@
184189
"outputs" : {
185190
"dnsSuffix" : "cloud.adc-e.uk",
186191
"dualStackDnsSuffix" : "cloud.adc-e.uk",
192+
"implicitGlobalRegion" : "eu-isoe-west-1",
187193
"name" : "aws-iso-e",
188194
"supportsDualStack" : false,
189195
"supportsFIPS" : true
@@ -195,6 +201,7 @@
195201
"outputs" : {
196202
"dnsSuffix" : "csp.hci.ic.gov",
197203
"dualStackDnsSuffix" : "csp.hci.ic.gov",
204+
"implicitGlobalRegion" : "us-isof-south-1",
198205
"name" : "aws-iso-f",
199206
"supportsDualStack" : false,
200207
"supportsFIPS" : true

0 commit comments

Comments
 (0)