aws-partitions 1.455.0 → 1.456.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 +19 -1
- 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: 4c5dddae9ecc34006f61f5970f1410664c416ab75d8dd212b2e62673936b5be7
|
|
4
|
+
data.tar.gz: 52edbfed76f4082647b03de176f1bdb3514c2fd4da1147129392b2701a0c6471
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30433d1b4f9600bd77df25e34ca4a261a9e2bcbf5f5af7d61cfaf370b3a9be7fab7defc691bfef5098aedc911b1241a7d46f5c9a2bdd5f4db95229de97f3421d
|
|
7
|
+
data.tar.gz: a71d4fe8d15a12a859272c558b9700245e4e174463189c32f434ff7c970c24dccf7ba2e894f6073ea1065ef1f61c0cb5d9b4cef4859d8d76929adb4b21d847fb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.456.0
|
data/partitions.json
CHANGED
|
@@ -530,7 +530,19 @@
|
|
|
530
530
|
},
|
|
531
531
|
"api.fleethub.iot" : {
|
|
532
532
|
"endpoints" : {
|
|
533
|
-
"
|
|
533
|
+
"ap-northeast-1" : { },
|
|
534
|
+
"ap-northeast-2" : { },
|
|
535
|
+
"ap-south-1" : { },
|
|
536
|
+
"ap-southeast-1" : { },
|
|
537
|
+
"ap-southeast-2" : { },
|
|
538
|
+
"ca-central-1" : { },
|
|
539
|
+
"eu-central-1" : { },
|
|
540
|
+
"eu-north-1" : { },
|
|
541
|
+
"eu-west-1" : { },
|
|
542
|
+
"eu-west-2" : { },
|
|
543
|
+
"us-east-1" : { },
|
|
544
|
+
"us-east-2" : { },
|
|
545
|
+
"us-west-2" : { }
|
|
534
546
|
}
|
|
535
547
|
},
|
|
536
548
|
"api.mediatailor" : {
|
|
@@ -7770,6 +7782,12 @@
|
|
|
7770
7782
|
}
|
|
7771
7783
|
}
|
|
7772
7784
|
},
|
|
7785
|
+
"servicecatalog" : {
|
|
7786
|
+
"endpoints" : {
|
|
7787
|
+
"cn-north-1" : { },
|
|
7788
|
+
"cn-northwest-1" : { }
|
|
7789
|
+
}
|
|
7790
|
+
},
|
|
7773
7791
|
"servicediscovery" : {
|
|
7774
7792
|
"endpoints" : {
|
|
7775
7793
|
"cn-north-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.456.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-05-
|
|
11
|
+
date: 2021-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|