aws-partitions 1.446.0 → 1.447.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 +10 -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: 9b04b1119edbd887bf11012d90e3c7b006ba5d4a5115219e3b6eb3646d9f898c
|
4
|
+
data.tar.gz: cf73cf4a725fd9ebd1c8a9f05550aab971f4d3654ce69cdbf9c4f01537594599
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b32d8b3a28cb291d42cd59f00cb0117797f870e1408ea16df0a11b5f50978fa554812836d0bf649faa04552a0cb7f9b1088051261c81c1f907b8acad5893129
|
7
|
+
data.tar.gz: 7b2647448fd1ff68e6be8e723a7e1a3e17c00f6831ff8189c3fc87568e325e07a09f12438f7758404a830a866b64db2e13d296d7bcfd329e5ad468c76acf4c5d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.447.0
|
data/partitions.json
CHANGED
@@ -4857,6 +4857,7 @@
|
|
4857
4857
|
"ap-east-1" : { },
|
4858
4858
|
"ap-northeast-1" : { },
|
4859
4859
|
"ap-northeast-2" : { },
|
4860
|
+
"ap-northeast-3" : { },
|
4860
4861
|
"ap-south-1" : { },
|
4861
4862
|
"ap-southeast-1" : { },
|
4862
4863
|
"ap-southeast-2" : { },
|
@@ -5802,6 +5803,7 @@
|
|
5802
5803
|
"ap-east-1" : { },
|
5803
5804
|
"ap-northeast-1" : { },
|
5804
5805
|
"ap-northeast-2" : { },
|
5806
|
+
"ap-northeast-3" : { },
|
5805
5807
|
"ap-south-1" : { },
|
5806
5808
|
"ap-southeast-1" : { },
|
5807
5809
|
"ap-southeast-2" : { },
|
@@ -7664,6 +7666,14 @@
|
|
7664
7666
|
"isRegionalized" : false,
|
7665
7667
|
"partitionEndpoint" : "aws-cn-global"
|
7666
7668
|
},
|
7669
|
+
"route53resolver" : {
|
7670
|
+
"defaults" : {
|
7671
|
+
"protocols" : [ "https" ]
|
7672
|
+
},
|
7673
|
+
"endpoints" : {
|
7674
|
+
"cn-north-1" : { }
|
7675
|
+
}
|
7676
|
+
},
|
7667
7677
|
"runtime.sagemaker" : {
|
7668
7678
|
"endpoints" : {
|
7669
7679
|
"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.447.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-04-
|
11
|
+
date: 2021-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|