aws-sdk-mediatailor 1.4.0 → 1.5.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: 8bb2981e0da514353979c5d046e5b47f780ac604
4
- data.tar.gz: 89dd4c9db59dd7b6fd25e13086fa9f6f9669b2b9
3
+ metadata.gz: a28e30c46a7ed71dd6047046d5caf9a59a657723
4
+ data.tar.gz: 3acea9d34fb8c19fea60de1d4bd1b1111d6432af
5
5
  SHA512:
6
- metadata.gz: 55c4ab44b569df7ff3ae7012de2d170f726038e0d36a4145795f5c7b461a70f9cca736a6306e4765d2f898b44745377ad01fca7fef72ebfbe9f364afa3e9c9f4
7
- data.tar.gz: f767c35677d7e61e29df1b239b9cf72b399c5c5416797dbd5d2136090e2d7ec4ce07894bd0d031ba21521485dccdebabe3f41b0b79d5bf545e03784a07affe71
6
+ metadata.gz: 443f2876afd273972ba8b07a083c263b7873ff0c48a6d8e3c22ace1ceea47fae2e3a1e05d89a5346ab85d74742a8c86ac59eb7a48c5ca61b29c44e87a6f530f8
7
+ data.tar.gz: 88a626f9debe70966c65d66375b67bd1cfe5e77323608a40565a2a255543e6484698d0248df150d71cc7262beffa033dfeeacf74bed685d614af5626b05385ac
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
42
42
  # @service
43
43
  module Aws::MediaTailor
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::MediaTailor
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
  #
@@ -370,7 +370,7 @@ module Aws::MediaTailor
370
370
  params: params,
371
371
  config: config)
372
372
  context[:gem_name] = 'aws-sdk-mediatailor'
373
- context[:gem_version] = '1.4.0'
373
+ context[:gem_version] = '1.5.0'
374
374
  Seahorse::Client::Request.new(handlers, context)
375
375
  end
376
376
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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