aws-partitions 1.352.0 → 1.353.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 +14 -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: a809aa0870ee6114170036abfd99b97f0fedd84764b8a89fbe1fc58fe921eda8
|
|
4
|
+
data.tar.gz: 2e441a14ddb2227f96103fe1f13dd02749abaa6010b10a2745ff6c89ef54acb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10bbe9515a0a753260b8b2f3837005a1370744ba0039593a5e33a622aaf700dec6fe2581785f0d610faada3aedad234af3a192dba3476512ea9d2c66bfdaf596
|
|
7
|
+
data.tar.gz: f0f7e5ba8b380c54d65777d4692dc4a387aa56392f78a798cb58237fc3f5e5429016fe0b55532cb9368783eea00bb5e6d324cc95508848e6c6eeb775074cefc7
|
data/partitions.json
CHANGED
|
@@ -1954,6 +1954,7 @@
|
|
|
1954
1954
|
"protocols" : [ "http", "https" ]
|
|
1955
1955
|
},
|
|
1956
1956
|
"endpoints" : {
|
|
1957
|
+
"af-south-1" : { },
|
|
1957
1958
|
"ap-east-1" : { },
|
|
1958
1959
|
"ap-northeast-1" : { },
|
|
1959
1960
|
"ap-northeast-2" : { },
|
|
@@ -1963,6 +1964,7 @@
|
|
|
1963
1964
|
"ca-central-1" : { },
|
|
1964
1965
|
"eu-central-1" : { },
|
|
1965
1966
|
"eu-north-1" : { },
|
|
1967
|
+
"eu-south-1" : { },
|
|
1966
1968
|
"eu-west-1" : { },
|
|
1967
1969
|
"eu-west-2" : { },
|
|
1968
1970
|
"eu-west-3" : { },
|
|
@@ -3781,6 +3783,12 @@
|
|
|
3781
3783
|
},
|
|
3782
3784
|
"neptune" : {
|
|
3783
3785
|
"endpoints" : {
|
|
3786
|
+
"ap-east-1" : {
|
|
3787
|
+
"credentialScope" : {
|
|
3788
|
+
"region" : "ap-east-1"
|
|
3789
|
+
},
|
|
3790
|
+
"hostname" : "rds.ap-east-1.amazonaws.com"
|
|
3791
|
+
},
|
|
3784
3792
|
"ap-northeast-1" : {
|
|
3785
3793
|
"credentialScope" : {
|
|
3786
3794
|
"region" : "ap-northeast-1"
|
|
@@ -3853,6 +3861,12 @@
|
|
|
3853
3861
|
},
|
|
3854
3862
|
"hostname" : "rds.me-south-1.amazonaws.com"
|
|
3855
3863
|
},
|
|
3864
|
+
"sa-east-1" : {
|
|
3865
|
+
"credentialScope" : {
|
|
3866
|
+
"region" : "sa-east-1"
|
|
3867
|
+
},
|
|
3868
|
+
"hostname" : "rds.sa-east-1.amazonaws.com"
|
|
3869
|
+
},
|
|
3856
3870
|
"us-east-1" : {
|
|
3857
3871
|
"credentialScope" : {
|
|
3858
3872
|
"region" : "us-east-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.353.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: 2020-08-
|
|
11
|
+
date: 2020-08-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|