aws-sdk-connectparticipant 1.38.0 → 1.40.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: 1f0bc10a3e506cffa32b2b5a346269d7686a98dc36f77575e6b83e7bee5f391d
4
- data.tar.gz: dddf39cbbd82a07d599b12185c8fff2b7b63bf6215aeb37f58ed4da676ff5191
3
+ metadata.gz: 22e3ce816d135d8f3a9b4a04020f9e0f6ec715991c972e729747d8af81a49b38
4
+ data.tar.gz: 4e2aa3cc23f5651ea17fbd78375d83c975cd2d8e011f7c5e72a74ba749df2fe2
5
5
  SHA512:
6
- metadata.gz: 2c5af23cb72af9ed2588422fa9ef73a5b5c51b11cfd0119ef02899e7611c063e4c5df900f7257e9f1c641fc4419f619f2bccf1cac840a6cb2e12c9b5743c24a3
7
- data.tar.gz: 7e1a0f4aa6cbd8b9a4bdf1ae2df2856c6666697a9ec5bd36dbdb49dc93b03fd9225ba13ad9056abe82b0b423693e1fb22d84083883ff8e4f5f3fae4e2ad3bac7
6
+ metadata.gz: 0df4a99de92824d5b26a14916cd648e116a6f3844decbe89890983702b33aef91b4a24faee0b94ed48db613087bcf6704074ceb6acb532ee6565ad732a66ee48
7
+ data.tar.gz: 1102b2073c002261a86bb85370a111b773c63395f12c0da45dc4935f419c4ae368b95ffd8151b6da3640ea2c8f5fabd2744d4b1a2d2c9ad1fa66d979ab742e42
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.39.0 (2024-01-12)
10
+ ------------------
11
+
12
+ * Feature - Introduce new Supervisor participant role
13
+
4
14
  1.38.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -752,7 +752,7 @@ module Aws::ConnectParticipant
752
752
  # resp.transcript[0].type #=> String, one of "TYPING", "PARTICIPANT_JOINED", "PARTICIPANT_LEFT", "CHAT_ENDED", "TRANSFER_SUCCEEDED", "TRANSFER_FAILED", "MESSAGE", "EVENT", "ATTACHMENT", "CONNECTION_ACK", "MESSAGE_DELIVERED", "MESSAGE_READ"
753
753
  # resp.transcript[0].participant_id #=> String
754
754
  # resp.transcript[0].display_name #=> String
755
- # resp.transcript[0].participant_role #=> String, one of "AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT"
755
+ # resp.transcript[0].participant_role #=> String, one of "AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT", "SUPERVISOR"
756
756
  # resp.transcript[0].attachments #=> Array
757
757
  # resp.transcript[0].attachments[0].content_type #=> String
758
758
  # resp.transcript[0].attachments[0].attachment_id #=> String
@@ -1022,7 +1022,7 @@ module Aws::ConnectParticipant
1022
1022
  params: params,
1023
1023
  config: config)
1024
1024
  context[:gem_name] = 'aws-sdk-connectparticipant'
1025
- context[:gem_version] = '1.38.0'
1025
+ context[:gem_version] = '1.40.0'
1026
1026
  Seahorse::Client::Request.new(handlers, context)
1027
1027
  end
1028
1028
 
@@ -387,6 +387,7 @@ module Aws::ConnectParticipant
387
387
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
388
388
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
389
389
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
390
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
390
391
  end)
391
392
 
392
393
  api.add_operation(:send_message, Seahorse::Model::Operation.new.tap do |o|
@@ -32,8 +32,8 @@ module Aws::ConnectParticipant
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
37
37
  return Aws::Endpoints::Endpoint.new(url: "https://participant.connect.#{region}.amazonaws.com", headers: {}, properties: {})
38
38
  end
39
39
  return Aws::Endpoints::Endpoint.new(url: "https://participant.connect-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
@@ -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 '\
@@ -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.38.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
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.38.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 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.188.0
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.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ 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
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectparticipant
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connectparticipant/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - Amazon Connect Participant
94
99
  test_files: []