aws-partitions 1.1088.0 → 1.1090.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 +10 -0
- data/VERSION +1 -1
- data/partitions.json +16 -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: 310d7b4246f6252e7698b1e69100865bcc6e2341e2ed0e32b2653762fae3fd6c
|
4
|
+
data.tar.gz: 1b0d17f410a8872a8fd20ed1dd1e94c19c4cc34b3ea13f8ca6323b5313941dfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8d13d7ce59431693dc4e1a5fa0f5dfa935162e6fa2793667cd7a559b755592147c339100fc93d73b82dd515772c82b84d0cd51f80a21f54599434c569cc78a4
|
7
|
+
data.tar.gz: 893ce8401905cd4a583487f811ae6204e84f022b232b486f0159867f1468bd11a2e89a16ffd625825be8d8ab4e21617cda041b982fe31cfdb354beec9e4f3487
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1090.0 (2025-04-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1089.0 (2025-04-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1088.0 (2025-04-16)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1090.0
|
data/partitions.json
CHANGED
@@ -37422,6 +37422,12 @@
|
|
37422
37422
|
}
|
37423
37423
|
}
|
37424
37424
|
},
|
37425
|
+
"servicediscovery" : {
|
37426
|
+
"endpoints" : {
|
37427
|
+
"us-iso-east-1" : { },
|
37428
|
+
"us-iso-west-1" : { }
|
37429
|
+
}
|
37430
|
+
},
|
37425
37431
|
"snowball" : {
|
37426
37432
|
"endpoints" : {
|
37427
37433
|
"us-iso-east-1" : { },
|
@@ -37982,6 +37988,11 @@
|
|
37982
37988
|
"us-isob-east-1" : { }
|
37983
37989
|
}
|
37984
37990
|
},
|
37991
|
+
"fsx" : {
|
37992
|
+
"endpoints" : {
|
37993
|
+
"us-isob-east-1" : { }
|
37994
|
+
}
|
37995
|
+
},
|
37985
37996
|
"glacier" : {
|
37986
37997
|
"endpoints" : {
|
37987
37998
|
"fips-us-isob-east-1" : {
|
@@ -38293,6 +38304,11 @@
|
|
38293
38304
|
}
|
38294
38305
|
}
|
38295
38306
|
},
|
38307
|
+
"servicediscovery" : {
|
38308
|
+
"endpoints" : {
|
38309
|
+
"us-isob-east-1" : { }
|
38310
|
+
}
|
38311
|
+
},
|
38296
38312
|
"snowball" : {
|
38297
38313
|
"endpoints" : {
|
38298
38314
|
"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.1090.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-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|