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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46eba692b44a36e5a33a59134596450228c450303a0eb0e6f8e73c6e656f2205
4
- data.tar.gz: 3fabb97dfde54278c9b089020e45bc956c8b02e15616bfb536db698d960c7eee
3
+ metadata.gz: 7fd56e2935f6ddb06a4f242b9946aa3d0445b1455f995ba4cbc337c201a70860
4
+ data.tar.gz: 1c0780f8e845cc0be9016095a03a80dc27c901eb306797c66d5c5e76599356e8
5
5
  SHA512:
6
- metadata.gz: 113bfa625dd468336caa52995d74637d5173dfdfcec62a25ff950d0f218b3eef0eefc0b2ccb430c1e9de760976b3118ea84ddc874539d8b937a4d5ef21a7042c
7
- data.tar.gz: 1933da09545ba7bd00b7de19929212037328d24f6494557f0c73d97460e74cc7af6a7bc94d91b29e7e99301311f40f604337f77976aa2588e5009b3c3c322612
6
+ metadata.gz: f977b227b3a275b608811fc01f10fe5691756a56e397f4a82b80d928384ed3bec20e298d8e6712ae7e6f2a72590781f6605baa331984c78ec008b7d2cc675a6b
7
+ data.tar.gz: fce36ce11a24042f273f34c29a814edea006b83bd2c3afcd4b83d245bebaf818d4d514bbdf5e509713a9a40d53f973072f685a04c0e38b11c60ff311a1209226
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.80.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
584
+ # For security recommendations, see [Connect Customer Chat security best
585
585
  # practices][1].
586
586
  #
587
- # For WebRTC security recommendations, see [Amazon Connect WebRTC
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
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 [Amazon Connect Chat security best
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.80.0'
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 Amazon Connect resource.
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
@@ -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.80.0'
57
+ GEM_VERSION = '1.81.0'
58
58
 
59
59
  end
60
60
 
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.80.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services