aws-partitions 1.723.0 → 1.724.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 +3 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ac618f3eabfc6b7673dfde93dbc74b978036387ab041b3d353c13d138e321ec
4
- data.tar.gz: 6253702f21d3398eb99cfe4a63ac608d4ec42e3fbfbb6393b7f1872bbb1bb452
3
+ metadata.gz: f53d484d7cd2bca133a44bec11859d14cdb97339cf4e197bb8f22e75c7c6c9aa
4
+ data.tar.gz: defb3d12fde9db4ae73720abd7dbf66e7f3253fa8d61041f55f893f14c549105
5
5
  SHA512:
6
- metadata.gz: a815ca41b70876192c8e23e5230ba920dc9bd54f92c5085afaa33ded6bf8fdab5f642e6a4ae96bd8ab66f1e88d702e002f6b3655564dbf0eb1334ae50eb20662
7
- data.tar.gz: 8bd04daa099be8e712f0f7393642abe65fcb97ec00c274d5fa88405ff8203cbe45e87511e8c0ecd85ebe3115a61f4e44bbae4e84045d926794f23a9afda05516
6
+ metadata.gz: ce279decd15102cab25818c035b33ab20086c03778da271e3ba4201e9d8c80cdb60c407f2e112a39a517abc1360b8c8de266855a220a9e8a70867cb1758a2510
7
+ data.tar.gz: e19a1529378014fb22fb2cb7374ca721cbf793535f6f3e6c726decdbcc6fc6815b360a37f5b5dcd81589153ef03d1d411f73ae121bbc1f806e4302d44bdc8ee0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.724.0 (2023-03-09)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.723.0 (2023-03-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.723.0
1
+ 1.724.0
data/partitions.json CHANGED
@@ -12057,12 +12057,15 @@
12057
12057
  "ap-northeast-2" : { },
12058
12058
  "ap-southeast-1" : { },
12059
12059
  "ap-southeast-2" : { },
12060
+ "ca-central-1" : { },
12060
12061
  "eu-central-1" : { },
12061
12062
  "eu-north-1" : { },
12062
12063
  "eu-west-1" : { },
12063
12064
  "eu-west-2" : { },
12065
+ "eu-west-3" : { },
12064
12066
  "us-east-1" : { },
12065
12067
  "us-east-2" : { },
12068
+ "us-west-1" : { },
12066
12069
  "us-west-2" : { }
12067
12070
  }
12068
12071
  },
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.723.0
4
+ version: 1.724.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: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: