aws-partitions 1.31.0 → 1.32.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/partitions.json +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05cf899d8985bb6a3af4864f04fefe90eff7cddb
|
4
|
+
data.tar.gz: 97be96f24a6abf13ad33b8faf928f031d298ed82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e204f497c79993712d55fc235e8e151201d62ec2721798460aa9df303b49f0e179f9cc2729d808c7b1453edc412c3c4185c70bf82cfc07fba2fe5959dbb6728
|
7
|
+
data.tar.gz: 921df80fe7c69fe81a1f9351970b729edf30d55d501e6a4f75ae251bddfda0f0cc6f5582fbd57b7de4c034b4b3440d383dd40a3dde93f733b0d8232fd340b70a
|
data/partitions.json
CHANGED
@@ -1134,6 +1134,7 @@
|
|
1134
1134
|
},
|
1135
1135
|
"polly" : {
|
1136
1136
|
"endpoints" : {
|
1137
|
+
"ap-northeast-1" : { },
|
1137
1138
|
"eu-west-1" : { },
|
1138
1139
|
"us-east-1" : { },
|
1139
1140
|
"us-east-2" : { },
|
@@ -1289,14 +1290,17 @@
|
|
1289
1290
|
"endpoints" : {
|
1290
1291
|
"ap-northeast-1" : { },
|
1291
1292
|
"ap-northeast-2" : { },
|
1293
|
+
"ap-south-1" : { },
|
1292
1294
|
"ap-southeast-1" : { },
|
1293
1295
|
"ap-southeast-2" : { },
|
1294
1296
|
"ca-central-1" : { },
|
1295
1297
|
"eu-central-1" : { },
|
1296
1298
|
"eu-west-1" : { },
|
1297
1299
|
"eu-west-2" : { },
|
1300
|
+
"sa-east-1" : { },
|
1298
1301
|
"us-east-1" : { },
|
1299
1302
|
"us-east-2" : { },
|
1303
|
+
"us-west-1" : { },
|
1300
1304
|
"us-west-2" : { }
|
1301
1305
|
}
|
1302
1306
|
},
|