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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a24131d0174ba570cc19d46d342f3d514bab63fea08a41179772aa7c11c8726
4
- data.tar.gz: 7d172c9912de591e8bd6535642e780a05558a6ea8d4a746d5e2a88180a3203d4
3
+ metadata.gz: c554d68473453df4c08f932d4a5258618f84c5fa69b3e384146dba5974a7e766
4
+ data.tar.gz: 607d8e72c8039480dfde51e0dec2f33a16e15c73c7aab2625db88c4ec8c1463a
5
5
  SHA512:
6
- metadata.gz: 6cf2e004c7edf126fd79f6a7966346f9b86d537f3fb692584a67cea0eba3ea5bb90ad9d00489823912003faef8bf489946d76750093433aca34cef402d6399d7
7
- data.tar.gz: 1feb887a874939e432a62cf43d7d6dcabd9f6e5fb1e409d7671bd3a3267f2ebb9294ab3800999876edb4e0437f7dd25d8a909175b40b9f58dad8118d6301c25f
6
+ metadata.gz: 0f2b1f65640076ec2fc3812c78310ae927556d4dfee37a87eedc09c10cf27b4fed699ceefa2ae6d820b4d6bd9380225c19f58d0569f620f57bf691cae3d684d5
7
+ data.tar.gz: 30f20caee5576d9c494ada4476e773e0bb2656c76dc4fea42b502d0a1a94d86d09e2de897a0d983c8a0138311ca76a242749c722f54497194b67f3c142b2b5e7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2023-05-26)
5
+ ------------------
6
+
7
+ * Feature - Documentation update for a new Initiation Method value in DescribeContact API
8
+
4
9
  1.108.0 (2023-05-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
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.108.0'
12114
+ context[:gem_version] = '1.109.0'
12115
12115
  Seahorse::Client::Request.new(handlers, context)
12116
12116
  end
12117
12117
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connect/customizations'
52
52
  # @!group service
53
53
  module Aws::Connect
54
54
 
55
- GEM_VERSION = '1.108.0'
55
+ GEM_VERSION = '1.109.0'
56
56
 
57
57
  end
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.108.0
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-24 00:00:00.000000000 Z
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