aws-partitions 1.88.0 → 1.89.1
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/lib/aws-partitions.rb +1 -0
- data/partitions.json +33 -3
- 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: d02e4f9a3a16c1f73defb172d642df9146c7b47f
|
|
4
|
+
data.tar.gz: '0549f8bd9afcc6149c44aff75324ce2fd10a935b'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fcac1735435106db3b4e2a76ccfd6b7cceacd2785e33d9605b091233a972b63d8a344f7d931d3ab6ed0521c7b01d3baf6bee0a51c8f8c0bb02885ec4c86716e
|
|
7
|
+
data.tar.gz: 681ae1bcfc6f0b26d691279ed5247d65300f486ea574d7b948eabff5c463e35c6c1fc997349ffdaaaa8a03ae797c1e4d8323eb270fc77a8b59eb1fc171f8ddd0
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -1365,6 +1365,34 @@
|
|
|
1365
1365
|
},
|
|
1366
1366
|
"isRegionalized" : false
|
|
1367
1367
|
},
|
|
1368
|
+
"neptune" : {
|
|
1369
|
+
"endpoints" : {
|
|
1370
|
+
"eu-west-1" : {
|
|
1371
|
+
"credentialScope" : {
|
|
1372
|
+
"region" : "eu-west-1"
|
|
1373
|
+
},
|
|
1374
|
+
"hostname" : "rds.eu-west-1.amazonaws.com"
|
|
1375
|
+
},
|
|
1376
|
+
"us-east-1" : {
|
|
1377
|
+
"credentialScope" : {
|
|
1378
|
+
"region" : "us-east-1"
|
|
1379
|
+
},
|
|
1380
|
+
"hostname" : "rds.us-east-1.amazonaws.com"
|
|
1381
|
+
},
|
|
1382
|
+
"us-east-2" : {
|
|
1383
|
+
"credentialScope" : {
|
|
1384
|
+
"region" : "us-east-2"
|
|
1385
|
+
},
|
|
1386
|
+
"hostname" : "rds.us-east-2.amazonaws.com"
|
|
1387
|
+
},
|
|
1388
|
+
"us-west-2" : {
|
|
1389
|
+
"credentialScope" : {
|
|
1390
|
+
"region" : "us-west-2"
|
|
1391
|
+
},
|
|
1392
|
+
"hostname" : "rds.us-west-2.amazonaws.com"
|
|
1393
|
+
}
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1368
1396
|
"opsworks" : {
|
|
1369
1397
|
"endpoints" : {
|
|
1370
1398
|
"ap-northeast-1" : { },
|
|
@@ -2203,12 +2231,14 @@
|
|
|
2203
2231
|
},
|
|
2204
2232
|
"ecr" : {
|
|
2205
2233
|
"endpoints" : {
|
|
2206
|
-
"cn-north-1" : { }
|
|
2234
|
+
"cn-north-1" : { },
|
|
2235
|
+
"cn-northwest-1" : { }
|
|
2207
2236
|
}
|
|
2208
2237
|
},
|
|
2209
2238
|
"ecs" : {
|
|
2210
2239
|
"endpoints" : {
|
|
2211
|
-
"cn-north-1" : { }
|
|
2240
|
+
"cn-north-1" : { },
|
|
2241
|
+
"cn-northwest-1" : { }
|
|
2212
2242
|
}
|
|
2213
2243
|
},
|
|
2214
2244
|
"elasticache" : {
|
|
@@ -2701,4 +2731,4 @@
|
|
|
2701
2731
|
}
|
|
2702
2732
|
} ],
|
|
2703
2733
|
"version" : 3
|
|
2704
|
-
}
|
|
2734
|
+
}
|
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.89.1
|
|
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: 2018-05-
|
|
11
|
+
date: 2018-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|