aws-sdk-connectparticipant 1.73.0 → 1.74.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: 8a4d613d1a0ac74caddf10a177435a8ac191f4cdb031810b623e92a6575e41f6
4
- data.tar.gz: 505b8ea918aa2eae830646f4f3270b27ebacedea809b2a374c377bc0fb7934a8
3
+ metadata.gz: aa98367e153a1001ae983a5e9fbfb35d51ba12cb3b114bcaad28465f634d433f
4
+ data.tar.gz: 35157b0d75f916fac7b608b4fde55e6fb2c1048e05e62eb29c5066362294de66
5
5
  SHA512:
6
- metadata.gz: 13e2011068d5f201f366e37e6d47580a76efc0664f4fdea253dd17b21823f22c1363bb6cd62ffe039aeb37fa9a7204cf1111de677266cdce8cc321bf368d8eb6
7
- data.tar.gz: daaf7f0eaaa9ef071a37db8d17df7e3547c67d562587ffd0768ac2267d7350a97d17d67bdf4a86fe6de2e7e66dcb2d5a1d4206d3e6b67bfc5e5b9ce0c4c2abf9
6
+ metadata.gz: f7951673363f343e60de629f63b95304d71cfab3bbab41faf3e70863eac936b6ee55100539aac0e4e942864d72eb2c59ff1760bcde24c87015bd97622e9a4133
7
+ data.tar.gz: d60fe66da8ca244eaf758165c04cb13de93d4a5f1e91289e471816a1208f4b35e0557e4cdad6b74ca25f8dd9d8439b70094cd44a70932263cbe9b019b9721306
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2025-12-01)
5
+ ------------------
6
+
7
+ * Feature - Amazon Connect now supports message processing that intercepts and processes chat messages before they reach any participant.
8
+
4
9
  1.73.0 (2025-11-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -1064,6 +1064,7 @@ module Aws::ConnectParticipant
1064
1064
  # resp.transcript[0].message_metadata.receipts[0].delivered_timestamp #=> String
1065
1065
  # resp.transcript[0].message_metadata.receipts[0].read_timestamp #=> String
1066
1066
  # resp.transcript[0].message_metadata.receipts[0].recipient_participant_id #=> String
1067
+ # resp.transcript[0].message_metadata.message_processing_status #=> String, one of "PROCESSING", "FAILED", "REJECTED"
1067
1068
  # resp.transcript[0].related_contact_id #=> String
1068
1069
  # resp.transcript[0].contact_id #=> String
1069
1070
  # resp.next_token #=> String
@@ -1239,6 +1240,7 @@ module Aws::ConnectParticipant
1239
1240
  #
1240
1241
  # * {Types::SendMessageResponse#id #id} => String
1241
1242
  # * {Types::SendMessageResponse#absolute_time #absolute_time} => String
1243
+ # * {Types::SendMessageResponse#message_metadata #message_metadata} => Types::MessageProcessingMetadata
1242
1244
  #
1243
1245
  # @example Request syntax with placeholder values
1244
1246
  #
@@ -1253,6 +1255,7 @@ module Aws::ConnectParticipant
1253
1255
  #
1254
1256
  # resp.id #=> String
1255
1257
  # resp.absolute_time #=> String
1258
+ # resp.message_metadata.message_processing_status #=> String, one of "PROCESSING", "FAILED", "REJECTED"
1256
1259
  #
1257
1260
  # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/SendMessage AWS API Documentation
1258
1261
  #
@@ -1364,7 +1367,7 @@ module Aws::ConnectParticipant
1364
1367
  tracer: tracer
1365
1368
  )
1366
1369
  context[:gem_name] = 'aws-sdk-connectparticipant'
1367
- context[:gem_version] = '1.73.0'
1370
+ context[:gem_version] = '1.74.0'
1368
1371
  Seahorse::Client::Request.new(handlers, context)
1369
1372
  end
1370
1373
 
@@ -67,6 +67,8 @@ module Aws::ConnectParticipant
67
67
  MeetingFeaturesConfiguration = Shapes::StructureShape.new(name: 'MeetingFeaturesConfiguration')
68
68
  Message = Shapes::StringShape.new(name: 'Message')
69
69
  MessageMetadata = Shapes::StructureShape.new(name: 'MessageMetadata')
70
+ MessageProcessingMetadata = Shapes::StructureShape.new(name: 'MessageProcessingMetadata')
71
+ MessageProcessingStatus = Shapes::StringShape.new(name: 'MessageProcessingStatus')
70
72
  MostRecent = Shapes::IntegerShape.new(name: 'MostRecent')
71
73
  NextToken = Shapes::StringShape.new(name: 'NextToken')
72
74
  NonEmptyClientToken = Shapes::StringShape.new(name: 'NonEmptyClientToken')
@@ -237,8 +239,12 @@ module Aws::ConnectParticipant
237
239
 
238
240
  MessageMetadata.add_member(:message_id, Shapes::ShapeRef.new(shape: ChatItemId, location_name: "MessageId"))
239
241
  MessageMetadata.add_member(:receipts, Shapes::ShapeRef.new(shape: Receipts, location_name: "Receipts"))
242
+ MessageMetadata.add_member(:message_processing_status, Shapes::ShapeRef.new(shape: MessageProcessingStatus, location_name: "MessageProcessingStatus"))
240
243
  MessageMetadata.struct_class = Types::MessageMetadata
241
244
 
245
+ MessageProcessingMetadata.add_member(:message_processing_status, Shapes::ShapeRef.new(shape: MessageProcessingStatus, location_name: "MessageProcessingStatus"))
246
+ MessageProcessingMetadata.struct_class = Types::MessageProcessingMetadata
247
+
242
248
  Receipt.add_member(:delivered_timestamp, Shapes::ShapeRef.new(shape: Instant, location_name: "DeliveredTimestamp"))
243
249
  Receipt.add_member(:read_timestamp, Shapes::ShapeRef.new(shape: Instant, location_name: "ReadTimestamp"))
244
250
  Receipt.add_member(:recipient_participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "RecipientParticipantId"))
@@ -269,6 +275,7 @@ module Aws::ConnectParticipant
269
275
 
270
276
  SendMessageResponse.add_member(:id, Shapes::ShapeRef.new(shape: ChatItemId, location_name: "Id"))
271
277
  SendMessageResponse.add_member(:absolute_time, Shapes::ShapeRef.new(shape: Instant, location_name: "AbsoluteTime"))
278
+ SendMessageResponse.add_member(:message_metadata, Shapes::ShapeRef.new(shape: MessageProcessingMetadata, location_name: "MessageMetadata"))
272
279
  SendMessageResponse.struct_class = Types::SendMessageResponse
273
280
 
274
281
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: Message, required: true, location_name: "Message"))
@@ -596,11 +596,30 @@ module Aws::ConnectParticipant
596
596
  # recipients.
597
597
  # @return [Array<Types::Receipt>]
598
598
  #
599
+ # @!attribute [rw] message_processing_status
600
+ # The status of Message Processing for the message.
601
+ # @return [String]
602
+ #
599
603
  # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/MessageMetadata AWS API Documentation
600
604
  #
601
605
  class MessageMetadata < Struct.new(
602
606
  :message_id,
603
- :receipts)
607
+ :receipts,
608
+ :message_processing_status)
609
+ SENSITIVE = []
610
+ include Aws::Structure
611
+ end
612
+
613
+ # Contains metadata for chat messages.
614
+ #
615
+ # @!attribute [rw] message_processing_status
616
+ # The status of Message Processing for the message.
617
+ # @return [String]
618
+ #
619
+ # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/MessageProcessingMetadata AWS API Documentation
620
+ #
621
+ class MessageProcessingMetadata < Struct.new(
622
+ :message_processing_status)
604
623
  SENSITIVE = []
605
624
  include Aws::Structure
606
625
  end
@@ -796,11 +815,16 @@ module Aws::ConnectParticipant
796
815
  # example, 2019-11-08T02:41:28.172Z.
797
816
  # @return [String]
798
817
  #
818
+ # @!attribute [rw] message_metadata
819
+ # Contains metadata for the message.
820
+ # @return [Types::MessageProcessingMetadata]
821
+ #
799
822
  # @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/SendMessageResponse AWS API Documentation
800
823
  #
801
824
  class SendMessageResponse < Struct.new(
802
825
  :id,
803
- :absolute_time)
826
+ :absolute_time,
827
+ :message_metadata)
804
828
  SENSITIVE = []
805
829
  include Aws::Structure
806
830
  end
@@ -54,7 +54,7 @@ module Aws::ConnectParticipant
54
54
  autoload :EndpointProvider, 'aws-sdk-connectparticipant/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-connectparticipant/endpoints'
56
56
 
57
- GEM_VERSION = '1.73.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -200,6 +200,7 @@ module Aws
200
200
  include ::Seahorse::Client::_ResponseSuccess[Types::SendMessageResponse]
201
201
  def id: () -> ::String
202
202
  def absolute_time: () -> ::String
203
+ def message_metadata: () -> Types::MessageProcessingMetadata
203
204
  end
204
205
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#send_message-instance_method
205
206
  def send_message: (
data/sig/types.rbs CHANGED
@@ -169,6 +169,12 @@ module Aws::ConnectParticipant
169
169
  class MessageMetadata
170
170
  attr_accessor message_id: ::String
171
171
  attr_accessor receipts: ::Array[Types::Receipt]
172
+ attr_accessor message_processing_status: ("PROCESSING" | "FAILED" | "REJECTED")
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class MessageProcessingMetadata
177
+ attr_accessor message_processing_status: ("PROCESSING" | "FAILED" | "REJECTED")
172
178
  SENSITIVE: []
173
179
  end
174
180
 
@@ -211,6 +217,7 @@ module Aws::ConnectParticipant
211
217
  class SendMessageResponse
212
218
  attr_accessor id: ::String
213
219
  attr_accessor absolute_time: ::String
220
+ attr_accessor message_metadata: Types::MessageProcessingMetadata
214
221
  SENSITIVE: []
215
222
  end
216
223
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services