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.
- checksums.yaml +4 -4
- data/lib/aws-partitions.rb +3 -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: 1d354cbea35a03e5f526fa5017f1ad53e370f6a7
|
|
4
|
+
data.tar.gz: 22a83b0413e50a0ecb3171e6beda6393003da9c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9d227436fa51dc5aeab17bd573a2be68b733dd4fc12469b2966d357504cefbf926e348025c62f0a93e3a2b40a235d57b2d1559e89672ae974cdc387835cc05f
|
|
7
|
+
data.tar.gz: cff5684721ef0b6a6dce80bea2b28ec64c393c9355a60f3b1b5fd7616dbe79a0526ff5e09ab394df3ccc0792a84c0fa16daf418803b54be8a6c2ec44609c195f
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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:
|