aws-sdk-connect 1.108.0 → 1.109.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +3 -3
- 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: c554d68473453df4c08f932d4a5258618f84c5fa69b3e384146dba5974a7e766
|
|
4
|
+
data.tar.gz: 607d8e72c8039480dfde51e0dec2f33a16e15c73c7aab2625db88c4ec8c1463a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f2b1f65640076ec2fc3812c78310ae927556d4dfee37a87eedc09c10cf27b4fed699ceefa2ae6d820b4d6bd9380225c19f58d0569f620f57bf691cae3d684d5
|
|
7
|
+
data.tar.gz: 30f20caee5576d9c494ada4476e773e0bb2656c76dc4fea42b502d0a1a94d86d09e2de897a0d983c8a0138311ca76a242749c722f54497194b67f3c142b2b5e7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.109.0
|
|
@@ -3266,7 +3266,7 @@ module Aws::Connect
|
|
|
3266
3266
|
# resp.contact.id #=> String
|
|
3267
3267
|
# resp.contact.initial_contact_id #=> String
|
|
3268
3268
|
# resp.contact.previous_contact_id #=> String
|
|
3269
|
-
# resp.contact.initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR"
|
|
3269
|
+
# resp.contact.initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR", "EXTERNAL_OUTBOUND"
|
|
3270
3270
|
# resp.contact.name #=> String
|
|
3271
3271
|
# resp.contact.description #=> String
|
|
3272
3272
|
# resp.contact.channel #=> String, one of "VOICE", "CHAT", "TASK"
|
|
@@ -5144,7 +5144,7 @@ module Aws::Connect
|
|
|
5144
5144
|
# resp.user_data_list[0].contacts #=> Array
|
|
5145
5145
|
# resp.user_data_list[0].contacts[0].contact_id #=> String
|
|
5146
5146
|
# resp.user_data_list[0].contacts[0].channel #=> String, one of "VOICE", "CHAT", "TASK"
|
|
5147
|
-
# resp.user_data_list[0].contacts[0].initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR"
|
|
5147
|
+
# resp.user_data_list[0].contacts[0].initiation_method #=> String, one of "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR", "EXTERNAL_OUTBOUND"
|
|
5148
5148
|
# resp.user_data_list[0].contacts[0].agent_contact_state #=> String, one of "INCOMING", "PENDING", "CONNECTING", "CONNECTED", "CONNECTED_ONHOLD", "MISSED", "ERROR", "ENDED", "REJECTED"
|
|
5149
5149
|
# resp.user_data_list[0].contacts[0].state_start_timestamp #=> Time
|
|
5150
5150
|
# resp.user_data_list[0].contacts[0].connected_to_agent_timestamp #=> Time
|
|
@@ -12111,7 +12111,7 @@ module Aws::Connect
|
|
|
12111
12111
|
params: params,
|
|
12112
12112
|
config: config)
|
|
12113
12113
|
context[:gem_name] = 'aws-sdk-connect'
|
|
12114
|
-
context[:gem_version] = '1.
|
|
12114
|
+
context[:gem_version] = '1.109.0'
|
|
12115
12115
|
Seahorse::Client::Request.new(handlers, context)
|
|
12116
12116
|
end
|
|
12117
12117
|
|
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.109.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-05-
|
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|