aws-sdk-connect 1.110.0 → 1.111.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +1 -4
- data/lib/aws-sdk-connect/types.rb +3 -1
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57e5b96604c4c038b789f20821552878aba6a8792a2d792e9d72d23eff02914b
|
4
|
+
data.tar.gz: 3099b722fa2be51752defcef1fdd7763a395c5a5768db9346d305bd55400b885
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 751e2aba3499387f141c46977b900215b7e41ace999c0264839989d65821a4e00f8b7d9e514129d97224e0640ea9c3bb7d373a7d29539b1e3383f5641b5d7c12
|
7
|
+
data.tar.gz: 965698824af472c18f17af40cbb30a6544ac102c2f6c8858b2e8d496e00399013b50462d9b9bb024e60f1583366dfe56c5d0321e648c5aaa926b7c670052191f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.111.0
|
@@ -5527,9 +5527,6 @@ module Aws::Connect
|
|
5527
5527
|
# `GetMetricDataV2` and `GetMetricData`, see [Historical metrics
|
5528
5528
|
# definitions][2] in the *Amazon Connect Administrator's Guide*.
|
5529
5529
|
#
|
5530
|
-
# This API is not available in the Amazon Web Services GovCloud (US)
|
5531
|
-
# Regions.
|
5532
|
-
#
|
5533
5530
|
#
|
5534
5531
|
#
|
5535
5532
|
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html
|
@@ -12116,7 +12113,7 @@ module Aws::Connect
|
|
12116
12113
|
params: params,
|
12117
12114
|
config: config)
|
12118
12115
|
context[:gem_name] = 'aws-sdk-connect'
|
12119
|
-
context[:gem_version] = '1.
|
12116
|
+
context[:gem_version] = '1.111.0'
|
12120
12117
|
Seahorse::Client::Request.new(handlers, context)
|
12121
12118
|
end
|
12122
12119
|
|
@@ -924,7 +924,9 @@ module Aws::Connect
|
|
924
924
|
# when the agent began dialing. For `CALLBACK`, this is when the
|
925
925
|
# callback contact was created. For `TRANSFER` and `QUEUE_TRANSFER`,
|
926
926
|
# this is when the transfer was initiated. For `API`, this is when the
|
927
|
-
# request arrived.
|
927
|
+
# request arrived. For `EXTERNAL_OUTBOUND`, this is when the agent
|
928
|
+
# started dialing the external participant. For `MONITOR`, this is
|
929
|
+
# when the supervisor started listening to a contact.
|
928
930
|
# @return [Time]
|
929
931
|
#
|
930
932
|
# @!attribute [rw] disconnect_timestamp
|
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.111.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: 2023-
|
11
|
+
date: 2023-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|