aws-sdk-support 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: 50cb506b96226ed8d7e2d2f813a892e7cf2a8fc4
4
- data.tar.gz: 79340736fded44c355dc3e7bd79c036ce846a624
3
+ metadata.gz: 2c4537cd2cafc4580933087308c9eb1fa69ac65e
4
+ data.tar.gz: 52e56ff3ccdaa59c41ac30ab5b68847f8f88b5a5
5
5
  SHA512:
6
- metadata.gz: 1291dc1137061e64e1457835df876e5ab947332ed351f165865f6975abdb6d46ae441845e4aaf5895d87e7a7211abad07370c0256cfeddba133990bcec958028
7
- data.tar.gz: e3c872d99334dff2480d49080cf0db0728d4e8a4487c8cd0b995002386dbb66a48e113e5151a047835c5b4f2f7c5bad207b906bfb8dec985b2157d0fc2a7a230
6
+ metadata.gz: fa26bc1efd0d5daedc5588732de7f3e24f00365adbb21534be5e10322451f71f92950c607b57d0985d5cf3bddc6819992c183d50bd808988925735af85054d66
7
+ data.tar.gz: 99f32321cf7973217b9cafa2642e17bca5e03b56e3131a46374cf57aef99704389fb568a9ed526eec6fc728b554fcada382a6d0fc191a45715e277546394d44d
@@ -96,19 +96,19 @@ module Aws::Support
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
  #
@@ -1015,7 +1015,7 @@ module Aws::Support
1015
1015
  params: params,
1016
1016
  config: config)
1017
1017
  context[:gem_name] = 'aws-sdk-support'
1018
- context[:gem_version] = '1.3.0'
1018
+ context[:gem_version] = '1.4.0'
1019
1019
  Seahorse::Client::Request.new(handlers, context)
1020
1020
  end
1021
1021
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-support/customizations'
42
42
  # @service
43
43
  module Aws::Support
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
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