aws-partitions 1.419.0 → 1.420.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 +26 -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: c0ae0a4798ef06da0c68440822829d5534a0f96b924b4d78ce5438f46a405ba2
|
|
4
|
+
data.tar.gz: 6c8d283b88cc60da3a8aa02c894247936fab9a8449e0d9b53c987da31b28bdee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36e9e808a2ea59ed25cb4f1ec300977757039bca8dc894eb2316c77fdf27a5f3f9f43fd921b2f727f5505b27b3de004301d06819ed0fad09e94d933e5bcd2a0c
|
|
7
|
+
data.tar.gz: b6afe7cb26c838e4147e168ee35d65a7ea2404f6847bec4f356f30f9ea39ff4be972e30680f9e99854a23fd32d6e4d3d9910daa3ee9fc6f8af037a5f41c41616
|
data/partitions.json
CHANGED
|
@@ -4113,7 +4113,19 @@
|
|
|
4113
4113
|
"eu-west-1" : { },
|
|
4114
4114
|
"eu-west-2" : { },
|
|
4115
4115
|
"us-east-1" : { },
|
|
4116
|
-
"us-
|
|
4116
|
+
"us-east-1-fips" : {
|
|
4117
|
+
"credentialScope" : {
|
|
4118
|
+
"region" : "us-east-1"
|
|
4119
|
+
},
|
|
4120
|
+
"hostname" : "models-fips.lex.us-east-1.amazonaws.com"
|
|
4121
|
+
},
|
|
4122
|
+
"us-west-2" : { },
|
|
4123
|
+
"us-west-2-fips" : {
|
|
4124
|
+
"credentialScope" : {
|
|
4125
|
+
"region" : "us-west-2"
|
|
4126
|
+
},
|
|
4127
|
+
"hostname" : "models-fips.lex.us-west-2.amazonaws.com"
|
|
4128
|
+
}
|
|
4117
4129
|
}
|
|
4118
4130
|
},
|
|
4119
4131
|
"monitoring" : {
|
|
@@ -5006,7 +5018,19 @@
|
|
|
5006
5018
|
"eu-west-1" : { },
|
|
5007
5019
|
"eu-west-2" : { },
|
|
5008
5020
|
"us-east-1" : { },
|
|
5009
|
-
"us-
|
|
5021
|
+
"us-east-1-fips" : {
|
|
5022
|
+
"credentialScope" : {
|
|
5023
|
+
"region" : "us-east-1"
|
|
5024
|
+
},
|
|
5025
|
+
"hostname" : "runtime-fips.lex.us-east-1.amazonaws.com"
|
|
5026
|
+
},
|
|
5027
|
+
"us-west-2" : { },
|
|
5028
|
+
"us-west-2-fips" : {
|
|
5029
|
+
"credentialScope" : {
|
|
5030
|
+
"region" : "us-west-2"
|
|
5031
|
+
},
|
|
5032
|
+
"hostname" : "runtime-fips.lex.us-west-2.amazonaws.com"
|
|
5033
|
+
}
|
|
5010
5034
|
}
|
|
5011
5035
|
},
|
|
5012
5036
|
"runtime.sagemaker" : {
|
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.420.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-01-
|
|
11
|
+
date: 2021-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|