aws-partitions 1.76.0 → 1.77.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-partitions.rb +3 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28b28185f8e341c75dc972ec88ecbeb0c5ba3df7
4
- data.tar.gz: da2a838ec36864f3d443fe43a9b1b7c961c59f4b
3
+ metadata.gz: 1d354cbea35a03e5f526fa5017f1ad53e370f6a7
4
+ data.tar.gz: 22a83b0413e50a0ecb3171e6beda6393003da9c3
5
5
  SHA512:
6
- metadata.gz: 5201de30d4abd4c490c1d74150b3421db09f0ca4b200d88f744e598914bfc67ae5b67881b4d4ecb753d5273387db971bcd810d186f8fe2da2808c0e29352bc5c
7
- data.tar.gz: f6a1b6e72e37f9c7555467345e69fcf38b0d6793fb6d080f7cde88dd02784836e0cb49fc490c5a83ed3029a9367b5293bacf165cd8bed66fdac73cd52b5b16ad
6
+ metadata.gz: d9d227436fa51dc5aeab17bd573a2be68b733dd4fc12469b2966d357504cefbf926e348025c62f0a93e3a2b40a235d57b2d1559e89672ae974cdc387835cc05f
7
+ data.tar.gz: cff5684721ef0b6a6dce80bea2b28ec64c393c9355a60f3b1b5fd7616dbe79a0526ff5e09ab394df3ccc0792a84c0fa16daf418803b54be8a6c2ec44609c195f
@@ -222,6 +222,7 @@ module Aws
222
222
  # service ids
223
223
  {
224
224
  'ACM' => 'acm',
225
+ 'ACMPCA' => 'acm-pca',
225
226
  'APIGateway' => 'apigateway',
226
227
  'AlexaForBusiness' => 'a4b',
227
228
  'AppStream' => 'appstream2',
@@ -276,6 +277,7 @@ module Aws
276
277
  'ElasticLoadBalancingV2' => 'elasticloadbalancing',
277
278
  'ElasticTranscoder' => 'elastictranscoder',
278
279
  'ElasticsearchService' => 'es',
280
+ 'FMS' => 'fms',
279
281
  'Firehose' => 'firehose',
280
282
  'GameLift' => 'gamelift',
281
283
  'Glacier' => 'glacier',
@@ -335,6 +337,7 @@ module Aws
335
337
  'SWF' => 'swf',
336
338
  'SageMaker' => 'sagemaker',
337
339
  'SageMakerRuntime' => 'runtime.sagemaker',
340
+ 'SecretsManager' => 'secretsmanager',
338
341
  'ServerlessApplicationRepository' => 'serverlessrepo',
339
342
  'ServiceCatalog' => 'servicecatalog',
340
343
  'ServiceDiscovery' => 'servicediscovery',
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.76.0
4
+ version: 1.77.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: 2018-03-30 00:00:00.000000000 Z
11
+ date: 2018-04-04 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Provides interfaces to enumerate AWS partitions, regions, and services.
14
14
  email: