aws-partitions 1.574.0 → 1.575.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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e501c575e6ce8916be222d264179e6cdf4e2e69c57c37d8ec79ed5baec1060a4
4
- data.tar.gz: 12a2566e1838707c36bf4f92b5670b6fdbc8922f6b79caf7a5a9cc745ff9b3f0
3
+ metadata.gz: 3335c67f25eeefee4f5c756df95ebacfb98d400bcd460819d1e90e8f556c9c22
4
+ data.tar.gz: da29945345391ef1d3236f1b7b39f35c60e6f67c550b6fbc469d73326945fd34
5
5
  SHA512:
6
- metadata.gz: beb39c563df50676573e437fdcd7dd0fb913622bad50758f0c903b6e995b9fdc6d22812e70348b09233d84aed29a5ce2220202102c34be8e483f0f37e1816854
7
- data.tar.gz: 950dcb1c7c658d8bf77014814b4f19402d8aa6fa2139bd792e239aeb5767d76bbed669aba3253c104c669d3ef39ad356183889b21692318d4f9f155db4074bb1
6
+ metadata.gz: 84882ca18f35592c782d0852e9b77f5c38c9ce9bf2fad571b20a506f33d91cb7995f4490dfa3b89210e9e8d314b0acc9645a791a44ead35615113dc9e0f94432
7
+ data.tar.gz: 319f14e905542617778394f74a22276d975f32b8501b71f2c5c52fac692b5a328ec9249ab7588da8a8d3bd5e7f77018780907ab7d9503693e1ead84ff3ca335b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.575.0 (2022-04-11)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.574.0 (2022-04-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.574.0
1
+ 1.575.0
data/partitions.json CHANGED
@@ -10821,9 +10821,11 @@
10821
10821
  "ap-east-1" : { },
10822
10822
  "ap-northeast-1" : { },
10823
10823
  "ap-northeast-2" : { },
10824
+ "ap-northeast-3" : { },
10824
10825
  "ap-south-1" : { },
10825
10826
  "ap-southeast-1" : { },
10826
10827
  "ap-southeast-2" : { },
10828
+ "ap-southeast-3" : { },
10827
10829
  "ca-central-1" : {
10828
10830
  "variants" : [ {
10829
10831
  "hostname" : "servicecatalog-appregistry-fips.ca-central-1.amazonaws.com",
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.574.0
4
+ version: 1.575.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-04-06 00:00:00.000000000 Z
11
+ date: 2022-04-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: