aws-partitions 1.700.0 → 1.701.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 +23 -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: accc699655ec0ca0799501bc862abfcf7387f59066fed18244db3cf15550b369
|
|
4
|
+
data.tar.gz: 172654d54599f2e8b3d80c5378a0f172826047349e505e91708d76f9dedaaf3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6c758b842739d416babd0d52ff782accc3b57da8815481b90ce5c70bbf01dabe7e53998d862caa96829bda0a7f7cadebe5ade52c7c9d163bf9513e1eeaf4c75
|
|
7
|
+
data.tar.gz: 52fb1c9dce301a52adb2512f0cfa106c9482ed32743b3ef248e26919170e445fed9736c9c6078a0d7c6fdb64da8ccdfe540a810c8b2e54bf9ec11434bd728baa
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.701.0
|
data/partitions.json
CHANGED
|
@@ -2247,8 +2247,22 @@
|
|
|
2247
2247
|
},
|
|
2248
2248
|
"cases" : {
|
|
2249
2249
|
"endpoints" : {
|
|
2250
|
-
"us-east-1" : {
|
|
2251
|
-
|
|
2250
|
+
"fips-us-east-1" : {
|
|
2251
|
+
"deprecated" : true
|
|
2252
|
+
},
|
|
2253
|
+
"fips-us-west-2" : {
|
|
2254
|
+
"deprecated" : true
|
|
2255
|
+
},
|
|
2256
|
+
"us-east-1" : {
|
|
2257
|
+
"variants" : [ {
|
|
2258
|
+
"tags" : [ "fips" ]
|
|
2259
|
+
} ]
|
|
2260
|
+
},
|
|
2261
|
+
"us-west-2" : {
|
|
2262
|
+
"variants" : [ {
|
|
2263
|
+
"tags" : [ "fips" ]
|
|
2264
|
+
} ]
|
|
2265
|
+
}
|
|
2252
2266
|
}
|
|
2253
2267
|
},
|
|
2254
2268
|
"cassandra" : {
|
|
@@ -14680,8 +14694,10 @@
|
|
|
14680
14694
|
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
|
|
14681
14695
|
},
|
|
14682
14696
|
"eu-central-1" : { },
|
|
14697
|
+
"eu-central-2" : { },
|
|
14683
14698
|
"eu-north-1" : { },
|
|
14684
14699
|
"eu-south-1" : { },
|
|
14700
|
+
"eu-south-2" : { },
|
|
14685
14701
|
"eu-west-1" : { },
|
|
14686
14702
|
"eu-west-2" : { },
|
|
14687
14703
|
"eu-west-3" : { },
|
|
@@ -22388,6 +22404,11 @@
|
|
|
22388
22404
|
"us-isob-east-1" : { }
|
|
22389
22405
|
}
|
|
22390
22406
|
},
|
|
22407
|
+
"dlm" : {
|
|
22408
|
+
"endpoints" : {
|
|
22409
|
+
"us-isob-east-1" : { }
|
|
22410
|
+
}
|
|
22411
|
+
},
|
|
22391
22412
|
"dms" : {
|
|
22392
22413
|
"defaults" : {
|
|
22393
22414
|
"variants" : [ {
|
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.701.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: 2023-01-
|
|
11
|
+
date: 2023-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|