aws-partitions 1.926.0 → 1.928.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 +2 -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: 28da322925fd0525dcb9f70272b5cd887847ddb04fd3ac5c043a512b671415fd
|
4
|
+
data.tar.gz: 2dbca28b04eb54e8e12f21477b43afb49c780edc61f3130321f5cc61ac2a665d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6375b3a1a72b07fe4b87f38e6a6b097448c73e978ac1599d6aadebd4f8c30f49c34c54f3794bf32b2008cc41a7f3d238a3b9f002bc3266a2372fbacf27d97453
|
7
|
+
data.tar.gz: 0ace45f8b90e697b5efe8548fb9924a6baeb9f49ae26f7beebba85622c195c618c5f815206a76ed056aea4a8242226f315d2fd945b5ebcf32bdb5001b53cba10
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.928.0 (2024-05-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.927.0 (2024-05-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.926.0 (2024-05-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.928.0
|
data/partitions.json
CHANGED
@@ -544,6 +544,7 @@
|
|
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" : { },
|
@@ -11327,6 +11328,7 @@
|
|
11327
11328
|
"ap-southeast-3" : { },
|
11328
11329
|
"ap-southeast-4" : { },
|
11329
11330
|
"ca-central-1" : { },
|
11331
|
+
"ca-west-1" : { },
|
11330
11332
|
"eu-central-1" : { },
|
11331
11333
|
"eu-central-2" : { },
|
11332
11334
|
"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.928.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-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|