aws-partitions 1.217.0 → 1.218.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 +12 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92d1a629d1bbdc8951c3e4956c792207407fc64a
|
|
4
|
+
data.tar.gz: ac0184888e0dc8810069ec1ed298c68ddb3b55f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a8e2bb7dedcfb82b4c3c9f0fbedcd07a9f5edf835cc130554298d675670f2d4efac1786b228e7d76e1a7912640a066619767a700e38f3bc072d0c69e0f93e8e
|
|
7
|
+
data.tar.gz: 57afadc361837370970cb360f79ca94ce0515c6bfb090fecad5c219f41c6fd05707373fb7ed39f2c0cb829c7c369eaf1fcdd66492902ad3ff920c17613aaa478
|
data/partitions.json
CHANGED
|
@@ -4859,6 +4859,18 @@
|
|
|
4859
4859
|
"us-iso-east-1" : { }
|
|
4860
4860
|
}
|
|
4861
4861
|
},
|
|
4862
|
+
"route53" : {
|
|
4863
|
+
"endpoints" : {
|
|
4864
|
+
"aws-iso-global" : {
|
|
4865
|
+
"credentialScope" : {
|
|
4866
|
+
"region" : "us-iso-east-1"
|
|
4867
|
+
},
|
|
4868
|
+
"hostname" : "route53.c2s.ic.gov"
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
"isRegionalized" : false,
|
|
4872
|
+
"partitionEndpoint" : "aws-iso-global"
|
|
4873
|
+
},
|
|
4862
4874
|
"s3" : {
|
|
4863
4875
|
"defaults" : {
|
|
4864
4876
|
"signatureVersions" : [ "s3v4" ]
|
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.218.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: 2019-09-
|
|
11
|
+
date: 2019-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|