aws-sdk-mediapackage 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: 6d1d6e950eca97b9197861af9c3ba9669c063694
4
- data.tar.gz: 2d2378aeae6e4de2a75abb2c48a14c7dffcb6de8
3
+ metadata.gz: 0dca7777c216a80075ebf8d9c75b5e33763e0475
4
+ data.tar.gz: c985e4c86584627ef347b6cf7951f6b896a18d74
5
5
  SHA512:
6
- metadata.gz: d1f61a92cc935104bd9221972f3f2cbb62d870472d392210f7bc4db432197aa0a3f0f3fa13932ce192ba9306d7f611e599f06524b261c53ffe3c2e5d1941b421
7
- data.tar.gz: 00ecdb9c09105e3270c96d785a91f67e82f8d8912db7b4b6069972ca7c3838b26475c029db71dc277c30b96d1503e942c700cfacaffff0aea7ec5265ba5b6e6c
6
+ metadata.gz: 5d336263c92d1195cedc7bee007e53c442e6a96c33ddf7910207d8cf506d03a442417e6ab3959ff581835549b446fdd0c8439d5f5320903dffa51596ee23e98f
7
+ data.tar.gz: 1c558441d1b944ea3e53b2dec20a783cccbaefc6f0a360704995237783a504ef22a39922c6e5a71a15be4d87cc8e1461a4320c46007d0889da5182ecdab1d030
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediapackage/customizations'
42
42
  # @service
43
43
  module Aws::MediaPackage
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.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::MediaPackage
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::MediaPackage
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.
@@ -1148,7 +1168,7 @@ module Aws::MediaPackage
1148
1168
  params: params,
1149
1169
  config: config)
1150
1170
  context[:gem_name] = 'aws-sdk-mediapackage'
1151
- context[:gem_version] = '1.4.0'
1171
+ context[:gem_version] = '1.5.0'
1152
1172
  Seahorse::Client::Request.new(handlers, context)
1153
1173
  end
1154
1174
 
@@ -412,12 +412,16 @@ module Aws::MediaPackage
412
412
  api.version = "2017-10-12"
413
413
 
414
414
  api.metadata = {
415
+ "apiVersion" => "2017-10-12",
415
416
  "endpointPrefix" => "mediapackage",
416
417
  "jsonVersion" => "1.1",
417
418
  "protocol" => "rest-json",
419
+ "serviceAbbreviation" => "MediaPackage",
418
420
  "serviceFullName" => "AWS Elemental MediaPackage",
421
+ "serviceId" => "MediaPackage",
419
422
  "signatureVersion" => "v4",
420
423
  "signingName" => "mediapackage",
424
+ "uid" => "mediapackage-2017-10-12",
421
425
  }
422
426
 
423
427
  api.add_operation(:create_channel, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackage
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-08-29 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