aws-partitions 1.1090.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 +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: 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
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1091.0
|
data/partitions.json
CHANGED
@@ -38010,6 +38010,11 @@
|
|
38010
38010
|
}
|
38011
38011
|
}
|
38012
38012
|
},
|
38013
|
+
"glue" : {
|
38014
|
+
"endpoints" : {
|
38015
|
+
"us-isob-east-1" : { }
|
38016
|
+
}
|
38017
|
+
},
|
38013
38018
|
"health" : {
|
38014
38019
|
"endpoints" : {
|
38015
38020
|
"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:
|