aws-sdk-kinesisvideomedia 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7bf06ca7ee623779f8144ce0e622a9c04b639316
4
- data.tar.gz: 8d1f4790265eaf50134fad4719e98bd266866b5d
3
+ metadata.gz: 2553c225e304b1a855b7e0cfcba344fa5f87f5db
4
+ data.tar.gz: 0c681ef0f87ed05526140d15ac30b88cf31fc4eb
5
5
  SHA512:
6
- metadata.gz: 2435600ae2ce37a9db96f5290d209fc2d793bd6e24f5e20c6778493b71408aa4e7dbc902ca0f41169a4afddbbbe8fc448d74789f7a626d6a52cd4c65668e6473
7
- data.tar.gz: 2f5ee24f63fa2773b4ea1a6f056caab2023875303841950c4083d02361b06017377dbcb7ef1c5d9ad6153e2ec8b85695d3f8396db44c57eb2d6c9a935652ca6f
6
+ metadata.gz: 6c8582a801fdd1e51fce458baa5901b95e2259a40c2c7f8424af4d9eac8d6c8d040cd10d3881b0d392b2214c1e050d3681210ee3ac8dd5ee8f606d6f0d4ac893
7
+ data.tar.gz: 79f20232d3d7acc0492368d6b3187813339cf723f9f7266c0c61f085d55cb35e9e98047d114b702e3dc301f26e7cf9ff1e7f05b15e3dd3d44dd82f0c82a694e7
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisvideomedia/customizations'
42
42
  # @service
43
43
  module Aws::KinesisVideoMedia
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::KinesisVideoMedia
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -257,7 +257,7 @@ module Aws::KinesisVideoMedia
257
257
  params: params,
258
258
  config: config)
259
259
  context[:gem_name] = 'aws-sdk-kinesisvideomedia'
260
- context[:gem_version] = '1.3.0'
260
+ context[:gem_version] = '1.4.0'
261
261
  Seahorse::Client::Request.new(handlers, context)
262
262
  end
263
263
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideomedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core