aws-sdk-connect 1.6.0 → 1.7.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: '0103609859e4c052c359b4b14fc6fb1220382943'
4
- data.tar.gz: cbd6b7ae09fb5b089c6edecfba0eea76aa33eb47
3
+ metadata.gz: 9c743573787df2e38f0b951157c481b3bd532019
4
+ data.tar.gz: fe02dc81a3dec123f9d19f19e50bc3ae33f1e738
5
5
  SHA512:
6
- metadata.gz: b514b458d865b0dc24dbd39c00e792dad64444d9760579de0c2e35da500efa3a8cd0f4c63180300d08f6e75d61c0bf7d17adae1f54a42aa85be7fedfc24b8868
7
- data.tar.gz: 332536318dac962cdea0591550d69fbf2810b19625daf84df474db33295775a9a09be46ecb16740d514862b3b3aaa8a2f6cccb96ec59377178d2b09401f7b06d
6
+ metadata.gz: 1bbbea3713f5863a2c3e25f69dfe9586bceaf6207d70bf483c7385f7f094a3b19cb7e3ad496d5144b14660e41cd429ec7e5ff001d393b64f2ed28031538f4234
7
+ data.tar.gz: 7675252ddc5a8c8dde46bd2985a72d9c5167a45edb5edf88c82241a4c2195b76e150e7b8afe39821f6fdd33ac809f517aa2fafde42866e5117f22b2904a8e5f1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-connect/customizations'
42
42
  # @service
43
43
  module Aws::Connect
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Connect
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)
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
  #
@@ -1551,7 +1551,7 @@ module Aws::Connect
1551
1551
  params: params,
1552
1552
  config: config)
1553
1553
  context[:gem_name] = 'aws-sdk-connect'
1554
- context[:gem_version] = '1.6.0'
1554
+ context[:gem_version] = '1.7.0'
1555
1555
  Seahorse::Client::Request.new(handlers, context)
1556
1556
  end
1557
1557
 
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.6.0
4
+ version: 1.7.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-24 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