aws-sdk-connect 1.62.0 → 1.63.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 +15 -3
- data/lib/aws-sdk-connect/client_api.rb +2 -0
- data/lib/aws-sdk-connect/types.rb +11 -2
- 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: 2b9ed72c301af07c2b2d0668cd0e3f9e0ff0872637386ec837f60822a2e18c65
|
4
|
+
data.tar.gz: 488a172712ba5aca8c9a142dc8efec47f23a0c6005503e90ef487df28bf3f49d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b498ad6c7cc8ff6f85348aa8d16d08aaefc7cc484f80131dffd048ed93fdd7bcacb3c995a2d37b2ac0ff95be325b3323cbc3612bebd09047968c51572aeb11e
|
7
|
+
data.tar.gz: ee54b711727f78580b66924f7c3caaf8c9e888c79594ded7ceada5fc967ef4ef759e99f05981ad3a2b1ef0182ccf3714a8065ee933c687731bd992e95ed5ff44
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.63.0 (2022-01-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for configuring a custom chat duration when starting a new chat session via the StartChatContact API. The default value for chat duration is 25 hours, minimum configurable value is 1 hour (60 minutes) and maximum configurable value is 7 days (10,080 minutes).
|
8
|
+
|
4
9
|
1.62.0 (2022-01-25)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
@@ -5134,7 +5134,7 @@ module Aws::Connect
|
|
5134
5134
|
# [CreateParticipantConnection][1] with WEBSOCKET and
|
5135
5135
|
# CONNECTION\_CREDENTIALS.
|
5136
5136
|
#
|
5137
|
-
# A 429 error occurs in
|
5137
|
+
# A 429 error occurs in the following situations:
|
5138
5138
|
#
|
5139
5139
|
# * API rate limit is exceeded. API TPS throttling returns a
|
5140
5140
|
# `TooManyRequests` exception.
|
@@ -5142,6 +5142,11 @@ module Aws::Connect
|
|
5142
5142
|
# * The [quota for concurrent active chats][2] is exceeded. Active chat
|
5143
5143
|
# throttling returns a `LimitExceededException`.
|
5144
5144
|
#
|
5145
|
+
# If you use the `ChatDurationInMinutes` parameter and receive a 400
|
5146
|
+
# error, your account may not support the ability to configure custom
|
5147
|
+
# chat durations. For more information, contact Amazon Web Services
|
5148
|
+
# Support.
|
5149
|
+
#
|
5145
5150
|
# For more information about chat, see [Chat][3] in the *Amazon Connect
|
5146
5151
|
# Administrator Guide*.
|
5147
5152
|
#
|
@@ -5187,6 +5192,12 @@ module Aws::Connect
|
|
5187
5192
|
# **A suitable default value is auto-generated.** You should normally
|
5188
5193
|
# not need to pass this option.**
|
5189
5194
|
#
|
5195
|
+
# @option params [Integer] :chat_duration_in_minutes
|
5196
|
+
# The total duration of the newly started chat session. If not
|
5197
|
+
# specified, the chat session duration defaults to 25 hour. The minumum
|
5198
|
+
# configurable time is 60 minutes. The maximum configurable time is
|
5199
|
+
# 10,080 minutes (7 days).
|
5200
|
+
#
|
5190
5201
|
# @return [Types::StartChatContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5191
5202
|
#
|
5192
5203
|
# * {Types::StartChatContactResponse#contact_id #contact_id} => String
|
@@ -5209,6 +5220,7 @@ module Aws::Connect
|
|
5209
5220
|
# content: "ChatContent", # required
|
5210
5221
|
# },
|
5211
5222
|
# client_token: "ClientToken",
|
5223
|
+
# chat_duration_in_minutes: 1,
|
5212
5224
|
# })
|
5213
5225
|
#
|
5214
5226
|
# @example Response structure
|
@@ -5985,7 +5997,7 @@ module Aws::Connect
|
|
5985
5997
|
# The identifier of the contact flow.
|
5986
5998
|
#
|
5987
5999
|
# @option params [String] :name
|
5988
|
-
#
|
6000
|
+
# TThe name of the contact flow.
|
5989
6001
|
#
|
5990
6002
|
# @option params [String] :description
|
5991
6003
|
# The description of the contact flow.
|
@@ -7038,7 +7050,7 @@ module Aws::Connect
|
|
7038
7050
|
params: params,
|
7039
7051
|
config: config)
|
7040
7052
|
context[:gem_name] = 'aws-sdk-connect'
|
7041
|
-
context[:gem_version] = '1.
|
7053
|
+
context[:gem_version] = '1.63.0'
|
7042
7054
|
Seahorse::Client::Request.new(handlers, context)
|
7043
7055
|
end
|
7044
7056
|
|
@@ -61,6 +61,7 @@ module Aws::Connect
|
|
61
61
|
Channels = Shapes::ListShape.new(name: 'Channels')
|
62
62
|
ChatContent = Shapes::StringShape.new(name: 'ChatContent')
|
63
63
|
ChatContentType = Shapes::StringShape.new(name: 'ChatContentType')
|
64
|
+
ChatDurationInMinutes = Shapes::IntegerShape.new(name: 'ChatDurationInMinutes')
|
64
65
|
ChatMessage = Shapes::StructureShape.new(name: 'ChatMessage')
|
65
66
|
ChatStreamingConfiguration = Shapes::StructureShape.new(name: 'ChatStreamingConfiguration')
|
66
67
|
ChatStreamingEndpointARN = Shapes::StringShape.new(name: 'ChatStreamingEndpointARN')
|
@@ -1862,6 +1863,7 @@ module Aws::Connect
|
|
1862
1863
|
StartChatContactRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, required: true, location_name: "ParticipantDetails"))
|
1863
1864
|
StartChatContactRequest.add_member(:initial_message, Shapes::ShapeRef.new(shape: ChatMessage, location_name: "InitialMessage"))
|
1864
1865
|
StartChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1866
|
+
StartChatContactRequest.add_member(:chat_duration_in_minutes, Shapes::ShapeRef.new(shape: ChatDurationInMinutes, location_name: "ChatDurationInMinutes"))
|
1865
1867
|
StartChatContactRequest.struct_class = Types::StartChatContactRequest
|
1866
1868
|
|
1867
1869
|
StartChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -7526,6 +7526,7 @@ module Aws::Connect
|
|
7526
7526
|
# content: "ChatContent", # required
|
7527
7527
|
# },
|
7528
7528
|
# client_token: "ClientToken",
|
7529
|
+
# chat_duration_in_minutes: 1,
|
7529
7530
|
# }
|
7530
7531
|
#
|
7531
7532
|
# @!attribute [rw] instance_id
|
@@ -7570,6 +7571,13 @@ module Aws::Connect
|
|
7570
7571
|
# not need to pass this option.
|
7571
7572
|
# @return [String]
|
7572
7573
|
#
|
7574
|
+
# @!attribute [rw] chat_duration_in_minutes
|
7575
|
+
# The total duration of the newly started chat session. If not
|
7576
|
+
# specified, the chat session duration defaults to 25 hour. The
|
7577
|
+
# minumum configurable time is 60 minutes. The maximum configurable
|
7578
|
+
# time is 10,080 minutes (7 days).
|
7579
|
+
# @return [Integer]
|
7580
|
+
#
|
7573
7581
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartChatContactRequest AWS API Documentation
|
7574
7582
|
#
|
7575
7583
|
class StartChatContactRequest < Struct.new(
|
@@ -7578,7 +7586,8 @@ module Aws::Connect
|
|
7578
7586
|
:attributes,
|
7579
7587
|
:participant_details,
|
7580
7588
|
:initial_message,
|
7581
|
-
:client_token
|
7589
|
+
:client_token,
|
7590
|
+
:chat_duration_in_minutes)
|
7582
7591
|
SENSITIVE = []
|
7583
7592
|
include Aws::Structure
|
7584
7593
|
end
|
@@ -8338,7 +8347,7 @@ module Aws::Connect
|
|
8338
8347
|
# @return [String]
|
8339
8348
|
#
|
8340
8349
|
# @!attribute [rw] name
|
8341
|
-
#
|
8350
|
+
# TThe name of the contact flow.
|
8342
8351
|
# @return [String]
|
8343
8352
|
#
|
8344
8353
|
# @!attribute [rw] description
|
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.63.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: 2022-01-
|
11
|
+
date: 2022-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|