aws-sdk-xray 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: 95653cc97451322948d08260df97ffe1c7b7eb47
4
- data.tar.gz: b6d9d7354535c7fe8573c057dde5d75f8bff5bde
3
+ metadata.gz: bce49e5f452fdda98dbfbafd2444301e682f8d61
4
+ data.tar.gz: fb558b0404248d9c1fb07ed00fddff8f7ff17f7d
5
5
  SHA512:
6
- metadata.gz: 6b6b1f0bf124554a6686ca23e94cb88d4b45605b2007fa134a0e6e66d4401a20b804c725da5272ceb1a6751f520c549db5e5ec3d59ab19d8f21dccbd846d437d
7
- data.tar.gz: ddfbc7b181429849c69ce6e6c6f35d9daa681d8b577438a3025821b939afa31284f4293ff3fecc01bf2826780cecd8461f0ec732e8d4741bcda32dfc2bc9f968
6
+ metadata.gz: ffa5dfebd0e8cbfee75650eb9dc9204eee3f1f89cc4363c29ba49f4b5f79adee75b471d6638b206b1eff1b635a88cc4dffce566e901f7c8a192d29be0b0abde6
7
+ data.tar.gz: 583a6b08f12a5561f2a9ce9e531acd8da38f4c4feda1106dd0bd73958ed32be3acf72eda3d47006529b50e07e0938f3392064f7fd2307aa6f371a3ee007f7770
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-xray/customizations'
42
42
  # @service
43
43
  module Aws::XRay
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::XRay
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
  #
@@ -1014,7 +1014,7 @@ module Aws::XRay
1014
1014
  params: params,
1015
1015
  config: config)
1016
1016
  context[:gem_name] = 'aws-sdk-xray'
1017
- context[:gem_version] = '1.6.0'
1017
+ context[:gem_version] = '1.7.0'
1018
1018
  Seahorse::Client::Request.new(handlers, context)
1019
1019
  end
1020
1020
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-xray
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