aws-partitions 1.590.0 → 1.591.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 +40 -2
- 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: 72b9729b4809827f8a3f605967e4dfd5ef9942ae1924d9a197bb7dae3b2bf273
|
|
4
|
+
data.tar.gz: 7ded2ca5f1ccf1b721e2f24cfda765a5287212ffd22febd38bb20da66bc256fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd4eefddfada2b9b2bbf5b32cf857cce7031bb62bc753fd214ce2987222ad598882d5b20b80e7ebc9afda3e119b94f43323a8082ecbe1e0f7eca685c45469afc
|
|
7
|
+
data.tar.gz: 424fe23f104581886ec2b3f6ec28444f40c52f9e498a2eba41d620b2f45e3ed6afde8ec94c9ca0d7bf69336f8b95d46c61d64d201028463ad11398cd9f9f41f4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.591.0
|
data/partitions.json
CHANGED
|
@@ -4834,12 +4834,50 @@
|
|
|
4834
4834
|
},
|
|
4835
4835
|
"email" : {
|
|
4836
4836
|
"endpoints" : {
|
|
4837
|
+
"af-south-1" : { },
|
|
4838
|
+
"ap-northeast-1" : { },
|
|
4839
|
+
"ap-northeast-2" : { },
|
|
4840
|
+
"ap-northeast-3" : { },
|
|
4837
4841
|
"ap-south-1" : { },
|
|
4842
|
+
"ap-southeast-1" : { },
|
|
4838
4843
|
"ap-southeast-2" : { },
|
|
4844
|
+
"ca-central-1" : { },
|
|
4839
4845
|
"eu-central-1" : { },
|
|
4846
|
+
"eu-north-1" : { },
|
|
4847
|
+
"eu-south-1" : { },
|
|
4840
4848
|
"eu-west-1" : { },
|
|
4841
|
-
"
|
|
4842
|
-
"
|
|
4849
|
+
"eu-west-2" : { },
|
|
4850
|
+
"eu-west-3" : { },
|
|
4851
|
+
"fips-us-east-1" : {
|
|
4852
|
+
"credentialScope" : {
|
|
4853
|
+
"region" : "us-east-1"
|
|
4854
|
+
},
|
|
4855
|
+
"deprecated" : true,
|
|
4856
|
+
"hostname" : "email-fips.us-east-1.amazonaws.com"
|
|
4857
|
+
},
|
|
4858
|
+
"fips-us-west-2" : {
|
|
4859
|
+
"credentialScope" : {
|
|
4860
|
+
"region" : "us-west-2"
|
|
4861
|
+
},
|
|
4862
|
+
"deprecated" : true,
|
|
4863
|
+
"hostname" : "email-fips.us-west-2.amazonaws.com"
|
|
4864
|
+
},
|
|
4865
|
+
"me-south-1" : { },
|
|
4866
|
+
"sa-east-1" : { },
|
|
4867
|
+
"us-east-1" : {
|
|
4868
|
+
"variants" : [ {
|
|
4869
|
+
"hostname" : "email-fips.us-east-1.amazonaws.com",
|
|
4870
|
+
"tags" : [ "fips" ]
|
|
4871
|
+
} ]
|
|
4872
|
+
},
|
|
4873
|
+
"us-east-2" : { },
|
|
4874
|
+
"us-west-1" : { },
|
|
4875
|
+
"us-west-2" : {
|
|
4876
|
+
"variants" : [ {
|
|
4877
|
+
"hostname" : "email-fips.us-west-2.amazonaws.com",
|
|
4878
|
+
"tags" : [ "fips" ]
|
|
4879
|
+
} ]
|
|
4880
|
+
}
|
|
4843
4881
|
}
|
|
4844
4882
|
},
|
|
4845
4883
|
"emr-containers" : {
|
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.591.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-05-
|
|
11
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|