aws-partitions 1.568.0 → 1.569.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-partitions.rb +1 -0
- data/partitions.json +6 -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: eeda3ea53fe6d7e2c965753bd7e02ec23e90ab3e1ef3c451c605b67cd758bc8d
|
|
4
|
+
data.tar.gz: b179532ac65c3d295dfb1a46eaed549aeee1486ecc0ff5cff06eb6f4be7c3e0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24a6eed4d649fc5efb889c5f288312d559b652b073f09d52767fbcc30ee892bfeaa8232d44423537221b71f4d3e2435650b6b15b5072ad1db999097f00997d32
|
|
7
|
+
data.tar.gz: 9632bb88e241766beb9f553ebb4a7811531797db474f4361e96c52d17a6793606eb62b0564a3edb70326cdddb71fb43119efc7fe35c3f9eb431a82fc5bc05800
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.569.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -3671,6 +3671,7 @@
|
|
|
3671
3671
|
"ap-south-1" : { },
|
|
3672
3672
|
"ap-southeast-1" : { },
|
|
3673
3673
|
"ap-southeast-2" : { },
|
|
3674
|
+
"ap-southeast-3" : { },
|
|
3674
3675
|
"ca-central-1" : {
|
|
3675
3676
|
"variants" : [ {
|
|
3676
3677
|
"hostname" : "ebs-fips.ca-central-1.amazonaws.com",
|
|
@@ -5577,6 +5578,11 @@
|
|
|
5577
5578
|
"us-west-2" : { }
|
|
5578
5579
|
}
|
|
5579
5580
|
},
|
|
5581
|
+
"gamesparks" : {
|
|
5582
|
+
"endpoints" : {
|
|
5583
|
+
"us-east-1" : { }
|
|
5584
|
+
}
|
|
5585
|
+
},
|
|
5580
5586
|
"glacier" : {
|
|
5581
5587
|
"defaults" : {
|
|
5582
5588
|
"protocols" : [ "http", "https" ]
|
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.569.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: 2022-03-
|
|
11
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|