aws-partitions 1.307.0 → 1.308.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/partitions.json +11 -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: 598d72faba6b080381e2f6e7b97134efdc9ab9e28fe484800cf6f2e6e6f096b0
|
|
4
|
+
data.tar.gz: a9a69bd9ab106e2f4e47a35c5d8b959b5bb51415c47dfefd39df0257550a1702
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77d728bc87ef567511c55b94ee843d5576af69dd8b57c378e9ae641ebee69844f2e517908e357412e3c30e0240061000d7543131ac0bb6d9c52f7f9113411f23
|
|
7
|
+
data.tar.gz: 0fdab2890406c03db8067314945a96fa87096730c8faaa363db6cfef8c6e5c325097eee02d9c58db18bc0f4a4775c8300847d1065178a77982f8410efd596550
|
data/partitions.json
CHANGED
|
@@ -6773,6 +6773,17 @@
|
|
|
6773
6773
|
}
|
|
6774
6774
|
}
|
|
6775
6775
|
},
|
|
6776
|
+
"email" : {
|
|
6777
|
+
"endpoints" : {
|
|
6778
|
+
"fips-us-gov-west-1" : {
|
|
6779
|
+
"credentialScope" : {
|
|
6780
|
+
"region" : "us-gov-west-1"
|
|
6781
|
+
},
|
|
6782
|
+
"hostname" : "email-fips.us-gov-west-1.amazonaws.com"
|
|
6783
|
+
},
|
|
6784
|
+
"us-gov-west-1" : { }
|
|
6785
|
+
}
|
|
6786
|
+
},
|
|
6776
6787
|
"es" : {
|
|
6777
6788
|
"endpoints" : {
|
|
6778
6789
|
"fips" : {
|
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.308.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: 2020-
|
|
11
|
+
date: 2020-05-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|