aws-partitions 1.981.0 → 1.982.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: a6ff88b6794dc79399cc19d2a74108ab733269c4b1f4f2608ef66e5b1c30523a
4
- data.tar.gz: c7a6e3f8dc3ddb2f0c493d1bfe65039429ba02a3fd0bd55cebe9aac50786de73
3
+ metadata.gz: 8fde521e72e262b7ad032fb3b9f3687f47b6f6e7baccb5edd128755fa77fbecf
4
+ data.tar.gz: e7d4b6c86a186dde577c9fd4b2c59282650af1ad846ee57f210350bab36d71e6
5
5
  SHA512:
6
- metadata.gz: 8aac331ce460a83afe65f7cf9816527a00debfc6d3ea7c48aed6bad6cdf1d29c652eb76d9182f76f2a8905d000b5704f20ba437902ab71b9dc2ae05de6bdd68b
7
- data.tar.gz: 43e2caf0fecc28da46c550407ebc5f61e055890e471765ebbec0c9b24c627760b4b3cdc8a715d24666c63263435a0f495c8fd2f114b8e4a0ba05a5bd0090551c
6
+ metadata.gz: beb1673752614ef2f6ef31d80f80bd419548a56d147c49fe03a00d78601f734e3d23099f31f6ec20ff5a59b4a13bd7404ae81c8dedb366cc2f95310caf5eb1f6
7
+ data.tar.gz: fe95f9f2aadd40ac42ba6d22e1fd217e9411ab668699fe7c8f84eeb6c844468b6b0c88ddf92f2928e138f721093f822c189abbba34cf5cd2f99d10ac56bdb2f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.982.0 (2024-10-01)
5
+ ------------------
6
+
7
+ * Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8
+
4
9
  1.981.0 (2024-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.981.0
1
+ 1.982.0
data/partitions.json CHANGED
@@ -559,6 +559,7 @@
559
559
  "aoss" : {
560
560
  "endpoints" : {
561
561
  "ap-northeast-1" : { },
562
+ "ap-northeast-2" : { },
562
563
  "ap-south-1" : { },
563
564
  "ap-southeast-1" : { },
564
565
  "ap-southeast-2" : { },
@@ -9138,6 +9139,7 @@
9138
9139
  "ca-central-1" : { },
9139
9140
  "eu-central-1" : { },
9140
9141
  "eu-north-1" : { },
9142
+ "eu-south-2" : { },
9141
9143
  "eu-west-1" : { },
9142
9144
  "eu-west-2" : { },
9143
9145
  "sa-east-1" : { },
@@ -13001,6 +13003,7 @@
13001
13003
  "eu-central-1" : { },
13002
13004
  "eu-north-1" : { },
13003
13005
  "eu-south-1" : { },
13006
+ "eu-south-2" : { },
13004
13007
  "eu-west-1" : { },
13005
13008
  "eu-west-2" : { },
13006
13009
  "eu-west-3" : { },
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.981.0
4
+ version: 1.982.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-27 00:00:00.000000000 Z
11
+ date: 2024-10-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: