aws-sdk-mediaconvert 1.9.0 → 1.10.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: c7e78653d533560c2d4efd44d98dc2a3ce68b32b
4
- data.tar.gz: 3a968fb31638b358b71415f03fd75873fa4657d9
3
+ metadata.gz: 70e99894a852b8490b8e4c68c67b098c5339b6e5
4
+ data.tar.gz: 6149e72e7de4bcea5487b79c1a73359d34012353
5
5
  SHA512:
6
- metadata.gz: f2bee5b5eeb75d6a4187c7a9039e9d57614787748e8b8cbe63ab31018470f6c349bec6f700548419cc18e473b120a1104f6264b4e6e03427de2ba03dd9706288
7
- data.tar.gz: dda1da9e66c3c4e1b4089850fe5f976c8a38fbad5074c2a2d538517c8563ad6adccf0a4fb67646234243558cf587dc4bed097da659c8f50b6d22df62c8418624
6
+ metadata.gz: 46b3f110668f3a0d8b9550a2739dbd50f62ccb503288007d78a04fe194804931a5f1673636fc395707932badcda59f51f46808dbce15da9cc7c849d61797c7a3
7
+ data.tar.gz: '0816d351d7fcfaebabd71fed6e96a68ff8d4d3f56ce0fd195552fcf5f6ea962921600c6e203b583cb22227c809442255f6d0a38d214b5ff6d8c913256b2eb804'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
42
42
  # @service
43
43
  module Aws::MediaConvert
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::MediaConvert
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::RestJson)
52
56
 
@@ -92,6 +96,22 @@ module Aws::MediaConvert
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -9416,7 +9436,7 @@ module Aws::MediaConvert
9416
9436
  params: params,
9417
9437
  config: config)
9418
9438
  context[:gem_name] = 'aws-sdk-mediaconvert'
9419
- context[:gem_version] = '1.9.0'
9439
+ context[:gem_version] = '1.10.0'
9420
9440
  Seahorse::Client::Request.new(handlers, context)
9421
9441
  end
9422
9442
 
@@ -1598,12 +1598,16 @@ module Aws::MediaConvert
1598
1598
  api.version = "2017-08-29"
1599
1599
 
1600
1600
  api.metadata = {
1601
+ "apiVersion" => "2017-08-29",
1601
1602
  "endpointPrefix" => "mediaconvert",
1602
1603
  "jsonVersion" => "1.1",
1603
1604
  "protocol" => "rest-json",
1605
+ "serviceAbbreviation" => "MediaConvert",
1604
1606
  "serviceFullName" => "AWS Elemental MediaConvert",
1607
+ "serviceId" => "MediaConvert",
1605
1608
  "signatureVersion" => "v4",
1606
1609
  "signingName" => "mediaconvert",
1610
+ "uid" => "mediaconvert-2017-08-29",
1607
1611
  }
1608
1612
 
1609
1613
  api.add_operation(:cancel_job, Seahorse::Model::Operation.new.tap do |o|
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.9.0
4
+ version: 1.10.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-08-20 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core