aws-partitions 1.877.0 → 1.980.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 +515 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +17 -8
- data/partitions-metadata.json +9 -2
- data/partitions.json +3850 -875
- metadata +7 -7
data/partitions-metadata.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"supportsDualStack" : true,
|
|
10
10
|
"supportsFIPS" : true
|
|
11
11
|
},
|
|
12
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$",
|
|
12
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|il|mx)\\-\\w+\\-\\d+$",
|
|
13
13
|
"regions" : {
|
|
14
14
|
"af-south-1" : {
|
|
15
15
|
"description" : "Africa (Cape Town)"
|
|
@@ -44,6 +44,9 @@
|
|
|
44
44
|
"ap-southeast-4" : {
|
|
45
45
|
"description" : "Asia Pacific (Melbourne)"
|
|
46
46
|
},
|
|
47
|
+
"ap-southeast-5" : {
|
|
48
|
+
"description" : "Asia Pacific (Malaysia)"
|
|
49
|
+
},
|
|
47
50
|
"aws-global" : {
|
|
48
51
|
"description" : "AWS Standard global region"
|
|
49
52
|
},
|
|
@@ -198,7 +201,11 @@
|
|
|
198
201
|
"supportsFIPS" : true
|
|
199
202
|
},
|
|
200
203
|
"regionRegex" : "^eu\\-isoe\\-\\w+\\-\\d+$",
|
|
201
|
-
"regions" : {
|
|
204
|
+
"regions" : {
|
|
205
|
+
"eu-isoe-west-1" : {
|
|
206
|
+
"description" : "EU ISOE West"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
202
209
|
}, {
|
|
203
210
|
"id" : "aws-iso-f",
|
|
204
211
|
"outputs" : {
|