aws-partitions 1.1088.0 → 1.1089.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 +5 -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: 47de9ff130666c4824937fa028432be3476837d3286447b788cadec4bc17f4b3
|
4
|
+
data.tar.gz: a27c948c6a17744ba6f1e9758760595c807ae7cc41df174cad9b617ce01a8154
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2741dc293a0623b7c8a8667683fbe9cf2edb180ef53e12d826552c61ba6845e3e4db49532e6a3e2247c82c7b60b464003871c5a45e2d0869f5b9fc95468b391
|
7
|
+
data.tar.gz: 5a663623cc544cf08decbcff32e33b76c0d765b5e9409506ca69a29d1746b69a6d7b3894bb4909d41731f7dd82be8282f67ff9d210256acae922c1f3918efe5c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1089.0
|
data/partitions.json
CHANGED
@@ -37982,6 +37982,11 @@
|
|
37982
37982
|
"us-isob-east-1" : { }
|
37983
37983
|
}
|
37984
37984
|
},
|
37985
|
+
"fsx" : {
|
37986
|
+
"endpoints" : {
|
37987
|
+
"us-isob-east-1" : { }
|
37988
|
+
}
|
37989
|
+
},
|
37985
37990
|
"glacier" : {
|
37986
37991
|
"endpoints" : {
|
37987
37992
|
"fips-us-isob-east-1" : {
|
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.1089.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: 2025-04-
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|