aws-partitions 1.421.0 → 1.422.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/partitions.json +10 -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: 9b30b04ff0e6867196c20af67a08bc9a8d0967ffb0c7ba2dfe2e215afe2792a8
|
|
4
|
+
data.tar.gz: fa8fec523438a31388a4d97881d4b3150dfcbb6b3e44bf8dbe276d41c136be87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbbdc6610cde26a158bc4e87d7fbe835093cfb4e5f32920e650733348eb7fc88e44db6aff9219d53b6ed8afd9806bed5e64215303ffe4985143b4c8f7e136b09
|
|
7
|
+
data.tar.gz: 5cfeb5fa7f8d92a5e2d06b1a2894a7a23d58fc3c666c403aac4ec6d7ed60d996b9eb04ecb736c4e5f8a77338ce177d43529ce037c85b29bb06ea380a576a36b4
|
data/partitions.json
CHANGED
|
@@ -9407,6 +9407,16 @@
|
|
|
9407
9407
|
"us-iso-east-1" : { }
|
|
9408
9408
|
}
|
|
9409
9409
|
},
|
|
9410
|
+
"medialive" : {
|
|
9411
|
+
"endpoints" : {
|
|
9412
|
+
"us-iso-east-1" : { }
|
|
9413
|
+
}
|
|
9414
|
+
},
|
|
9415
|
+
"mediapackage" : {
|
|
9416
|
+
"endpoints" : {
|
|
9417
|
+
"us-iso-east-1" : { }
|
|
9418
|
+
}
|
|
9419
|
+
},
|
|
9410
9420
|
"monitoring" : {
|
|
9411
9421
|
"endpoints" : {
|
|
9412
9422
|
"us-iso-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.422.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: 2021-01-
|
|
11
|
+
date: 2021-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|