aws-partitions 1.495.0 → 1.496.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 +1 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b432e000c520cf1552f196352ef088fbc92123ae6e426f5b3c7c1222001bd45c
4
- data.tar.gz: 45a698b0aaca97baf77a176771b76f3f05434f0769718a49b5d14db1c43a570c
3
+ metadata.gz: d83950fd3e41f59d014cb673b72615cfe2ef9358abca4b2920b042dc79f112c0
4
+ data.tar.gz: 0dfd8552a7e80f9e02c245d77de5b3f0c262de7e37c7cc8b57fd977dd5e38601
5
5
  SHA512:
6
- metadata.gz: fd4388a088034b55189dc860be1cf940089ac51a1a21a9502149390c69fae283835196e3e5229dfebf04922c3dd0ecb764ed9b93e00eef54ea10da9f24d98c2a
7
- data.tar.gz: 649e29dfba8c7b8917c77ca94ab11aabbe71f5aaa5cc184fa6277bd473c25a122249990b0001ef31d8b455d3ef4e16b4f982778d68b87c5675f1df04210f9ae2
6
+ metadata.gz: a1433c2ccf2c00cecc4e30ebcc6af0ace8eafba18655f9cca5dec0e59526f641e67b97ad0f76db240f46e00af5ff3a840853a8fc02fe8c9544d6481f7050523d
7
+ data.tar.gz: 5384c1860970ade729d7e84c0c8770c2ee8f186ad6bc27fac7cad87970ff70ba21e8e1efbe0c54bc6a88733d5e78037c9f521ec3f72f54dc6642e42134e971d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.496.0 (2021-09-03)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.495.0 (2021-09-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.495.0
1
+ 1.496.0
data/partitions.json CHANGED
@@ -626,6 +626,7 @@
626
626
  "ap-east-1" : { },
627
627
  "ap-northeast-1" : { },
628
628
  "ap-northeast-2" : { },
629
+ "ap-northeast-3" : { },
629
630
  "ap-south-1" : { },
630
631
  "ap-southeast-1" : { },
631
632
  "ap-southeast-2" : { },
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.495.0
4
+ version: 1.496.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-02 00:00:00.000000000 Z
11
+ date: 2021-09-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: