aws-partitions 1.1118.0 → 1.1119.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 +5 -0
- data/VERSION +1 -1
- data/partitions.json +4 -0
- 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: 6b0bee3c10d03a153524e38bcf483c53b0231fc55ab8b392d0995cc0dbbd25bf
|
4
|
+
data.tar.gz: 8ef889a0ecf02e06e9ccdbe34af5d4727217c2a7b6a060c328969d4e42232cf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7843b9b1da92ec3103ec79c944fcb62467b0d5e8ceb4e4e6a6b2b15d9b83c7f248d4d7de98bcd651482c06d4ec12985f68385c3ba675436baa6d498c9c32e465
|
7
|
+
data.tar.gz: 5e71ba6ee2b243d9e0d8e562acf8a18ffcda3b57500c72ffe0b3bf2569423bc45baafaa2c9edad7afb346cfba987d52dd6845b2688e634de134b0da9b9564efa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1119.0
|
data/partitions.json
CHANGED
@@ -2881,12 +2881,15 @@
|
|
2881
2881
|
"tags" : [ "dualstack" ]
|
2882
2882
|
} ]
|
2883
2883
|
},
|
2884
|
+
"ap-southeast-5" : { },
|
2885
|
+
"ap-southeast-7" : { },
|
2884
2886
|
"ca-central-1" : {
|
2885
2887
|
"variants" : [ {
|
2886
2888
|
"hostname" : "appsync.ca-central-1.api.aws",
|
2887
2889
|
"tags" : [ "dualstack" ]
|
2888
2890
|
} ]
|
2889
2891
|
},
|
2892
|
+
"ca-west-1" : { },
|
2890
2893
|
"eu-central-1" : {
|
2891
2894
|
"variants" : [ {
|
2892
2895
|
"hostname" : "appsync.eu-central-1.api.aws",
|
@@ -14795,6 +14798,7 @@
|
|
14795
14798
|
"tags" : [ "dualstack" ]
|
14796
14799
|
} ]
|
14797
14800
|
},
|
14801
|
+
"ap-east-2" : { },
|
14798
14802
|
"ap-northeast-1" : {
|
14799
14803
|
"variants" : [ {
|
14800
14804
|
"hostname" : "lakeformation.ap-northeast-1.api.aws",
|