aws-partitions 1.264.0 → 1.265.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 +12 -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: b06d534c2485b4d41fddcac3784160e823944786
|
|
4
|
+
data.tar.gz: cbc6f00c20e0cb9d2e0701344259c165ce3ac17b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d819edf7411b05e58a23bf585e336a4ba866eefb58a6632badd4e57dff0d361b51cfb9b1d8e0603bbfdd7c57195dcacdb5f4f627b5e3f73d62dc6c7160aa318
|
|
7
|
+
data.tar.gz: 5fe486ee5050dcfaebe4759c5ed7a4de567537003466267c600d2f6f2f0e5c107140a0c91f19f5c91d7813e960fca16dc6f5dea1a18a5608a8ee0d7142de071d
|
data/partitions.json
CHANGED
|
@@ -2723,6 +2723,7 @@
|
|
|
2723
2723
|
},
|
|
2724
2724
|
"polly" : {
|
|
2725
2725
|
"endpoints" : {
|
|
2726
|
+
"ap-east-1" : { },
|
|
2726
2727
|
"ap-northeast-1" : { },
|
|
2727
2728
|
"ap-northeast-2" : { },
|
|
2728
2729
|
"ap-south-1" : { },
|
|
@@ -2734,6 +2735,7 @@
|
|
|
2734
2735
|
"eu-west-1" : { },
|
|
2735
2736
|
"eu-west-2" : { },
|
|
2736
2737
|
"eu-west-3" : { },
|
|
2738
|
+
"me-south-1" : { },
|
|
2737
2739
|
"sa-east-1" : { },
|
|
2738
2740
|
"us-east-1" : { },
|
|
2739
2741
|
"us-east-2" : { },
|
|
@@ -4401,6 +4403,16 @@
|
|
|
4401
4403
|
"cn-northwest-1" : { }
|
|
4402
4404
|
}
|
|
4403
4405
|
},
|
|
4406
|
+
"neptune" : {
|
|
4407
|
+
"endpoints" : {
|
|
4408
|
+
"cn-northwest-1" : {
|
|
4409
|
+
"credentialScope" : {
|
|
4410
|
+
"region" : "cn-northwest-1"
|
|
4411
|
+
},
|
|
4412
|
+
"hostname" : "rds.cn-northwest-1.amazonaws.com.cn"
|
|
4413
|
+
}
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4404
4416
|
"polly" : {
|
|
4405
4417
|
"endpoints" : {
|
|
4406
4418
|
"cn-northwest-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.265.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-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|