aws-sdk-connect 1.190.0 → 1.191.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 +80 -10
- data/lib/aws-sdk-connect/client_api.rb +32 -0
- data/lib/aws-sdk-connect/types.rb +70 -2
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +19 -5
- data/sig/types.rbs +21 -7
- 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: c66f09137289faa26ad5868142aa8c74d29cf3c175e10b4964d28d8936744e32
|
4
|
+
data.tar.gz: 7633a70dc6e8d3077dd6c66c88fe8eb677fd4d041943bbbea4b88a75b7d33201
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b80aabaaf1f5ccff67abbdd9cdfbe8ad37469e9b12737476911d4d8854a5ca0672a50438e00df19ece40e530d62afaf03828db93466d89e15b6f9a714df42310
|
7
|
+
data.tar.gz: 0d0e01ae3314b49f5016929e8a8bce6dcdd6660e4992a33c8dfe7d36fdb014129a5faea6822e63bd558beb45a9645280cf754e735bc87e6a04643bd6d633555b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.191.0 (2024-12-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for the UpdateParticipantAuthentication API used for customer authentication within Amazon Connect chats.
|
8
|
+
|
4
9
|
1.190.0 (2024-12-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.191.0
|
@@ -2487,7 +2487,7 @@ module Aws::Connect
|
|
2487
2487
|
#
|
2488
2488
|
# resp = client.create_integration_association({
|
2489
2489
|
# instance_id: "InstanceId", # required
|
2490
|
-
# integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, WISDOM_QUICK_RESPONSES, Q_MESSAGE_TEMPLATES, CASES_DOMAIN, APPLICATION, FILE_SCANNER, SES_IDENTITY, ANALYTICS_CONNECTOR, CALL_TRANSFER_CONNECTOR
|
2490
|
+
# integration_type: "EVENT", # required, accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, WISDOM_QUICK_RESPONSES, Q_MESSAGE_TEMPLATES, CASES_DOMAIN, APPLICATION, FILE_SCANNER, SES_IDENTITY, ANALYTICS_CONNECTOR, CALL_TRANSFER_CONNECTOR, COGNITO_USER_POOL
|
2491
2491
|
# integration_arn: "ARN", # required
|
2492
2492
|
# source_application_url: "URI",
|
2493
2493
|
# source_application_name: "SourceApplicationName",
|
@@ -2820,7 +2820,7 @@ module Aws::Connect
|
|
2820
2820
|
#
|
2821
2821
|
#
|
2822
2822
|
#
|
2823
|
-
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/
|
2823
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/enable-push-notifications-for-mobile-chat.html
|
2824
2824
|
#
|
2825
2825
|
# @option params [required, String] :instance_id
|
2826
2826
|
# The identifier of the Amazon Connect instance. You can [find the
|
@@ -5210,6 +5210,7 @@ module Aws::Connect
|
|
5210
5210
|
# resp.contact.scheduled_timestamp #=> Time
|
5211
5211
|
# resp.contact.related_contact_id #=> String
|
5212
5212
|
# resp.contact.wisdom_info.session_arn #=> String
|
5213
|
+
# resp.contact.customer_id #=> String
|
5213
5214
|
# resp.contact.customer_endpoint.type #=> String, one of "TELEPHONE_NUMBER", "VOIP", "CONTACT_FLOW", "CONNECT_PHONENUMBER_ARN", "EMAIL_ADDRESS"
|
5214
5215
|
# resp.contact.customer_endpoint.address #=> String
|
5215
5216
|
# resp.contact.customer_endpoint.display_name #=> String
|
@@ -5817,12 +5818,12 @@ module Aws::Connect
|
|
5817
5818
|
#
|
5818
5819
|
# resp = client.describe_instance_attribute({
|
5819
5820
|
# instance_id: "InstanceId", # required
|
5820
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND, ENHANCED_CONTACT_MONITORING, ENHANCED_CHAT_MONITORING
|
5821
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND, ENHANCED_CONTACT_MONITORING, ENHANCED_CHAT_MONITORING, MULTI_PARTY_CHAT_CONFERENCE
|
5821
5822
|
# })
|
5822
5823
|
#
|
5823
5824
|
# @example Response structure
|
5824
5825
|
#
|
5825
|
-
# resp.attribute.attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE", "HIGH_VOLUME_OUTBOUND", "ENHANCED_CONTACT_MONITORING", "ENHANCED_CHAT_MONITORING"
|
5826
|
+
# resp.attribute.attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE", "HIGH_VOLUME_OUTBOUND", "ENHANCED_CONTACT_MONITORING", "ENHANCED_CHAT_MONITORING", "MULTI_PARTY_CHAT_CONFERENCE"
|
5826
5827
|
# resp.attribute.value #=> String
|
5827
5828
|
#
|
5828
5829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/DescribeInstanceAttribute AWS API Documentation
|
@@ -10292,7 +10293,7 @@ module Aws::Connect
|
|
10292
10293
|
#
|
10293
10294
|
# For the specified version of Amazon Lex, returns a paginated list of
|
10294
10295
|
# all the Amazon Lex bots currently associated with the instance. Use
|
10295
|
-
# this API to
|
10296
|
+
# this API to return both Amazon Lex V1 and V2 bots.
|
10296
10297
|
#
|
10297
10298
|
# @option params [required, String] :instance_id
|
10298
10299
|
# The identifier of the Amazon Connect instance. You can [find the
|
@@ -11060,7 +11061,7 @@ module Aws::Connect
|
|
11060
11061
|
# @example Response structure
|
11061
11062
|
#
|
11062
11063
|
# resp.attributes #=> Array
|
11063
|
-
# resp.attributes[0].attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE", "HIGH_VOLUME_OUTBOUND", "ENHANCED_CONTACT_MONITORING", "ENHANCED_CHAT_MONITORING"
|
11064
|
+
# resp.attributes[0].attribute_type #=> String, one of "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE", "HIGH_VOLUME_OUTBOUND", "ENHANCED_CONTACT_MONITORING", "ENHANCED_CHAT_MONITORING", "MULTI_PARTY_CHAT_CONFERENCE"
|
11064
11065
|
# resp.attributes[0].value #=> String
|
11065
11066
|
# resp.next_token #=> String
|
11066
11067
|
#
|
@@ -11230,7 +11231,7 @@ module Aws::Connect
|
|
11230
11231
|
#
|
11231
11232
|
# resp = client.list_integration_associations({
|
11232
11233
|
# instance_id: "InstanceId", # required
|
11233
|
-
# integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, WISDOM_QUICK_RESPONSES, Q_MESSAGE_TEMPLATES, CASES_DOMAIN, APPLICATION, FILE_SCANNER, SES_IDENTITY, ANALYTICS_CONNECTOR, CALL_TRANSFER_CONNECTOR
|
11234
|
+
# integration_type: "EVENT", # accepts EVENT, VOICE_ID, PINPOINT_APP, WISDOM_ASSISTANT, WISDOM_KNOWLEDGE_BASE, WISDOM_QUICK_RESPONSES, Q_MESSAGE_TEMPLATES, CASES_DOMAIN, APPLICATION, FILE_SCANNER, SES_IDENTITY, ANALYTICS_CONNECTOR, CALL_TRANSFER_CONNECTOR, COGNITO_USER_POOL
|
11234
11235
|
# next_token: "NextToken",
|
11235
11236
|
# max_results: 1,
|
11236
11237
|
# integration_arn: "ARN",
|
@@ -11242,7 +11243,7 @@ module Aws::Connect
|
|
11242
11243
|
# resp.integration_association_summary_list[0].integration_association_id #=> String
|
11243
11244
|
# resp.integration_association_summary_list[0].integration_association_arn #=> String
|
11244
11245
|
# resp.integration_association_summary_list[0].instance_id #=> String
|
11245
|
-
# resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "WISDOM_QUICK_RESPONSES", "Q_MESSAGE_TEMPLATES", "CASES_DOMAIN", "APPLICATION", "FILE_SCANNER", "SES_IDENTITY", "ANALYTICS_CONNECTOR", "CALL_TRANSFER_CONNECTOR"
|
11246
|
+
# resp.integration_association_summary_list[0].integration_type #=> String, one of "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "WISDOM_QUICK_RESPONSES", "Q_MESSAGE_TEMPLATES", "CASES_DOMAIN", "APPLICATION", "FILE_SCANNER", "SES_IDENTITY", "ANALYTICS_CONNECTOR", "CALL_TRANSFER_CONNECTOR", "COGNITO_USER_POOL"
|
11246
11247
|
# resp.integration_association_summary_list[0].integration_arn #=> String
|
11247
11248
|
# resp.integration_association_summary_list[0].source_application_url #=> String
|
11248
11249
|
# resp.integration_association_summary_list[0].source_application_name #=> String
|
@@ -15726,6 +15727,10 @@ module Aws::Connect
|
|
15726
15727
|
#
|
15727
15728
|
# </note>
|
15728
15729
|
#
|
15730
|
+
# @option params [String] :customer_id
|
15731
|
+
# The customer's identification number. For example, the `CustomerId`
|
15732
|
+
# may be a customer number from your CRM.
|
15733
|
+
#
|
15729
15734
|
# @return [Types::StartChatContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15730
15735
|
#
|
15731
15736
|
# * {Types::StartChatContactResponse#contact_id #contact_id} => String
|
@@ -15767,6 +15772,7 @@ module Aws::Connect
|
|
15767
15772
|
# value_integer: 1,
|
15768
15773
|
# },
|
15769
15774
|
# },
|
15775
|
+
# customer_id: "CustomerIdNonEmpty",
|
15770
15776
|
# })
|
15771
15777
|
#
|
15772
15778
|
# @example Response structure
|
@@ -18679,7 +18685,7 @@ module Aws::Connect
|
|
18679
18685
|
#
|
18680
18686
|
# resp = client.update_instance_attribute({
|
18681
18687
|
# instance_id: "InstanceId", # required
|
18682
|
-
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND, ENHANCED_CONTACT_MONITORING, ENHANCED_CHAT_MONITORING
|
18688
|
+
# attribute_type: "INBOUND_CALLS", # required, accepts INBOUND_CALLS, OUTBOUND_CALLS, CONTACTFLOW_LOGS, CONTACT_LENS, AUTO_RESOLVE_BEST_VOICES, USE_CUSTOM_TTS_VOICES, EARLY_MEDIA, MULTI_PARTY_CONFERENCE, HIGH_VOLUME_OUTBOUND, ENHANCED_CONTACT_MONITORING, ENHANCED_CHAT_MONITORING, MULTI_PARTY_CHAT_CONFERENCE
|
18683
18689
|
# value: "InstanceAttributeValue", # required
|
18684
18690
|
# })
|
18685
18691
|
#
|
@@ -18761,6 +18767,70 @@ module Aws::Connect
|
|
18761
18767
|
req.send_request(options)
|
18762
18768
|
end
|
18763
18769
|
|
18770
|
+
# Instructs Amazon Connect to resume the authentication process. The
|
18771
|
+
# subsequent actions depend on the request body contents:
|
18772
|
+
#
|
18773
|
+
# * **If a code is provided**: Connect retrieves the identity
|
18774
|
+
# information from Amazon Cognito and imports it into Connect Customer
|
18775
|
+
# Profiles.
|
18776
|
+
#
|
18777
|
+
# * **If an error is provided**: The error branch of the Authenticate
|
18778
|
+
# Customer block is executed.
|
18779
|
+
#
|
18780
|
+
# <note markdown="1"> The API returns a success response to acknowledge the request.
|
18781
|
+
# However, the interaction and exchange of identity information occur
|
18782
|
+
# asynchronously after the response is returned.
|
18783
|
+
#
|
18784
|
+
# </note>
|
18785
|
+
#
|
18786
|
+
# @option params [required, String] :state
|
18787
|
+
# The `state` query parameter that was provided by Cognito in the
|
18788
|
+
# `redirectUri`. This will also match the `state` parameter provided in
|
18789
|
+
# the `AuthenticationUrl` from the [GetAuthenticationUrl][1] response.
|
18790
|
+
#
|
18791
|
+
#
|
18792
|
+
#
|
18793
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetAuthenticationUrl.html
|
18794
|
+
#
|
18795
|
+
# @option params [required, String] :instance_id
|
18796
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
18797
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
18798
|
+
#
|
18799
|
+
#
|
18800
|
+
#
|
18801
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
18802
|
+
#
|
18803
|
+
# @option params [String] :code
|
18804
|
+
# The `code` query parameter provided by Cognito in the `redirectUri`.
|
18805
|
+
#
|
18806
|
+
# @option params [String] :error
|
18807
|
+
# The `error` query parameter provided by Cognito in the `redirectUri`.
|
18808
|
+
#
|
18809
|
+
# @option params [String] :error_description
|
18810
|
+
# The `error_description` parameter provided by Cognito in the
|
18811
|
+
# `redirectUri`.
|
18812
|
+
#
|
18813
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
18814
|
+
#
|
18815
|
+
# @example Request syntax with placeholder values
|
18816
|
+
#
|
18817
|
+
# resp = client.update_participant_authentication({
|
18818
|
+
# state: "ParticipantToken", # required
|
18819
|
+
# instance_id: "InstanceId", # required
|
18820
|
+
# code: "AuthorizationCode",
|
18821
|
+
# error: "AuthenticationError",
|
18822
|
+
# error_description: "AuthenticationErrorDescription",
|
18823
|
+
# })
|
18824
|
+
#
|
18825
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateParticipantAuthentication AWS API Documentation
|
18826
|
+
#
|
18827
|
+
# @overload update_participant_authentication(params = {})
|
18828
|
+
# @param [Hash] params ({})
|
18829
|
+
def update_participant_authentication(params = {}, options = {})
|
18830
|
+
req = build_request(:update_participant_authentication, params)
|
18831
|
+
req.send_request(options)
|
18832
|
+
end
|
18833
|
+
|
18764
18834
|
# Updates timeouts for when human chat participants are to be considered
|
18765
18835
|
# idle, and when agents are automatically disconnected from a chat due
|
18766
18836
|
# to idleness. You can set four timers:
|
@@ -20500,7 +20570,7 @@ module Aws::Connect
|
|
20500
20570
|
tracer: tracer
|
20501
20571
|
)
|
20502
20572
|
context[:gem_name] = 'aws-sdk-connect'
|
20503
|
-
context[:gem_version] = '1.
|
20573
|
+
context[:gem_version] = '1.191.0'
|
20504
20574
|
Seahorse::Client::Request.new(handlers, context)
|
20505
20575
|
end
|
20506
20576
|
|
@@ -118,12 +118,15 @@ module Aws::Connect
|
|
118
118
|
AudioFeatures = Shapes::StructureShape.new(name: 'AudioFeatures')
|
119
119
|
AudioQualityMetricsInfo = Shapes::StructureShape.new(name: 'AudioQualityMetricsInfo')
|
120
120
|
AudioQualityScore = Shapes::FloatShape.new(name: 'AudioQualityScore')
|
121
|
+
AuthenticationError = Shapes::StringShape.new(name: 'AuthenticationError')
|
122
|
+
AuthenticationErrorDescription = Shapes::StringShape.new(name: 'AuthenticationErrorDescription')
|
121
123
|
AuthenticationProfile = Shapes::StructureShape.new(name: 'AuthenticationProfile')
|
122
124
|
AuthenticationProfileDescription = Shapes::StringShape.new(name: 'AuthenticationProfileDescription')
|
123
125
|
AuthenticationProfileId = Shapes::StringShape.new(name: 'AuthenticationProfileId')
|
124
126
|
AuthenticationProfileName = Shapes::StringShape.new(name: 'AuthenticationProfileName')
|
125
127
|
AuthenticationProfileSummary = Shapes::StructureShape.new(name: 'AuthenticationProfileSummary')
|
126
128
|
AuthenticationProfileSummaryList = Shapes::ListShape.new(name: 'AuthenticationProfileSummaryList')
|
129
|
+
AuthorizationCode = Shapes::StringShape.new(name: 'AuthorizationCode')
|
127
130
|
AutoAccept = Shapes::BooleanShape.new(name: 'AutoAccept')
|
128
131
|
AvailableNumberSummary = Shapes::StructureShape.new(name: 'AvailableNumberSummary')
|
129
132
|
AvailableNumbersList = Shapes::ListShape.new(name: 'AvailableNumbersList')
|
@@ -309,6 +312,8 @@ module Aws::Connect
|
|
309
312
|
CurrentMetricSortCriteriaMaxOne = Shapes::ListShape.new(name: 'CurrentMetricSortCriteriaMaxOne')
|
310
313
|
CurrentMetrics = Shapes::ListShape.new(name: 'CurrentMetrics')
|
311
314
|
Customer = Shapes::StructureShape.new(name: 'Customer')
|
315
|
+
CustomerId = Shapes::StringShape.new(name: 'CustomerId')
|
316
|
+
CustomerIdNonEmpty = Shapes::StringShape.new(name: 'CustomerIdNonEmpty')
|
312
317
|
CustomerProfileAttributesSerialized = Shapes::StringShape.new(name: 'CustomerProfileAttributesSerialized')
|
313
318
|
CustomerQualityMetrics = Shapes::StructureShape.new(name: 'CustomerQualityMetrics')
|
314
319
|
CustomerVoiceActivity = Shapes::StructureShape.new(name: 'CustomerVoiceActivity')
|
@@ -1389,6 +1394,8 @@ module Aws::Connect
|
|
1389
1394
|
UpdateHoursOfOperationRequest = Shapes::StructureShape.new(name: 'UpdateHoursOfOperationRequest')
|
1390
1395
|
UpdateInstanceAttributeRequest = Shapes::StructureShape.new(name: 'UpdateInstanceAttributeRequest')
|
1391
1396
|
UpdateInstanceStorageConfigRequest = Shapes::StructureShape.new(name: 'UpdateInstanceStorageConfigRequest')
|
1397
|
+
UpdateParticipantAuthenticationRequest = Shapes::StructureShape.new(name: 'UpdateParticipantAuthenticationRequest')
|
1398
|
+
UpdateParticipantAuthenticationResponse = Shapes::StructureShape.new(name: 'UpdateParticipantAuthenticationResponse')
|
1392
1399
|
UpdateParticipantRoleConfigChannelInfo = Shapes::UnionShape.new(name: 'UpdateParticipantRoleConfigChannelInfo')
|
1393
1400
|
UpdateParticipantRoleConfigRequest = Shapes::StructureShape.new(name: 'UpdateParticipantRoleConfigRequest')
|
1394
1401
|
UpdateParticipantRoleConfigResponse = Shapes::StructureShape.new(name: 'UpdateParticipantRoleConfigResponse')
|
@@ -1983,6 +1990,7 @@ module Aws::Connect
|
|
1983
1990
|
Contact.add_member(:scheduled_timestamp, Shapes::ShapeRef.new(shape: timestamp, location_name: "ScheduledTimestamp"))
|
1984
1991
|
Contact.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
1985
1992
|
Contact.add_member(:wisdom_info, Shapes::ShapeRef.new(shape: WisdomInfo, location_name: "WisdomInfo"))
|
1993
|
+
Contact.add_member(:customer_id, Shapes::ShapeRef.new(shape: CustomerId, location_name: "CustomerId"))
|
1986
1994
|
Contact.add_member(:customer_endpoint, Shapes::ShapeRef.new(shape: EndpointInfo, location_name: "CustomerEndpoint"))
|
1987
1995
|
Contact.add_member(:system_endpoint, Shapes::ShapeRef.new(shape: EndpointInfo, location_name: "SystemEndpoint"))
|
1988
1996
|
Contact.add_member(:queue_time_adjustment_seconds, Shapes::ShapeRef.new(shape: QueueTimeAdjustmentSeconds, location_name: "QueueTimeAdjustmentSeconds"))
|
@@ -5487,6 +5495,7 @@ module Aws::Connect
|
|
5487
5495
|
StartChatContactRequest.add_member(:persistent_chat, Shapes::ShapeRef.new(shape: PersistentChat, location_name: "PersistentChat"))
|
5488
5496
|
StartChatContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
|
5489
5497
|
StartChatContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
|
5498
|
+
StartChatContactRequest.add_member(:customer_id, Shapes::ShapeRef.new(shape: CustomerIdNonEmpty, location_name: "CustomerId"))
|
5490
5499
|
StartChatContactRequest.struct_class = Types::StartChatContactRequest
|
5491
5500
|
|
5492
5501
|
StartChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
|
@@ -6029,6 +6038,15 @@ module Aws::Connect
|
|
6029
6038
|
UpdateInstanceStorageConfigRequest.add_member(:storage_config, Shapes::ShapeRef.new(shape: InstanceStorageConfig, required: true, location_name: "StorageConfig"))
|
6030
6039
|
UpdateInstanceStorageConfigRequest.struct_class = Types::UpdateInstanceStorageConfigRequest
|
6031
6040
|
|
6041
|
+
UpdateParticipantAuthenticationRequest.add_member(:state, Shapes::ShapeRef.new(shape: ParticipantToken, required: true, location_name: "State"))
|
6042
|
+
UpdateParticipantAuthenticationRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
6043
|
+
UpdateParticipantAuthenticationRequest.add_member(:code, Shapes::ShapeRef.new(shape: AuthorizationCode, location_name: "Code"))
|
6044
|
+
UpdateParticipantAuthenticationRequest.add_member(:error, Shapes::ShapeRef.new(shape: AuthenticationError, location_name: "Error"))
|
6045
|
+
UpdateParticipantAuthenticationRequest.add_member(:error_description, Shapes::ShapeRef.new(shape: AuthenticationErrorDescription, location_name: "ErrorDescription"))
|
6046
|
+
UpdateParticipantAuthenticationRequest.struct_class = Types::UpdateParticipantAuthenticationRequest
|
6047
|
+
|
6048
|
+
UpdateParticipantAuthenticationResponse.struct_class = Types::UpdateParticipantAuthenticationResponse
|
6049
|
+
|
6032
6050
|
UpdateParticipantRoleConfigChannelInfo.add_member(:chat, Shapes::ShapeRef.new(shape: ChatParticipantRoleConfig, location_name: "Chat"))
|
6033
6051
|
UpdateParticipantRoleConfigChannelInfo.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
6034
6052
|
UpdateParticipantRoleConfigChannelInfo.add_member_subclass(:chat, Types::UpdateParticipantRoleConfigChannelInfo::Chat)
|
@@ -10229,6 +10247,20 @@ module Aws::Connect
|
|
10229
10247
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10230
10248
|
end)
|
10231
10249
|
|
10250
|
+
api.add_operation(:update_participant_authentication, Seahorse::Model::Operation.new.tap do |o|
|
10251
|
+
o.name = "UpdateParticipantAuthentication"
|
10252
|
+
o.http_method = "POST"
|
10253
|
+
o.http_request_uri = "/contact/update-participant-authentication"
|
10254
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateParticipantAuthenticationRequest)
|
10255
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateParticipantAuthenticationResponse)
|
10256
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
10257
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
|
10258
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
10259
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
10260
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
10261
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
10262
|
+
end)
|
10263
|
+
|
10232
10264
|
api.add_operation(:update_participant_role_config, Seahorse::Model::Operation.new.tap do |o|
|
10233
10265
|
o.name = "UpdateParticipantRoleConfig"
|
10234
10266
|
o.http_method = "PUT"
|
@@ -2381,6 +2381,14 @@ module Aws::Connect
|
|
2381
2381
|
# Information about Amazon Connect Wisdom.
|
2382
2382
|
# @return [Types::WisdomInfo]
|
2383
2383
|
#
|
2384
|
+
# @!attribute [rw] customer_id
|
2385
|
+
# The customer's identification number. For example, the `CustomerId`
|
2386
|
+
# may be a customer number from your CRM. You can create a Lambda
|
2387
|
+
# function to pull the unique customer ID of the caller from your CRM
|
2388
|
+
# system. If you enable Amazon Connect Voice ID capability, this
|
2389
|
+
# attribute is populated with the `CustomerSpeakerId` of the caller.
|
2390
|
+
# @return [String]
|
2391
|
+
#
|
2384
2392
|
# @!attribute [rw] customer_endpoint
|
2385
2393
|
# The customer or external third party participant endpoint.
|
2386
2394
|
# @return [Types::EndpointInfo]
|
@@ -2489,6 +2497,7 @@ module Aws::Connect
|
|
2489
2497
|
:scheduled_timestamp,
|
2490
2498
|
:related_contact_id,
|
2491
2499
|
:wisdom_info,
|
2500
|
+
:customer_id,
|
2492
2501
|
:customer_endpoint,
|
2493
2502
|
:system_endpoint,
|
2494
2503
|
:queue_time_adjustment_seconds,
|
@@ -21473,6 +21482,11 @@ module Aws::Connect
|
|
21473
21482
|
# </note>
|
21474
21483
|
# @return [Hash<String,Types::SegmentAttributeValue>]
|
21475
21484
|
#
|
21485
|
+
# @!attribute [rw] customer_id
|
21486
|
+
# The customer's identification number. For example, the `CustomerId`
|
21487
|
+
# may be a customer number from your CRM.
|
21488
|
+
# @return [String]
|
21489
|
+
#
|
21476
21490
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartChatContactRequest AWS API Documentation
|
21477
21491
|
#
|
21478
21492
|
class StartChatContactRequest < Struct.new(
|
@@ -21486,8 +21500,9 @@ module Aws::Connect
|
|
21486
21500
|
:supported_messaging_content_types,
|
21487
21501
|
:persistent_chat,
|
21488
21502
|
:related_contact_id,
|
21489
|
-
:segment_attributes
|
21490
|
-
|
21503
|
+
:segment_attributes,
|
21504
|
+
:customer_id)
|
21505
|
+
SENSITIVE = [:customer_id]
|
21491
21506
|
include Aws::Structure
|
21492
21507
|
end
|
21493
21508
|
|
@@ -24503,6 +24518,56 @@ module Aws::Connect
|
|
24503
24518
|
include Aws::Structure
|
24504
24519
|
end
|
24505
24520
|
|
24521
|
+
# @!attribute [rw] state
|
24522
|
+
# The `state` query parameter that was provided by Cognito in the
|
24523
|
+
# `redirectUri`. This will also match the `state` parameter provided
|
24524
|
+
# in the `AuthenticationUrl` from the [GetAuthenticationUrl][1]
|
24525
|
+
# response.
|
24526
|
+
#
|
24527
|
+
#
|
24528
|
+
#
|
24529
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/APIReference/API_GetAuthenticationUrl.html
|
24530
|
+
# @return [String]
|
24531
|
+
#
|
24532
|
+
# @!attribute [rw] instance_id
|
24533
|
+
# The identifier of the Amazon Connect instance. You can [find the
|
24534
|
+
# instance ID][1] in the Amazon Resource Name (ARN) of the instance.
|
24535
|
+
#
|
24536
|
+
#
|
24537
|
+
#
|
24538
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html
|
24539
|
+
# @return [String]
|
24540
|
+
#
|
24541
|
+
# @!attribute [rw] code
|
24542
|
+
# The `code` query parameter provided by Cognito in the `redirectUri`.
|
24543
|
+
# @return [String]
|
24544
|
+
#
|
24545
|
+
# @!attribute [rw] error
|
24546
|
+
# The `error` query parameter provided by Cognito in the
|
24547
|
+
# `redirectUri`.
|
24548
|
+
# @return [String]
|
24549
|
+
#
|
24550
|
+
# @!attribute [rw] error_description
|
24551
|
+
# The `error_description` parameter provided by Cognito in the
|
24552
|
+
# `redirectUri`.
|
24553
|
+
# @return [String]
|
24554
|
+
#
|
24555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateParticipantAuthenticationRequest AWS API Documentation
|
24556
|
+
#
|
24557
|
+
class UpdateParticipantAuthenticationRequest < Struct.new(
|
24558
|
+
:state,
|
24559
|
+
:instance_id,
|
24560
|
+
:code,
|
24561
|
+
:error,
|
24562
|
+
:error_description)
|
24563
|
+
SENSITIVE = [:code, :error, :error_description]
|
24564
|
+
include Aws::Structure
|
24565
|
+
end
|
24566
|
+
|
24567
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateParticipantAuthenticationResponse AWS API Documentation
|
24568
|
+
#
|
24569
|
+
class UpdateParticipantAuthenticationResponse < Aws::EmptyStructure; end
|
24570
|
+
|
24506
24571
|
# Configuration information for the chat participant role.
|
24507
24572
|
#
|
24508
24573
|
# @note UpdateParticipantRoleConfigChannelInfo is a union - when making an API calls you must set exactly one of the members.
|
@@ -26756,6 +26821,9 @@ module Aws::Connect
|
|
26756
26821
|
#
|
26757
26822
|
# @!attribute [rw] ivr_recording_track
|
26758
26823
|
# Identifies which IVR track is being recorded.
|
26824
|
+
#
|
26825
|
+
# One and only one of the track configurations should be presented in
|
26826
|
+
# the request.
|
26759
26827
|
# @return [String]
|
26760
26828
|
#
|
26761
26829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/VoiceRecordingConfiguration AWS API Documentation
|
data/lib/aws-sdk-connect.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -655,7 +655,7 @@ module Aws
|
|
655
655
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_integration_association-instance_method
|
656
656
|
def create_integration_association: (
|
657
657
|
instance_id: ::String,
|
658
|
-
integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR"),
|
658
|
+
integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL"),
|
659
659
|
integration_arn: ::String,
|
660
660
|
?source_application_url: ::String,
|
661
661
|
?source_application_name: ::String,
|
@@ -1491,7 +1491,7 @@ module Aws
|
|
1491
1491
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_instance_attribute-instance_method
|
1492
1492
|
def describe_instance_attribute: (
|
1493
1493
|
instance_id: ::String,
|
1494
|
-
attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING")
|
1494
|
+
attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE")
|
1495
1495
|
) -> _DescribeInstanceAttributeResponseSuccess
|
1496
1496
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceAttributeResponseSuccess
|
1497
1497
|
|
@@ -2348,7 +2348,7 @@ module Aws
|
|
2348
2348
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_integration_associations-instance_method
|
2349
2349
|
def list_integration_associations: (
|
2350
2350
|
instance_id: ::String,
|
2351
|
-
?integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR"),
|
2351
|
+
?integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL"),
|
2352
2352
|
?next_token: ::String,
|
2353
2353
|
?max_results: ::Integer,
|
2354
2354
|
?integration_arn: ::String
|
@@ -3813,7 +3813,8 @@ module Aws
|
|
3813
3813
|
value_string: ::String?,
|
3814
3814
|
value_map: Hash[::String, untyped]?,
|
3815
3815
|
value_integer: ::Integer?
|
3816
|
-
}]
|
3816
|
+
}],
|
3817
|
+
?customer_id: ::String
|
3817
3818
|
) -> _StartChatContactResponseSuccess
|
3818
3819
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartChatContactResponseSuccess
|
3819
3820
|
|
@@ -4593,7 +4594,7 @@ module Aws
|
|
4593
4594
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_instance_attribute-instance_method
|
4594
4595
|
def update_instance_attribute: (
|
4595
4596
|
instance_id: ::String,
|
4596
|
-
attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING"),
|
4597
|
+
attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE"),
|
4597
4598
|
value: ::String
|
4598
4599
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4599
4600
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
@@ -4632,6 +4633,19 @@ module Aws
|
|
4632
4633
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4633
4634
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
4634
4635
|
|
4636
|
+
interface _UpdateParticipantAuthenticationResponseSuccess
|
4637
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateParticipantAuthenticationResponse]
|
4638
|
+
end
|
4639
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_participant_authentication-instance_method
|
4640
|
+
def update_participant_authentication: (
|
4641
|
+
state: ::String,
|
4642
|
+
instance_id: ::String,
|
4643
|
+
?code: ::String,
|
4644
|
+
?error: ::String,
|
4645
|
+
?error_description: ::String
|
4646
|
+
) -> _UpdateParticipantAuthenticationResponseSuccess
|
4647
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateParticipantAuthenticationResponseSuccess
|
4648
|
+
|
4635
4649
|
interface _UpdateParticipantRoleConfigResponseSuccess
|
4636
4650
|
include ::Seahorse::Client::_ResponseSuccess[Types::UpdateParticipantRoleConfigResponse]
|
4637
4651
|
end
|
data/sig/types.rbs
CHANGED
@@ -331,7 +331,7 @@ module Aws::Connect
|
|
331
331
|
end
|
332
332
|
|
333
333
|
class Attribute
|
334
|
-
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING")
|
334
|
+
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE")
|
335
335
|
attr_accessor value: ::String
|
336
336
|
SENSITIVE: []
|
337
337
|
end
|
@@ -577,6 +577,7 @@ module Aws::Connect
|
|
577
577
|
attr_accessor scheduled_timestamp: ::Time
|
578
578
|
attr_accessor related_contact_id: ::String
|
579
579
|
attr_accessor wisdom_info: Types::WisdomInfo
|
580
|
+
attr_accessor customer_id: ::String
|
580
581
|
attr_accessor customer_endpoint: Types::EndpointInfo
|
581
582
|
attr_accessor system_endpoint: Types::EndpointInfo
|
582
583
|
attr_accessor queue_time_adjustment_seconds: ::Integer
|
@@ -949,7 +950,7 @@ module Aws::Connect
|
|
949
950
|
|
950
951
|
class CreateIntegrationAssociationRequest
|
951
952
|
attr_accessor instance_id: ::String
|
952
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR")
|
953
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL")
|
953
954
|
attr_accessor integration_arn: ::String
|
954
955
|
attr_accessor source_application_url: ::String
|
955
956
|
attr_accessor source_application_name: ::String
|
@@ -1666,7 +1667,7 @@ module Aws::Connect
|
|
1666
1667
|
|
1667
1668
|
class DescribeInstanceAttributeRequest
|
1668
1669
|
attr_accessor instance_id: ::String
|
1669
|
-
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING")
|
1670
|
+
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE")
|
1670
1671
|
SENSITIVE: []
|
1671
1672
|
end
|
1672
1673
|
|
@@ -2865,7 +2866,7 @@ module Aws::Connect
|
|
2865
2866
|
attr_accessor integration_association_id: ::String
|
2866
2867
|
attr_accessor integration_association_arn: ::String
|
2867
2868
|
attr_accessor instance_id: ::String
|
2868
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR")
|
2869
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL")
|
2869
2870
|
attr_accessor integration_arn: ::String
|
2870
2871
|
attr_accessor source_application_url: ::String
|
2871
2872
|
attr_accessor source_application_name: ::String
|
@@ -3242,7 +3243,7 @@ module Aws::Connect
|
|
3242
3243
|
|
3243
3244
|
class ListIntegrationAssociationsRequest
|
3244
3245
|
attr_accessor instance_id: ::String
|
3245
|
-
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR")
|
3246
|
+
attr_accessor integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "Q_MESSAGE_TEMPLATES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER" | "SES_IDENTITY" | "ANALYTICS_CONNECTOR" | "CALL_TRANSFER_CONNECTOR" | "COGNITO_USER_POOL")
|
3246
3247
|
attr_accessor next_token: ::String
|
3247
3248
|
attr_accessor max_results: ::Integer
|
3248
3249
|
attr_accessor integration_arn: ::String
|
@@ -5030,7 +5031,8 @@ module Aws::Connect
|
|
5030
5031
|
attr_accessor persistent_chat: Types::PersistentChat
|
5031
5032
|
attr_accessor related_contact_id: ::String
|
5032
5033
|
attr_accessor segment_attributes: ::Hash[::String, Types::SegmentAttributeValue]
|
5033
|
-
|
5034
|
+
attr_accessor customer_id: ::String
|
5035
|
+
SENSITIVE: [:customer_id]
|
5034
5036
|
end
|
5035
5037
|
|
5036
5038
|
class StartChatContactResponse
|
@@ -5704,7 +5706,7 @@ module Aws::Connect
|
|
5704
5706
|
|
5705
5707
|
class UpdateInstanceAttributeRequest
|
5706
5708
|
attr_accessor instance_id: ::String
|
5707
|
-
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING")
|
5709
|
+
attr_accessor attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING" | "MULTI_PARTY_CHAT_CONFERENCE")
|
5708
5710
|
attr_accessor value: ::String
|
5709
5711
|
SENSITIVE: []
|
5710
5712
|
end
|
@@ -5717,6 +5719,18 @@ module Aws::Connect
|
|
5717
5719
|
SENSITIVE: []
|
5718
5720
|
end
|
5719
5721
|
|
5722
|
+
class UpdateParticipantAuthenticationRequest
|
5723
|
+
attr_accessor state: ::String
|
5724
|
+
attr_accessor instance_id: ::String
|
5725
|
+
attr_accessor code: ::String
|
5726
|
+
attr_accessor error: ::String
|
5727
|
+
attr_accessor error_description: ::String
|
5728
|
+
SENSITIVE: [:code, :error, :error_description]
|
5729
|
+
end
|
5730
|
+
|
5731
|
+
class UpdateParticipantAuthenticationResponse < Aws::EmptyStructure
|
5732
|
+
end
|
5733
|
+
|
5720
5734
|
class UpdateParticipantRoleConfigChannelInfo
|
5721
5735
|
attr_accessor chat: Types::ChatParticipantRoleConfig
|
5722
5736
|
attr_accessor unknown: untyped
|
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.191.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: 2024-12-
|
11
|
+
date: 2024-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|