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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +20 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0fc37d1f52051099fe0cb439bc9c55f5a9b1b0b4d25475101bd5e800bddb9896
4
- data.tar.gz: c7f2c8b731e03163725faa7a16883e28e600afa61c43103b697ffae7c8c76a9b
3
+ metadata.gz: 4ca8aeae3b78adeda9ee064e0b519c7cef61be074523cabc423d8cccc8184c03
4
+ data.tar.gz: 254479ab1223d37059df37d839bdca60227258977bd4c6b08548837b34b7d1ce
5
5
  SHA512:
6
- metadata.gz: 5f368de3489dd34afe73c3885ecf84fe4c823397d78e9d9a2beb900f25e263f9dd2f91c45a6e17e665468dad3294d1a5d816cdcf108aa5bd958c73ff47573145
7
- data.tar.gz: 6f3098379d4ead744b1a00a8e1713124de10d29df40ec5c1850c43356cb5bb9aec856f2adc72c3188f99b80d73af82dcb54e538d68b00a8d0c0d924157ed2545
6
+ metadata.gz: 0efd73056b1383f08dc0a4c285600768d0151d8a2891f1ba47bf7fad68959976bf84ce8057e68e45d248424812f3d3c216fcdcbd591bf5dff91a79337585e67c
7
+ data.tar.gz: cfa5efe6fb9f929029e1b1739aa1d1e59392eb0d68c0f17d65d67a7f404561dcf888d02ac81dd0563400a677f903b650180b7a2650eaf3b7fc78ed0f682621a2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.452.0 (2021-05-06)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.451.0 (2021-05-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.451.0
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.451.0
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-03 00:00:00.000000000 Z
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: