aws-partitions 1.37.0 → 1.38.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 +20 -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: 02acbc8bc55fd94b5294d644cf9db6c70fb2ecb3
|
|
4
|
+
data.tar.gz: 50edd3e71afbc0e53fdb968e95d469e047eb5bc1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d34a9e4d192b8f0c75a5630d5ecba3bc65383656e27817ce0ba87f8360f5eb30561ed2a21c3e72f8746fcd4bfc99ab2b9380369703cac0d9f96e2b6cd512317
|
|
7
|
+
data.tar.gz: 0184b3556d2a0675af26faab5da3208f6dd2e1863250c8c4ca4456ba7a24422c0e481616dc78d904517fb282429fbd3c7890406c20468f54328afc3af85a7ed6
|
data/partitions.json
CHANGED
|
@@ -478,6 +478,17 @@
|
|
|
478
478
|
"us-west-2" : { }
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
|
+
"dax" : {
|
|
482
|
+
"endpoints" : {
|
|
483
|
+
"ap-northeast-1" : { },
|
|
484
|
+
"ap-south-1" : { },
|
|
485
|
+
"eu-west-1" : { },
|
|
486
|
+
"sa-east-1" : { },
|
|
487
|
+
"us-east-1" : { },
|
|
488
|
+
"us-west-1" : { },
|
|
489
|
+
"us-west-2" : { }
|
|
490
|
+
}
|
|
491
|
+
},
|
|
481
492
|
"devicefarm" : {
|
|
482
493
|
"endpoints" : {
|
|
483
494
|
"us-west-2" : { }
|
|
@@ -1136,9 +1147,18 @@
|
|
|
1136
1147
|
"polly" : {
|
|
1137
1148
|
"endpoints" : {
|
|
1138
1149
|
"ap-northeast-1" : { },
|
|
1150
|
+
"ap-northeast-2" : { },
|
|
1151
|
+
"ap-south-1" : { },
|
|
1152
|
+
"ap-southeast-1" : { },
|
|
1153
|
+
"ap-southeast-2" : { },
|
|
1154
|
+
"ca-central-1" : { },
|
|
1155
|
+
"eu-central-1" : { },
|
|
1139
1156
|
"eu-west-1" : { },
|
|
1157
|
+
"eu-west-2" : { },
|
|
1158
|
+
"sa-east-1" : { },
|
|
1140
1159
|
"us-east-1" : { },
|
|
1141
1160
|
"us-east-2" : { },
|
|
1161
|
+
"us-west-1" : { },
|
|
1142
1162
|
"us-west-2" : { }
|
|
1143
1163
|
}
|
|
1144
1164
|
},
|
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.38.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: 2017-11-
|
|
11
|
+
date: 2017-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|