aws-partitions 1.879.0 → 1.880.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +17 -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: d8d1ae45152b74d12f8e805ed29f4eb819a481e4281b23603f92d5579d89a017
|
|
4
|
+
data.tar.gz: '0583cfd10e2cdb3f3d93c30f8ee932cb4f4ed4b3c7ae580a86072ff09cac44cb'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 77d56e61c5dbf4f1ee0601675db1682dd6ec0723215ffbafb8a0460478139e7aff48a0ecd0e5e4131024d0aaebf758146535eb4023e54200937b264836cbd1cf
|
|
7
|
+
data.tar.gz: ef6766e18eb21f038fb075c03a55543495d446e5f620686cd07d49e5d34cd9f629646d872a0c9de5e2b30bb87406b264edc05fa12d4f78d63fe4e01484426501
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.880.0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -20717,6 +20717,23 @@
|
|
|
20717
20717
|
"cn-north-1" : { }
|
|
20718
20718
|
}
|
|
20719
20719
|
},
|
|
20720
|
+
"iottwinmaker" : {
|
|
20721
|
+
"endpoints" : {
|
|
20722
|
+
"api-cn-north-1" : {
|
|
20723
|
+
"credentialScope" : {
|
|
20724
|
+
"region" : "cn-north-1"
|
|
20725
|
+
},
|
|
20726
|
+
"hostname" : "api.iottwinmaker.cn-north-1.amazonaws.com.cn"
|
|
20727
|
+
},
|
|
20728
|
+
"cn-north-1" : { },
|
|
20729
|
+
"data-cn-north-1" : {
|
|
20730
|
+
"credentialScope" : {
|
|
20731
|
+
"region" : "cn-north-1"
|
|
20732
|
+
},
|
|
20733
|
+
"hostname" : "data.iottwinmaker.cn-north-1.amazonaws.com.cn"
|
|
20734
|
+
}
|
|
20735
|
+
}
|
|
20736
|
+
},
|
|
20720
20737
|
"kafka" : {
|
|
20721
20738
|
"endpoints" : {
|
|
20722
20739
|
"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.880.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: 2024-01-
|
|
11
|
+
date: 2024-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|