aws-partitions 1.158.0 → 1.159.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 +18 -1
- 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: 133fd9816dc7e627c81dce56253abaa23399faef
|
|
4
|
+
data.tar.gz: 8d5c14811dd52e11dee5b39b61fc2d78006571e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67eab04af95e5688e0fa4fbe8413089ed752e36b0833dff62071502584e91b1c24c9021862ebd67365f0889d031f3d386e3fc7fc63f04b65096eb7dd8e069d78
|
|
7
|
+
data.tar.gz: 5ee4d365e7cbcbfb7b65249b6a207956ac6567b4cb40cf6d9ad6804ef2fba9f1e8643505cd2b2a1c9734d608f2af9b18eaa00862485a745f2a7516282ece5a9c
|
data/partitions.json
CHANGED
|
@@ -985,6 +985,18 @@
|
|
|
985
985
|
},
|
|
986
986
|
"docdb" : {
|
|
987
987
|
"endpoints" : {
|
|
988
|
+
"ap-northeast-1" : {
|
|
989
|
+
"credentialScope" : {
|
|
990
|
+
"region" : "ap-northeast-1"
|
|
991
|
+
},
|
|
992
|
+
"hostname" : "rds.ap-northeast-1.amazonaws.com"
|
|
993
|
+
},
|
|
994
|
+
"ap-northeast-2" : {
|
|
995
|
+
"credentialScope" : {
|
|
996
|
+
"region" : "ap-northeast-2"
|
|
997
|
+
},
|
|
998
|
+
"hostname" : "rds.ap-northeast-2.amazonaws.com"
|
|
999
|
+
},
|
|
988
1000
|
"eu-central-1" : {
|
|
989
1001
|
"credentialScope" : {
|
|
990
1002
|
"region" : "eu-central-1"
|
|
@@ -3288,7 +3300,12 @@
|
|
|
3288
3300
|
},
|
|
3289
3301
|
"mediaconvert" : {
|
|
3290
3302
|
"endpoints" : {
|
|
3291
|
-
"cn-northwest-1" : {
|
|
3303
|
+
"cn-northwest-1" : {
|
|
3304
|
+
"credentialScope" : {
|
|
3305
|
+
"region" : "cn-northwest-1"
|
|
3306
|
+
},
|
|
3307
|
+
"hostname" : "subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn"
|
|
3308
|
+
}
|
|
3292
3309
|
}
|
|
3293
3310
|
},
|
|
3294
3311
|
"monitoring" : {
|
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.159.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: 2019-05-
|
|
11
|
+
date: 2019-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|