aws-sdk-dlm 1.3.0 → 1.4.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: d9d832eecaa117f786e7b0768a0b536e9d1f6d62
4
- data.tar.gz: 76884e69108e69c3df297dd48c6515a5634e2772
3
+ metadata.gz: 2b12deb6eda3dec6aab92361e880ce5a07bac336
4
+ data.tar.gz: 6d135e876fe4c7a632479ee6cc418317d1e6bb32
5
5
  SHA512:
6
- metadata.gz: f070aa0cecf11a6ef614ccf011b2259efa9305346a68e3726cdd1a1fa89226a56e61b086443b6561a6307369d0b5515f776e20f6c44f89ccd8014ded97b53bd7
7
- data.tar.gz: 46655a4db846e9ed1c59d2558931ede74c73b25ba84b64c7c899ba8dd637e66df68fd80686cd75bbde8d5753675b244f19470a95a310bc5e83704929420e7c7f
6
+ metadata.gz: d453ba8e16e0e2fece920f3b3068f48312a94e2bab74b7249e9ebeca7a41d0983c6929f88020788d0b0c4bd48b821162cac3f2ab57eb38105719ced944ab4d4b
7
+ data.tar.gz: 5dd5dd917da28d4c543a9e7b28c9acd6b4db16ac528e5817d9d30cef6e8e26a7ef9f5c1293e5c77570443826883bd8a4e7e633d036641cfade474db4f176c363
data/lib/aws-sdk-dlm.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dlm/customizations'
42
42
  # @service
43
43
  module Aws::DLM
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::DLM
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
  #
@@ -457,7 +457,7 @@ module Aws::DLM
457
457
  params: params,
458
458
  config: config)
459
459
  context[:gem_name] = 'aws-sdk-dlm'
460
- context[:gem_version] = '1.3.0'
460
+ context[:gem_version] = '1.4.0'
461
461
  Seahorse::Client::Request.new(handlers, context)
462
462
  end
463
463
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dlm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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