aws-partitions 1.515.0 → 1.516.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 +5 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87c1115770e1795cb38fafa2c9559880923bc8d107daff7e9bb7a9783875477c
4
- data.tar.gz: 8de83cbd839db556299c8ba00ea99cfd80ae1828a081ad754e2c236d544ee0a4
3
+ metadata.gz: f16bd8c780d05645b38fe5b0788f420a9ef3efe2f95e80f81fe4ac3f838b0636
4
+ data.tar.gz: a1c6b7408362c7f4e711dc55fffbde3a3cfd26501ae39ada25eb2258799974fd
5
5
  SHA512:
6
- metadata.gz: 2ffaf7a11c2dc722a6cbc6af5856d1f774d59027930d69ca764036ca70f41685de2d7ffecd87be78a50224f618523382c3e10eb31093b971a7ce093019c5ec9f
7
- data.tar.gz: d8f4e51490fc0eb69ae5d584cc1f404519fdfb4c5a5a70cbbbb7daf242c3bb79f90e5f0fd3c2a84a04d35fc813d1a05fa88ac26e954d0934d384a3e0510f507c
6
+ metadata.gz: aadc46065a0af71b8ef8d62a069148101cf776c20d9fb877302bb35cfe9cb0d3df36dc6e96a37ab5d5ce2f70269a3bfb76326f088a4049b6f4825de70a855696
7
+ data.tar.gz: 1a54e53af41639212ae67a65a7c077ce0a95f234f69e48482c05f6dcd6bfb4ad3dcaba19a339f07ad5683c0812ccb39cbbbe410833227c8ef1b31abf411c6e61
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.516.0 (2021-10-14)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.515.0 (2021-10-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.515.0
1
+ 1.516.0
data/partitions.json CHANGED
@@ -10016,6 +10016,11 @@
10016
10016
  "us-gov-west-1" : { }
10017
10017
  }
10018
10018
  },
10019
+ "kendra" : {
10020
+ "endpoints" : {
10021
+ "us-gov-west-1" : { }
10022
+ }
10023
+ },
10019
10024
  "kinesis" : {
10020
10025
  "endpoints" : {
10021
10026
  "us-gov-east-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.515.0
4
+ version: 1.516.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-10-13 00:00:00.000000000 Z
11
+ date: 2021-10-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: