aws-sdk-mediaconvert 1.14.0 → 1.15.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: 547765b0289bf59fcfc89fdb0e8b356f900a3749
4
- data.tar.gz: 7fdea6fcf6aa1945473c41a65a2818b376ea5935
3
+ metadata.gz: 0dcbc0c6d855d756876f36fbce67f8dbabb6de99
4
+ data.tar.gz: 8cb8c6d04e915c891ad12d5f516ca41463ee5ab6
5
5
  SHA512:
6
- metadata.gz: 6e549bb2723b6e1b36779aa34e069099872eab209855f008e80dbf027033c597065edd616dacd0f54c30896e10112a473586b9628f9412cdeb1d2013ad5e50f7
7
- data.tar.gz: b702ad38479938daeee73e318318db2e9b52dc8712fd3c60067925112fcdfcc96a81a4c9c25c510f118e4c8e7023e1f21e358bce31d4bed9f2f74ba277e9c5fe
6
+ metadata.gz: 0e18ba67b0341a147abdf0bde75536ca44ea5fd41d63fd7826b978260754c3d9b8779090f82eec0f9d218ebbfcbd0c956dc044fbd71457e227442e24a77f1a3a
7
+ data.tar.gz: 53f7d22383ea4d3e2b3065af790af8e8feda9bdc706f7cfacdd98d31b6ad10cce4bdcae076a131f953060f9fc9e827f6fca18530861edbd157b54204f02dc5c2
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
42
42
  # @service
43
43
  module Aws::MediaConvert
44
44
 
45
- GEM_VERSION = '1.14.0'
45
+ GEM_VERSION = '1.15.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::MediaConvert
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
  #
@@ -9512,7 +9512,7 @@ module Aws::MediaConvert
9512
9512
  params: params,
9513
9513
  config: config)
9514
9514
  context[:gem_name] = 'aws-sdk-mediaconvert'
9515
- context[:gem_version] = '1.14.0'
9515
+ context[:gem_version] = '1.15.0'
9516
9516
  Seahorse::Client::Request.new(handlers, context)
9517
9517
  end
9518
9518
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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-10-11 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