aws-sdk-swf 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 +4 -4
- data/lib/aws-sdk-swf.rb +1 -1
- data/lib/aws-sdk-swf/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f7ad63aacb5b6255a615b3b667c52983b93d268
|
4
|
+
data.tar.gz: 27140c9549e02f12f7ee5b5a4af3a6528bb811d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5957796e380a93630ced426696e9b87b1d083e8f083faedb0f781c3d1d0ac453389fecda4a58499467a2ba8d6927a4196306709d2b035a291bc51e473aaea9c6
|
7
|
+
data.tar.gz: 31ea2e569ce11d037e39436752150477fffcef70194ed65ff683e6b3d977bafdfa8e3b25b71d316b69374bfb297a91534647f9d37bbd63bbf2047adf930138b0
|
data/lib/aws-sdk-swf.rb
CHANGED
data/lib/aws-sdk-swf/client.rb
CHANGED
@@ -98,19 +98,19 @@ module Aws::SWF
|
|
98
98
|
#
|
99
99
|
# @option options [String] :access_key_id
|
100
100
|
#
|
101
|
-
# @option options [] :client_side_monitoring (false)
|
101
|
+
# @option options [Boolean] :client_side_monitoring (false)
|
102
102
|
# When `true`, client-side metrics will be collected for all API requests from
|
103
103
|
# this client.
|
104
104
|
#
|
105
|
-
# @option options [] :client_side_monitoring_client_id ("")
|
105
|
+
# @option options [String] :client_side_monitoring_client_id ("")
|
106
106
|
# Allows you to provide an identifier for this client which will be attached to
|
107
107
|
# all generated client side metrics. Defaults to an empty string.
|
108
108
|
#
|
109
|
-
# @option options [] :client_side_monitoring_port (31000)
|
109
|
+
# @option options [Integer] :client_side_monitoring_port (31000)
|
110
110
|
# Required for publishing client metrics. The port that the client side monitoring
|
111
111
|
# agent is running on, where client metrics will be published via UDP.
|
112
112
|
#
|
113
|
-
# @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
113
|
+
# @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
114
114
|
# Allows you to provide a custom client-side monitoring publisher class. By default,
|
115
115
|
# will use the Client Side Monitoring Agent Publisher.
|
116
116
|
#
|
@@ -3850,7 +3850,7 @@ module Aws::SWF
|
|
3850
3850
|
params: params,
|
3851
3851
|
config: config)
|
3852
3852
|
context[:gem_name] = 'aws-sdk-swf'
|
3853
|
-
context[:gem_version] = '1.
|
3853
|
+
context[:gem_version] = '1.4.0'
|
3854
3854
|
Seahorse::Client::Request.new(handlers, context)
|
3855
3855
|
end
|
3856
3856
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-swf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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-
|
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
|