aws-sdk-swf 1.12.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5360d5197dfb8a01533f2395bf5bd4aeb04e66e7
4
- data.tar.gz: 2f6c04817f2cebb9868f957d34ef8f9fef002033
3
+ metadata.gz: 74f20e156b1d88741687fabc604015632bf1ad3d
4
+ data.tar.gz: 1f3e9afa785d38dda73e93f87f19881e6735aa4b
5
5
  SHA512:
6
- metadata.gz: e9ce41a7151dee2e177806950a68faf65e8f2311f547bd93be217a4e3aab44d82066f0e91e77148a57ff60676e4945998c3b9e486babe89965b87ad946274547
7
- data.tar.gz: 780957d4682781fc60d8be6a96004f337b69fc9649eeb7fa3e02cc5f77d72bb9cc2504fc8a97fb44979997da95789a0126cb90261c09a74b818169251e4d9665
6
+ metadata.gz: 5437625adc4b98dd016459b8c9bd30917c7e034b106c10bdea724167a74c75ccc42407f1b83bb565ee27c1a6fbc43f8fa9056eeeb8858bb5a48b74e937d8d194
7
+ data.tar.gz: 7cdcb3fdc91b8f3005734c637675a23894c16b12645443a5dd8aba781014871cfe6513bdf8217da53f16c4be21095e5419cee58ab3a3c0919e9b6a562d75538e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-swf/customizations'
42
42
  # @service
43
43
  module Aws::SWF
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -118,6 +118,10 @@ module Aws::SWF
118
118
  # Allows you to provide an identifier for this client which will be attached to
119
119
  # all generated client side metrics. Defaults to an empty string.
120
120
  #
121
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
122
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
123
+ # side monitoring agent is running on, where client metrics will be published via UDP.
124
+ #
121
125
  # @option options [Integer] :client_side_monitoring_port (31000)
122
126
  # Required for publishing client metrics. The port that the client side monitoring
123
127
  # agent is running on, where client metrics will be published via UDP.
@@ -3924,7 +3928,7 @@ module Aws::SWF
3924
3928
  params: params,
3925
3929
  config: config)
3926
3930
  context[:gem_name] = 'aws-sdk-swf'
3927
- context[:gem_version] = '1.12.0'
3931
+ context[:gem_version] = '1.13.0'
3928
3932
  Seahorse::Client::Request.new(handlers, context)
3929
3933
  end
3930
3934
 
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.12.0
4
+ version: 1.13.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: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement