aws-partitions 1.926.0 → 1.929.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 +15 -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: 9cb45ae4352c172dcdfb8f858bf15605f0230925caa461ae3bd32a45d8d70009
|
4
|
+
data.tar.gz: 37acebd58cf8ffb4a3a15f3acff7eb886b1c05c469f7fa67a0b2da0193346554
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a84d8bc3ea1d4dc92706ff7d81c977bbe633a97b73e3a93a3145acf82d8fd80805f3382cb81d04aa21c9cb3a6ff09328275243aff9b62f4181ff4b66326a049
|
7
|
+
data.tar.gz: 5972e27a6f8c8f279be61dfb06aee80e12f94e39371eb18215db3ed338baf10f9469d17e3e3eb45c308c00e3c67f6b60c86cd2aa4ad4a86dc12150f48a06a149
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.929.0 (2024-05-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.928.0 (2024-05-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
14
|
+
1.927.0 (2024-05-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.926.0 (2024-05-09)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.929.0
|
data/partitions.json
CHANGED
@@ -544,10 +544,12 @@
|
|
544
544
|
"aoss" : {
|
545
545
|
"endpoints" : {
|
546
546
|
"ap-northeast-1" : { },
|
547
|
+
"ap-south-1" : { },
|
547
548
|
"ap-southeast-1" : { },
|
548
549
|
"ap-southeast-2" : { },
|
549
550
|
"eu-central-1" : { },
|
550
551
|
"eu-west-1" : { },
|
552
|
+
"eu-west-2" : { },
|
551
553
|
"eu-west-3" : { },
|
552
554
|
"us-east-1" : { },
|
553
555
|
"us-east-2" : { },
|
@@ -11327,6 +11329,7 @@
|
|
11327
11329
|
"ap-southeast-3" : { },
|
11328
11330
|
"ap-southeast-4" : { },
|
11329
11331
|
"ca-central-1" : { },
|
11332
|
+
"ca-west-1" : { },
|
11330
11333
|
"eu-central-1" : { },
|
11331
11334
|
"eu-central-2" : { },
|
11332
11335
|
"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.929.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-05-
|
11
|
+
date: 2024-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|