aws-sdk-connectparticipant 1.80.0 → 1.81.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectparticipant/client.rb +12 -12
- data/lib/aws-sdk-connectparticipant/types.rb +1 -1
- data/lib/aws-sdk-connectparticipant.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7fd56e2935f6ddb06a4f242b9946aa3d0445b1455f995ba4cbc337c201a70860
|
|
4
|
+
data.tar.gz: 1c0780f8e845cc0be9016095a03a80dc27c901eb306797c66d5c5e76599356e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f977b227b3a275b608811fc01f10fe5691756a56e397f4a82b80d928384ed3bec20e298d8e6712ae7e6f2a72590781f6605baa331984c78ec008b7d2cc675a6b
|
|
7
|
+
data.tar.gz: fce36ce11a24042f273f34c29a814edea006b83bd2c3afcd4b83d245bebaf818d4d514bbdf5e509713a9a40d53f973072f685a04c0e38b11c60ff311a1209226
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.81.0
|
|
@@ -524,7 +524,7 @@ module Aws::ConnectParticipant
|
|
|
524
524
|
# exception is thrown when an attachment with that identifier is already
|
|
525
525
|
# being uploaded.
|
|
526
526
|
#
|
|
527
|
-
# For security recommendations, see [
|
|
527
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
528
528
|
# practices][1].
|
|
529
529
|
#
|
|
530
530
|
# <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
|
|
@@ -581,10 +581,10 @@ module Aws::ConnectParticipant
|
|
|
581
581
|
|
|
582
582
|
# Creates the participant's connection.
|
|
583
583
|
#
|
|
584
|
-
# For security recommendations, see [
|
|
584
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
585
585
|
# practices][1].
|
|
586
586
|
#
|
|
587
|
-
# For WebRTC security recommendations, see [
|
|
587
|
+
# For WebRTC security recommendations, see [Connect Customer WebRTC
|
|
588
588
|
# security best practices][2].
|
|
589
589
|
#
|
|
590
590
|
# <note markdown="1"> `ParticipantToken` is used for invoking this API instead of
|
|
@@ -727,7 +727,7 @@ module Aws::ConnectParticipant
|
|
|
727
727
|
|
|
728
728
|
# Retrieves the view for the specified view token.
|
|
729
729
|
#
|
|
730
|
-
# For security recommendations, see [
|
|
730
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
731
731
|
# practices][1].
|
|
732
732
|
#
|
|
733
733
|
#
|
|
@@ -774,7 +774,7 @@ module Aws::ConnectParticipant
|
|
|
774
774
|
|
|
775
775
|
# Disconnects a participant.
|
|
776
776
|
#
|
|
777
|
-
# For security recommendations, see [
|
|
777
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
778
778
|
# practices][1].
|
|
779
779
|
#
|
|
780
780
|
# <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
|
|
@@ -828,7 +828,7 @@ module Aws::ConnectParticipant
|
|
|
828
828
|
# Provides a pre-signed URL for download of a completed attachment. This
|
|
829
829
|
# is an asynchronous API for use with active contacts.
|
|
830
830
|
#
|
|
831
|
-
# For security recommendations, see [
|
|
831
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
832
832
|
# practices][1].
|
|
833
833
|
#
|
|
834
834
|
# <note markdown="1"> * The participant role `CUSTOM_BOT` is not permitted to access
|
|
@@ -893,7 +893,7 @@ module Aws::ConnectParticipant
|
|
|
893
893
|
# Retrieves the AuthenticationUrl for the current authentication session
|
|
894
894
|
# for the AuthenticateCustomer flow block.
|
|
895
895
|
#
|
|
896
|
-
# For security recommendations, see [
|
|
896
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
897
897
|
# practices][1].
|
|
898
898
|
#
|
|
899
899
|
# <note markdown="1"> * This API can only be called within one minute of receiving the
|
|
@@ -957,7 +957,7 @@ module Aws::ConnectParticipant
|
|
|
957
957
|
# attachments. For information about accessing past chat contact
|
|
958
958
|
# transcripts for a persistent chat, see [Enable persistent chat][1].
|
|
959
959
|
#
|
|
960
|
-
# For security recommendations, see [
|
|
960
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
961
961
|
# practices][2].
|
|
962
962
|
#
|
|
963
963
|
# If you have a process that consumes events in the transcript of an
|
|
@@ -1088,7 +1088,7 @@ module Aws::ConnectParticipant
|
|
|
1088
1088
|
# message receipts when a supervisor is barged-in will result in a
|
|
1089
1089
|
# conflict exception.
|
|
1090
1090
|
#
|
|
1091
|
-
# For security recommendations, see [
|
|
1091
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
1092
1092
|
# practices][2].
|
|
1093
1093
|
#
|
|
1094
1094
|
# <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
|
|
@@ -1172,7 +1172,7 @@ module Aws::ConnectParticipant
|
|
|
1172
1172
|
|
|
1173
1173
|
# Sends a message.
|
|
1174
1174
|
#
|
|
1175
|
-
# For security recommendations, see [
|
|
1175
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
1176
1176
|
# practices][1].
|
|
1177
1177
|
#
|
|
1178
1178
|
# <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
|
|
@@ -1267,7 +1267,7 @@ module Aws::ConnectParticipant
|
|
|
1267
1267
|
# Provides a pre-signed Amazon S3 URL in response for uploading the file
|
|
1268
1268
|
# directly to S3.
|
|
1269
1269
|
#
|
|
1270
|
-
# For security recommendations, see [
|
|
1270
|
+
# For security recommendations, see [Connect Customer Chat security best
|
|
1271
1271
|
# practices][1].
|
|
1272
1272
|
#
|
|
1273
1273
|
# <note markdown="1"> `ConnectionToken` is used for invoking this API instead of
|
|
@@ -1365,7 +1365,7 @@ module Aws::ConnectParticipant
|
|
|
1365
1365
|
tracer: tracer
|
|
1366
1366
|
)
|
|
1367
1367
|
context[:gem_name] = 'aws-sdk-connectparticipant'
|
|
1368
|
-
context[:gem_version] = '1.
|
|
1368
|
+
context[:gem_version] = '1.81.0'
|
|
1369
1369
|
Seahorse::Client::Request.new(handlers, context)
|
|
1370
1370
|
end
|
|
1371
1371
|
|
|
@@ -658,7 +658,7 @@ module Aws::ConnectParticipant
|
|
|
658
658
|
# @return [String]
|
|
659
659
|
#
|
|
660
660
|
# @!attribute [rw] resource_type
|
|
661
|
-
# The type of
|
|
661
|
+
# The type of Connect Customer resource.
|
|
662
662
|
# @return [String]
|
|
663
663
|
#
|
|
664
664
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectparticipant-2018-09-07/ResourceNotFoundException AWS API Documentation
|