aws-partitions 1.88.0 → 1.89.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2dacf5dc6a465874daac6bae60d8773ed517ac6
4
- data.tar.gz: 0fc243fdfac5a0ad2847d4625228911d29da59ae
3
+ metadata.gz: d02e4f9a3a16c1f73defb172d642df9146c7b47f
4
+ data.tar.gz: '0549f8bd9afcc6149c44aff75324ce2fd10a935b'
5
5
  SHA512:
6
- metadata.gz: 3fbdff0149e00c2e9d829dac73582be4c3ad4891d4a0002b4b900eb274bb203ae1eb47c93eea1e6e26f2d82b164b9b09ddbdc8e7892b75956b0ae1b65c6fde3e
7
- data.tar.gz: 5edd88513666caf2df2d8670ac08a68effb21ede4123730f114c0cf9b74672644088199f3d1efd5a4a53c06b64cc87ba2450393690868c0828af2d8439e0b437
6
+ metadata.gz: 7fcac1735435106db3b4e2a76ccfd6b7cceacd2785e33d9605b091233a972b63d8a344f7d931d3ab6ed0521c7b01d3baf6bee0a51c8f8c0bb02885ec4c86716e
7
+ data.tar.gz: 681ae1bcfc6f0b26d691279ed5247d65300f486ea574d7b948eabff5c463e35c6c1fc997349ffdaaaa8a03ae797c1e4d8323eb270fc77a8b59eb1fc171f8ddd0
@@ -317,6 +317,7 @@ module Aws
317
317
  'MediaStoreData' => 'data.mediastore',
318
318
  'MigrationHub' => 'mgh',
319
319
  'Mobile' => 'mobile',
320
+ 'Neptune' => 'rds',
320
321
  'OpsWorks' => 'opsworks',
321
322
  'OpsWorksCM' => 'opsworks-cm',
322
323
  'Organizations' => 'organizations',
@@ -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.88.0
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-29 00:00:00.000000000 Z
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: