aws-sdk-mediapackage 1.6.0 → 1.7.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: aa645f7d872bbe5625138147ddefd9be6616782d
4
- data.tar.gz: 2b85f6a292bbe8011d5ad6e023ca48f1fb3bcb4e
3
+ metadata.gz: 5be7602bc9cc83c74e8993f5d7ef0068b7c1b714
4
+ data.tar.gz: 60687b786c8186f778906b90e3c77e9befb64e67
5
5
  SHA512:
6
- metadata.gz: 4dbb8b07cd13fc614fef520c17597bd567cff42fdfeb0645c4ee42efbbcc4fadc542b1faecfa17c16d7e9334e85d46efa9e03c368057d7bfbd15bd6c3763f461
7
- data.tar.gz: b74791021feb749089c94c03e50e6dd731ebd64be9ff3713000385d81e2ce42a9ce7ff1b2a0929ae9dad8ea7032cbd4d4e042e2e1d31e78d5081021c15f0e483
6
+ metadata.gz: eed2546e5073e2240205c6fc72f80487f2ee56b0a957f08e0f136a5854ada3d8faee06ef2ba76682fbe5b484f7ed2680e71868e96cf307cd0bb38ab689fccae5
7
+ data.tar.gz: 60714b05e47c517173db69ec5b2f4f1b9aaa00cf0fca88eddaadb3184aec5948ed871fc51391918bb17d322e18a2bc31b99f8baf44e0bd7a79371ae5a7a30fc5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediapackage/customizations'
42
42
  # @service
43
43
  module Aws::MediaPackage
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::MediaPackage
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
  #
@@ -1168,7 +1168,7 @@ module Aws::MediaPackage
1168
1168
  params: params,
1169
1169
  config: config)
1170
1170
  context[:gem_name] = 'aws-sdk-mediapackage'
1171
- context[:gem_version] = '1.6.0'
1171
+ context[:gem_version] = '1.7.0'
1172
1172
  Seahorse::Client::Request.new(handlers, context)
1173
1173
  end
1174
1174
 
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.6.0
4
+ version: 1.7.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