aws-sdk-connect 1.227.0 → 1.229.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: ce712f3644455e79d025654a713ef40e45766b60de41481d758b8183f73a4217
4
- data.tar.gz: b422582d44131e3f964bf0686bee1796e1bce7f799e75f8fc15467f9bdd3d9a5
3
+ metadata.gz: 33cf587e8db93280fd479936f27c61e6c28504acd2916b4eacc8f3751838b184
4
+ data.tar.gz: d0d0d0a315cafd1e90a012a1d89faefd926cbf81ffca3bfec154dcc142a2f4eb
5
5
  SHA512:
6
- metadata.gz: ef1c0e88c8bfa98c329561ff64971734943e1a8d948652f928c061d77c281cc696711e87b72adefb7bc95fa83bb816e58c5678d5448b802a5ed66984b02afd93
7
- data.tar.gz: 4245e351a8df70d753783561e06daff7f8dc3eb48dafe38fda0798bc5104be920417afe1a9840e9cd0c1410489ab669bd50fe2c4822e0e6541d90a74628e1045
6
+ metadata.gz: f2d56a38789668bd9a9b89e842cc923d34c2908034779a7491c4d7e8ea011928b2a8faec9dc78064c0f670198c0c6661ae0d62bdc18924dc58668e1351f8ebe3
7
+ data.tar.gz: 379e2a18d0641b61df029afc39cb9348e5aec305e2b667ca2f27158e608e1430af55e0431cdaeff5283616ee9957f738c8842d208784723df2ed6dc7aad7c51e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.229.0 (2025-12-15)
5
+ ------------------
6
+
7
+ * Feature - Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.
8
+
9
+ 1.228.0 (2025-12-12)
10
+ ------------------
11
+
12
+ * Feature - Amazon Connect now offers automated post-chat surveys triggered when customers end conversations. This captures timely feedback while experience is fresh, using either a no-code form builder or Amazon Lex-powered interactive surveys.
13
+
4
14
  1.227.0 (2025-12-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.227.0
1
+ 1.229.0
@@ -21014,6 +21014,18 @@ module Aws::Connect
21014
21014
  # The customer's identification number. For example, the `CustomerId`
21015
21015
  # may be a customer number from your CRM.
21016
21016
  #
21017
+ # @option params [Array<String>] :disconnect_on_customer_exit
21018
+ # A list of participant types to automatically disconnect when the end
21019
+ # customer ends the chat session, allowing them to continue through
21020
+ # disconnect flows such as surveys or feedback forms.
21021
+ #
21022
+ # Valid value: `AGENT`.
21023
+ #
21024
+ # With the `DisconnectOnCustomerExit` parameter, you can configure
21025
+ # automatic agent disconnection when end customers end the chat,
21026
+ # ensuring that disconnect flows are triggered consistently regardless
21027
+ # of which participant disconnects first.
21028
+ #
21017
21029
  # @return [Types::StartChatContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
21018
21030
  #
21019
21031
  # * {Types::StartChatContactResponse#contact_id #contact_id} => String
@@ -21065,6 +21077,7 @@ module Aws::Connect
21065
21077
  # },
21066
21078
  # },
21067
21079
  # customer_id: "CustomerIdNonEmpty",
21080
+ # disconnect_on_customer_exit: ["AGENT"], # accepts AGENT
21068
21081
  # })
21069
21082
  #
21070
21083
  # @example Response structure
@@ -21613,6 +21626,9 @@ module Aws::Connect
21613
21626
  # @option params [Types::ChatMessage] :initial_system_message
21614
21627
  # A chat message.
21615
21628
  #
21629
+ # @option params [Types::TemplatedMessageConfig] :initial_templated_system_message
21630
+ # Information about template message configuration.
21631
+ #
21616
21632
  # @option params [String] :related_contact_id
21617
21633
  # The unique identifier for an Amazon Connect contact. This identifier
21618
21634
  # is related to the contact starting.
@@ -21700,6 +21716,16 @@ module Aws::Connect
21700
21716
  # content_type: "ChatContentType", # required
21701
21717
  # content: "ChatContent", # required
21702
21718
  # },
21719
+ # initial_templated_system_message: {
21720
+ # knowledge_base_id: "MessageTemplateKnowledgeBaseId", # required
21721
+ # message_template_id: "MessageTemplateId", # required
21722
+ # template_attributes: { # required
21723
+ # custom_attributes: {
21724
+ # "AttributeName" => "AttributeValue",
21725
+ # },
21726
+ # customer_profile_attributes: "CustomerProfileAttributesSerialized",
21727
+ # },
21728
+ # },
21703
21729
  # related_contact_id: "ContactId",
21704
21730
  # supported_messaging_content_types: ["SupportedMessagingContentType"],
21705
21731
  # client_token: "ClientToken",
@@ -26793,7 +26819,7 @@ module Aws::Connect
26793
26819
  tracer: tracer
26794
26820
  )
26795
26821
  context[:gem_name] = 'aws-sdk-connect'
26796
- context[:gem_version] = '1.227.0'
26822
+ context[:gem_version] = '1.229.0'
26797
26823
  Seahorse::Client::Request.new(handlers, context)
26798
26824
  end
26799
26825
 
@@ -609,6 +609,8 @@ module Aws::Connect
609
609
  DisassociateWorkspaceRequest = Shapes::StructureShape.new(name: 'DisassociateWorkspaceRequest')
610
610
  DisassociateWorkspaceResponse = Shapes::StructureShape.new(name: 'DisassociateWorkspaceResponse')
611
611
  DisconnectDetails = Shapes::StructureShape.new(name: 'DisconnectDetails')
612
+ DisconnectOnCustomerExit = Shapes::ListShape.new(name: 'DisconnectOnCustomerExit')
613
+ DisconnectOnCustomerExitParticipantType = Shapes::StringShape.new(name: 'DisconnectOnCustomerExitParticipantType')
612
614
  DisconnectReason = Shapes::StructureShape.new(name: 'DisconnectReason')
613
615
  DisconnectReasonCode = Shapes::StringShape.new(name: 'DisconnectReasonCode')
614
616
  DismissUserContactRequest = Shapes::StructureShape.new(name: 'DismissUserContactRequest')
@@ -4128,6 +4130,8 @@ module Aws::Connect
4128
4130
  DisconnectDetails.add_member(:potential_disconnect_issue, Shapes::ShapeRef.new(shape: PotentialDisconnectIssue, location_name: "PotentialDisconnectIssue"))
4129
4131
  DisconnectDetails.struct_class = Types::DisconnectDetails
4130
4132
 
4133
+ DisconnectOnCustomerExit.member = Shapes::ShapeRef.new(shape: DisconnectOnCustomerExitParticipantType)
4134
+
4131
4135
  DisconnectReason.add_member(:code, Shapes::ShapeRef.new(shape: DisconnectReasonCode, location_name: "Code"))
4132
4136
  DisconnectReason.struct_class = Types::DisconnectReason
4133
4137
 
@@ -7349,6 +7353,7 @@ module Aws::Connect
7349
7353
  StartChatContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
7350
7354
  StartChatContactRequest.add_member(:segment_attributes, Shapes::ShapeRef.new(shape: SegmentAttributes, location_name: "SegmentAttributes"))
7351
7355
  StartChatContactRequest.add_member(:customer_id, Shapes::ShapeRef.new(shape: CustomerIdNonEmpty, location_name: "CustomerId"))
7356
+ StartChatContactRequest.add_member(:disconnect_on_customer_exit, Shapes::ShapeRef.new(shape: DisconnectOnCustomerExit, location_name: "DisconnectOnCustomerExit"))
7352
7357
  StartChatContactRequest.struct_class = Types::StartChatContactRequest
7353
7358
 
7354
7359
  StartChatContactResponse.add_member(:contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "ContactId"))
@@ -7422,6 +7427,7 @@ module Aws::Connect
7422
7427
  StartOutboundChatContactRequest.add_member(:chat_duration_in_minutes, Shapes::ShapeRef.new(shape: ChatDurationInMinutes, location_name: "ChatDurationInMinutes"))
7423
7428
  StartOutboundChatContactRequest.add_member(:participant_details, Shapes::ShapeRef.new(shape: ParticipantDetails, location_name: "ParticipantDetails"))
7424
7429
  StartOutboundChatContactRequest.add_member(:initial_system_message, Shapes::ShapeRef.new(shape: ChatMessage, location_name: "InitialSystemMessage"))
7430
+ StartOutboundChatContactRequest.add_member(:initial_templated_system_message, Shapes::ShapeRef.new(shape: TemplatedMessageConfig, location_name: "InitialTemplatedSystemMessage"))
7425
7431
  StartOutboundChatContactRequest.add_member(:related_contact_id, Shapes::ShapeRef.new(shape: ContactId, location_name: "RelatedContactId"))
7426
7432
  StartOutboundChatContactRequest.add_member(:supported_messaging_content_types, Shapes::ShapeRef.new(shape: SupportedMessagingContentTypes, location_name: "SupportedMessagingContentTypes"))
7427
7433
  StartOutboundChatContactRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
@@ -29013,6 +29013,19 @@ module Aws::Connect
29013
29013
  # may be a customer number from your CRM.
29014
29014
  # @return [String]
29015
29015
  #
29016
+ # @!attribute [rw] disconnect_on_customer_exit
29017
+ # A list of participant types to automatically disconnect when the end
29018
+ # customer ends the chat session, allowing them to continue through
29019
+ # disconnect flows such as surveys or feedback forms.
29020
+ #
29021
+ # Valid value: `AGENT`.
29022
+ #
29023
+ # With the `DisconnectOnCustomerExit` parameter, you can configure
29024
+ # automatic agent disconnection when end customers end the chat,
29025
+ # ensuring that disconnect flows are triggered consistently regardless
29026
+ # of which participant disconnects first.
29027
+ # @return [Array<String>]
29028
+ #
29016
29029
  # @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/StartChatContactRequest AWS API Documentation
29017
29030
  #
29018
29031
  class StartChatContactRequest < Struct.new(
@@ -29028,7 +29041,8 @@ module Aws::Connect
29028
29041
  :persistent_chat,
29029
29042
  :related_contact_id,
29030
29043
  :segment_attributes,
29031
- :customer_id)
29044
+ :customer_id,
29045
+ :disconnect_on_customer_exit)
29032
29046
  SENSITIVE = [:customer_id]
29033
29047
  include Aws::Structure
29034
29048
  end
@@ -29469,6 +29483,10 @@ module Aws::Connect
29469
29483
  # A chat message.
29470
29484
  # @return [Types::ChatMessage]
29471
29485
  #
29486
+ # @!attribute [rw] initial_templated_system_message
29487
+ # Information about template message configuration.
29488
+ # @return [Types::TemplatedMessageConfig]
29489
+ #
29472
29490
  # @!attribute [rw] related_contact_id
29473
29491
  # The unique identifier for an Amazon Connect contact. This identifier
29474
29492
  # is related to the contact starting.
@@ -29526,6 +29544,7 @@ module Aws::Connect
29526
29544
  :chat_duration_in_minutes,
29527
29545
  :participant_details,
29528
29546
  :initial_system_message,
29547
+ :initial_templated_system_message,
29529
29548
  :related_contact_id,
29530
29549
  :supported_messaging_content_types,
29531
29550
  :client_token)
@@ -54,7 +54,7 @@ module Aws::Connect
54
54
  autoload :EndpointProvider, 'aws-sdk-connect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connect/endpoints'
56
56
 
57
- GEM_VERSION = '1.227.0'
57
+ GEM_VERSION = '1.229.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -5226,7 +5226,8 @@ module Aws
5226
5226
  ]?,
5227
5227
  value_arn: ::String?
5228
5228
  }],
5229
- ?customer_id: ::String
5229
+ ?customer_id: ::String,
5230
+ ?disconnect_on_customer_exit: Array[("AGENT")]
5230
5231
  ) -> _StartChatContactResponseSuccess
5231
5232
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartChatContactResponseSuccess
5232
5233
 
@@ -5390,6 +5391,14 @@ module Aws
5390
5391
  content_type: ::String,
5391
5392
  content: ::String
5392
5393
  },
5394
+ ?initial_templated_system_message: {
5395
+ knowledge_base_id: ::String,
5396
+ message_template_id: ::String,
5397
+ template_attributes: {
5398
+ custom_attributes: Hash[::String, ::String]?,
5399
+ customer_profile_attributes: ::String?
5400
+ }
5401
+ },
5393
5402
  ?related_contact_id: ::String,
5394
5403
  ?supported_messaging_content_types: Array[::String],
5395
5404
  ?client_token: ::String
data/sig/types.rbs CHANGED
@@ -6764,6 +6764,7 @@ module Aws::Connect
6764
6764
  attr_accessor related_contact_id: ::String
6765
6765
  attr_accessor segment_attributes: ::Hash[::String, Types::SegmentAttributeValue]
6766
6766
  attr_accessor customer_id: ::String
6767
+ attr_accessor disconnect_on_customer_exit: ::Array[("AGENT")]
6767
6768
  SENSITIVE: [:customer_id]
6768
6769
  end
6769
6770
 
@@ -6859,6 +6860,7 @@ module Aws::Connect
6859
6860
  attr_accessor chat_duration_in_minutes: ::Integer
6860
6861
  attr_accessor participant_details: Types::ParticipantDetails
6861
6862
  attr_accessor initial_system_message: Types::ChatMessage
6863
+ attr_accessor initial_templated_system_message: Types::TemplatedMessageConfig
6862
6864
  attr_accessor related_contact_id: ::String
6863
6865
  attr_accessor supported_messaging_content_types: ::Array[::String]
6864
6866
  attr_accessor client_token: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.227.0
4
+ version: 1.229.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services