aws-partitions 1.12.0 → 1.13.0

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: f297481da644f59e01794b3dde01bd9e02bc2d6f
4
- data.tar.gz: 6cb067516f49b6e3910cdc619766495f1e588b48
3
+ metadata.gz: 359625909ffcabef3deed1282ec2e3a3dfc27142
4
+ data.tar.gz: ae8c37b784d2a9dba1fad87f600f423bee80a412
5
5
  SHA512:
6
- metadata.gz: 92d514fa29af398321f773a94e6b864d5e0b9e4e5e99ecca2dff06f5535fff61594f8b4e1f19660f867ad2800d20c91b7fa8bd84434934dbd2e2b22b892ae36c
7
- data.tar.gz: 6ae2c23a6ec7bd37caa4c2f97444ee7e23af922996a814c5f8fe993a2830117631bc9abb72d90600ff17ff9d0250362e50886f3093131d3ee3e3a9f4477bbeae
6
+ metadata.gz: 0f8ed17b961b9b8ff8cdf54b7feba2e0f96a2f642b5a439007b8c214cb7a05064fd847a47e5bedca5305bd3f73e10795ed89180deea867fa846627eba11e3cbd
7
+ data.tar.gz: e6106b00994272c0620471cf8ae2517d8d63c4a561c48b94771b8cf37c6c5592253a3fc25beabf8d1e29ce327d23273dccffe4e1e346826a8f604858a638e2f7
@@ -234,6 +234,7 @@ module Aws
234
234
  'CloudFormation' => 'cloudformation',
235
235
  'CloudFront' => 'cloudfront',
236
236
  'CloudHSM' => 'cloudhsm',
237
+ 'CloudHSMV2' => 'cloudhsmv2',
237
238
  'CloudSearch' => 'cloudsearch',
238
239
  'CloudTrail' => 'cloudtrail',
239
240
  'CloudWatch' => 'monitoring',
@@ -271,6 +272,7 @@ module Aws
271
272
  'Firehose' => 'firehose',
272
273
  'GameLift' => 'gamelift',
273
274
  'Glacier' => 'glacier',
275
+ 'Glue' => 'glue',
274
276
  'Greengrass' => 'greengrass',
275
277
  'Health' => 'health',
276
278
  'IAM' => 'iam',
@@ -290,6 +292,7 @@ module Aws
290
292
  'MarketplaceCommerceAnalytics' => 'marketplacecommerceanalytics',
291
293
  'MarketplaceEntitlementService' => 'entitlement.marketplace',
292
294
  'MarketplaceMetering' => 'metering.marketplace',
295
+ 'MigrationHub' => 'mgh',
293
296
  'OpsWorks' => 'opsworks',
294
297
  'OpsWorksCM' => 'opsworks-cm',
295
298
  'Organizations' => 'organizations',
@@ -240,6 +240,14 @@
240
240
  "us-west-2" : { }
241
241
  }
242
242
  },
243
+ "cloudhsmv2" : {
244
+ "endpoints" : {
245
+ "eu-west-1" : { },
246
+ "us-east-1" : { },
247
+ "us-east-2" : { },
248
+ "us-west-2" : { }
249
+ }
250
+ },
243
251
  "cloudsearch" : {
244
252
  "endpoints" : {
245
253
  "ap-northeast-1" : { },
@@ -621,6 +629,7 @@
621
629
  "elasticfilesystem" : {
622
630
  "endpoints" : {
623
631
  "ap-southeast-2" : { },
632
+ "eu-central-1" : { },
624
633
  "eu-west-1" : { },
625
634
  "us-east-1" : { },
626
635
  "us-east-2" : { },
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.12.0
4
+ version: 1.13.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-07-31 00:00:00.000000000 Z
11
+ date: 2017-08-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: