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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0689583ac4aa549651cca28d0323805ff24a9bf
4
- data.tar.gz: 299f30b6d2e32b9655ff58563bb4b63cfe9f61e9
3
+ metadata.gz: 1f7ad63aacb5b6255a615b3b667c52983b93d268
4
+ data.tar.gz: 27140c9549e02f12f7ee5b5a4af3a6528bb811d8
5
5
  SHA512:
6
- metadata.gz: 124d760534d3c186754218e01d3638e5f801b285d3c870d2d38e9b9996be636ba7886ea5e63691f895657f5b74a8305fdb1fc20c2553c44e5ae5b71daea88774
7
- data.tar.gz: c4bffed5f8bb5e71df380423e315754bfd4c290fdb4dabfe9b4a6193bf50ca629e0469d27704a79e03e3c447139a6703cc20eb263d913a289048a002d01d2eb6
6
+ metadata.gz: 5957796e380a93630ced426696e9b87b1d083e8f083faedb0f781c3d1d0ac453389fecda4a58499467a2ba8d6927a4196306709d2b035a291bc51e473aaea9c6
7
+ data.tar.gz: 31ea2e569ce11d037e39436752150477fffcef70194ed65ff683e6b3d977bafdfa8e3b25b71d316b69374bfb297a91534647f9d37bbd63bbf2047adf930138b0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-swf/customizations'
42
42
  # @service
43
43
  module Aws::SWF
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -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.3.0'
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.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