aws-partitions 1.451.0 → 1.452.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 +20 -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: 4ca8aeae3b78adeda9ee064e0b519c7cef61be074523cabc423d8cccc8184c03
|
|
4
|
+
data.tar.gz: 254479ab1223d37059df37d839bdca60227258977bd4c6b08548837b34b7d1ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0efd73056b1383f08dc0a4c285600768d0151d8a2891f1ba47bf7fad68959976bf84ce8057e68e45d248424812f3d3c216fcdcbd591bf5dff91a79337585e67c
|
|
7
|
+
data.tar.gz: cfa5efe6fb9f929029e1b1739aa1d1e59392eb0d68c0f17d65d67a7f404561dcf888d02ac81dd0563400a677f903b650180b7a2650eaf3b7fc78ed0f682621a2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.452.0
|
data/partitions.json
CHANGED
|
@@ -2793,6 +2793,24 @@
|
|
|
2793
2793
|
"us-west-2" : { }
|
|
2794
2794
|
}
|
|
2795
2795
|
},
|
|
2796
|
+
"finspace" : {
|
|
2797
|
+
"endpoints" : {
|
|
2798
|
+
"ca-central-1" : { },
|
|
2799
|
+
"eu-west-1" : { },
|
|
2800
|
+
"us-east-1" : { },
|
|
2801
|
+
"us-east-2" : { },
|
|
2802
|
+
"us-west-2" : { }
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
"finspace-api" : {
|
|
2806
|
+
"endpoints" : {
|
|
2807
|
+
"ca-central-1" : { },
|
|
2808
|
+
"eu-west-1" : { },
|
|
2809
|
+
"us-east-1" : { },
|
|
2810
|
+
"us-east-2" : { },
|
|
2811
|
+
"us-west-2" : { }
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2796
2814
|
"firehose" : {
|
|
2797
2815
|
"endpoints" : {
|
|
2798
2816
|
"af-south-1" : { },
|
|
@@ -3721,6 +3739,7 @@
|
|
|
3721
3739
|
},
|
|
3722
3740
|
"lakeformation" : {
|
|
3723
3741
|
"endpoints" : {
|
|
3742
|
+
"af-south-1" : { },
|
|
3724
3743
|
"ap-east-1" : { },
|
|
3725
3744
|
"ap-northeast-1" : { },
|
|
3726
3745
|
"ap-northeast-2" : { },
|
|
@@ -6628,6 +6647,7 @@
|
|
|
6628
6647
|
"ca-central-1" : { },
|
|
6629
6648
|
"eu-central-1" : { },
|
|
6630
6649
|
"eu-north-1" : { },
|
|
6650
|
+
"eu-south-1" : { },
|
|
6631
6651
|
"eu-west-1" : { },
|
|
6632
6652
|
"eu-west-2" : { },
|
|
6633
6653
|
"eu-west-3" : { },
|
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.452.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-05-
|
|
11
|
+
date: 2021-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|