aws-partitions 1.875.0 → 1.876.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 +3 -0
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c671e76af822976c1ad63f7905c2ff3307a7258d4ceda79e9c38b7ee4a5fbfd5
4
- data.tar.gz: b5ca4747effef9eb7e89a3f04cc2a8f3af933d19a89f4f7bd06b975c75814b67
3
+ metadata.gz: 48807580adce858bb3079da70bad5d280cd33c4911e6c92daee217b27b8ee04c
4
+ data.tar.gz: 4b8f1c9ead7e23014c8dbef4c28e3805dd8f3d1cd4ff3abfdba6fdb489bf90c9
5
5
  SHA512:
6
- metadata.gz: 2afa47c512684d6ea09839db3796bfde9b81c2f2158ac302904da6afa83de323cc51d54b40c4b087447fee51ad62ca8b87a8345ce1ff2d3a43e5b6927dc74068
7
- data.tar.gz: 118227519ab15959c7fa16176d2263300894860cd9b73a3173f704d7f01dda98a51bc93e2c761e835252f871d8234165616a2df78a09d19a48bbb941e9647639
6
+ metadata.gz: 339ac3d65ff870d26ffc47a6676702127cee40b7a35ec567d86e8ca8b64053c711b689c5c3e57003b5b3f43b070511bfde0f9125a75f507f8b1d2c0dabbcb13e
7
+ data.tar.gz: 1d7b805d0d67239d05bd3d27cf790d666a63a94b8fe4ae34aa4dfa306fcca3d6109ba564469cb0c4e179a441d4a50595ffd9a3927162f5466fa48f3e5659a5eb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.876.0 (2023-12-28)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.875.0 (2023-12-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.875.0
1
+ 1.876.0
data/partitions.json CHANGED
@@ -11619,6 +11619,7 @@
11619
11619
  "ap-south-1" : { },
11620
11620
  "ap-southeast-1" : { },
11621
11621
  "ap-southeast-2" : { },
11622
+ "ap-southeast-4" : { },
11622
11623
  "ca-central-1" : { },
11623
11624
  "eu-central-1" : { },
11624
11625
  "eu-north-1" : { },
@@ -11640,6 +11641,7 @@
11640
11641
  "ap-south-1" : { },
11641
11642
  "ap-southeast-1" : { },
11642
11643
  "ap-southeast-2" : { },
11644
+ "ap-southeast-4" : { },
11643
11645
  "ca-central-1" : { },
11644
11646
  "eu-central-1" : { },
11645
11647
  "eu-north-1" : { },
@@ -11661,6 +11663,7 @@
11661
11663
  "ap-south-1" : { },
11662
11664
  "ap-southeast-1" : { },
11663
11665
  "ap-southeast-2" : { },
11666
+ "ap-southeast-4" : { },
11664
11667
  "ca-central-1" : { },
11665
11668
  "eu-central-1" : { },
11666
11669
  "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.875.0
4
+ version: 1.876.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-12-27 00:00:00.000000000 Z
11
+ date: 2023-12-28 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: