aws-partitions 1.1148.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions-metadata.json +34 -34
- data/partitions.json +20 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8326a33fe6db6cb7459f533f108e8200dd6bd190e890e151e57f15bff7ae123
|
4
|
+
data.tar.gz: 815548e85d315b0c482a98ab51dfc4d412bc447a39edddecb26433046250ad93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa253e2239de2e8081aff114add83fdae5732e2dd0d9d647709da5e748a45cbfd5f45fa55a7d7a1c4863c948ba5eb55e25724eea0aecb7c32f6e6e43a9f1390c
|
7
|
+
data.tar.gz: ecfc930a46ad900d2e777f025369f26c198e72822413532d6eead641cfefcc34ce9cdaa873c00fd5f36079c07d71f0b8db3c9e00effd67fa2597da546ebabf42
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.1149.0 (2025-08-20)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1148.0 (2025-08-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1150.0
|
data/partitions-metadata.json
CHANGED
@@ -54,7 +54,7 @@
|
|
54
54
|
"description" : "Asia Pacific (Thailand)"
|
55
55
|
},
|
56
56
|
"aws-global" : {
|
57
|
-
"description" : "
|
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" : "
|
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-
|
140
|
+
"id" : "aws-eusc",
|
141
141
|
"outputs" : {
|
142
|
-
"dnsSuffix" : "amazonaws.
|
143
|
-
"dualStackDnsSuffix" : "api.
|
144
|
-
"implicitGlobalRegion" : "
|
145
|
-
"name" : "aws-
|
146
|
-
"supportsDualStack" :
|
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" : "^
|
149
|
+
"regionRegex" : "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
150
150
|
"regions" : {
|
151
|
-
"
|
152
|
-
"description" : "
|
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" : "
|
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" : "
|
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" : "
|
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" : "
|
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" : "
|
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" : "
|
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" : "
|
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-
|
238
|
+
"id" : "aws-us-gov",
|
245
239
|
"outputs" : {
|
246
|
-
"dnsSuffix" : "amazonaws.
|
247
|
-
"dualStackDnsSuffix" : "
|
248
|
-
"implicitGlobalRegion" : "
|
249
|
-
"name" : "aws-
|
250
|
-
"supportsDualStack" :
|
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" : "^
|
247
|
+
"regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
|
254
248
|
"regions" : {
|
255
|
-
"
|
256
|
-
"description" : "
|
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" : {
|
@@ -27575,6 +27576,9 @@
|
|
27575
27576
|
},
|
27576
27577
|
"trustedadvisor" : {
|
27577
27578
|
"endpoints" : {
|
27579
|
+
"ap-northeast-2" : { },
|
27580
|
+
"ap-southeast-2" : { },
|
27581
|
+
"eu-west-1" : { },
|
27578
27582
|
"fips-us-east-1" : {
|
27579
27583
|
"credentialScope" : {
|
27580
27584
|
"region" : "us-east-1"
|
@@ -27592,7 +27596,10 @@
|
|
27592
27596
|
"region" : "us-west-2"
|
27593
27597
|
},
|
27594
27598
|
"hostname" : "trustedadvisor-fips.us-west-2.api.aws"
|
27595
|
-
}
|
27599
|
+
},
|
27600
|
+
"us-east-1" : { },
|
27601
|
+
"us-east-2" : { },
|
27602
|
+
"us-west-2" : { }
|
27596
27603
|
}
|
27597
27604
|
},
|
27598
27605
|
"verifiedpermissions" : {
|
@@ -37191,7 +37198,8 @@
|
|
37191
37198
|
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
|
37192
37199
|
"tags" : [ "fips" ]
|
37193
37200
|
} ]
|
37194
|
-
}
|
37201
|
+
},
|
37202
|
+
"us-iso-west-1" : { }
|
37195
37203
|
}
|
37196
37204
|
},
|
37197
37205
|
"glacier" : {
|
@@ -39337,6 +39345,11 @@
|
|
39337
39345
|
"eu-isoe-west-1" : { }
|
39338
39346
|
}
|
39339
39347
|
},
|
39348
|
+
"trustedadvisor" : {
|
39349
|
+
"endpoints" : {
|
39350
|
+
"eu-isoe-west-1" : { }
|
39351
|
+
}
|
39352
|
+
},
|
39340
39353
|
"xray" : {
|
39341
39354
|
"endpoints" : {
|
39342
39355
|
"eu-isoe-west-1" : { }
|
@@ -40175,6 +40188,11 @@
|
|
40175
40188
|
"us-isof-south-1" : { }
|
40176
40189
|
}
|
40177
40190
|
},
|
40191
|
+
"trustedadvisor" : {
|
40192
|
+
"endpoints" : {
|
40193
|
+
"us-isof-south-1" : { }
|
40194
|
+
}
|
40195
|
+
},
|
40178
40196
|
"xray" : {
|
40179
40197
|
"endpoints" : {
|
40180
40198
|
"us-isof-east-1" : { },
|