aws-partitions 1.996.0 → 1.998.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: 51d87a742ea2594688913364f645c26823ab378d29bb78cfec0c38e1b955e014
|
4
|
+
data.tar.gz: 07af99788d2eb11a48fb2f009db7e0ee9ad6d9617588f2e6de5190f76c916554
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab2de4b149f97e6dfc994aee7c4269a366ed53d40ced0f26633c00e0abeffbd8a0c5f020550b3a66bccc1e5f6c0322bbfb0b1bfefa62795dd0bb717f04d5b282
|
7
|
+
data.tar.gz: 4289e5901bd735848c9818dbf7db4912a1eddd06f0e56f6726e137d88264104b59fe8efb20f99aa0ad6769b35533d44978a3dc2f0d56c8565d0fb512556dfb90
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.998.0 (2024-10-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.997.0 (2024-10-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.996.0 (2024-10-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.998.0
|
data/partitions.json
CHANGED
@@ -20404,6 +20404,7 @@
|
|
20404
20404
|
"ap-southeast-2" : { },
|
20405
20405
|
"ap-southeast-3" : { },
|
20406
20406
|
"ap-southeast-4" : { },
|
20407
|
+
"ap-southeast-5" : { },
|
20407
20408
|
"ca-central-1" : {
|
20408
20409
|
"variants" : [ {
|
20409
20410
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com",
|
@@ -20928,6 +20929,7 @@
|
|
20928
20929
|
"tags" : [ "dualstack" ]
|
20929
20930
|
} ]
|
20930
20931
|
},
|
20932
|
+
"eu-south-2" : { },
|
20931
20933
|
"eu-west-1" : {
|
20932
20934
|
"variants" : [ {
|
20933
20935
|
"hostname" : "textract.eu-west-1.api.aws",
|
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.998.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-10-
|
11
|
+
date: 2024-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|