aws-sdk-signer 1.2.0 → 1.3.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: 51e7875c1ab89cae5a9178ec3ee1d133cac6fb68
4
- data.tar.gz: 9cacee7a8bdb296110d62ea67ca4fb08d672d32d
3
+ metadata.gz: 537ddd12acbc23245c0591f8254e0f1e1c1c9585
4
+ data.tar.gz: 68e215b611993a6f1bbef3831cc7f08e96c85d10
5
5
  SHA512:
6
- metadata.gz: 6a6cfe49f9cbf93933a7bbe539708f6b79eef4d5634710a3eeb9d8fd3abcea1858907c4d02c99c109a88056da9d6dce7535416d759e5cf6ea9b57a94fe7b3c73
7
- data.tar.gz: c4726c18600bf64ba268e93a8cbca6e651e63cb036456b3740ee59ea745717f068ed660d3dacb2d00b06e8a12b5915edc80673dde3cb45b5f2095bbc10a74257
6
+ metadata.gz: 06112b1845bdac269939eb078734409f6e04113ffdc81ce97c2dc8f5ffa5eeb6e1d67f61bdc2fe38276e8132048430f3c6650ebb54df3f3a4f504338f94f1c94
7
+ data.tar.gz: c3c94ef6c4d9f8aa03b5fc8ede0694dff8c05edda85c7058111f99c53b4dc7ea347f20b6c447cdfd47919f9d1faa92970c4e0e45399dc146970c82b923ffbc43
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-signer/customizations'
43
43
  # @service
44
44
  module Aws::Signer
45
45
 
46
- GEM_VERSION = '1.2.0'
46
+ GEM_VERSION = '1.3.0'
47
47
 
48
48
  end
@@ -96,19 +96,19 @@ module Aws::Signer
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:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
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
  #
@@ -704,7 +704,7 @@ module Aws::Signer
704
704
  params: params,
705
705
  config: config)
706
706
  context[:gem_name] = 'aws-sdk-signer'
707
- context[:gem_version] = '1.2.0'
707
+ context[:gem_version] = '1.3.0'
708
708
  Seahorse::Client::Request.new(handlers, context)
709
709
  end
710
710
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-signer
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-10-23 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