aws-partitions 1.507.0 → 1.508.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 +11 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a295dfe1aecacc243410fef7576683f3391dc5f9b36ab034d83291eb41f6906c
4
- data.tar.gz: 4cedb8612e45468e7dc8846e57adfc296ff13897c30ffb2a845de1efd4746144
3
+ metadata.gz: 3ce7f0fb6238b4769b869949730f4a86f6cf464a9b02076b981345f3ecfbe5f6
4
+ data.tar.gz: f234eb8270ace7dd066ccd06303d7896d9ebf5ccd6b044930cce1508221edb29
5
5
  SHA512:
6
- metadata.gz: 99ff62cfdd8f37020ff755b707e993f4abae1d9c152bec56bc22cedb9e8694e8c0004933e68babfa3600f6b81843f115ba89d7b90722c7d7b354232d972ae738
7
- data.tar.gz: 7b7589f0b2dd48bb9083fb3ff5cb8749976c5bc6ff931906b6bd2662920c71a0ac5c90fd6c0666a6d75f3180c375e343c1389ca4749cf95b09b1be420882fca5
6
+ metadata.gz: e9a378fb54095df8c6403bf850c72ac8016745f12041046158677ad57aad654652bf3bfe260b47e52aa0ef3a2f3f102726e3e64935ff997752b5acd8109b1d7a
7
+ data.tar.gz: cb28a05c4dea2c545ebe50a66b52b219561360c71308e175c475366ca92b2aecca5bbf830ff94b66fa1951d016bd32d4aaa9c6bd9e6fd469a6ed2f135fc8e3ed
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.508.0 (2021-09-29)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.507.0 (2021-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.507.0
1
+ 1.508.0
data/partitions.json CHANGED
@@ -7425,6 +7425,17 @@
7425
7425
  }
7426
7426
  }
7427
7427
  },
7428
+ "voiceid" : {
7429
+ "endpoints" : {
7430
+ "ap-northeast-1" : { },
7431
+ "ap-southeast-1" : { },
7432
+ "ap-southeast-2" : { },
7433
+ "eu-central-1" : { },
7434
+ "eu-west-2" : { },
7435
+ "us-east-1" : { },
7436
+ "us-west-2" : { }
7437
+ }
7438
+ },
7428
7439
  "waf" : {
7429
7440
  "endpoints" : {
7430
7441
  "aws-fips" : {
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.507.0
4
+ version: 1.508.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-09-27 00:00:00.000000000 Z
11
+ date: 2021-09-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: