aws-partitions 1.503.0 → 1.504.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 +22 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0670d914f21e0800efbaf2aa3d98257ea1061974a22ef50d77b5a1c0ee6a1ecb
|
|
4
|
+
data.tar.gz: 4686d49d9842a6b2f0a5db0a3d93d34af8027031d3e35b4cf81dda45280e9478
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1703054c435b34da4a8181eab788e8861711babef8e7d70580d9f662f2d4baf27e0a901caa2383f78a3199df74658d0993a21530670868c7428461bcd17879e7
|
|
7
|
+
data.tar.gz: c7c84894e148fe95e3a92cf18db20bcccf8be18f5ff25c6c1cb4e8445919b0958ba0e620e75355f736f5fc04d4f5932f51f93e2c7fa39612563ad111c9b9e272
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.504.0
|
data/partitions.json
CHANGED
|
@@ -898,6 +898,22 @@
|
|
|
898
898
|
"us-west-2" : { }
|
|
899
899
|
}
|
|
900
900
|
},
|
|
901
|
+
"auditmanager" : {
|
|
902
|
+
"endpoints" : {
|
|
903
|
+
"ap-northeast-1" : { },
|
|
904
|
+
"ap-south-1" : { },
|
|
905
|
+
"ap-southeast-1" : { },
|
|
906
|
+
"ap-southeast-2" : { },
|
|
907
|
+
"ca-central-1" : { },
|
|
908
|
+
"eu-central-1" : { },
|
|
909
|
+
"eu-west-1" : { },
|
|
910
|
+
"eu-west-2" : { },
|
|
911
|
+
"us-east-1" : { },
|
|
912
|
+
"us-east-2" : { },
|
|
913
|
+
"us-west-1" : { },
|
|
914
|
+
"us-west-2" : { }
|
|
915
|
+
}
|
|
916
|
+
},
|
|
901
917
|
"autoscaling" : {
|
|
902
918
|
"defaults" : {
|
|
903
919
|
"protocols" : [ "http", "https" ]
|
|
@@ -7838,6 +7854,12 @@
|
|
|
7838
7854
|
"cn-northwest-1" : { }
|
|
7839
7855
|
}
|
|
7840
7856
|
},
|
|
7857
|
+
"appmesh" : {
|
|
7858
|
+
"endpoints" : {
|
|
7859
|
+
"cn-north-1" : { },
|
|
7860
|
+
"cn-northwest-1" : { }
|
|
7861
|
+
}
|
|
7862
|
+
},
|
|
7841
7863
|
"appsync" : {
|
|
7842
7864
|
"endpoints" : {
|
|
7843
7865
|
"cn-north-1" : { },
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.504.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|