aws-partitions 1.266.0 → 1.267.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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 954a358186f81538055ae9214406bfdd57caada3
|
|
4
|
+
data.tar.gz: 282acefa8b2bd1fb279dd11dbac5f5a257e44813
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50c64ccfcc17c8dd31d88122026ed23ddcd5e9ac9d4ce44db602f7e2ecc1f7859023eeda14378b9172977c084509f21d59e6af244b44990ce116fb43508206a2
|
|
7
|
+
data.tar.gz: 42b189b358b1b4c7d52b869e0e59af6205911dddd63cfe0183f2631bf57b19e50486d62667acecaa5f9e6c8794b9169ecd1efdca87e81044885629ff8fa230ad
|
data/partitions.json
CHANGED
|
@@ -4129,6 +4129,16 @@
|
|
|
4129
4129
|
"cn-northwest-1" : { }
|
|
4130
4130
|
}
|
|
4131
4131
|
},
|
|
4132
|
+
"appsync" : {
|
|
4133
|
+
"endpoints" : {
|
|
4134
|
+
"cn-north-1" : { }
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
"athena" : {
|
|
4138
|
+
"endpoints" : {
|
|
4139
|
+
"cn-northwest-1" : { }
|
|
4140
|
+
}
|
|
4141
|
+
},
|
|
4132
4142
|
"autoscaling" : {
|
|
4133
4143
|
"defaults" : {
|
|
4134
4144
|
"protocols" : [ "http", "https" ]
|
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.267.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: 2020-01-
|
|
11
|
+
date: 2020-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|