aws-sdk-core 2.11.410 → 2.11.411

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.
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListSignalingChannels": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "ChannelInfoList"
8
+ },
3
9
  "ListStreams": {
4
10
  "input_token": "NextToken",
5
11
  "limit_key": "MaxResults",
@@ -142,6 +142,7 @@ module Aws
142
142
  KinesisVideo
143
143
  KinesisVideoArchivedMedia
144
144
  KinesisVideoMedia
145
+ KinesisVideoSignalingChannels
145
146
  LakeFormation
146
147
  Lambda
147
148
  LambdaPreview
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:KinesisVideoSignalingChannels, {
2
+ api: "#{Aws::API_DIR}/kinesis-video-signaling/2019-12-04/api-2.json",
3
+ docs: "#{Aws::API_DIR}/kinesis-video-signaling/2019-12-04/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/kinesis-video-signaling/2019-12-04/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/kinesis-video-signaling/2019-12-04/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.410'
2
+ VERSION = '2.11.411'
3
3
  end
@@ -474,6 +474,10 @@
474
474
  "models": "kinesis-video-media/2017-09-30",
475
475
  "endpoint": "kinesisvideo"
476
476
  },
477
+ "KinesisVideoSignalingChannels": {
478
+ "models": "kinesis-video-signaling/2019-12-04",
479
+ "endpoint": "kinesisvideo"
480
+ },
477
481
  "LakeFormation": {
478
482
  "models": "lakeformation/2017-03-31",
479
483
  "endpoint": "lakeformation"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.410
4
+ version: 2.11.411
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-04 00:00:00.000000000 Z
11
+ date: 2019-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -515,6 +515,9 @@ files:
515
515
  - apis/kinesis-video-media/2017-09-30/api-2.json
516
516
  - apis/kinesis-video-media/2017-09-30/examples-1.json
517
517
  - apis/kinesis-video-media/2017-09-30/paginators-1.json
518
+ - apis/kinesis-video-signaling/2019-12-04/api-2.json
519
+ - apis/kinesis-video-signaling/2019-12-04/examples-1.json
520
+ - apis/kinesis-video-signaling/2019-12-04/paginators-1.json
518
521
  - apis/kinesis/2013-12-02/api-2.json
519
522
  - apis/kinesis/2013-12-02/examples-1.json
520
523
  - apis/kinesis/2013-12-02/paginators-1.json
@@ -1054,6 +1057,7 @@ files:
1054
1057
  - lib/aws-sdk-core/kinesisvideo.rb
1055
1058
  - lib/aws-sdk-core/kinesisvideoarchivedmedia.rb
1056
1059
  - lib/aws-sdk-core/kinesisvideomedia.rb
1060
+ - lib/aws-sdk-core/kinesisvideosignalingchannels.rb
1057
1061
  - lib/aws-sdk-core/kms.rb
1058
1062
  - lib/aws-sdk-core/lakeformation.rb
1059
1063
  - lib/aws-sdk-core/lambda.rb