aws-sdk-mediastore 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: c8385902619c085f503f5d58b2c98c31c52c8a61
4
- data.tar.gz: d59e0e73e897d61f173453f10a5213bd8cdd598b
3
+ metadata.gz: 82d2246f40b8e99e533a615308ea8b7db4789892
4
+ data.tar.gz: '092a1f7ff5fa18e0b5a0475a4d500108ef5410d8'
5
5
  SHA512:
6
- metadata.gz: 94d9217c183295505f3977452beb2baf28a858c6ed6d2f3b0cdf2a3cc579d85669775625e516a3f4fa520b4b47873853e8ffee9bd4cec86ddd1d8c8e1a7a9eea
7
- data.tar.gz: 36ea05a24036b825397a53c1a2b236084e8eb533b9228a51e3209e2001e7948100462f748a831c3ed289965f05385c6bea0c785ab6f5a384aa4bf7f191818577
6
+ metadata.gz: 59e2c53bc715e74890d6f71590b27a494c8b8705cc6b668b160f4bdb42c9a554fea1d597756c735654e79b053ed2725c75a9b72d92d33cfd57c69114367c3bc6
7
+ data.tar.gz: ee9085a8ad052115124b7bbb96f97153e1b6e07527228bbc51db3b147448265afaf923ae2c673f2d2127956b23e798c6796fac36ecd2f4571420044ccfddb6e9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediastore/customizations'
42
42
  # @service
43
43
  module Aws::MediaStore
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::MediaStore
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
  #
@@ -565,7 +565,7 @@ module Aws::MediaStore
565
565
  params: params,
566
566
  config: config)
567
567
  context[:gem_name] = 'aws-sdk-mediastore'
568
- context[:gem_version] = '1.4.0'
568
+ context[:gem_version] = '1.5.0'
569
569
  Seahorse::Client::Request.new(handlers, context)
570
570
  end
571
571
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediastore
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