aws-sdk-connectparticipant 1.39.0 → 1.41.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectparticipant/client.rb +33 -5
- data/lib/aws-sdk-connectparticipant/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-connectparticipant/types.rb +3 -1
- data/lib/aws-sdk-connectparticipant.rb +1 -1
- data/sig/client.rbs +199 -0
- data/sig/errors.rbs +39 -0
- data/sig/resource.rbs +79 -0
- data/sig/types.rbs +243 -0
- data/sig/waiters.rbs +13 -0
- metadata +9 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6046c3aa2979fb4fce88c3b0cc572f8f401445b82f7b350a38c8803dbdf9d26
|
4
|
+
data.tar.gz: 56c43f44569c42acfd4bf4fb31516d66d60e1099feae4926a011fccdc8c986c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 153a5aee0d1ad484c336103addfb7b7d9fa53de9410dad0993d46f4641e631d9fbefacae5c0348d2606245fef6da68c40fce737501e18cdc570359720386d0ce
|
7
|
+
data.tar.gz: 8426ede8b8b42d026b51c2b0233aae09dcdca13d8322a47a3d8814884730f602c5b9ba7c2827a58b65c498e021b7b305956c5cda6b620480220590555e848be2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.40.0 (2024-01-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.39.0 (2024-01-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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][
|
813
|
+
# Version 4 authentication][2].
|
788
814
|
#
|
789
815
|
#
|
790
816
|
#
|
791
|
-
# [1]: https://docs.aws.amazon.com/
|
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.
|
1053
|
+
context[:gem_version] = '1.41.0'
|
1026
1054
|
Seahorse::Client::Request.new(handlers, context)
|
1027
1055
|
end
|
1028
1056
|
|
@@ -14,6 +14,7 @@ module Aws::ConnectParticipant
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::ConnectParticipant::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
@@ -96,7 +96,8 @@ module Aws::ConnectParticipant
|
|
96
96
|
#
|
97
97
|
class CompleteAttachmentUploadResponse < Aws::EmptyStructure; end
|
98
98
|
|
99
|
-
#
|
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
|
#
|
data/sig/client.rbs
ADDED
@@ -0,0 +1,199 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ConnectParticipant
|
10
|
+
class Client < ::Seahorse::Client::Base
|
11
|
+
include ::Aws::ClientStubs
|
12
|
+
|
13
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#initialize-instance_method
|
14
|
+
def self.new: (
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> instance
|
72
|
+
| (?Hash[Symbol, untyped]) -> instance
|
73
|
+
|
74
|
+
|
75
|
+
interface _CompleteAttachmentUploadResponseSuccess
|
76
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CompleteAttachmentUploadResponse]
|
77
|
+
end
|
78
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#complete_attachment_upload-instance_method
|
79
|
+
def complete_attachment_upload: (
|
80
|
+
attachment_ids: Array[::String],
|
81
|
+
client_token: ::String,
|
82
|
+
connection_token: ::String
|
83
|
+
) -> _CompleteAttachmentUploadResponseSuccess
|
84
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CompleteAttachmentUploadResponseSuccess
|
85
|
+
|
86
|
+
interface _CreateParticipantConnectionResponseSuccess
|
87
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::CreateParticipantConnectionResponse]
|
88
|
+
def websocket: () -> Types::Websocket
|
89
|
+
def connection_credentials: () -> Types::ConnectionCredentials
|
90
|
+
end
|
91
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#create_participant_connection-instance_method
|
92
|
+
def create_participant_connection: (
|
93
|
+
?type: Array[("WEBSOCKET" | "CONNECTION_CREDENTIALS")],
|
94
|
+
participant_token: ::String,
|
95
|
+
?connect_participant: bool
|
96
|
+
) -> _CreateParticipantConnectionResponseSuccess
|
97
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateParticipantConnectionResponseSuccess
|
98
|
+
|
99
|
+
interface _DescribeViewResponseSuccess
|
100
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DescribeViewResponse]
|
101
|
+
def view: () -> Types::View
|
102
|
+
end
|
103
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#describe_view-instance_method
|
104
|
+
def describe_view: (
|
105
|
+
view_token: ::String,
|
106
|
+
connection_token: ::String
|
107
|
+
) -> _DescribeViewResponseSuccess
|
108
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeViewResponseSuccess
|
109
|
+
|
110
|
+
interface _DisconnectParticipantResponseSuccess
|
111
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::DisconnectParticipantResponse]
|
112
|
+
end
|
113
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#disconnect_participant-instance_method
|
114
|
+
def disconnect_participant: (
|
115
|
+
?client_token: ::String,
|
116
|
+
connection_token: ::String
|
117
|
+
) -> _DisconnectParticipantResponseSuccess
|
118
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisconnectParticipantResponseSuccess
|
119
|
+
|
120
|
+
interface _GetAttachmentResponseSuccess
|
121
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetAttachmentResponse]
|
122
|
+
def url: () -> ::String
|
123
|
+
def url_expiry: () -> ::String
|
124
|
+
end
|
125
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#get_attachment-instance_method
|
126
|
+
def get_attachment: (
|
127
|
+
attachment_id: ::String,
|
128
|
+
connection_token: ::String
|
129
|
+
) -> _GetAttachmentResponseSuccess
|
130
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAttachmentResponseSuccess
|
131
|
+
|
132
|
+
interface _GetTranscriptResponseSuccess
|
133
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::GetTranscriptResponse]
|
134
|
+
def initial_contact_id: () -> ::String
|
135
|
+
def transcript: () -> ::Array[Types::Item]
|
136
|
+
def next_token: () -> ::String
|
137
|
+
end
|
138
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#get_transcript-instance_method
|
139
|
+
def get_transcript: (
|
140
|
+
?contact_id: ::String,
|
141
|
+
?max_results: ::Integer,
|
142
|
+
?next_token: ::String,
|
143
|
+
?scan_direction: ("FORWARD" | "BACKWARD"),
|
144
|
+
?sort_order: ("DESCENDING" | "ASCENDING"),
|
145
|
+
?start_position: {
|
146
|
+
id: ::String?,
|
147
|
+
absolute_time: ::String?,
|
148
|
+
most_recent: ::Integer?
|
149
|
+
},
|
150
|
+
connection_token: ::String
|
151
|
+
) -> _GetTranscriptResponseSuccess
|
152
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTranscriptResponseSuccess
|
153
|
+
|
154
|
+
interface _SendEventResponseSuccess
|
155
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SendEventResponse]
|
156
|
+
def id: () -> ::String
|
157
|
+
def absolute_time: () -> ::String
|
158
|
+
end
|
159
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#send_event-instance_method
|
160
|
+
def send_event: (
|
161
|
+
content_type: ::String,
|
162
|
+
?content: ::String,
|
163
|
+
?client_token: ::String,
|
164
|
+
connection_token: ::String
|
165
|
+
) -> _SendEventResponseSuccess
|
166
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendEventResponseSuccess
|
167
|
+
|
168
|
+
interface _SendMessageResponseSuccess
|
169
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::SendMessageResponse]
|
170
|
+
def id: () -> ::String
|
171
|
+
def absolute_time: () -> ::String
|
172
|
+
end
|
173
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#send_message-instance_method
|
174
|
+
def send_message: (
|
175
|
+
content_type: ::String,
|
176
|
+
content: ::String,
|
177
|
+
?client_token: ::String,
|
178
|
+
connection_token: ::String
|
179
|
+
) -> _SendMessageResponseSuccess
|
180
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendMessageResponseSuccess
|
181
|
+
|
182
|
+
interface _StartAttachmentUploadResponseSuccess
|
183
|
+
include ::Seahorse::Client::_ResponseSuccess[Types::StartAttachmentUploadResponse]
|
184
|
+
def attachment_id: () -> ::String
|
185
|
+
def upload_metadata: () -> Types::UploadMetadata
|
186
|
+
end
|
187
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Client.html#start_attachment_upload-instance_method
|
188
|
+
def start_attachment_upload: (
|
189
|
+
content_type: ::String,
|
190
|
+
attachment_size_in_bytes: ::Integer,
|
191
|
+
attachment_name: ::String,
|
192
|
+
client_token: ::String,
|
193
|
+
connection_token: ::String
|
194
|
+
) -> _StartAttachmentUploadResponseSuccess
|
195
|
+
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAttachmentUploadResponseSuccess
|
196
|
+
end
|
197
|
+
end
|
198
|
+
end
|
199
|
+
|
data/sig/errors.rbs
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ConnectParticipant
|
10
|
+
module Errors
|
11
|
+
class ServiceError < ::Aws::Errors::ServiceError
|
12
|
+
end
|
13
|
+
|
14
|
+
class AccessDeniedException < ::Aws::Errors::ServiceError
|
15
|
+
def message: () -> ::String
|
16
|
+
end
|
17
|
+
class ConflictException < ::Aws::Errors::ServiceError
|
18
|
+
def message: () -> ::String
|
19
|
+
end
|
20
|
+
class InternalServerException < ::Aws::Errors::ServiceError
|
21
|
+
def message: () -> ::String
|
22
|
+
end
|
23
|
+
class ResourceNotFoundException < ::Aws::Errors::ServiceError
|
24
|
+
def message: () -> ::String
|
25
|
+
def resource_id: () -> ::String
|
26
|
+
def resource_type: () -> ::String
|
27
|
+
end
|
28
|
+
class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
|
29
|
+
def message: () -> ::String
|
30
|
+
end
|
31
|
+
class ThrottlingException < ::Aws::Errors::ServiceError
|
32
|
+
def message: () -> ::String
|
33
|
+
end
|
34
|
+
class ValidationException < ::Aws::Errors::ServiceError
|
35
|
+
def message: () -> ::String
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
data/sig/resource.rbs
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ConnectParticipant
|
10
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Resource.html
|
11
|
+
class Resource
|
12
|
+
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectParticipant/Resource.html#initialize-instance_method
|
13
|
+
def initialize: (
|
14
|
+
?client: Client,
|
15
|
+
?credentials: untyped,
|
16
|
+
?region: String,
|
17
|
+
?access_key_id: String,
|
18
|
+
?active_endpoint_cache: bool,
|
19
|
+
?adaptive_retry_wait_to_fill: bool,
|
20
|
+
?client_side_monitoring: bool,
|
21
|
+
?client_side_monitoring_client_id: String,
|
22
|
+
?client_side_monitoring_host: String,
|
23
|
+
?client_side_monitoring_port: Integer,
|
24
|
+
?client_side_monitoring_publisher: untyped,
|
25
|
+
?convert_params: bool,
|
26
|
+
?correct_clock_skew: bool,
|
27
|
+
?defaults_mode: String,
|
28
|
+
?disable_host_prefix_injection: bool,
|
29
|
+
?disable_request_compression: bool,
|
30
|
+
?endpoint: String,
|
31
|
+
?endpoint_cache_max_entries: Integer,
|
32
|
+
?endpoint_cache_max_threads: Integer,
|
33
|
+
?endpoint_cache_poll_interval: Integer,
|
34
|
+
?endpoint_discovery: bool,
|
35
|
+
?ignore_configured_endpoint_urls: bool,
|
36
|
+
?log_formatter: untyped,
|
37
|
+
?log_level: Symbol,
|
38
|
+
?logger: untyped,
|
39
|
+
?max_attempts: Integer,
|
40
|
+
?profile: String,
|
41
|
+
?request_min_compression_size_bytes: Integer,
|
42
|
+
?retry_backoff: Proc,
|
43
|
+
?retry_base_delay: Float,
|
44
|
+
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
45
|
+
?retry_limit: Integer,
|
46
|
+
?retry_max_delay: Integer,
|
47
|
+
?retry_mode: ("legacy" | "standard" | "adaptive"),
|
48
|
+
?sdk_ua_app_id: String,
|
49
|
+
?secret_access_key: String,
|
50
|
+
?session_token: String,
|
51
|
+
?stub_responses: untyped,
|
52
|
+
?token_provider: untyped,
|
53
|
+
?use_dualstack_endpoint: bool,
|
54
|
+
?use_fips_endpoint: bool,
|
55
|
+
?validate_params: bool,
|
56
|
+
?endpoint_provider: untyped,
|
57
|
+
?http_proxy: String,
|
58
|
+
?http_open_timeout: (Float | Integer),
|
59
|
+
?http_read_timeout: (Float | Integer),
|
60
|
+
?http_idle_timeout: (Float | Integer),
|
61
|
+
?http_continue_timeout: (Float | Integer),
|
62
|
+
?ssl_timeout: (Float | Integer | nil),
|
63
|
+
?http_wire_trace: bool,
|
64
|
+
?ssl_verify_peer: bool,
|
65
|
+
?ssl_ca_bundle: String,
|
66
|
+
?ssl_ca_directory: String,
|
67
|
+
?ssl_ca_store: String,
|
68
|
+
?on_chunk_received: Proc,
|
69
|
+
?on_chunk_sent: Proc,
|
70
|
+
?raise_response_errors: bool
|
71
|
+
) -> void
|
72
|
+
| (?Hash[Symbol, untyped]) -> void
|
73
|
+
|
74
|
+
def client: () -> Client
|
75
|
+
|
76
|
+
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
data/sig/types.rbs
ADDED
@@ -0,0 +1,243 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::ConnectParticipant
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AttachmentItem
|
17
|
+
attr_accessor content_type: ::String
|
18
|
+
attr_accessor attachment_id: ::String
|
19
|
+
attr_accessor attachment_name: ::String
|
20
|
+
attr_accessor status: ("APPROVED" | "REJECTED" | "IN_PROGRESS")
|
21
|
+
SENSITIVE: []
|
22
|
+
end
|
23
|
+
|
24
|
+
class CompleteAttachmentUploadRequest
|
25
|
+
attr_accessor attachment_ids: ::Array[::String]
|
26
|
+
attr_accessor client_token: ::String
|
27
|
+
attr_accessor connection_token: ::String
|
28
|
+
SENSITIVE: []
|
29
|
+
end
|
30
|
+
|
31
|
+
class CompleteAttachmentUploadResponse < Aws::EmptyStructure
|
32
|
+
end
|
33
|
+
|
34
|
+
class ConflictException
|
35
|
+
attr_accessor message: ::String
|
36
|
+
SENSITIVE: []
|
37
|
+
end
|
38
|
+
|
39
|
+
class ConnectionCredentials
|
40
|
+
attr_accessor connection_token: ::String
|
41
|
+
attr_accessor expiry: ::String
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class CreateParticipantConnectionRequest
|
46
|
+
attr_accessor type: ::Array[("WEBSOCKET" | "CONNECTION_CREDENTIALS")]
|
47
|
+
attr_accessor participant_token: ::String
|
48
|
+
attr_accessor connect_participant: bool
|
49
|
+
SENSITIVE: []
|
50
|
+
end
|
51
|
+
|
52
|
+
class CreateParticipantConnectionResponse
|
53
|
+
attr_accessor websocket: Types::Websocket
|
54
|
+
attr_accessor connection_credentials: Types::ConnectionCredentials
|
55
|
+
SENSITIVE: []
|
56
|
+
end
|
57
|
+
|
58
|
+
class DescribeViewRequest
|
59
|
+
attr_accessor view_token: ::String
|
60
|
+
attr_accessor connection_token: ::String
|
61
|
+
SENSITIVE: []
|
62
|
+
end
|
63
|
+
|
64
|
+
class DescribeViewResponse
|
65
|
+
attr_accessor view: Types::View
|
66
|
+
SENSITIVE: []
|
67
|
+
end
|
68
|
+
|
69
|
+
class DisconnectParticipantRequest
|
70
|
+
attr_accessor client_token: ::String
|
71
|
+
attr_accessor connection_token: ::String
|
72
|
+
SENSITIVE: []
|
73
|
+
end
|
74
|
+
|
75
|
+
class DisconnectParticipantResponse < Aws::EmptyStructure
|
76
|
+
end
|
77
|
+
|
78
|
+
class GetAttachmentRequest
|
79
|
+
attr_accessor attachment_id: ::String
|
80
|
+
attr_accessor connection_token: ::String
|
81
|
+
SENSITIVE: []
|
82
|
+
end
|
83
|
+
|
84
|
+
class GetAttachmentResponse
|
85
|
+
attr_accessor url: ::String
|
86
|
+
attr_accessor url_expiry: ::String
|
87
|
+
SENSITIVE: []
|
88
|
+
end
|
89
|
+
|
90
|
+
class GetTranscriptRequest
|
91
|
+
attr_accessor contact_id: ::String
|
92
|
+
attr_accessor max_results: ::Integer
|
93
|
+
attr_accessor next_token: ::String
|
94
|
+
attr_accessor scan_direction: ("FORWARD" | "BACKWARD")
|
95
|
+
attr_accessor sort_order: ("DESCENDING" | "ASCENDING")
|
96
|
+
attr_accessor start_position: Types::StartPosition
|
97
|
+
attr_accessor connection_token: ::String
|
98
|
+
SENSITIVE: []
|
99
|
+
end
|
100
|
+
|
101
|
+
class GetTranscriptResponse
|
102
|
+
attr_accessor initial_contact_id: ::String
|
103
|
+
attr_accessor transcript: ::Array[Types::Item]
|
104
|
+
attr_accessor next_token: ::String
|
105
|
+
SENSITIVE: []
|
106
|
+
end
|
107
|
+
|
108
|
+
class InternalServerException
|
109
|
+
attr_accessor message: ::String
|
110
|
+
SENSITIVE: []
|
111
|
+
end
|
112
|
+
|
113
|
+
class Item
|
114
|
+
attr_accessor absolute_time: ::String
|
115
|
+
attr_accessor content: ::String
|
116
|
+
attr_accessor content_type: ::String
|
117
|
+
attr_accessor id: ::String
|
118
|
+
attr_accessor type: ("TYPING" | "PARTICIPANT_JOINED" | "PARTICIPANT_LEFT" | "CHAT_ENDED" | "TRANSFER_SUCCEEDED" | "TRANSFER_FAILED" | "MESSAGE" | "EVENT" | "ATTACHMENT" | "CONNECTION_ACK" | "MESSAGE_DELIVERED" | "MESSAGE_READ")
|
119
|
+
attr_accessor participant_id: ::String
|
120
|
+
attr_accessor display_name: ::String
|
121
|
+
attr_accessor participant_role: ("AGENT" | "CUSTOMER" | "SYSTEM" | "CUSTOM_BOT" | "SUPERVISOR")
|
122
|
+
attr_accessor attachments: ::Array[Types::AttachmentItem]
|
123
|
+
attr_accessor message_metadata: Types::MessageMetadata
|
124
|
+
attr_accessor related_contact_id: ::String
|
125
|
+
attr_accessor contact_id: ::String
|
126
|
+
SENSITIVE: []
|
127
|
+
end
|
128
|
+
|
129
|
+
class MessageMetadata
|
130
|
+
attr_accessor message_id: ::String
|
131
|
+
attr_accessor receipts: ::Array[Types::Receipt]
|
132
|
+
SENSITIVE: []
|
133
|
+
end
|
134
|
+
|
135
|
+
class Receipt
|
136
|
+
attr_accessor delivered_timestamp: ::String
|
137
|
+
attr_accessor read_timestamp: ::String
|
138
|
+
attr_accessor recipient_participant_id: ::String
|
139
|
+
SENSITIVE: []
|
140
|
+
end
|
141
|
+
|
142
|
+
class ResourceNotFoundException
|
143
|
+
attr_accessor message: ::String
|
144
|
+
attr_accessor resource_id: ::String
|
145
|
+
attr_accessor resource_type: ("CONTACT" | "CONTACT_FLOW" | "INSTANCE" | "PARTICIPANT" | "HIERARCHY_LEVEL" | "HIERARCHY_GROUP" | "USER" | "PHONE_NUMBER")
|
146
|
+
SENSITIVE: []
|
147
|
+
end
|
148
|
+
|
149
|
+
class SendEventRequest
|
150
|
+
attr_accessor content_type: ::String
|
151
|
+
attr_accessor content: ::String
|
152
|
+
attr_accessor client_token: ::String
|
153
|
+
attr_accessor connection_token: ::String
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class SendEventResponse
|
158
|
+
attr_accessor id: ::String
|
159
|
+
attr_accessor absolute_time: ::String
|
160
|
+
SENSITIVE: []
|
161
|
+
end
|
162
|
+
|
163
|
+
class SendMessageRequest
|
164
|
+
attr_accessor content_type: ::String
|
165
|
+
attr_accessor content: ::String
|
166
|
+
attr_accessor client_token: ::String
|
167
|
+
attr_accessor connection_token: ::String
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class SendMessageResponse
|
172
|
+
attr_accessor id: ::String
|
173
|
+
attr_accessor absolute_time: ::String
|
174
|
+
SENSITIVE: []
|
175
|
+
end
|
176
|
+
|
177
|
+
class ServiceQuotaExceededException
|
178
|
+
attr_accessor message: ::String
|
179
|
+
SENSITIVE: []
|
180
|
+
end
|
181
|
+
|
182
|
+
class StartAttachmentUploadRequest
|
183
|
+
attr_accessor content_type: ::String
|
184
|
+
attr_accessor attachment_size_in_bytes: ::Integer
|
185
|
+
attr_accessor attachment_name: ::String
|
186
|
+
attr_accessor client_token: ::String
|
187
|
+
attr_accessor connection_token: ::String
|
188
|
+
SENSITIVE: []
|
189
|
+
end
|
190
|
+
|
191
|
+
class StartAttachmentUploadResponse
|
192
|
+
attr_accessor attachment_id: ::String
|
193
|
+
attr_accessor upload_metadata: Types::UploadMetadata
|
194
|
+
SENSITIVE: []
|
195
|
+
end
|
196
|
+
|
197
|
+
class StartPosition
|
198
|
+
attr_accessor id: ::String
|
199
|
+
attr_accessor absolute_time: ::String
|
200
|
+
attr_accessor most_recent: ::Integer
|
201
|
+
SENSITIVE: []
|
202
|
+
end
|
203
|
+
|
204
|
+
class ThrottlingException
|
205
|
+
attr_accessor message: ::String
|
206
|
+
SENSITIVE: []
|
207
|
+
end
|
208
|
+
|
209
|
+
class UploadMetadata
|
210
|
+
attr_accessor url: ::String
|
211
|
+
attr_accessor url_expiry: ::String
|
212
|
+
attr_accessor headers_to_include: ::Hash[::String, ::String]
|
213
|
+
SENSITIVE: []
|
214
|
+
end
|
215
|
+
|
216
|
+
class ValidationException
|
217
|
+
attr_accessor message: ::String
|
218
|
+
SENSITIVE: []
|
219
|
+
end
|
220
|
+
|
221
|
+
class View
|
222
|
+
attr_accessor id: ::String
|
223
|
+
attr_accessor arn: ::String
|
224
|
+
attr_accessor name: ::String
|
225
|
+
attr_accessor version: ::Integer
|
226
|
+
attr_accessor content: Types::ViewContent
|
227
|
+
SENSITIVE: [:name]
|
228
|
+
end
|
229
|
+
|
230
|
+
class ViewContent
|
231
|
+
attr_accessor input_schema: ::String
|
232
|
+
attr_accessor template: ::String
|
233
|
+
attr_accessor actions: ::Array[::String]
|
234
|
+
SENSITIVE: [:input_schema, :template]
|
235
|
+
end
|
236
|
+
|
237
|
+
class Websocket
|
238
|
+
attr_accessor url: ::String
|
239
|
+
attr_accessor connection_expiry: ::String
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
end
|
243
|
+
end
|
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module ConnectParticipant
|
10
|
+
module Waiters
|
11
|
+
end
|
12
|
+
end
|
13
|
+
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.
|
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-
|
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.191.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -66,6 +66,11 @@ files:
|
|
66
66
|
- lib/aws-sdk-connectparticipant/plugins/endpoints.rb
|
67
67
|
- lib/aws-sdk-connectparticipant/resource.rb
|
68
68
|
- lib/aws-sdk-connectparticipant/types.rb
|
69
|
+
- sig/client.rbs
|
70
|
+
- sig/errors.rbs
|
71
|
+
- sig/resource.rbs
|
72
|
+
- sig/types.rbs
|
73
|
+
- sig/waiters.rbs
|
69
74
|
homepage: https://github.com/aws/aws-sdk-ruby
|
70
75
|
licenses:
|
71
76
|
- Apache-2.0
|