aws-partitions 1.587.0 → 1.588.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 +24 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 694bc2fcbdc3cbf4ba9528ad56dd2810146f43d1bd51702e148926494dce761a
4
- data.tar.gz: aae5441833a8ce65f679edfc5acd7d71e2eae5a342aebb0e5cb3a22a643f42fa
3
+ metadata.gz: 3fc2cfb5012bc6d19251f240f911f7f5323275bc18a9e36b722d5e3b925912eb
4
+ data.tar.gz: ab5ce1fd1abce58b91ed567109a117e74c0cfd8e3ea1c93746854974d9dee480
5
5
  SHA512:
6
- metadata.gz: eca688f0c27d8ddcb12f60f3d4428825b27c94b4661a7e3aa4022bbb95cc970b5154c925a68a7381d7a0e93229f8f34a7d11a7859f528e1dff186123a2a0e124
7
- data.tar.gz: 9debaa37ec5451b71eddad4252f3345426e198f7118abf583ab1ccd971db2c355ec7ec0289fb34a64ee03bb0c1145046bb90eb8f0cd767747610d8a7ba822dc8
6
+ metadata.gz: 6b5f81004fc67d342b08555b4b9f0698c97e31e203a4857dc71cc12becebb770d5d6a555805415de86a16cb3339bcb31b21559b8443f7a3f8c1f7516a24e3fbf
7
+ data.tar.gz: 7f3f288bf5b2adbb01ce06a4c65abdfb81c5595336d54f3e8c02508e041c67f0272baa7ed77b66aa79a9a1de335b653dbe46947983830eb9c0a61b2ad456fa13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.588.0 (2022-05-18)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.587.0 (2022-05-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.587.0
1
+ 1.588.0
data/partitions.json CHANGED
@@ -9756,6 +9756,30 @@
9756
9756
  }
9757
9757
  }
9758
9758
  },
9759
+ "resiliencehub" : {
9760
+ "endpoints" : {
9761
+ "af-south-1" : { },
9762
+ "ap-east-1" : { },
9763
+ "ap-northeast-1" : { },
9764
+ "ap-northeast-2" : { },
9765
+ "ap-south-1" : { },
9766
+ "ap-southeast-1" : { },
9767
+ "ap-southeast-2" : { },
9768
+ "ca-central-1" : { },
9769
+ "eu-central-1" : { },
9770
+ "eu-north-1" : { },
9771
+ "eu-south-1" : { },
9772
+ "eu-west-1" : { },
9773
+ "eu-west-2" : { },
9774
+ "eu-west-3" : { },
9775
+ "me-south-1" : { },
9776
+ "sa-east-1" : { },
9777
+ "us-east-1" : { },
9778
+ "us-east-2" : { },
9779
+ "us-west-1" : { },
9780
+ "us-west-2" : { }
9781
+ }
9782
+ },
9759
9783
  "resource-groups" : {
9760
9784
  "endpoints" : {
9761
9785
  "af-south-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.587.0
4
+ version: 1.588.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: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: