aws-partitions 1.439.0 → 1.440.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/partitions.json +10 -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: 804868633a4ba4b14e5abd1d85c3876b11ee02a2c30095d1c078745efb055df8
|
|
4
|
+
data.tar.gz: bee194e5122d531a66bf843b6eb8f866540b2f2da16fccc19b625abbb31f8d92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bb4c05296aec9bbe98c56e85be92d383233cfe0c201ecb15d25972ffa7d5b59a2b1ba089c9a0bfb8a98b1e8a32dd615400ad84efec11b9ff5057916c485c514
|
|
7
|
+
data.tar.gz: 7b82a3652535659b52a9f0860353705d21fe832f2591b1ef7c606826640638acc14142a86025fe201746255e4581653efd7947d499ca23ad3ce0243e87ef9b2e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.440.0
|
data/partitions.json
CHANGED
|
@@ -632,6 +632,7 @@
|
|
|
632
632
|
"ap-northeast-1" : { },
|
|
633
633
|
"ap-southeast-1" : { },
|
|
634
634
|
"ap-southeast-2" : { },
|
|
635
|
+
"ca-central-1" : { },
|
|
635
636
|
"eu-central-1" : { },
|
|
636
637
|
"eu-west-2" : { },
|
|
637
638
|
"us-east-1" : { },
|
|
@@ -1637,6 +1638,7 @@
|
|
|
1637
1638
|
"ap-northeast-1" : { },
|
|
1638
1639
|
"ap-southeast-1" : { },
|
|
1639
1640
|
"ap-southeast-2" : { },
|
|
1641
|
+
"ca-central-1" : { },
|
|
1640
1642
|
"eu-central-1" : { },
|
|
1641
1643
|
"eu-west-2" : { },
|
|
1642
1644
|
"us-east-1" : { },
|
|
@@ -3206,8 +3208,15 @@
|
|
|
3206
3208
|
"endpoints" : {
|
|
3207
3209
|
"af-south-1" : { },
|
|
3208
3210
|
"ap-southeast-2" : { },
|
|
3211
|
+
"eu-central-1" : { },
|
|
3209
3212
|
"eu-north-1" : { },
|
|
3210
3213
|
"eu-west-1" : { },
|
|
3214
|
+
"fips-us-east-1" : {
|
|
3215
|
+
"credentialScope" : {
|
|
3216
|
+
"region" : "us-east-1"
|
|
3217
|
+
},
|
|
3218
|
+
"hostname" : "groundstation-fips.us-east-1.amazonaws.com"
|
|
3219
|
+
},
|
|
3211
3220
|
"fips-us-east-2" : {
|
|
3212
3221
|
"credentialScope" : {
|
|
3213
3222
|
"region" : "us-east-2"
|
|
@@ -3221,6 +3230,7 @@
|
|
|
3221
3230
|
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
|
|
3222
3231
|
},
|
|
3223
3232
|
"me-south-1" : { },
|
|
3233
|
+
"us-east-1" : { },
|
|
3224
3234
|
"us-east-2" : { },
|
|
3225
3235
|
"us-west-2" : { }
|
|
3226
3236
|
}
|
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.440.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: 2021-
|
|
11
|
+
date: 2021-04-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|