aws-partitions 1.617.0 → 1.618.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: 990a3c3f071faeec18cb9d71a49cd29cfe4f61dae1ffd7fe3bc615b877f32a1f
4
- data.tar.gz: 69995e567e059a04fc8d1ef9153b075a875f313874a173455cacc3fffd173bb7
3
+ metadata.gz: 86878cf582c0e18db7668d84cd5b13aadc3382bd162e0020ac5ad070b49eda37
4
+ data.tar.gz: 5589b06f6440b29f1cbeabdedee52afc71501c84fee89747463991205732deb8
5
5
  SHA512:
6
- metadata.gz: f4992a7592eb0b3560bd102a78b1edde8015651db428f84147c098db28cad47dd3e4c82e19509e3543ad7d6c554401209d6bfdf2a2e61116297a574ef1e03474
7
- data.tar.gz: c0b5b2c7eff4c385e380ff20937fd4ee11a1eab6231001dfd41933f4a5ebd8f9fe5dcf47c0f3f05c74914ca4d8dbb47bbeee646fc5b20b2f926e35f7973bf32b
6
+ metadata.gz: d8debe986972a8d7932d0184d6fc8d827782281731a380aeffc459cec53e663d9819720cae764c7cae9f8e02f4d71f1fb6c8a7edd7f7f6c69909bf0aa5cc1a48
7
+ data.tar.gz: b9923dc236be6b5fbcb9ead5d370283a6401417fdf6494aff9cf293bb9a172be2b67093034baef2e12945efb3f9510b1cd0474c584fc8180864e2fff7e2910e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.618.0 (2022-08-12)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.617.0 (2022-08-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.617.0
1
+ 1.618.0
data/partitions.json CHANGED
@@ -7307,6 +7307,7 @@
7307
7307
  "ap-south-1" : { },
7308
7308
  "ap-southeast-1" : { },
7309
7309
  "ap-southeast-2" : { },
7310
+ "ap-southeast-3" : { },
7310
7311
  "ca-central-1" : { },
7311
7312
  "eu-central-1" : { },
7312
7313
  "eu-north-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.617.0
4
+ version: 1.618.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-08-11 00:00:00.000000000 Z
11
+ date: 2022-08-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: