aws-partitions 1.222.0 → 1.223.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: 1089d629037991c3fbebb3e00892d4aea20407f4
|
|
4
|
+
data.tar.gz: 12bcbf3ef3052b65c90ca3b6b4698691637bd9fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64f8b113c06af76d1b142d4f00df6b398a8280dd10a5884b6cfa3b10288e3bca00dd7b85e18baf831636ed656e26c6dccbbe2c51272efc014954c42e4c81bd6d
|
|
7
|
+
data.tar.gz: 4a0cb7b6e7aef640633d9b13b28727b7f510943192ea1a262454d6c3e3ee500e0c17c17cdd33f9e03c2e29b79ca993560632a4644038c7d63f403d360cbcdbf6
|
data/partitions.json
CHANGED
|
@@ -2112,8 +2112,11 @@
|
|
|
2112
2112
|
"eu-central-1" : { },
|
|
2113
2113
|
"eu-north-1" : { },
|
|
2114
2114
|
"eu-west-1" : { },
|
|
2115
|
+
"eu-west-2" : { },
|
|
2116
|
+
"eu-west-3" : { },
|
|
2115
2117
|
"sa-east-1" : { },
|
|
2116
2118
|
"us-east-1" : { },
|
|
2119
|
+
"us-east-2" : { },
|
|
2117
2120
|
"us-west-2" : { }
|
|
2118
2121
|
}
|
|
2119
2122
|
},
|
|
@@ -2976,6 +2979,9 @@
|
|
|
2976
2979
|
"protocols" : [ "https" ]
|
|
2977
2980
|
},
|
|
2978
2981
|
"endpoints" : {
|
|
2982
|
+
"ap-east-1" : {
|
|
2983
|
+
"protocols" : [ "https" ]
|
|
2984
|
+
},
|
|
2979
2985
|
"ap-northeast-1" : {
|
|
2980
2986
|
"protocols" : [ "https" ]
|
|
2981
2987
|
},
|
|
@@ -4597,6 +4603,12 @@
|
|
|
4597
4603
|
"isRegionalized" : false,
|
|
4598
4604
|
"partitionEndpoint" : "aws-us-gov-global"
|
|
4599
4605
|
},
|
|
4606
|
+
"route53resolver" : {
|
|
4607
|
+
"endpoints" : {
|
|
4608
|
+
"us-gov-east-1" : { },
|
|
4609
|
+
"us-gov-west-1" : { }
|
|
4610
|
+
}
|
|
4611
|
+
},
|
|
4600
4612
|
"runtime.sagemaker" : {
|
|
4601
4613
|
"endpoints" : {
|
|
4602
4614
|
"us-gov-west-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.223.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-10-
|
|
11
|
+
date: 2019-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|