aws-partitions 1.958.0 → 1.960.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/partitions.json +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cb49097b48cdbd7fa6ef5dcdfab9ea9ca21c20f37f95d285b8aa55d37f6cbf6
|
4
|
+
data.tar.gz: a5e2f7420692436589bc9ad813d73e5622c86e24698c7124dad006d73204d98c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25af3cdc5041115426522bd105a16a9b3acf616f76b4c9e7dc59e6ce9563427fe352deecbe605875695c616513b5231bd5c4d429560ed4e7258fc3f90a3488c5
|
7
|
+
data.tar.gz: fb6d899feadf39d05cff89077a6960cebb1d1a12bf4e2742095ff41fb44def8a14ed9fde6f7adaf7e21a4702d7ea0231db7936c8b6b0ab5ca09be57a07708cf1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.960.0 (2024-07-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.959.0 (2024-07-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.958.0 (2024-07-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.960.0
|
data/partitions.json
CHANGED
@@ -5479,6 +5479,8 @@
|
|
5479
5479
|
"ap-southeast-1" : { },
|
5480
5480
|
"ap-southeast-2" : { },
|
5481
5481
|
"eu-central-1" : { },
|
5482
|
+
"eu-north-1" : { },
|
5483
|
+
"eu-south-2" : { },
|
5482
5484
|
"eu-west-1" : { },
|
5483
5485
|
"eu-west-2" : { },
|
5484
5486
|
"eu-west-3" : { },
|
@@ -19056,6 +19058,7 @@
|
|
19056
19058
|
"ap-southeast-3" : { },
|
19057
19059
|
"ap-southeast-4" : { },
|
19058
19060
|
"ca-central-1" : { },
|
19061
|
+
"ca-west-1" : { },
|
19059
19062
|
"eu-central-1" : { },
|
19060
19063
|
"eu-central-2" : { },
|
19061
19064
|
"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.
|
4
|
+
version: 1.960.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-07-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|