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 +4 -4
- data/lib/aws-sdk-sqs.rb +1 -1
- data/lib/aws-sdk-sqs/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '049c7ad858d5f60882ececfc554ec03f359a3e5c'
|
|
4
|
+
data.tar.gz: a7196f7e592e1bc866e8bcac13afc2e4b0755834
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d13286825a71a85d5471e0eae6d3c72adc7a351fbb3931ec0d34373d25e5a6df69c71c9d7f681dc076bb112279a96e69478ac6fd6e70a0383b1564b13c6ef40
|
|
7
|
+
data.tar.gz: 53699bdc51a2685f4375efa9705a0030ec17e694ea45bc3f289e393970abe79d94beb17c1a004566959532a46cafe49cc953bde24e444a11f5b8d76ee37e57d8
|
data/lib/aws-sdk-sqs.rb
CHANGED
data/lib/aws-sdk-sqs/client.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|