aws-sdk-connectparticipant 1.40.0 → 1.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22e3ce816d135d8f3a9b4a04020f9e0f6ec715991c972e729747d8af81a49b38
4
- data.tar.gz: 4e2aa3cc23f5651ea17fbd78375d83c975cd2d8e011f7c5e72a74ba749df2fe2
3
+ metadata.gz: e6046c3aa2979fb4fce88c3b0cc572f8f401445b82f7b350a38c8803dbdf9d26
4
+ data.tar.gz: 56c43f44569c42acfd4bf4fb31516d66d60e1099feae4926a011fccdc8c986c5
5
5
  SHA512:
6
- metadata.gz: 0df4a99de92824d5b26a14916cd648e116a6f3844decbe89890983702b33aef91b4a24faee0b94ed48db613087bcf6704074ceb6acb532ee6565ad732a66ee48
7
- data.tar.gz: 1102b2073c002261a86bb85370a111b773c63395f12c0da45dc4935f419c4ae368b95ffd8151b6da3640ea2c8f5fabd2744d4b1a2d2c9ad1fa66d979ab742e42
6
+ metadata.gz: 153a5aee0d1ad484c336103addfb7b7d9fa53de9410dad0993d46f4641e631d9fbefacae5c0348d2606245fef6da68c40fce737501e18cdc570359720386d0ce
7
+ data.tar.gz: 8426ede8b8b42d026b51c2b0233aae09dcdca13d8322a47a3d8814884730f602c5b9ba7c2827a58b65c498e021b7b305956c5cda6b620480220590555e848be2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2024-02-16)
5
+ ------------------
6
+
7
+ * Feature - Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
8
+
4
9
  1.40.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -389,7 +389,9 @@ module Aws::ConnectParticipant
389
389
  # @!group API Operations
390
390
 
391
391
  # Allows you to confirm that the attachment has been uploaded using the
392
- # pre-signed URL provided in StartAttachmentUpload API.
392
+ # pre-signed URL provided in StartAttachmentUpload API. A conflict
393
+ # exception is thrown when an attachment with that identifier is already
394
+ # being uploaded.
393
395
  #
394
396
  # <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
395
397
  # `ParticipantToken`.
@@ -678,6 +680,20 @@ module Aws::ConnectParticipant
678
680
  # attachments. For information about accessing past chat contact
679
681
  # transcripts for a persistent chat, see [Enable persistent chat][1].
680
682
  #
683
+ # If you have a process that consumes events in the transcript of an
684
+ # chat that has ended, note that chat transcripts contain the following
685
+ # event content types if the event has occurred during the chat session:
686
+ #
687
+ # * `application/vnd.amazonaws.connect.event.participant.left`
688
+ #
689
+ # * `application/vnd.amazonaws.connect.event.participant.joined`
690
+ #
691
+ # * `application/vnd.amazonaws.connect.event.chat.ended`
692
+ #
693
+ # * `application/vnd.amazonaws.connect.event.transfer.succeeded`
694
+ #
695
+ # * `application/vnd.amazonaws.connect.event.transfer.failed`
696
+ #
681
697
  # <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
682
698
  # `ParticipantToken`.
683
699
  #
@@ -776,7 +792,17 @@ module Aws::ConnectParticipant
776
792
  req.send_request(options)
777
793
  end
778
794
 
779
- # Sends an event.
795
+ # <note markdown="1"> The `application/vnd.amazonaws.connect.event.connection.acknowledged`
796
+ # ContentType will no longer be supported starting December 31, 2024.
797
+ # This event has been migrated to the [CreateParticipantConnection][1]
798
+ # API using the `ConnectParticipant` field.
799
+ #
800
+ # </note>
801
+ #
802
+ # Sends an event. Message receipts are not supported when there are more
803
+ # than two active participants in the chat. Using the SendEvent API for
804
+ # message receipts when a supervisor is barged-in will result in a
805
+ # conflict exception.
780
806
  #
781
807
  # <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
782
808
  # `ParticipantToken`.
@@ -784,11 +810,12 @@ module Aws::ConnectParticipant
784
810
  # </note>
785
811
  #
786
812
  # The Amazon Connect Participant Service APIs do not use [Signature
787
- # Version 4 authentication][1].
813
+ # Version 4 authentication][2].
788
814
  #
789
815
  #
790
816
  #
791
- # [1]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
817
+ # [1]: https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_CreateParticipantConnection.html
818
+ # [2]: https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html
792
819
  #
793
820
  # @option params [required, String] :content_type
794
821
  # The content type of the request. Supported types are:
@@ -796,6 +823,7 @@ module Aws::ConnectParticipant
796
823
  # * application/vnd.amazonaws.connect.event.typing
797
824
  #
798
825
  # * application/vnd.amazonaws.connect.event.connection.acknowledged
826
+ # (will be deprecated on December 31, 2024)
799
827
  #
800
828
  # * application/vnd.amazonaws.connect.event.message.delivered
801
829
  #
@@ -1022,7 +1050,7 @@ module Aws::ConnectParticipant
1022
1050
  params: params,
1023
1051
  config: config)
1024
1052
  context[:gem_name] = 'aws-sdk-connectparticipant'
1025
- context[:gem_version] = '1.40.0'
1053
+ context[:gem_version] = '1.41.0'
1026
1054
  Seahorse::Client::Request.new(handlers, context)
1027
1055
  end
1028
1056
 
@@ -96,7 +96,8 @@ module Aws::ConnectParticipant
96
96
  #
97
97
  class CompleteAttachmentUploadResponse < Aws::EmptyStructure; end
98
98
 
99
- # An attachment with that identifier is already being uploaded.
99
+ # The requested operation conflicts with the current state of a service
100
+ # resource associated with the request.
100
101
  #
101
102
  # @!attribute [rw] message
102
103
  # @return [String]
@@ -528,6 +529,7 @@ module Aws::ConnectParticipant
528
529
  # * application/vnd.amazonaws.connect.event.typing
529
530
  #
530
531
  # * application/vnd.amazonaws.connect.event.connection.acknowledged
532
+ # (will be deprecated on December 31, 2024)
531
533
  #
532
534
  # * application/vnd.amazonaws.connect.event.message.delivered
533
535
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-connectparticipant/customizations'
52
52
  # @!group service
53
53
  module Aws::ConnectParticipant
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-connectparticipant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core