aws-partitions 1.1149.0 → 1.1150.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eddf1af5ccd659848011a4cf97def5e9840e78dd77eb2da4cab73253445fc3dd
4
- data.tar.gz: 590c800989dc88df4d986c24ba17c47cad1f615f8e00d809b1b0794a7bf4fd05
3
+ metadata.gz: e8326a33fe6db6cb7459f533f108e8200dd6bd190e890e151e57f15bff7ae123
4
+ data.tar.gz: 815548e85d315b0c482a98ab51dfc4d412bc447a39edddecb26433046250ad93
5
5
  SHA512:
6
- metadata.gz: 68b64ba3c3be9e7785ac945f689fec92d1b27523ad38780d94c570a905c8b3451c7d6d69aa41d69ed21854fd784dfba12c2794abba616e7dddc5d3171292fc55
7
- data.tar.gz: df103f8598358541b3056326209ebe914fb3dbbe7bcc5e783f8eb306bfeed95211fb7a636215e4735e98ec926f637d0d3623c7f50de14b9fc84ad7eca95a55fb
6
+ metadata.gz: fa253e2239de2e8081aff114add83fdae5732e2dd0d9d647709da5e748a45cbfd5f45fa55a7d7a1c4863c948ba5eb55e25724eea0aecb7c32f6e6e43a9f1390c
7
+ data.tar.gz: ecfc930a46ad900d2e777f025369f26c198e72822413532d6eead641cfefcc34ce9cdaa873c00fd5f36079c07d71f0b8db3c9e00effd67fa2597da546ebabf42
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1150.0 (2025-08-21)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.1149.0 (2025-08-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1149.0
1
+ 1.1150.0
@@ -54,7 +54,7 @@
54
54
  "description" : "Asia Pacific (Thailand)"
55
55
  },
56
56
  "aws-global" : {
57
- "description" : "AWS Standard global region"
57
+ "description" : "aws global region"
58
58
  },
59
59
  "ca-central-1" : {
60
60
  "description" : "Canada (Central)"
@@ -127,7 +127,7 @@
127
127
  "regionRegex" : "^cn\\-\\w+\\-\\d+$",
128
128
  "regions" : {
129
129
  "aws-cn-global" : {
130
- "description" : "AWS China global region"
130
+ "description" : "aws-cn global region"
131
131
  },
132
132
  "cn-north-1" : {
133
133
  "description" : "China (Beijing)"
@@ -137,32 +137,26 @@
137
137
  }
138
138
  }
139
139
  }, {
140
- "id" : "aws-us-gov",
140
+ "id" : "aws-eusc",
141
141
  "outputs" : {
142
- "dnsSuffix" : "amazonaws.com",
143
- "dualStackDnsSuffix" : "api.aws",
144
- "implicitGlobalRegion" : "us-gov-west-1",
145
- "name" : "aws-us-gov",
146
- "supportsDualStack" : true,
142
+ "dnsSuffix" : "amazonaws.eu",
143
+ "dualStackDnsSuffix" : "api.amazonwebservices.eu",
144
+ "implicitGlobalRegion" : "eusc-de-east-1",
145
+ "name" : "aws-eusc",
146
+ "supportsDualStack" : false,
147
147
  "supportsFIPS" : true
148
148
  },
149
- "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
149
+ "regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
150
150
  "regions" : {
151
- "aws-us-gov-global" : {
152
- "description" : "AWS GovCloud (US) global region"
153
- },
154
- "us-gov-east-1" : {
155
- "description" : "AWS GovCloud (US-East)"
156
- },
157
- "us-gov-west-1" : {
158
- "description" : "AWS GovCloud (US-West)"
151
+ "eusc-de-east-1" : {
152
+ "description" : "EU (Germany)"
159
153
  }
160
154
  }
161
155
  }, {
162
156
  "id" : "aws-iso",
163
157
  "outputs" : {
164
158
  "dnsSuffix" : "c2s.ic.gov",
165
- "dualStackDnsSuffix" : "c2s.ic.gov",
159
+ "dualStackDnsSuffix" : "api.aws.ic.gov",
166
160
  "implicitGlobalRegion" : "us-iso-east-1",
167
161
  "name" : "aws-iso",
168
162
  "supportsDualStack" : false,
@@ -171,7 +165,7 @@
171
165
  "regionRegex" : "^us\\-iso\\-\\w+\\-\\d+$",
172
166
  "regions" : {
173
167
  "aws-iso-global" : {
174
- "description" : "AWS ISO (US) global region"
168
+ "description" : "aws-iso global region"
175
169
  },
176
170
  "us-iso-east-1" : {
177
171
  "description" : "US ISO East"
@@ -184,7 +178,7 @@
184
178
  "id" : "aws-iso-b",
185
179
  "outputs" : {
186
180
  "dnsSuffix" : "sc2s.sgov.gov",
187
- "dualStackDnsSuffix" : "sc2s.sgov.gov",
181
+ "dualStackDnsSuffix" : "api.aws.scloud",
188
182
  "implicitGlobalRegion" : "us-isob-east-1",
189
183
  "name" : "aws-iso-b",
190
184
  "supportsDualStack" : false,
@@ -193,7 +187,7 @@
193
187
  "regionRegex" : "^us\\-isob\\-\\w+\\-\\d+$",
194
188
  "regions" : {
195
189
  "aws-iso-b-global" : {
196
- "description" : "AWS ISOB (US) global region"
190
+ "description" : "aws-iso-b global region"
197
191
  },
198
192
  "us-isob-east-1" : {
199
193
  "description" : "US ISOB East (Ohio)"
@@ -203,7 +197,7 @@
203
197
  "id" : "aws-iso-e",
204
198
  "outputs" : {
205
199
  "dnsSuffix" : "cloud.adc-e.uk",
206
- "dualStackDnsSuffix" : "cloud.adc-e.uk",
200
+ "dualStackDnsSuffix" : "api.cloud-aws.adc-e.uk",
207
201
  "implicitGlobalRegion" : "eu-isoe-west-1",
208
202
  "name" : "aws-iso-e",
209
203
  "supportsDualStack" : false,
@@ -212,7 +206,7 @@
212
206
  "regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
213
207
  "regions" : {
214
208
  "aws-iso-e-global" : {
215
- "description" : "AWS ISOE (Europe) global region"
209
+ "description" : "aws-iso-e global region"
216
210
  },
217
211
  "eu-isoe-west-1" : {
218
212
  "description" : "EU ISOE West"
@@ -222,7 +216,7 @@
222
216
  "id" : "aws-iso-f",
223
217
  "outputs" : {
224
218
  "dnsSuffix" : "csp.hci.ic.gov",
225
- "dualStackDnsSuffix" : "csp.hci.ic.gov",
219
+ "dualStackDnsSuffix" : "api.aws.hci.ic.gov",
226
220
  "implicitGlobalRegion" : "us-isof-south-1",
227
221
  "name" : "aws-iso-f",
228
222
  "supportsDualStack" : false,
@@ -231,7 +225,7 @@
231
225
  "regionRegex" : "^us\\-isof\\-\\w+\\-\\d+$",
232
226
  "regions" : {
233
227
  "aws-iso-f-global" : {
234
- "description" : "AWS ISOF global region"
228
+ "description" : "aws-iso-f global region"
235
229
  },
236
230
  "us-isof-east-1" : {
237
231
  "description" : "US ISOF EAST"
@@ -241,19 +235,25 @@
241
235
  }
242
236
  }
243
237
  }, {
244
- "id" : "aws-eusc",
238
+ "id" : "aws-us-gov",
245
239
  "outputs" : {
246
- "dnsSuffix" : "amazonaws.eu",
247
- "dualStackDnsSuffix" : "amazonaws.eu",
248
- "implicitGlobalRegion" : "eusc-de-east-1",
249
- "name" : "aws-eusc",
250
- "supportsDualStack" : false,
240
+ "dnsSuffix" : "amazonaws.com",
241
+ "dualStackDnsSuffix" : "api.aws",
242
+ "implicitGlobalRegion" : "us-gov-west-1",
243
+ "name" : "aws-us-gov",
244
+ "supportsDualStack" : true,
251
245
  "supportsFIPS" : true
252
246
  },
253
- "regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
247
+ "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
254
248
  "regions" : {
255
- "eusc-de-east-1" : {
256
- "description" : "EU (Germany)"
249
+ "aws-us-gov-global" : {
250
+ "description" : "aws-us-gov global region"
251
+ },
252
+ "us-gov-east-1" : {
253
+ "description" : "AWS GovCloud (US-East)"
254
+ },
255
+ "us-gov-west-1" : {
256
+ "description" : "AWS GovCloud (US-West)"
257
257
  }
258
258
  }
259
259
  } ],
data/partitions.json CHANGED
@@ -3781,6 +3781,7 @@
3781
3781
  "ap-south-2" : { },
3782
3782
  "ap-southeast-1" : { },
3783
3783
  "ap-southeast-2" : { },
3784
+ "ap-southeast-3" : { },
3784
3785
  "ap-southeast-4" : { },
3785
3786
  "bedrock-ap-northeast-1" : {
3786
3787
  "credentialScope" : {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-partitions
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1149.0
4
+ version: 1.1150.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services