aws-partitions 1.1132.0 → 1.1133.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 +2 -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: 6ea1389ef37b7db612d9827d2c503d663eecd82ff1cbc4121593a24b994f580a
|
4
|
+
data.tar.gz: 3de94454e4909976b7aabd3e36e0f54081cbefe526e87923cfd0c7786b9b7c1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4a6d3b37bb85cdccbcdd37d2d524ce9b5c00b7dc7d8e5fe34605ecee5a609545f2996809be81d3dd12c6531a5219323b488db32fad402705ae8f7f4a2bdfa3b
|
7
|
+
data.tar.gz: c2b43e1bb7a4eb1d012f1383b0f349710399d410f02d25c618f3505f52df432e966949cacb9afc14f57271fd63e12f6cc3bdd0b3cb7e72c7c89165519116ce88
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1133.0
|
data/partitions.json
CHANGED
@@ -5729,6 +5729,7 @@
|
|
5729
5729
|
"tags" : [ "dualstack" ]
|
5730
5730
|
} ]
|
5731
5731
|
},
|
5732
|
+
"ap-southeast-7" : { },
|
5732
5733
|
"ca-central-1" : {
|
5733
5734
|
"variants" : [ {
|
5734
5735
|
"hostname" : "cognito-identity.ca-central-1.amazonaws.com",
|
@@ -5966,6 +5967,7 @@
|
|
5966
5967
|
"tags" : [ "dualstack" ]
|
5967
5968
|
} ]
|
5968
5969
|
},
|
5970
|
+
"ap-southeast-7" : { },
|
5969
5971
|
"ca-central-1" : {
|
5970
5972
|
"variants" : [ {
|
5971
5973
|
"hostname" : "cognito-idp.ca-central-1.amazonaws.com",
|