aws-partitions 1.114.0 → 1.115.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 +2 -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: 3cafed66acc292f24f9fb3b15d2792c53ec4ad1f
|
|
4
|
+
data.tar.gz: 89e95445ce0ac2ca1d8cc9eab8307b783ee597dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d51481b35a37ab0b52fff50ef0a5fed3fe1bfb84a585bcc5a05f7be6f2629436b91688e7310a205839e6f9f4b671e74403a0d8f5639f838100b743177dd46a71
|
|
7
|
+
data.tar.gz: b3b3f55d59d25f8f666f16f2aae494c58532f0ec67e167f1aa398f817cc371bd8cf8f79f3663074b360808adb359b9ed88883f010aac119bc2506460a1b3134e
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -332,8 +332,10 @@ module Aws
|
|
|
332
332
|
'PinpointSMSVoice' => 'sms-voice.pinpoint',
|
|
333
333
|
'Polly' => 'polly',
|
|
334
334
|
'Pricing' => 'api.pricing',
|
|
335
|
+
'QuickSight' => 'quicksight',
|
|
335
336
|
'RAM' => 'ram',
|
|
336
337
|
'RDS' => 'rds',
|
|
338
|
+
'RDSDataService' => 'rds-data',
|
|
337
339
|
'Redshift' => 'redshift',
|
|
338
340
|
'Rekognition' => 'rekognition',
|
|
339
341
|
'ResourceGroups' => 'resource-groups',
|
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.115.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-
|
|
11
|
+
date: 2018-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|