aws-sdk-sqs 1.7.0 → 1.8.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: bf3f848b01bff04d0f62b5a6d7361ebc13561c66
4
- data.tar.gz: '0329e5d580835310d23f096c15805d805e506fe9'
3
+ metadata.gz: '049c7ad858d5f60882ececfc554ec03f359a3e5c'
4
+ data.tar.gz: a7196f7e592e1bc866e8bcac13afc2e4b0755834
5
5
  SHA512:
6
- metadata.gz: a66a412b27366de667b45626fe17175a89e36b8af83e2bd5ecae9cee1df9c35a95a7a1229baa5b700e237d802d1c9902705f5c07a3c520e36f5b3909e8b479f6
7
- data.tar.gz: d965f5c96437d4cde096407597223c00959b57582c9697afeb1bfdd184c6a7d249c0b46e36c170d030562c097ae1b7c4c5a3287062d1f2b12857d17ec36104f0
6
+ metadata.gz: 3d13286825a71a85d5471e0eae6d3c72adc7a351fbb3931ec0d34373d25e5a6df69c71c9d7f681dc076bb112279a96e69478ac6fd6e70a0383b1564b13c6ef40
7
+ data.tar.gz: 53699bdc51a2685f4375efa9705a0030ec17e694ea45bc3f289e393970abe79d94beb17c1a004566959532a46cafe49cc953bde24e444a11f5b8d76ee37e57d8
data/lib/aws-sdk-sqs.rb CHANGED
@@ -44,6 +44,6 @@ require_relative 'aws-sdk-sqs/customizations'
44
44
  # @service
45
45
  module Aws::SQS
46
46
 
47
- GEM_VERSION = '1.7.0'
47
+ GEM_VERSION = '1.8.0'
48
48
 
49
49
  end
@@ -100,19 +100,19 @@ module Aws::SQS
100
100
  #
101
101
  # @option options [String] :access_key_id
102
102
  #
103
- # @option options [] :client_side_monitoring (false)
103
+ # @option options [Boolean] :client_side_monitoring (false)
104
104
  # When `true`, client-side metrics will be collected for all API requests from
105
105
  # this client.
106
106
  #
107
- # @option options [] :client_side_monitoring_client_id ("")
107
+ # @option options [String] :client_side_monitoring_client_id ("")
108
108
  # Allows you to provide an identifier for this client which will be attached to
109
109
  # all generated client side metrics. Defaults to an empty string.
110
110
  #
111
- # @option options [] :client_side_monitoring_port (31000)
111
+ # @option options [Integer] :client_side_monitoring_port (31000)
112
112
  # Required for publishing client metrics. The port that the client side monitoring
113
113
  # agent is running on, where client metrics will be published via UDP.
114
114
  #
115
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
115
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
116
116
  # Allows you to provide a custom client-side monitoring publisher class. By default,
117
117
  # will use the Client Side Monitoring Agent Publisher.
118
118
  #
@@ -2084,7 +2084,7 @@ module Aws::SQS
2084
2084
  params: params,
2085
2085
  config: config)
2086
2086
  context[:gem_name] = 'aws-sdk-sqs'
2087
- context[:gem_version] = '1.7.0'
2087
+ context[:gem_version] = '1.8.0'
2088
2088
  Seahorse::Client::Request.new(handlers, context)
2089
2089
  end
2090
2090
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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-26 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