aws-partitions 1.181.0 → 1.182.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 +16 -4
- 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: 61cc8a3a8225c50a3221768088c41ccd5788143d
|
|
4
|
+
data.tar.gz: aa05621bae241f71ebe695dbe23d96cba4f9c237
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 761b12b1aa4b3725baad877afa59ae9147725e7a442c511af611e24838f0e06aca2a2f80ca6dc3e3589839d7c9f578fcf295f98c4d84c13147a25709be210e72
|
|
7
|
+
data.tar.gz: f9b7d8286bd16077c3a13b12e84d2115f619bfdeb243d2f1794510aa1d04693998a71565f98ccd7dea69517804e1351776552ccb76de4c8d51cb48abb4320b28
|
data/partitions.json
CHANGED
|
@@ -3071,8 +3071,14 @@
|
|
|
3071
3071
|
},
|
|
3072
3072
|
"support" : {
|
|
3073
3073
|
"endpoints" : {
|
|
3074
|
-
"aws-global" : {
|
|
3075
|
-
|
|
3074
|
+
"aws-global" : {
|
|
3075
|
+
"credentialScope" : {
|
|
3076
|
+
"region" : "us-east-1"
|
|
3077
|
+
},
|
|
3078
|
+
"hostname" : "support.us-east-1.amazonaws.com"
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
3081
|
+
"partitionEndpoint" : "aws-global"
|
|
3076
3082
|
},
|
|
3077
3083
|
"swf" : {
|
|
3078
3084
|
"endpoints" : {
|
|
@@ -3661,8 +3667,14 @@
|
|
|
3661
3667
|
},
|
|
3662
3668
|
"support" : {
|
|
3663
3669
|
"endpoints" : {
|
|
3664
|
-
"aws-cn-global" : {
|
|
3665
|
-
|
|
3670
|
+
"aws-cn-global" : {
|
|
3671
|
+
"credentialScope" : {
|
|
3672
|
+
"region" : "cn-north-1"
|
|
3673
|
+
},
|
|
3674
|
+
"hostname" : "support.cn-north-1.amazonaws.com"
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
"partitionEndpoint" : "aws-cn-global"
|
|
3666
3678
|
},
|
|
3667
3679
|
"swf" : {
|
|
3668
3680
|
"endpoints" : {
|
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.182.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-06-
|
|
11
|
+
date: 2019-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|