aws-partitions 1.978.0 → 1.979.0

Sign up to get free protection for your applications and to get access to all the features.
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 +2 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: de7fc51cefd5c809760f730f36c26bdacc7d63b86b22a53a8b8663f13e3fb0b8
4
- data.tar.gz: b2b2353f1df3667fbdeca1a684288145d867305e25fcdba4df799b52f02ab507
3
+ metadata.gz: e677e817ff27b7593ddb3b543156b232dcbf668de0e26bcef2fb4bffeb787fba
4
+ data.tar.gz: 92d286267757e748350f1685e5029a3bf05184785a136428a24214a4af09a7c0
5
5
  SHA512:
6
- metadata.gz: 28aedc60a240e5d344f7ab1f44bcf75624132a1a7829ba1f3be6d53673a7fe13ac129018057dbc3e6b64ebcc97375a3caad5070b2fae9f37c423444f87d0b503
7
- data.tar.gz: cc584951032a24e7e2d005138910568f09fbc03417889218e5d0a4a6346fbde8265fd244f5fcf7811dbe1cf26a07838cbb3e4c7be33c94b6b4fb4785e3708296
6
+ metadata.gz: 289fbc7a352ff896ba3922d0ca6cce7fa1a33da832b0a030504c90e89c5c90bfece0a0ece2958968e3b6602c0fff66c2b661900137a9dd02ee98c3fa2d2527c6
7
+ data.tar.gz: 6806493bfc21b8e6c00058193827d31759179ed8223fec9efebe94617460b9bce81d2482fcc951062e5d874ff1796a2d18b1adbb3905ff5915c51ed7a2972367
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.979.0 (2024-09-25)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.978.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.978.0
1
+ 1.979.0
data/partitions.json CHANGED
@@ -20913,6 +20913,7 @@
20913
20913
  "vpc-lattice" : {
20914
20914
  "endpoints" : {
20915
20915
  "af-south-1" : { },
20916
+ "ap-east-1" : { },
20916
20917
  "ap-northeast-1" : { },
20917
20918
  "ap-northeast-2" : { },
20918
20919
  "ap-south-1" : { },
@@ -20925,6 +20926,7 @@
20925
20926
  "eu-west-1" : { },
20926
20927
  "eu-west-2" : { },
20927
20928
  "eu-west-3" : { },
20929
+ "me-south-1" : { },
20928
20930
  "sa-east-1" : { },
20929
20931
  "us-east-1" : { },
20930
20932
  "us-east-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.978.0
4
+ version: 1.979.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: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-09-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: