aws-partitions 1.1089.0 → 1.1091.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: 6e53bc91c59aa28965864ad789dce124999b53aface390159d880f45a02f58a1
|
4
|
+
data.tar.gz: 40d08929e4bef11b4fb7393f95b6f91da4733824a8019d7e828ca4e5ced31b8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af32cce35c459be6ce78c5a17e11fca60ba143e44da6eb23fe4f8d6fc326af549e07c1e3074b275c887d5c39a286159e07dacb55bd9d42982a870f43bd530e48
|
7
|
+
data.tar.gz: 7a4981a5bec4893d4ebecf15652da8c86c73c852554f89e77a80081a3ab18e26307cadb1db8e397225a8422a6cf758c62c36c9861cc3ab3a4704f9a276293436
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.1091.0 (2025-04-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
8
|
+
|
9
|
+
1.1090.0 (2025-04-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
|
13
|
+
|
4
14
|
1.1089.0 (2025-04-17)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1091.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" : { },
|
@@ -38004,6 +38010,11 @@
|
|
38004
38010
|
}
|
38005
38011
|
}
|
38006
38012
|
},
|
38013
|
+
"glue" : {
|
38014
|
+
"endpoints" : {
|
38015
|
+
"us-isob-east-1" : { }
|
38016
|
+
}
|
38017
|
+
},
|
38007
38018
|
"health" : {
|
38008
38019
|
"endpoints" : {
|
38009
38020
|
"us-isob-east-1" : { }
|
@@ -38298,6 +38309,11 @@
|
|
38298
38309
|
}
|
38299
38310
|
}
|
38300
38311
|
},
|
38312
|
+
"servicediscovery" : {
|
38313
|
+
"endpoints" : {
|
38314
|
+
"us-isob-east-1" : { }
|
38315
|
+
}
|
38316
|
+
},
|
38301
38317
|
"snowball" : {
|
38302
38318
|
"endpoints" : {
|
38303
38319
|
"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.1091.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-23 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|