aws-sdk-kinesisvideoarchivedmedia 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: ff19e08cf87a16c1191a18c5f1bd38de12b44ebc
4
- data.tar.gz: a7cf7353c2fbde62300dc26061d45a71841851ba
3
+ metadata.gz: 61a26312b0eb97ca9b088d330b79b6515cd47a9c
4
+ data.tar.gz: 0d2353344f9d696c081f700a29cc33d12a157a05
5
5
  SHA512:
6
- metadata.gz: 04cf53be13f9f1ab06da43059cf5b96add06bb0eaa1b06d524aa0a09c176216388c9b54261600a02f2e77f6eb91d8e22808d21d93cc7c70e0920fc2cf6c0f941
7
- data.tar.gz: 5c0cf524367133066252f8ce18af44ebd8bfbf6b3d15e460587784c91d397ed3eb7d18a9b780b303296af7689565bd06eca410de1010ef89a96720b5793ea6bd
6
+ metadata.gz: 2c90f085c84a986fa2434012804305fe11b081fd5f178c62757eda7571adc62dbc60cb619a8a2166484b8ec200b4032b4da2c2b3de89d8e04c0d676fdee113f1
7
+ data.tar.gz: 8568906e72221bda9cf96fa243328878e32489f610e1011978ed7c6cf40e0ea2e7272d07fb305b19c1422751c08820b7a725fcc06d75b3e2b63213bacfa8ee41
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisvideoarchivedmedia/customizations'
42
42
  # @service
43
43
  module Aws::KinesisVideoArchivedMedia
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::KinesisVideoArchivedMedia
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
  #
@@ -593,7 +593,7 @@ module Aws::KinesisVideoArchivedMedia
593
593
  params: params,
594
594
  config: config)
595
595
  context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
596
- context[:gem_version] = '1.4.0'
596
+ context[:gem_version] = '1.5.0'
597
597
  Seahorse::Client::Request.new(handlers, context)
598
598
  end
599
599
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kinesisvideoarchivedmedia
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