aws-sdk-connect 1.3.0 → 1.4.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-connect/client.rb +2 -2
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7faaedef6795363cdb5574fdd93f34fda7ab389d
|
|
4
|
+
data.tar.gz: 9e119a18bc15dc1a153d5685255a3db87c353621
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 695e4505461d9d6270655d68ef6e2eb8fc4c4ee9947692087ea86e209c8f1dd222124c74e4da981ca944b4994ab73cc7aa4109d020878b9fe342055173bc9fc0
|
|
7
|
+
data.tar.gz: 6df45a8749f169ed0b6a1a6a41fa96d0605514e76fe4b3319eb9559e927db8ee49b8d3da62603f8413d97ddac7b99eeaf073e35b06482a50179815e74745ad88
|
|
@@ -108,7 +108,7 @@ module Aws::Connect
|
|
|
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 (
|
|
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
|
#
|
|
@@ -1045,7 +1045,7 @@ module Aws::Connect
|
|
|
1045
1045
|
params: params,
|
|
1046
1046
|
config: config)
|
|
1047
1047
|
context[:gem_name] = 'aws-sdk-connect'
|
|
1048
|
-
context[:gem_version] = '1.
|
|
1048
|
+
context[:gem_version] = '1.4.0'
|
|
1049
1049
|
Seahorse::Client::Request.new(handlers, context)
|
|
1050
1050
|
end
|
|
1051
1051
|
|
data/lib/aws-sdk-connect.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.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-
|
|
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
|