aws-partitions 1.626.0 → 1.627.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: 5b2e62d51a21318d352c72a2e50a524bfa979e9699c0157c97722d454cd45147
|
|
4
|
+
data.tar.gz: 0d7096ab82fb4abd342428bb8944b2c26baa3e3397427345d61d44b3ae1e8ca3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5346d74808304c87bcc099e19e993e318e1a14be5370db796ad4d0f38338012a05e2b5a1f359534d6571eca024be2a746478bcd9bde5bb602eaaafa7b077af80
|
|
7
|
+
data.tar.gz: ab30fd3218f6c2276eeb11b9a99fcfbf49eeb3cb2773f9b88c8b53deea8930dc7c4ba6e3f0c47960f2d03b41da128caef44d6b81438dce918f79df23b1b4a910
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.627.0
|
data/partitions.json
CHANGED
|
@@ -18220,6 +18220,11 @@
|
|
|
18220
18220
|
}
|
|
18221
18221
|
}
|
|
18222
18222
|
},
|
|
18223
|
+
"managedblockchain" : {
|
|
18224
|
+
"endpoints" : {
|
|
18225
|
+
"us-gov-west-1" : { }
|
|
18226
|
+
}
|
|
18227
|
+
},
|
|
18223
18228
|
"mediaconvert" : {
|
|
18224
18229
|
"endpoints" : {
|
|
18225
18230
|
"us-gov-west-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.627.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: 2022-09-
|
|
11
|
+
date: 2022-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|