aws-partitions 1.959.0 → 1.962.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +8 -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: f59555e4cb3090bac378c64340292205269004c16f8c31d5eee68a30d582fedc
|
4
|
+
data.tar.gz: 2098b31925ca38f97c6f493a67f151fe955eca51d1d02be4322415a07692e8f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cf37f9e4919e7d31176259596913ece599b971a26eca14abcdd9a84c8d194e2540a72faddb4f7974b067a3db80483f935a62ffb8c16d7dc9f2f193db782869f
|
7
|
+
data.tar.gz: eb0fa690edf31fc644bf5be60cabbba88bb08277b6bde925f595e67ceee98e1353b6dde5086c73a82061d008205b930fb5c0b831753a3cee03198c498c492285
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.962.0 (2024-08-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.961.0 (2024-08-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added support for enumerating regions for `Aws::SSMQuickSetup`.
|
13
|
+
|
14
|
+
1.960.0 (2024-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
18
|
+
|
4
19
|
1.959.0 (2024-07-29)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.962.0
|
data/lib/aws-partitions.rb
CHANGED
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" : { },
|
@@ -26435,6 +26437,12 @@
|
|
26435
26437
|
"isRegionalized" : false,
|
26436
26438
|
"partitionEndpoint" : "aws-us-gov-global"
|
26437
26439
|
},
|
26440
|
+
"oam" : {
|
26441
|
+
"endpoints" : {
|
26442
|
+
"us-gov-east-1" : { },
|
26443
|
+
"us-gov-west-1" : { }
|
26444
|
+
}
|
26445
|
+
},
|
26438
26446
|
"oidc" : {
|
26439
26447
|
"endpoints" : {
|
26440
26448
|
"us-gov-east-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.962.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-
|
11
|
+
date: 2024-08-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|