aws-partitions 1.250.0 → 1.251.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 +1 -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: 9a7d5f6e2db92bd1e4b2bbb2f2ba5d61f859a035
|
|
4
|
+
data.tar.gz: d9e7b9922d0bc9c9fe1c90b632681d65359ea49b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dee987ef83c015cdadaac5e5eb0ceee0da0b689696834e9bfad6b1b6b89a8a4baada8afffd681f3504bc5b09741d12790f2a40e6a90e0179fc7763e066e54bfa
|
|
7
|
+
data.tar.gz: b6125a1b8d2cfb48c4e0baf89f9bf5c37856389f750f7338cfde14babca96ba45ed6630225c2f4b0c74540fc5fbab43f822ca1a39512205a7d518a7c17231c23
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -338,6 +338,7 @@ module Aws
|
|
|
338
338
|
'KinesisVideo' => 'kinesisvideo',
|
|
339
339
|
'KinesisVideoArchivedMedia' => 'kinesisvideo',
|
|
340
340
|
'KinesisVideoMedia' => 'kinesisvideo',
|
|
341
|
+
'KinesisVideoSignalingChannels' => 'kinesisvideo',
|
|
341
342
|
'LakeFormation' => 'lakeformation',
|
|
342
343
|
'Lambda' => 'lambda',
|
|
343
344
|
'LambdaPreview' => 'lambda',
|
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.251.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: 2019-12-
|
|
11
|
+
date: 2019-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|