aws-sdk-support 1.2.0 → 1.3.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: 316acff204b685b2df09ab21443d7708bc8d3af9
4
- data.tar.gz: 8ed59072a411794aedcfb4d5dd49e0edaaf0b417
3
+ metadata.gz: 50cb506b96226ed8d7e2d2f813a892e7cf2a8fc4
4
+ data.tar.gz: 79340736fded44c355dc3e7bd79c036ce846a624
5
5
  SHA512:
6
- metadata.gz: 6b1070d1010152afd9d2c2f5a387c986a075a84d0534a7482153e8485a3438af13dc6954613259204065d7681bc3df44e007ab652ca12dc14b966087838cf90e
7
- data.tar.gz: 21ea9e4dae6cc23d8600b5a4eeb7f6cc81462c4df35cf57b1f754a84318f617ac18b61208c15b2bee45f06b486218e0645b0c54c1de89cae9919f818508dab9d
6
+ metadata.gz: 1291dc1137061e64e1457835df876e5ab947332ed351f165865f6975abdb6d46ae441845e4aaf5895d87e7a7211abad07370c0256cfeddba133990bcec958028
7
+ data.tar.gz: e3c872d99334dff2480d49080cf0db0728d4e8a4487c8cd0b995002386dbb66a48e113e5151a047835c5b4f2f7c5bad207b906bfb8dec985b2157d0fc2a7a230
@@ -108,7 +108,7 @@ module Aws::Support
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:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
111
+ # @option options [] :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.2.0'
1018
+ context[:gem_version] = '1.3.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.2.0'
45
+ GEM_VERSION = '1.3.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.2.0
4
+ version: 1.3.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-05 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -17,6 +17,9 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 3.26.0
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -24,6 +27,9 @@ dependencies:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
29
  version: '3'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 3.26.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: aws-sigv4
29
35
  requirement: !ruby/object:Gem::Requirement