aws-partitions 1.978.0 → 1.980.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 +10 -0
  3. data/VERSION +1 -1
  4. data/partitions.json +4 -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: e01bd0fed258e6ab2e6cae2d12e6a5996c2efd21b7a9d7ea513cf0973526a6f5
4
+ data.tar.gz: 42ac4c8d51cc59fe1591f9e7b5c8776f1d59d6b9b9f99062c49bfd17ab0f9d36
5
5
  SHA512:
6
- metadata.gz: 28aedc60a240e5d344f7ab1f44bcf75624132a1a7829ba1f3be6d53673a7fe13ac129018057dbc3e6b64ebcc97375a3caad5070b2fae9f37c423444f87d0b503
7
- data.tar.gz: cc584951032a24e7e2d005138910568f09fbc03417889218e5d0a4a6346fbde8265fd244f5fcf7811dbe1cf26a07838cbb3e4c7be33c94b6b4fb4785e3708296
6
+ metadata.gz: 5a33fc54a34d7bd6fb4601a894eb911fd7f486f56ec697c0f18b970f589ca40225c5dfe402c40875d07947911d0b7f4db77249d4085356a248e75ecd38f02be2
7
+ data.tar.gz: ec3f1145a09eed63611f13f95a38d3a973a55d4493d323078b0d2a3eb4b8cf5ea71993cc3105fa98d2bc0dbef742e728ef75b868124d7191971e558c700a5b08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.980.0 (2024-09-26)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
9
+ 1.979.0 (2024-09-25)
10
+ ------------------
11
+
12
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
13
+
4
14
  1.978.0 (2024-09-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.978.0
1
+ 1.980.0
data/partitions.json CHANGED
@@ -9634,6 +9634,8 @@
9634
9634
  },
9635
9635
  "endpoints" : {
9636
9636
  "ap-south-1" : { },
9637
+ "ap-southeast-2" : { },
9638
+ "eu-west-2" : { },
9637
9639
  "us-east-1" : { },
9638
9640
  "us-east-2" : { },
9639
9641
  "us-west-2" : { }
@@ -20913,6 +20915,7 @@
20913
20915
  "vpc-lattice" : {
20914
20916
  "endpoints" : {
20915
20917
  "af-south-1" : { },
20918
+ "ap-east-1" : { },
20916
20919
  "ap-northeast-1" : { },
20917
20920
  "ap-northeast-2" : { },
20918
20921
  "ap-south-1" : { },
@@ -20925,6 +20928,7 @@
20925
20928
  "eu-west-1" : { },
20926
20929
  "eu-west-2" : { },
20927
20930
  "eu-west-3" : { },
20931
+ "me-south-1" : { },
20928
20932
  "sa-east-1" : { },
20929
20933
  "us-east-1" : { },
20930
20934
  "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.980.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-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: