aws-sdk-connect 1.148.0 → 1.150.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,4097 @@
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 Connect
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/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 _ActivateEvaluationFormResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::ActivateEvaluationFormResponse]
77
+ def evaluation_form_id: () -> ::String
78
+ def evaluation_form_arn: () -> ::String
79
+ def evaluation_form_version: () -> ::Integer
80
+ end
81
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#activate_evaluation_form-instance_method
82
+ def activate_evaluation_form: (
83
+ instance_id: ::String,
84
+ evaluation_form_id: ::String,
85
+ evaluation_form_version: ::Integer
86
+ ) -> _ActivateEvaluationFormResponseSuccess
87
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ActivateEvaluationFormResponseSuccess
88
+
89
+ interface _AssociateAnalyticsDataSetResponseSuccess
90
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateAnalyticsDataSetResponse]
91
+ def data_set_id: () -> ::String
92
+ def target_account_id: () -> ::String
93
+ def resource_share_id: () -> ::String
94
+ def resource_share_arn: () -> ::String
95
+ end
96
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_analytics_data_set-instance_method
97
+ def associate_analytics_data_set: (
98
+ instance_id: ::String,
99
+ data_set_id: ::String,
100
+ ?target_account_id: ::String
101
+ ) -> _AssociateAnalyticsDataSetResponseSuccess
102
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateAnalyticsDataSetResponseSuccess
103
+
104
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_approved_origin-instance_method
105
+ def associate_approved_origin: (
106
+ instance_id: ::String,
107
+ origin: ::String
108
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
109
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
110
+
111
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_bot-instance_method
112
+ def associate_bot: (
113
+ instance_id: ::String,
114
+ ?lex_bot: {
115
+ name: ::String,
116
+ lex_region: ::String
117
+ },
118
+ ?lex_v2_bot: {
119
+ alias_arn: ::String?
120
+ }
121
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
122
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
123
+
124
+ interface _AssociateDefaultVocabularyResponseSuccess
125
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateDefaultVocabularyResponse]
126
+ end
127
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_default_vocabulary-instance_method
128
+ def associate_default_vocabulary: (
129
+ instance_id: ::String,
130
+ language_code: ("ar-AE" | "de-CH" | "de-DE" | "en-AB" | "en-AU" | "en-GB" | "en-IE" | "en-IN" | "en-US" | "en-WL" | "es-ES" | "es-US" | "fr-CA" | "fr-FR" | "hi-IN" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "pt-PT" | "zh-CN" | "en-NZ" | "en-ZA"),
131
+ ?vocabulary_id: ::String
132
+ ) -> _AssociateDefaultVocabularyResponseSuccess
133
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateDefaultVocabularyResponseSuccess
134
+
135
+ interface _AssociateFlowResponseSuccess
136
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateFlowResponse]
137
+ end
138
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_flow-instance_method
139
+ def associate_flow: (
140
+ instance_id: ::String,
141
+ resource_id: ::String,
142
+ flow_id: ::String,
143
+ resource_type: ("SMS_PHONE_NUMBER")
144
+ ) -> _AssociateFlowResponseSuccess
145
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateFlowResponseSuccess
146
+
147
+ interface _AssociateInstanceStorageConfigResponseSuccess
148
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateInstanceStorageConfigResponse]
149
+ def association_id: () -> ::String
150
+ end
151
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_instance_storage_config-instance_method
152
+ def associate_instance_storage_config: (
153
+ instance_id: ::String,
154
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS"),
155
+ storage_config: {
156
+ association_id: ::String?,
157
+ storage_type: ("S3" | "KINESIS_VIDEO_STREAM" | "KINESIS_STREAM" | "KINESIS_FIREHOSE"),
158
+ s3_config: {
159
+ bucket_name: ::String,
160
+ bucket_prefix: ::String,
161
+ encryption_config: {
162
+ encryption_type: ("KMS"),
163
+ key_id: ::String
164
+ }?
165
+ }?,
166
+ kinesis_video_stream_config: {
167
+ prefix: ::String,
168
+ retention_period_hours: ::Integer,
169
+ encryption_config: {
170
+ encryption_type: ("KMS"),
171
+ key_id: ::String
172
+ }
173
+ }?,
174
+ kinesis_stream_config: {
175
+ stream_arn: ::String
176
+ }?,
177
+ kinesis_firehose_config: {
178
+ firehose_arn: ::String
179
+ }?
180
+ }
181
+ ) -> _AssociateInstanceStorageConfigResponseSuccess
182
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateInstanceStorageConfigResponseSuccess
183
+
184
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_lambda_function-instance_method
185
+ def associate_lambda_function: (
186
+ instance_id: ::String,
187
+ function_arn: ::String
188
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
189
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
190
+
191
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_lex_bot-instance_method
192
+ def associate_lex_bot: (
193
+ instance_id: ::String,
194
+ lex_bot: {
195
+ name: ::String,
196
+ lex_region: ::String
197
+ }
198
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
200
+
201
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_phone_number_contact_flow-instance_method
202
+ def associate_phone_number_contact_flow: (
203
+ phone_number_id: ::String,
204
+ instance_id: ::String,
205
+ contact_flow_id: ::String
206
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
207
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
208
+
209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_queue_quick_connects-instance_method
210
+ def associate_queue_quick_connects: (
211
+ instance_id: ::String,
212
+ queue_id: ::String,
213
+ quick_connect_ids: Array[::String]
214
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
215
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
216
+
217
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_routing_profile_queues-instance_method
218
+ def associate_routing_profile_queues: (
219
+ instance_id: ::String,
220
+ routing_profile_id: ::String,
221
+ queue_configs: Array[
222
+ {
223
+ queue_reference: {
224
+ queue_id: ::String,
225
+ channel: ("VOICE" | "CHAT" | "TASK")
226
+ },
227
+ priority: ::Integer,
228
+ delay: ::Integer
229
+ },
230
+ ]
231
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
232
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
233
+
234
+ interface _AssociateSecurityKeyResponseSuccess
235
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateSecurityKeyResponse]
236
+ def association_id: () -> ::String
237
+ end
238
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_security_key-instance_method
239
+ def associate_security_key: (
240
+ instance_id: ::String,
241
+ key: ::String
242
+ ) -> _AssociateSecurityKeyResponseSuccess
243
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateSecurityKeyResponseSuccess
244
+
245
+ interface _AssociateTrafficDistributionGroupUserResponseSuccess
246
+ include ::Seahorse::Client::_ResponseSuccess[Types::AssociateTrafficDistributionGroupUserResponse]
247
+ end
248
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_traffic_distribution_group_user-instance_method
249
+ def associate_traffic_distribution_group_user: (
250
+ traffic_distribution_group_id: ::String,
251
+ user_id: ::String,
252
+ instance_id: ::String
253
+ ) -> _AssociateTrafficDistributionGroupUserResponseSuccess
254
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateTrafficDistributionGroupUserResponseSuccess
255
+
256
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#associate_user_proficiencies-instance_method
257
+ def associate_user_proficiencies: (
258
+ instance_id: ::String,
259
+ user_id: ::String,
260
+ user_proficiencies: Array[
261
+ {
262
+ attribute_name: ::String,
263
+ attribute_value: ::String,
264
+ level: ::Float
265
+ },
266
+ ]
267
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
268
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
269
+
270
+ interface _BatchAssociateAnalyticsDataSetResponseSuccess
271
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchAssociateAnalyticsDataSetResponse]
272
+ def created: () -> ::Array[Types::AnalyticsDataAssociationResult]
273
+ def errors: () -> ::Array[Types::ErrorResult]
274
+ end
275
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#batch_associate_analytics_data_set-instance_method
276
+ def batch_associate_analytics_data_set: (
277
+ instance_id: ::String,
278
+ data_set_ids: Array[::String],
279
+ ?target_account_id: ::String
280
+ ) -> _BatchAssociateAnalyticsDataSetResponseSuccess
281
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchAssociateAnalyticsDataSetResponseSuccess
282
+
283
+ interface _BatchDisassociateAnalyticsDataSetResponseSuccess
284
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchDisassociateAnalyticsDataSetResponse]
285
+ def deleted: () -> ::Array[::String]
286
+ def errors: () -> ::Array[Types::ErrorResult]
287
+ end
288
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#batch_disassociate_analytics_data_set-instance_method
289
+ def batch_disassociate_analytics_data_set: (
290
+ instance_id: ::String,
291
+ data_set_ids: Array[::String],
292
+ ?target_account_id: ::String
293
+ ) -> _BatchDisassociateAnalyticsDataSetResponseSuccess
294
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDisassociateAnalyticsDataSetResponseSuccess
295
+
296
+ interface _BatchGetFlowAssociationResponseSuccess
297
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchGetFlowAssociationResponse]
298
+ def flow_association_summary_list: () -> ::Array[Types::FlowAssociationSummary]
299
+ end
300
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#batch_get_flow_association-instance_method
301
+ def batch_get_flow_association: (
302
+ instance_id: ::String,
303
+ resource_ids: Array[::String],
304
+ ?resource_type: ("VOICE_PHONE_NUMBER")
305
+ ) -> _BatchGetFlowAssociationResponseSuccess
306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchGetFlowAssociationResponseSuccess
307
+
308
+ interface _BatchPutContactResponseSuccess
309
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchPutContactResponse]
310
+ def successful_request_list: () -> ::Array[Types::SuccessfulRequest]
311
+ def failed_request_list: () -> ::Array[Types::FailedRequest]
312
+ end
313
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#batch_put_contact-instance_method
314
+ def batch_put_contact: (
315
+ ?client_token: ::String,
316
+ instance_id: ::String,
317
+ contact_data_request_list: Array[
318
+ {
319
+ system_endpoint: {
320
+ type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW")?,
321
+ address: ::String?
322
+ }?,
323
+ customer_endpoint: {
324
+ type: ("TELEPHONE_NUMBER" | "VOIP" | "CONTACT_FLOW")?,
325
+ address: ::String?
326
+ }?,
327
+ request_identifier: ::String?,
328
+ queue_id: ::String?,
329
+ attributes: Hash[::String, ::String]?,
330
+ campaign: {
331
+ campaign_id: ::String?
332
+ }?
333
+ },
334
+ ]
335
+ ) -> _BatchPutContactResponseSuccess
336
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutContactResponseSuccess
337
+
338
+ interface _ClaimPhoneNumberResponseSuccess
339
+ include ::Seahorse::Client::_ResponseSuccess[Types::ClaimPhoneNumberResponse]
340
+ def phone_number_id: () -> ::String
341
+ def phone_number_arn: () -> ::String
342
+ end
343
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#claim_phone_number-instance_method
344
+ def claim_phone_number: (
345
+ ?target_arn: ::String,
346
+ ?instance_id: ::String,
347
+ phone_number: ::String,
348
+ ?phone_number_description: ::String,
349
+ ?tags: Hash[::String, ::String],
350
+ ?client_token: ::String
351
+ ) -> _ClaimPhoneNumberResponseSuccess
352
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ClaimPhoneNumberResponseSuccess
353
+
354
+ interface _CreateAgentStatusResponseSuccess
355
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateAgentStatusResponse]
356
+ def agent_status_arn: () -> ::String
357
+ def agent_status_id: () -> ::String
358
+ end
359
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_agent_status-instance_method
360
+ def create_agent_status: (
361
+ instance_id: ::String,
362
+ name: ::String,
363
+ ?description: ::String,
364
+ state: ("ENABLED" | "DISABLED"),
365
+ ?display_order: ::Integer,
366
+ ?tags: Hash[::String, ::String]
367
+ ) -> _CreateAgentStatusResponseSuccess
368
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAgentStatusResponseSuccess
369
+
370
+ interface _CreateContactFlowResponseSuccess
371
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateContactFlowResponse]
372
+ def contact_flow_id: () -> ::String
373
+ def contact_flow_arn: () -> ::String
374
+ end
375
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_contact_flow-instance_method
376
+ def create_contact_flow: (
377
+ instance_id: ::String,
378
+ name: ::String,
379
+ type: ("CONTACT_FLOW" | "CUSTOMER_QUEUE" | "CUSTOMER_HOLD" | "CUSTOMER_WHISPER" | "AGENT_HOLD" | "AGENT_WHISPER" | "OUTBOUND_WHISPER" | "AGENT_TRANSFER" | "QUEUE_TRANSFER"),
380
+ ?description: ::String,
381
+ content: ::String,
382
+ ?tags: Hash[::String, ::String]
383
+ ) -> _CreateContactFlowResponseSuccess
384
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContactFlowResponseSuccess
385
+
386
+ interface _CreateContactFlowModuleResponseSuccess
387
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateContactFlowModuleResponse]
388
+ def id: () -> ::String
389
+ def arn: () -> ::String
390
+ end
391
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_contact_flow_module-instance_method
392
+ def create_contact_flow_module: (
393
+ instance_id: ::String,
394
+ name: ::String,
395
+ ?description: ::String,
396
+ content: ::String,
397
+ ?tags: Hash[::String, ::String],
398
+ ?client_token: ::String
399
+ ) -> _CreateContactFlowModuleResponseSuccess
400
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateContactFlowModuleResponseSuccess
401
+
402
+ interface _CreateEvaluationFormResponseSuccess
403
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateEvaluationFormResponse]
404
+ def evaluation_form_id: () -> ::String
405
+ def evaluation_form_arn: () -> ::String
406
+ end
407
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_evaluation_form-instance_method
408
+ def create_evaluation_form: (
409
+ instance_id: ::String,
410
+ title: ::String,
411
+ ?description: ::String,
412
+ items: Array[
413
+ {
414
+ section: {
415
+ title: ::String,
416
+ ref_id: ::String,
417
+ instructions: ::String?,
418
+ items: untyped,
419
+ weight: ::Float?
420
+ }?,
421
+ question: {
422
+ title: ::String,
423
+ instructions: ::String?,
424
+ ref_id: ::String,
425
+ not_applicable_enabled: bool?,
426
+ question_type: ("TEXT" | "SINGLESELECT" | "NUMERIC"),
427
+ question_type_properties: {
428
+ numeric: {
429
+ min_value: ::Integer,
430
+ max_value: ::Integer,
431
+ options: Array[
432
+ {
433
+ min_value: ::Integer,
434
+ max_value: ::Integer,
435
+ score: ::Integer?,
436
+ automatic_fail: bool?
437
+ },
438
+ ]?,
439
+ automation: {
440
+ property_value: {
441
+ label: ("OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME")
442
+ }?
443
+ }?
444
+ }?,
445
+ single_select: {
446
+ options: Array[
447
+ {
448
+ ref_id: ::String,
449
+ text: ::String,
450
+ score: ::Integer?,
451
+ automatic_fail: bool?
452
+ },
453
+ ],
454
+ display_as: ("DROPDOWN" | "RADIO")?,
455
+ automation: {
456
+ options: Array[
457
+ {
458
+ rule_category: {
459
+ category: ::String,
460
+ condition: ("PRESENT" | "NOT_PRESENT"),
461
+ option_ref_id: ::String
462
+ }?
463
+ },
464
+ ],
465
+ default_option_ref_id: ::String?
466
+ }?
467
+ }?
468
+ }?,
469
+ weight: ::Float?
470
+ }?
471
+ },
472
+ ],
473
+ ?scoring_strategy: {
474
+ mode: ("QUESTION_ONLY" | "SECTION_ONLY"),
475
+ status: ("ENABLED" | "DISABLED")
476
+ },
477
+ ?client_token: ::String
478
+ ) -> _CreateEvaluationFormResponseSuccess
479
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEvaluationFormResponseSuccess
480
+
481
+ interface _CreateHoursOfOperationResponseSuccess
482
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateHoursOfOperationResponse]
483
+ def hours_of_operation_id: () -> ::String
484
+ def hours_of_operation_arn: () -> ::String
485
+ end
486
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_hours_of_operation-instance_method
487
+ def create_hours_of_operation: (
488
+ instance_id: ::String,
489
+ name: ::String,
490
+ ?description: ::String,
491
+ time_zone: ::String,
492
+ config: Array[
493
+ {
494
+ day: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY"),
495
+ start_time: {
496
+ hours: ::Integer,
497
+ minutes: ::Integer
498
+ },
499
+ end_time: {
500
+ hours: ::Integer,
501
+ minutes: ::Integer
502
+ }
503
+ },
504
+ ],
505
+ ?tags: Hash[::String, ::String]
506
+ ) -> _CreateHoursOfOperationResponseSuccess
507
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHoursOfOperationResponseSuccess
508
+
509
+ interface _CreateInstanceResponseSuccess
510
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateInstanceResponse]
511
+ def id: () -> ::String
512
+ def arn: () -> ::String
513
+ end
514
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_instance-instance_method
515
+ def create_instance: (
516
+ ?client_token: ::String,
517
+ identity_management_type: ("SAML" | "CONNECT_MANAGED" | "EXISTING_DIRECTORY"),
518
+ ?instance_alias: ::String,
519
+ ?directory_id: ::String,
520
+ inbound_calls_enabled: bool,
521
+ outbound_calls_enabled: bool,
522
+ ?tags: Hash[::String, ::String]
523
+ ) -> _CreateInstanceResponseSuccess
524
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInstanceResponseSuccess
525
+
526
+ interface _CreateIntegrationAssociationResponseSuccess
527
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationAssociationResponse]
528
+ def integration_association_id: () -> ::String
529
+ def integration_association_arn: () -> ::String
530
+ end
531
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_integration_association-instance_method
532
+ def create_integration_association: (
533
+ instance_id: ::String,
534
+ integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER"),
535
+ integration_arn: ::String,
536
+ ?source_application_url: ::String,
537
+ ?source_application_name: ::String,
538
+ ?source_type: ("SALESFORCE" | "ZENDESK" | "CASES"),
539
+ ?tags: Hash[::String, ::String]
540
+ ) -> _CreateIntegrationAssociationResponseSuccess
541
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIntegrationAssociationResponseSuccess
542
+
543
+ interface _CreateParticipantResponseSuccess
544
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateParticipantResponse]
545
+ def participant_credentials: () -> Types::ParticipantTokenCredentials
546
+ def participant_id: () -> ::String
547
+ end
548
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_participant-instance_method
549
+ def create_participant: (
550
+ instance_id: ::String,
551
+ contact_id: ::String,
552
+ ?client_token: ::String,
553
+ participant_details: {
554
+ participant_role: ("AGENT" | "CUSTOMER" | "SYSTEM" | "CUSTOM_BOT" | "SUPERVISOR")?,
555
+ display_name: ::String?
556
+ }
557
+ ) -> _CreateParticipantResponseSuccess
558
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateParticipantResponseSuccess
559
+
560
+ interface _CreatePersistentContactAssociationResponseSuccess
561
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePersistentContactAssociationResponse]
562
+ def continued_from_contact_id: () -> ::String
563
+ end
564
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_persistent_contact_association-instance_method
565
+ def create_persistent_contact_association: (
566
+ instance_id: ::String,
567
+ initial_contact_id: ::String,
568
+ rehydration_type: ("ENTIRE_PAST_SESSION" | "FROM_SEGMENT"),
569
+ source_contact_id: ::String,
570
+ ?client_token: ::String
571
+ ) -> _CreatePersistentContactAssociationResponseSuccess
572
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePersistentContactAssociationResponseSuccess
573
+
574
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_predefined_attribute-instance_method
575
+ def create_predefined_attribute: (
576
+ instance_id: ::String,
577
+ name: ::String,
578
+ values: {
579
+ string_list: Array[::String]?
580
+ }
581
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
582
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
583
+
584
+ interface _CreatePromptResponseSuccess
585
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreatePromptResponse]
586
+ def prompt_arn: () -> ::String
587
+ def prompt_id: () -> ::String
588
+ end
589
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_prompt-instance_method
590
+ def create_prompt: (
591
+ instance_id: ::String,
592
+ name: ::String,
593
+ ?description: ::String,
594
+ s3_uri: ::String,
595
+ ?tags: Hash[::String, ::String]
596
+ ) -> _CreatePromptResponseSuccess
597
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePromptResponseSuccess
598
+
599
+ interface _CreateQueueResponseSuccess
600
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateQueueResponse]
601
+ def queue_arn: () -> ::String
602
+ def queue_id: () -> ::String
603
+ end
604
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_queue-instance_method
605
+ def create_queue: (
606
+ instance_id: ::String,
607
+ name: ::String,
608
+ ?description: ::String,
609
+ ?outbound_caller_config: {
610
+ outbound_caller_id_name: ::String?,
611
+ outbound_caller_id_number_id: ::String?,
612
+ outbound_flow_id: ::String?
613
+ },
614
+ hours_of_operation_id: ::String,
615
+ ?max_contacts: ::Integer,
616
+ ?quick_connect_ids: Array[::String],
617
+ ?tags: Hash[::String, ::String]
618
+ ) -> _CreateQueueResponseSuccess
619
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQueueResponseSuccess
620
+
621
+ interface _CreateQuickConnectResponseSuccess
622
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateQuickConnectResponse]
623
+ def quick_connect_arn: () -> ::String
624
+ def quick_connect_id: () -> ::String
625
+ end
626
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_quick_connect-instance_method
627
+ def create_quick_connect: (
628
+ instance_id: ::String,
629
+ name: ::String,
630
+ ?description: ::String,
631
+ quick_connect_config: {
632
+ quick_connect_type: ("USER" | "QUEUE" | "PHONE_NUMBER"),
633
+ user_config: {
634
+ user_id: ::String,
635
+ contact_flow_id: ::String
636
+ }?,
637
+ queue_config: {
638
+ queue_id: ::String,
639
+ contact_flow_id: ::String
640
+ }?,
641
+ phone_config: {
642
+ phone_number: ::String
643
+ }?
644
+ },
645
+ ?tags: Hash[::String, ::String]
646
+ ) -> _CreateQuickConnectResponseSuccess
647
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateQuickConnectResponseSuccess
648
+
649
+ interface _CreateRoutingProfileResponseSuccess
650
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRoutingProfileResponse]
651
+ def routing_profile_arn: () -> ::String
652
+ def routing_profile_id: () -> ::String
653
+ end
654
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_routing_profile-instance_method
655
+ def create_routing_profile: (
656
+ instance_id: ::String,
657
+ name: ::String,
658
+ description: ::String,
659
+ default_outbound_queue_id: ::String,
660
+ ?queue_configs: Array[
661
+ {
662
+ queue_reference: {
663
+ queue_id: ::String,
664
+ channel: ("VOICE" | "CHAT" | "TASK")
665
+ },
666
+ priority: ::Integer,
667
+ delay: ::Integer
668
+ },
669
+ ],
670
+ media_concurrencies: Array[
671
+ {
672
+ channel: ("VOICE" | "CHAT" | "TASK"),
673
+ concurrency: ::Integer,
674
+ cross_channel_behavior: {
675
+ behavior_type: ("ROUTE_CURRENT_CHANNEL_ONLY" | "ROUTE_ANY_CHANNEL")
676
+ }?
677
+ },
678
+ ],
679
+ ?tags: Hash[::String, ::String],
680
+ ?agent_availability_timer: ("TIME_SINCE_LAST_ACTIVITY" | "TIME_SINCE_LAST_INBOUND")
681
+ ) -> _CreateRoutingProfileResponseSuccess
682
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRoutingProfileResponseSuccess
683
+
684
+ interface _CreateRuleResponseSuccess
685
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateRuleResponse]
686
+ def rule_arn: () -> ::String
687
+ def rule_id: () -> ::String
688
+ end
689
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_rule-instance_method
690
+ def create_rule: (
691
+ instance_id: ::String,
692
+ name: ::String,
693
+ trigger_event_source: {
694
+ event_source_name: ("OnPostCallAnalysisAvailable" | "OnRealTimeCallAnalysisAvailable" | "OnRealTimeChatAnalysisAvailable" | "OnPostChatAnalysisAvailable" | "OnZendeskTicketCreate" | "OnZendeskTicketStatusUpdate" | "OnSalesforceCaseCreate" | "OnContactEvaluationSubmit" | "OnMetricDataUpdate" | "OnCaseCreate" | "OnCaseUpdate"),
695
+ integration_association_id: ::String?
696
+ },
697
+ function: ::String,
698
+ actions: Array[
699
+ {
700
+ action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS"),
701
+ task_action: {
702
+ name: ::String,
703
+ description: ::String?,
704
+ contact_flow_id: ::String,
705
+ references: Hash[::String, {
706
+ value: ::String,
707
+ type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
708
+ }]?
709
+ }?,
710
+ event_bridge_action: {
711
+ name: ::String
712
+ }?,
713
+ assign_contact_category_action: {
714
+ }?,
715
+ send_notification_action: {
716
+ delivery_method: ("EMAIL"),
717
+ subject: ::String?,
718
+ content: ::String,
719
+ content_type: ("PLAIN_TEXT"),
720
+ recipient: {
721
+ user_tags: Hash[::String, ::String]?,
722
+ user_ids: Array[::String]?
723
+ }
724
+ }?,
725
+ create_case_action: {
726
+ fields: Array[
727
+ {
728
+ id: ::String,
729
+ value: {
730
+ boolean_value: bool?,
731
+ double_value: ::Float?,
732
+ empty_value: {
733
+ }?,
734
+ string_value: ::String?
735
+ }
736
+ },
737
+ ],
738
+ template_id: ::String
739
+ }?,
740
+ update_case_action: {
741
+ fields: Array[
742
+ {
743
+ id: ::String,
744
+ value: {
745
+ boolean_value: bool?,
746
+ double_value: ::Float?,
747
+ empty_value: {
748
+ }?,
749
+ string_value: ::String?
750
+ }
751
+ },
752
+ ]
753
+ }?,
754
+ end_associated_tasks_action: {
755
+ }?
756
+ },
757
+ ],
758
+ publish_status: ("DRAFT" | "PUBLISHED"),
759
+ ?client_token: ::String
760
+ ) -> _CreateRuleResponseSuccess
761
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
762
+
763
+ interface _CreateSecurityProfileResponseSuccess
764
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSecurityProfileResponse]
765
+ def security_profile_id: () -> ::String
766
+ def security_profile_arn: () -> ::String
767
+ end
768
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_security_profile-instance_method
769
+ def create_security_profile: (
770
+ security_profile_name: ::String,
771
+ ?description: ::String,
772
+ ?permissions: Array[::String],
773
+ instance_id: ::String,
774
+ ?tags: Hash[::String, ::String],
775
+ ?allowed_access_control_tags: Hash[::String, ::String],
776
+ ?tag_restricted_resources: Array[::String],
777
+ ?applications: Array[
778
+ {
779
+ namespace: ::String?,
780
+ application_permissions: Array[::String]?
781
+ },
782
+ ]
783
+ ) -> _CreateSecurityProfileResponseSuccess
784
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSecurityProfileResponseSuccess
785
+
786
+ interface _CreateTaskTemplateResponseSuccess
787
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTaskTemplateResponse]
788
+ def id: () -> ::String
789
+ def arn: () -> ::String
790
+ end
791
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_task_template-instance_method
792
+ def create_task_template: (
793
+ instance_id: ::String,
794
+ name: ::String,
795
+ ?description: ::String,
796
+ ?contact_flow_id: ::String,
797
+ ?constraints: {
798
+ required_fields: Array[
799
+ {
800
+ id: {
801
+ name: ::String?
802
+ }?
803
+ },
804
+ ]?,
805
+ read_only_fields: Array[
806
+ {
807
+ id: {
808
+ name: ::String?
809
+ }?
810
+ },
811
+ ]?,
812
+ invisible_fields: Array[
813
+ {
814
+ id: {
815
+ name: ::String?
816
+ }?
817
+ },
818
+ ]?
819
+ },
820
+ ?defaults: {
821
+ default_field_values: Array[
822
+ {
823
+ id: {
824
+ name: ::String?
825
+ }?,
826
+ default_value: ::String?
827
+ },
828
+ ]?
829
+ },
830
+ ?status: ("ACTIVE" | "INACTIVE"),
831
+ fields: Array[
832
+ {
833
+ id: {
834
+ name: ::String?
835
+ },
836
+ description: ::String?,
837
+ type: ("NAME" | "DESCRIPTION" | "SCHEDULED_TIME" | "QUICK_CONNECT" | "URL" | "NUMBER" | "TEXT" | "TEXT_AREA" | "DATE_TIME" | "BOOLEAN" | "SINGLE_SELECT" | "EMAIL")?,
838
+ single_select_options: Array[::String]?
839
+ },
840
+ ],
841
+ ?client_token: ::String
842
+ ) -> _CreateTaskTemplateResponseSuccess
843
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTaskTemplateResponseSuccess
844
+
845
+ interface _CreateTrafficDistributionGroupResponseSuccess
846
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTrafficDistributionGroupResponse]
847
+ def id: () -> ::String
848
+ def arn: () -> ::String
849
+ end
850
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_traffic_distribution_group-instance_method
851
+ def create_traffic_distribution_group: (
852
+ name: ::String,
853
+ ?description: ::String,
854
+ instance_id: ::String,
855
+ ?client_token: ::String,
856
+ ?tags: Hash[::String, ::String]
857
+ ) -> _CreateTrafficDistributionGroupResponseSuccess
858
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrafficDistributionGroupResponseSuccess
859
+
860
+ interface _CreateUseCaseResponseSuccess
861
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateUseCaseResponse]
862
+ def use_case_id: () -> ::String
863
+ def use_case_arn: () -> ::String
864
+ end
865
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_use_case-instance_method
866
+ def create_use_case: (
867
+ instance_id: ::String,
868
+ integration_association_id: ::String,
869
+ use_case_type: ("RULES_EVALUATION" | "CONNECT_CAMPAIGNS"),
870
+ ?tags: Hash[::String, ::String]
871
+ ) -> _CreateUseCaseResponseSuccess
872
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUseCaseResponseSuccess
873
+
874
+ interface _CreateUserResponseSuccess
875
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserResponse]
876
+ def user_id: () -> ::String
877
+ def user_arn: () -> ::String
878
+ end
879
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_user-instance_method
880
+ def create_user: (
881
+ username: ::String,
882
+ ?password: ::String,
883
+ ?identity_info: {
884
+ first_name: ::String?,
885
+ last_name: ::String?,
886
+ email: ::String?,
887
+ secondary_email: ::String?,
888
+ mobile: ::String?
889
+ },
890
+ phone_config: {
891
+ phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
892
+ auto_accept: bool?,
893
+ after_contact_work_time_limit: ::Integer?,
894
+ desk_phone_number: ::String?
895
+ },
896
+ ?directory_user_id: ::String,
897
+ security_profile_ids: Array[::String],
898
+ routing_profile_id: ::String,
899
+ ?hierarchy_group_id: ::String,
900
+ instance_id: ::String,
901
+ ?tags: Hash[::String, ::String]
902
+ ) -> _CreateUserResponseSuccess
903
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserResponseSuccess
904
+
905
+ interface _CreateUserHierarchyGroupResponseSuccess
906
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateUserHierarchyGroupResponse]
907
+ def hierarchy_group_id: () -> ::String
908
+ def hierarchy_group_arn: () -> ::String
909
+ end
910
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_user_hierarchy_group-instance_method
911
+ def create_user_hierarchy_group: (
912
+ name: ::String,
913
+ ?parent_group_id: ::String,
914
+ instance_id: ::String,
915
+ ?tags: Hash[::String, ::String]
916
+ ) -> _CreateUserHierarchyGroupResponseSuccess
917
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserHierarchyGroupResponseSuccess
918
+
919
+ interface _CreateViewResponseSuccess
920
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateViewResponse]
921
+ def view: () -> Types::View
922
+ end
923
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_view-instance_method
924
+ def create_view: (
925
+ instance_id: ::String,
926
+ ?client_token: ::String,
927
+ status: ("PUBLISHED" | "SAVED"),
928
+ content: {
929
+ template: ::String?,
930
+ actions: Array[::String]?
931
+ },
932
+ ?description: ::String,
933
+ name: ::String,
934
+ ?tags: Hash[::String, ::String]
935
+ ) -> _CreateViewResponseSuccess
936
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateViewResponseSuccess
937
+
938
+ interface _CreateViewVersionResponseSuccess
939
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateViewVersionResponse]
940
+ def view: () -> Types::View
941
+ end
942
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_view_version-instance_method
943
+ def create_view_version: (
944
+ instance_id: ::String,
945
+ view_id: ::String,
946
+ ?version_description: ::String,
947
+ ?view_content_sha_256: ::String
948
+ ) -> _CreateViewVersionResponseSuccess
949
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateViewVersionResponseSuccess
950
+
951
+ interface _CreateVocabularyResponseSuccess
952
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateVocabularyResponse]
953
+ def vocabulary_arn: () -> ::String
954
+ def vocabulary_id: () -> ::String
955
+ def state: () -> ("CREATION_IN_PROGRESS" | "ACTIVE" | "CREATION_FAILED" | "DELETE_IN_PROGRESS")
956
+ end
957
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#create_vocabulary-instance_method
958
+ def create_vocabulary: (
959
+ ?client_token: ::String,
960
+ instance_id: ::String,
961
+ vocabulary_name: ::String,
962
+ language_code: ("ar-AE" | "de-CH" | "de-DE" | "en-AB" | "en-AU" | "en-GB" | "en-IE" | "en-IN" | "en-US" | "en-WL" | "es-ES" | "es-US" | "fr-CA" | "fr-FR" | "hi-IN" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "pt-PT" | "zh-CN" | "en-NZ" | "en-ZA"),
963
+ content: ::String,
964
+ ?tags: Hash[::String, ::String]
965
+ ) -> _CreateVocabularyResponseSuccess
966
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVocabularyResponseSuccess
967
+
968
+ interface _DeactivateEvaluationFormResponseSuccess
969
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeactivateEvaluationFormResponse]
970
+ def evaluation_form_id: () -> ::String
971
+ def evaluation_form_arn: () -> ::String
972
+ def evaluation_form_version: () -> ::Integer
973
+ end
974
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#deactivate_evaluation_form-instance_method
975
+ def deactivate_evaluation_form: (
976
+ instance_id: ::String,
977
+ evaluation_form_id: ::String,
978
+ evaluation_form_version: ::Integer
979
+ ) -> _DeactivateEvaluationFormResponseSuccess
980
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeactivateEvaluationFormResponseSuccess
981
+
982
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_contact_evaluation-instance_method
983
+ def delete_contact_evaluation: (
984
+ instance_id: ::String,
985
+ evaluation_id: ::String
986
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
987
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
988
+
989
+ interface _DeleteContactFlowResponseSuccess
990
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContactFlowResponse]
991
+ end
992
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_contact_flow-instance_method
993
+ def delete_contact_flow: (
994
+ instance_id: ::String,
995
+ contact_flow_id: ::String
996
+ ) -> _DeleteContactFlowResponseSuccess
997
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContactFlowResponseSuccess
998
+
999
+ interface _DeleteContactFlowModuleResponseSuccess
1000
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteContactFlowModuleResponse]
1001
+ end
1002
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_contact_flow_module-instance_method
1003
+ def delete_contact_flow_module: (
1004
+ instance_id: ::String,
1005
+ contact_flow_module_id: ::String
1006
+ ) -> _DeleteContactFlowModuleResponseSuccess
1007
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteContactFlowModuleResponseSuccess
1008
+
1009
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_evaluation_form-instance_method
1010
+ def delete_evaluation_form: (
1011
+ instance_id: ::String,
1012
+ evaluation_form_id: ::String,
1013
+ ?evaluation_form_version: ::Integer
1014
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1015
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1016
+
1017
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_hours_of_operation-instance_method
1018
+ def delete_hours_of_operation: (
1019
+ instance_id: ::String,
1020
+ hours_of_operation_id: ::String
1021
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1022
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1023
+
1024
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_instance-instance_method
1025
+ def delete_instance: (
1026
+ instance_id: ::String
1027
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1028
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1029
+
1030
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_integration_association-instance_method
1031
+ def delete_integration_association: (
1032
+ instance_id: ::String,
1033
+ integration_association_id: ::String
1034
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1035
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1036
+
1037
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_predefined_attribute-instance_method
1038
+ def delete_predefined_attribute: (
1039
+ instance_id: ::String,
1040
+ name: ::String
1041
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1042
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1043
+
1044
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_prompt-instance_method
1045
+ def delete_prompt: (
1046
+ instance_id: ::String,
1047
+ prompt_id: ::String
1048
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1049
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1050
+
1051
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_queue-instance_method
1052
+ def delete_queue: (
1053
+ instance_id: ::String,
1054
+ queue_id: ::String
1055
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1056
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1057
+
1058
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_quick_connect-instance_method
1059
+ def delete_quick_connect: (
1060
+ instance_id: ::String,
1061
+ quick_connect_id: ::String
1062
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1063
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1064
+
1065
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_routing_profile-instance_method
1066
+ def delete_routing_profile: (
1067
+ instance_id: ::String,
1068
+ routing_profile_id: ::String
1069
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1070
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1071
+
1072
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_rule-instance_method
1073
+ def delete_rule: (
1074
+ instance_id: ::String,
1075
+ rule_id: ::String
1076
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1077
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1078
+
1079
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_security_profile-instance_method
1080
+ def delete_security_profile: (
1081
+ instance_id: ::String,
1082
+ security_profile_id: ::String
1083
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1084
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1085
+
1086
+ interface _DeleteTaskTemplateResponseSuccess
1087
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTaskTemplateResponse]
1088
+ end
1089
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_task_template-instance_method
1090
+ def delete_task_template: (
1091
+ instance_id: ::String,
1092
+ task_template_id: ::String
1093
+ ) -> _DeleteTaskTemplateResponseSuccess
1094
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTaskTemplateResponseSuccess
1095
+
1096
+ interface _DeleteTrafficDistributionGroupResponseSuccess
1097
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTrafficDistributionGroupResponse]
1098
+ end
1099
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_traffic_distribution_group-instance_method
1100
+ def delete_traffic_distribution_group: (
1101
+ traffic_distribution_group_id: ::String
1102
+ ) -> _DeleteTrafficDistributionGroupResponseSuccess
1103
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTrafficDistributionGroupResponseSuccess
1104
+
1105
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_use_case-instance_method
1106
+ def delete_use_case: (
1107
+ instance_id: ::String,
1108
+ integration_association_id: ::String,
1109
+ use_case_id: ::String
1110
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1111
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1112
+
1113
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_user-instance_method
1114
+ def delete_user: (
1115
+ instance_id: ::String,
1116
+ user_id: ::String
1117
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1118
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1119
+
1120
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_user_hierarchy_group-instance_method
1121
+ def delete_user_hierarchy_group: (
1122
+ hierarchy_group_id: ::String,
1123
+ instance_id: ::String
1124
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1125
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1126
+
1127
+ interface _DeleteViewResponseSuccess
1128
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteViewResponse]
1129
+ end
1130
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_view-instance_method
1131
+ def delete_view: (
1132
+ instance_id: ::String,
1133
+ view_id: ::String
1134
+ ) -> _DeleteViewResponseSuccess
1135
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteViewResponseSuccess
1136
+
1137
+ interface _DeleteViewVersionResponseSuccess
1138
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteViewVersionResponse]
1139
+ end
1140
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_view_version-instance_method
1141
+ def delete_view_version: (
1142
+ instance_id: ::String,
1143
+ view_id: ::String,
1144
+ view_version: ::Integer
1145
+ ) -> _DeleteViewVersionResponseSuccess
1146
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteViewVersionResponseSuccess
1147
+
1148
+ interface _DeleteVocabularyResponseSuccess
1149
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteVocabularyResponse]
1150
+ def vocabulary_arn: () -> ::String
1151
+ def vocabulary_id: () -> ::String
1152
+ def state: () -> ("CREATION_IN_PROGRESS" | "ACTIVE" | "CREATION_FAILED" | "DELETE_IN_PROGRESS")
1153
+ end
1154
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#delete_vocabulary-instance_method
1155
+ def delete_vocabulary: (
1156
+ instance_id: ::String,
1157
+ vocabulary_id: ::String
1158
+ ) -> _DeleteVocabularyResponseSuccess
1159
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteVocabularyResponseSuccess
1160
+
1161
+ interface _DescribeAgentStatusResponseSuccess
1162
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAgentStatusResponse]
1163
+ def agent_status: () -> Types::AgentStatus
1164
+ end
1165
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_agent_status-instance_method
1166
+ def describe_agent_status: (
1167
+ instance_id: ::String,
1168
+ agent_status_id: ::String
1169
+ ) -> _DescribeAgentStatusResponseSuccess
1170
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAgentStatusResponseSuccess
1171
+
1172
+ interface _DescribeContactResponseSuccess
1173
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeContactResponse]
1174
+ def contact: () -> Types::Contact
1175
+ end
1176
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_contact-instance_method
1177
+ def describe_contact: (
1178
+ instance_id: ::String,
1179
+ contact_id: ::String
1180
+ ) -> _DescribeContactResponseSuccess
1181
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeContactResponseSuccess
1182
+
1183
+ interface _DescribeContactEvaluationResponseSuccess
1184
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeContactEvaluationResponse]
1185
+ def evaluation: () -> Types::Evaluation
1186
+ def evaluation_form: () -> Types::EvaluationFormContent
1187
+ end
1188
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_contact_evaluation-instance_method
1189
+ def describe_contact_evaluation: (
1190
+ instance_id: ::String,
1191
+ evaluation_id: ::String
1192
+ ) -> _DescribeContactEvaluationResponseSuccess
1193
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeContactEvaluationResponseSuccess
1194
+
1195
+ interface _DescribeContactFlowResponseSuccess
1196
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeContactFlowResponse]
1197
+ def contact_flow: () -> Types::ContactFlow
1198
+ end
1199
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_contact_flow-instance_method
1200
+ def describe_contact_flow: (
1201
+ instance_id: ::String,
1202
+ contact_flow_id: ::String
1203
+ ) -> _DescribeContactFlowResponseSuccess
1204
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeContactFlowResponseSuccess
1205
+
1206
+ interface _DescribeContactFlowModuleResponseSuccess
1207
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeContactFlowModuleResponse]
1208
+ def contact_flow_module: () -> Types::ContactFlowModule
1209
+ end
1210
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_contact_flow_module-instance_method
1211
+ def describe_contact_flow_module: (
1212
+ instance_id: ::String,
1213
+ contact_flow_module_id: ::String
1214
+ ) -> _DescribeContactFlowModuleResponseSuccess
1215
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeContactFlowModuleResponseSuccess
1216
+
1217
+ interface _DescribeEvaluationFormResponseSuccess
1218
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeEvaluationFormResponse]
1219
+ def evaluation_form: () -> Types::EvaluationForm
1220
+ end
1221
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_evaluation_form-instance_method
1222
+ def describe_evaluation_form: (
1223
+ instance_id: ::String,
1224
+ evaluation_form_id: ::String,
1225
+ ?evaluation_form_version: ::Integer
1226
+ ) -> _DescribeEvaluationFormResponseSuccess
1227
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeEvaluationFormResponseSuccess
1228
+
1229
+ interface _DescribeHoursOfOperationResponseSuccess
1230
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeHoursOfOperationResponse]
1231
+ def hours_of_operation: () -> Types::HoursOfOperation
1232
+ end
1233
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_hours_of_operation-instance_method
1234
+ def describe_hours_of_operation: (
1235
+ instance_id: ::String,
1236
+ hours_of_operation_id: ::String
1237
+ ) -> _DescribeHoursOfOperationResponseSuccess
1238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeHoursOfOperationResponseSuccess
1239
+
1240
+ interface _DescribeInstanceResponseSuccess
1241
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceResponse]
1242
+ def instance: () -> Types::Instance
1243
+ end
1244
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_instance-instance_method
1245
+ def describe_instance: (
1246
+ instance_id: ::String
1247
+ ) -> _DescribeInstanceResponseSuccess
1248
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceResponseSuccess
1249
+
1250
+ interface _DescribeInstanceAttributeResponseSuccess
1251
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceAttributeResponse]
1252
+ def attribute: () -> Types::Attribute
1253
+ end
1254
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_instance_attribute-instance_method
1255
+ def describe_instance_attribute: (
1256
+ instance_id: ::String,
1257
+ attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING")
1258
+ ) -> _DescribeInstanceAttributeResponseSuccess
1259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceAttributeResponseSuccess
1260
+
1261
+ interface _DescribeInstanceStorageConfigResponseSuccess
1262
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeInstanceStorageConfigResponse]
1263
+ def storage_config: () -> Types::InstanceStorageConfig
1264
+ end
1265
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_instance_storage_config-instance_method
1266
+ def describe_instance_storage_config: (
1267
+ instance_id: ::String,
1268
+ association_id: ::String,
1269
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS")
1270
+ ) -> _DescribeInstanceStorageConfigResponseSuccess
1271
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeInstanceStorageConfigResponseSuccess
1272
+
1273
+ interface _DescribePhoneNumberResponseSuccess
1274
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePhoneNumberResponse]
1275
+ def claimed_phone_number_summary: () -> Types::ClaimedPhoneNumberSummary
1276
+ end
1277
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_phone_number-instance_method
1278
+ def describe_phone_number: (
1279
+ phone_number_id: ::String
1280
+ ) -> _DescribePhoneNumberResponseSuccess
1281
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePhoneNumberResponseSuccess
1282
+
1283
+ interface _DescribePredefinedAttributeResponseSuccess
1284
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePredefinedAttributeResponse]
1285
+ def predefined_attribute: () -> Types::PredefinedAttribute
1286
+ end
1287
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_predefined_attribute-instance_method
1288
+ def describe_predefined_attribute: (
1289
+ instance_id: ::String,
1290
+ name: ::String
1291
+ ) -> _DescribePredefinedAttributeResponseSuccess
1292
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePredefinedAttributeResponseSuccess
1293
+
1294
+ interface _DescribePromptResponseSuccess
1295
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribePromptResponse]
1296
+ def prompt: () -> Types::Prompt
1297
+ end
1298
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_prompt-instance_method
1299
+ def describe_prompt: (
1300
+ instance_id: ::String,
1301
+ prompt_id: ::String
1302
+ ) -> _DescribePromptResponseSuccess
1303
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribePromptResponseSuccess
1304
+
1305
+ interface _DescribeQueueResponseSuccess
1306
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeQueueResponse]
1307
+ def queue: () -> Types::Queue
1308
+ end
1309
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_queue-instance_method
1310
+ def describe_queue: (
1311
+ instance_id: ::String,
1312
+ queue_id: ::String
1313
+ ) -> _DescribeQueueResponseSuccess
1314
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeQueueResponseSuccess
1315
+
1316
+ interface _DescribeQuickConnectResponseSuccess
1317
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeQuickConnectResponse]
1318
+ def quick_connect: () -> Types::QuickConnect
1319
+ end
1320
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_quick_connect-instance_method
1321
+ def describe_quick_connect: (
1322
+ instance_id: ::String,
1323
+ quick_connect_id: ::String
1324
+ ) -> _DescribeQuickConnectResponseSuccess
1325
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeQuickConnectResponseSuccess
1326
+
1327
+ interface _DescribeRoutingProfileResponseSuccess
1328
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRoutingProfileResponse]
1329
+ def routing_profile: () -> Types::RoutingProfile
1330
+ end
1331
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_routing_profile-instance_method
1332
+ def describe_routing_profile: (
1333
+ instance_id: ::String,
1334
+ routing_profile_id: ::String
1335
+ ) -> _DescribeRoutingProfileResponseSuccess
1336
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRoutingProfileResponseSuccess
1337
+
1338
+ interface _DescribeRuleResponseSuccess
1339
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRuleResponse]
1340
+ def rule: () -> Types::Rule
1341
+ end
1342
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_rule-instance_method
1343
+ def describe_rule: (
1344
+ instance_id: ::String,
1345
+ rule_id: ::String
1346
+ ) -> _DescribeRuleResponseSuccess
1347
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRuleResponseSuccess
1348
+
1349
+ interface _DescribeSecurityProfileResponseSuccess
1350
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSecurityProfileResponse]
1351
+ def security_profile: () -> Types::SecurityProfile
1352
+ end
1353
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_security_profile-instance_method
1354
+ def describe_security_profile: (
1355
+ security_profile_id: ::String,
1356
+ instance_id: ::String
1357
+ ) -> _DescribeSecurityProfileResponseSuccess
1358
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSecurityProfileResponseSuccess
1359
+
1360
+ interface _DescribeTrafficDistributionGroupResponseSuccess
1361
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeTrafficDistributionGroupResponse]
1362
+ def traffic_distribution_group: () -> Types::TrafficDistributionGroup
1363
+ end
1364
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_traffic_distribution_group-instance_method
1365
+ def describe_traffic_distribution_group: (
1366
+ traffic_distribution_group_id: ::String
1367
+ ) -> _DescribeTrafficDistributionGroupResponseSuccess
1368
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeTrafficDistributionGroupResponseSuccess
1369
+
1370
+ interface _DescribeUserResponseSuccess
1371
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeUserResponse]
1372
+ def user: () -> Types::User
1373
+ end
1374
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_user-instance_method
1375
+ def describe_user: (
1376
+ user_id: ::String,
1377
+ instance_id: ::String
1378
+ ) -> _DescribeUserResponseSuccess
1379
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeUserResponseSuccess
1380
+
1381
+ interface _DescribeUserHierarchyGroupResponseSuccess
1382
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeUserHierarchyGroupResponse]
1383
+ def hierarchy_group: () -> Types::HierarchyGroup
1384
+ end
1385
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_user_hierarchy_group-instance_method
1386
+ def describe_user_hierarchy_group: (
1387
+ hierarchy_group_id: ::String,
1388
+ instance_id: ::String
1389
+ ) -> _DescribeUserHierarchyGroupResponseSuccess
1390
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeUserHierarchyGroupResponseSuccess
1391
+
1392
+ interface _DescribeUserHierarchyStructureResponseSuccess
1393
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeUserHierarchyStructureResponse]
1394
+ def hierarchy_structure: () -> Types::HierarchyStructure
1395
+ end
1396
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_user_hierarchy_structure-instance_method
1397
+ def describe_user_hierarchy_structure: (
1398
+ instance_id: ::String
1399
+ ) -> _DescribeUserHierarchyStructureResponseSuccess
1400
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeUserHierarchyStructureResponseSuccess
1401
+
1402
+ interface _DescribeViewResponseSuccess
1403
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeViewResponse]
1404
+ def view: () -> Types::View
1405
+ end
1406
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_view-instance_method
1407
+ def describe_view: (
1408
+ instance_id: ::String,
1409
+ view_id: ::String
1410
+ ) -> _DescribeViewResponseSuccess
1411
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeViewResponseSuccess
1412
+
1413
+ interface _DescribeVocabularyResponseSuccess
1414
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeVocabularyResponse]
1415
+ def vocabulary: () -> Types::Vocabulary
1416
+ end
1417
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#describe_vocabulary-instance_method
1418
+ def describe_vocabulary: (
1419
+ instance_id: ::String,
1420
+ vocabulary_id: ::String
1421
+ ) -> _DescribeVocabularyResponseSuccess
1422
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeVocabularyResponseSuccess
1423
+
1424
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_analytics_data_set-instance_method
1425
+ def disassociate_analytics_data_set: (
1426
+ instance_id: ::String,
1427
+ data_set_id: ::String,
1428
+ ?target_account_id: ::String
1429
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1430
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1431
+
1432
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_approved_origin-instance_method
1433
+ def disassociate_approved_origin: (
1434
+ instance_id: ::String,
1435
+ origin: ::String
1436
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1437
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1438
+
1439
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_bot-instance_method
1440
+ def disassociate_bot: (
1441
+ instance_id: ::String,
1442
+ ?lex_bot: {
1443
+ name: ::String,
1444
+ lex_region: ::String
1445
+ },
1446
+ ?lex_v2_bot: {
1447
+ alias_arn: ::String?
1448
+ }
1449
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1450
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1451
+
1452
+ interface _DisassociateFlowResponseSuccess
1453
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateFlowResponse]
1454
+ end
1455
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_flow-instance_method
1456
+ def disassociate_flow: (
1457
+ instance_id: ::String,
1458
+ resource_id: ::String,
1459
+ resource_type: ("SMS_PHONE_NUMBER")
1460
+ ) -> _DisassociateFlowResponseSuccess
1461
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateFlowResponseSuccess
1462
+
1463
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_instance_storage_config-instance_method
1464
+ def disassociate_instance_storage_config: (
1465
+ instance_id: ::String,
1466
+ association_id: ::String,
1467
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS")
1468
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1469
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1470
+
1471
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_lambda_function-instance_method
1472
+ def disassociate_lambda_function: (
1473
+ instance_id: ::String,
1474
+ function_arn: ::String
1475
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1476
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1477
+
1478
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_lex_bot-instance_method
1479
+ def disassociate_lex_bot: (
1480
+ instance_id: ::String,
1481
+ bot_name: ::String,
1482
+ lex_region: ::String
1483
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1484
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1485
+
1486
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_phone_number_contact_flow-instance_method
1487
+ def disassociate_phone_number_contact_flow: (
1488
+ phone_number_id: ::String,
1489
+ instance_id: ::String
1490
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1491
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1492
+
1493
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_queue_quick_connects-instance_method
1494
+ def disassociate_queue_quick_connects: (
1495
+ instance_id: ::String,
1496
+ queue_id: ::String,
1497
+ quick_connect_ids: Array[::String]
1498
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1499
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1500
+
1501
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_routing_profile_queues-instance_method
1502
+ def disassociate_routing_profile_queues: (
1503
+ instance_id: ::String,
1504
+ routing_profile_id: ::String,
1505
+ queue_references: Array[
1506
+ {
1507
+ queue_id: ::String,
1508
+ channel: ("VOICE" | "CHAT" | "TASK")
1509
+ },
1510
+ ]
1511
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1512
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1513
+
1514
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_security_key-instance_method
1515
+ def disassociate_security_key: (
1516
+ instance_id: ::String,
1517
+ association_id: ::String
1518
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1519
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1520
+
1521
+ interface _DisassociateTrafficDistributionGroupUserResponseSuccess
1522
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateTrafficDistributionGroupUserResponse]
1523
+ end
1524
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_traffic_distribution_group_user-instance_method
1525
+ def disassociate_traffic_distribution_group_user: (
1526
+ traffic_distribution_group_id: ::String,
1527
+ user_id: ::String,
1528
+ instance_id: ::String
1529
+ ) -> _DisassociateTrafficDistributionGroupUserResponseSuccess
1530
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateTrafficDistributionGroupUserResponseSuccess
1531
+
1532
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#disassociate_user_proficiencies-instance_method
1533
+ def disassociate_user_proficiencies: (
1534
+ instance_id: ::String,
1535
+ user_id: ::String,
1536
+ user_proficiencies: Array[
1537
+ {
1538
+ attribute_name: ::String,
1539
+ attribute_value: ::String
1540
+ },
1541
+ ]
1542
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1543
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
1544
+
1545
+ interface _DismissUserContactResponseSuccess
1546
+ include ::Seahorse::Client::_ResponseSuccess[Types::DismissUserContactResponse]
1547
+ end
1548
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#dismiss_user_contact-instance_method
1549
+ def dismiss_user_contact: (
1550
+ user_id: ::String,
1551
+ instance_id: ::String,
1552
+ contact_id: ::String
1553
+ ) -> _DismissUserContactResponseSuccess
1554
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DismissUserContactResponseSuccess
1555
+
1556
+ interface _GetContactAttributesResponseSuccess
1557
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetContactAttributesResponse]
1558
+ def attributes: () -> ::Hash[::String, ::String]
1559
+ end
1560
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_contact_attributes-instance_method
1561
+ def get_contact_attributes: (
1562
+ instance_id: ::String,
1563
+ initial_contact_id: ::String
1564
+ ) -> _GetContactAttributesResponseSuccess
1565
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetContactAttributesResponseSuccess
1566
+
1567
+ interface _GetCurrentMetricDataResponseSuccess
1568
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCurrentMetricDataResponse]
1569
+ def next_token: () -> ::String
1570
+ def metric_results: () -> ::Array[Types::CurrentMetricResult]
1571
+ def data_snapshot_time: () -> ::Time
1572
+ def approximate_total_count: () -> ::Integer
1573
+ end
1574
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_current_metric_data-instance_method
1575
+ def get_current_metric_data: (
1576
+ instance_id: ::String,
1577
+ filters: {
1578
+ queues: Array[::String]?,
1579
+ channels: Array[("VOICE" | "CHAT" | "TASK")]?,
1580
+ routing_profiles: Array[::String]?,
1581
+ routing_step_expressions: Array[::String]?
1582
+ },
1583
+ ?groupings: Array[("QUEUE" | "CHANNEL" | "ROUTING_PROFILE" | "ROUTING_STEP_EXPRESSION")],
1584
+ current_metrics: Array[
1585
+ {
1586
+ name: ("AGENTS_ONLINE" | "AGENTS_AVAILABLE" | "AGENTS_ON_CALL" | "AGENTS_NON_PRODUCTIVE" | "AGENTS_AFTER_CONTACT_WORK" | "AGENTS_ERROR" | "AGENTS_STAFFED" | "CONTACTS_IN_QUEUE" | "OLDEST_CONTACT_AGE" | "CONTACTS_SCHEDULED" | "AGENTS_ON_CONTACT" | "SLOTS_ACTIVE" | "SLOTS_AVAILABLE")?,
1587
+ unit: ("SECONDS" | "COUNT" | "PERCENT")?
1588
+ },
1589
+ ],
1590
+ ?next_token: ::String,
1591
+ ?max_results: ::Integer,
1592
+ ?sort_criteria: Array[
1593
+ {
1594
+ sort_by_metric: ("AGENTS_ONLINE" | "AGENTS_AVAILABLE" | "AGENTS_ON_CALL" | "AGENTS_NON_PRODUCTIVE" | "AGENTS_AFTER_CONTACT_WORK" | "AGENTS_ERROR" | "AGENTS_STAFFED" | "CONTACTS_IN_QUEUE" | "OLDEST_CONTACT_AGE" | "CONTACTS_SCHEDULED" | "AGENTS_ON_CONTACT" | "SLOTS_ACTIVE" | "SLOTS_AVAILABLE")?,
1595
+ sort_order: ("ASCENDING" | "DESCENDING")?
1596
+ },
1597
+ ]
1598
+ ) -> _GetCurrentMetricDataResponseSuccess
1599
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCurrentMetricDataResponseSuccess
1600
+
1601
+ interface _GetCurrentUserDataResponseSuccess
1602
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetCurrentUserDataResponse]
1603
+ def next_token: () -> ::String
1604
+ def user_data_list: () -> ::Array[Types::UserData]
1605
+ def approximate_total_count: () -> ::Integer
1606
+ end
1607
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_current_user_data-instance_method
1608
+ def get_current_user_data: (
1609
+ instance_id: ::String,
1610
+ filters: {
1611
+ queues: Array[::String]?,
1612
+ contact_filter: {
1613
+ contact_states: Array[("INCOMING" | "PENDING" | "CONNECTING" | "CONNECTED" | "CONNECTED_ONHOLD" | "MISSED" | "ERROR" | "ENDED" | "REJECTED")]?
1614
+ }?,
1615
+ routing_profiles: Array[::String]?,
1616
+ agents: Array[::String]?,
1617
+ user_hierarchy_groups: Array[::String]?
1618
+ },
1619
+ ?next_token: ::String,
1620
+ ?max_results: ::Integer
1621
+ ) -> _GetCurrentUserDataResponseSuccess
1622
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetCurrentUserDataResponseSuccess
1623
+
1624
+ interface _GetFederationTokenResponseSuccess
1625
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetFederationTokenResponse]
1626
+ def credentials: () -> Types::Credentials
1627
+ def sign_in_url: () -> ::String
1628
+ def user_arn: () -> ::String
1629
+ def user_id: () -> ::String
1630
+ end
1631
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_federation_token-instance_method
1632
+ def get_federation_token: (
1633
+ instance_id: ::String
1634
+ ) -> _GetFederationTokenResponseSuccess
1635
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFederationTokenResponseSuccess
1636
+
1637
+ interface _GetFlowAssociationResponseSuccess
1638
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetFlowAssociationResponse]
1639
+ def resource_id: () -> ::String
1640
+ def flow_id: () -> ::String
1641
+ def resource_type: () -> ("SMS_PHONE_NUMBER")
1642
+ end
1643
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_flow_association-instance_method
1644
+ def get_flow_association: (
1645
+ instance_id: ::String,
1646
+ resource_id: ::String,
1647
+ resource_type: ("SMS_PHONE_NUMBER")
1648
+ ) -> _GetFlowAssociationResponseSuccess
1649
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFlowAssociationResponseSuccess
1650
+
1651
+ interface _GetMetricDataResponseSuccess
1652
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMetricDataResponse]
1653
+ def next_token: () -> ::String
1654
+ def metric_results: () -> ::Array[Types::HistoricalMetricResult]
1655
+ end
1656
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_metric_data-instance_method
1657
+ def get_metric_data: (
1658
+ instance_id: ::String,
1659
+ start_time: ::Time,
1660
+ end_time: ::Time,
1661
+ filters: {
1662
+ queues: Array[::String]?,
1663
+ channels: Array[("VOICE" | "CHAT" | "TASK")]?,
1664
+ routing_profiles: Array[::String]?,
1665
+ routing_step_expressions: Array[::String]?
1666
+ },
1667
+ ?groupings: Array[("QUEUE" | "CHANNEL" | "ROUTING_PROFILE" | "ROUTING_STEP_EXPRESSION")],
1668
+ historical_metrics: Array[
1669
+ {
1670
+ name: ("CONTACTS_QUEUED" | "CONTACTS_HANDLED" | "CONTACTS_ABANDONED" | "CONTACTS_CONSULTED" | "CONTACTS_AGENT_HUNG_UP_FIRST" | "CONTACTS_HANDLED_INCOMING" | "CONTACTS_HANDLED_OUTBOUND" | "CONTACTS_HOLD_ABANDONS" | "CONTACTS_TRANSFERRED_IN" | "CONTACTS_TRANSFERRED_OUT" | "CONTACTS_TRANSFERRED_IN_FROM_QUEUE" | "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE" | "CONTACTS_MISSED" | "CALLBACK_CONTACTS_HANDLED" | "API_CONTACTS_HANDLED" | "OCCUPANCY" | "HANDLE_TIME" | "AFTER_CONTACT_WORK_TIME" | "QUEUED_TIME" | "ABANDON_TIME" | "QUEUE_ANSWER_TIME" | "HOLD_TIME" | "INTERACTION_TIME" | "INTERACTION_AND_HOLD_TIME" | "SERVICE_LEVEL")?,
1671
+ threshold: {
1672
+ comparison: ("LT")?,
1673
+ threshold_value: ::Float?
1674
+ }?,
1675
+ statistic: ("SUM" | "MAX" | "AVG")?,
1676
+ unit: ("SECONDS" | "COUNT" | "PERCENT")?
1677
+ },
1678
+ ],
1679
+ ?next_token: ::String,
1680
+ ?max_results: ::Integer
1681
+ ) -> _GetMetricDataResponseSuccess
1682
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMetricDataResponseSuccess
1683
+
1684
+ interface _GetMetricDataV2ResponseSuccess
1685
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetMetricDataV2Response]
1686
+ def next_token: () -> ::String
1687
+ def metric_results: () -> ::Array[Types::MetricResultV2]
1688
+ end
1689
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_metric_data_v2-instance_method
1690
+ def get_metric_data_v2: (
1691
+ resource_arn: ::String,
1692
+ start_time: ::Time,
1693
+ end_time: ::Time,
1694
+ ?interval: {
1695
+ time_zone: ::String?,
1696
+ interval_period: ("FIFTEEN_MIN" | "THIRTY_MIN" | "HOUR" | "DAY" | "WEEK" | "TOTAL")?
1697
+ },
1698
+ filters: Array[
1699
+ {
1700
+ filter_key: ::String?,
1701
+ filter_values: Array[::String]?
1702
+ },
1703
+ ],
1704
+ ?groupings: Array[::String],
1705
+ metrics: Array[
1706
+ {
1707
+ name: ::String?,
1708
+ threshold: Array[
1709
+ {
1710
+ comparison: ::String?,
1711
+ threshold_value: ::Float?
1712
+ },
1713
+ ]?,
1714
+ metric_filters: Array[
1715
+ {
1716
+ metric_filter_key: ::String?,
1717
+ metric_filter_values: Array[::String]?,
1718
+ negate: bool?
1719
+ },
1720
+ ]?
1721
+ },
1722
+ ],
1723
+ ?next_token: ::String,
1724
+ ?max_results: ::Integer
1725
+ ) -> _GetMetricDataV2ResponseSuccess
1726
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetMetricDataV2ResponseSuccess
1727
+
1728
+ interface _GetPromptFileResponseSuccess
1729
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetPromptFileResponse]
1730
+ def prompt_presigned_url: () -> ::String
1731
+ def last_modified_time: () -> ::Time
1732
+ def last_modified_region: () -> ::String
1733
+ end
1734
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_prompt_file-instance_method
1735
+ def get_prompt_file: (
1736
+ instance_id: ::String,
1737
+ prompt_id: ::String
1738
+ ) -> _GetPromptFileResponseSuccess
1739
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPromptFileResponseSuccess
1740
+
1741
+ interface _GetTaskTemplateResponseSuccess
1742
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTaskTemplateResponse]
1743
+ def instance_id: () -> ::String
1744
+ def id: () -> ::String
1745
+ def arn: () -> ::String
1746
+ def name: () -> ::String
1747
+ def description: () -> ::String
1748
+ def contact_flow_id: () -> ::String
1749
+ def constraints: () -> Types::TaskTemplateConstraints
1750
+ def defaults: () -> Types::TaskTemplateDefaults
1751
+ def fields: () -> ::Array[Types::TaskTemplateField]
1752
+ def status: () -> ("ACTIVE" | "INACTIVE")
1753
+ def last_modified_time: () -> ::Time
1754
+ def created_time: () -> ::Time
1755
+ def tags: () -> ::Hash[::String, ::String]
1756
+ end
1757
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_task_template-instance_method
1758
+ def get_task_template: (
1759
+ instance_id: ::String,
1760
+ task_template_id: ::String,
1761
+ ?snapshot_version: ::String
1762
+ ) -> _GetTaskTemplateResponseSuccess
1763
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTaskTemplateResponseSuccess
1764
+
1765
+ interface _GetTrafficDistributionResponseSuccess
1766
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTrafficDistributionResponse]
1767
+ def telephony_config: () -> Types::TelephonyConfig
1768
+ def id: () -> ::String
1769
+ def arn: () -> ::String
1770
+ def sign_in_config: () -> Types::SignInConfig
1771
+ def agent_config: () -> Types::AgentConfig
1772
+ end
1773
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#get_traffic_distribution-instance_method
1774
+ def get_traffic_distribution: (
1775
+ id: ::String
1776
+ ) -> _GetTrafficDistributionResponseSuccess
1777
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTrafficDistributionResponseSuccess
1778
+
1779
+ interface _ImportPhoneNumberResponseSuccess
1780
+ include ::Seahorse::Client::_ResponseSuccess[Types::ImportPhoneNumberResponse]
1781
+ def phone_number_id: () -> ::String
1782
+ def phone_number_arn: () -> ::String
1783
+ end
1784
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#import_phone_number-instance_method
1785
+ def import_phone_number: (
1786
+ instance_id: ::String,
1787
+ source_phone_number_arn: ::String,
1788
+ ?phone_number_description: ::String,
1789
+ ?tags: Hash[::String, ::String],
1790
+ ?client_token: ::String
1791
+ ) -> _ImportPhoneNumberResponseSuccess
1792
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportPhoneNumberResponseSuccess
1793
+
1794
+ interface _ListAgentStatusesResponseSuccess
1795
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAgentStatusResponse]
1796
+ def next_token: () -> ::String
1797
+ def agent_status_summary_list: () -> ::Array[Types::AgentStatusSummary]
1798
+ end
1799
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_agent_statuses-instance_method
1800
+ def list_agent_statuses: (
1801
+ instance_id: ::String,
1802
+ ?next_token: ::String,
1803
+ ?max_results: ::Integer,
1804
+ ?agent_status_types: Array[("ROUTABLE" | "CUSTOM" | "OFFLINE")]
1805
+ ) -> _ListAgentStatusesResponseSuccess
1806
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAgentStatusesResponseSuccess
1807
+
1808
+ interface _ListAnalyticsDataAssociationsResponseSuccess
1809
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAnalyticsDataAssociationsResponse]
1810
+ def results: () -> ::Array[Types::AnalyticsDataAssociationResult]
1811
+ def next_token: () -> ::String
1812
+ end
1813
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_analytics_data_associations-instance_method
1814
+ def list_analytics_data_associations: (
1815
+ instance_id: ::String,
1816
+ ?data_set_id: ::String,
1817
+ ?next_token: ::String,
1818
+ ?max_results: ::Integer
1819
+ ) -> _ListAnalyticsDataAssociationsResponseSuccess
1820
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAnalyticsDataAssociationsResponseSuccess
1821
+
1822
+ interface _ListApprovedOriginsResponseSuccess
1823
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApprovedOriginsResponse]
1824
+ def origins: () -> ::Array[::String]
1825
+ def next_token: () -> ::String
1826
+ end
1827
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_approved_origins-instance_method
1828
+ def list_approved_origins: (
1829
+ instance_id: ::String,
1830
+ ?next_token: ::String,
1831
+ ?max_results: ::Integer
1832
+ ) -> _ListApprovedOriginsResponseSuccess
1833
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApprovedOriginsResponseSuccess
1834
+
1835
+ interface _ListBotsResponseSuccess
1836
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBotsResponse]
1837
+ def lex_bots: () -> ::Array[Types::LexBotConfig]
1838
+ def next_token: () -> ::String
1839
+ end
1840
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_bots-instance_method
1841
+ def list_bots: (
1842
+ instance_id: ::String,
1843
+ ?next_token: ::String,
1844
+ ?max_results: ::Integer,
1845
+ lex_version: ("V1" | "V2")
1846
+ ) -> _ListBotsResponseSuccess
1847
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBotsResponseSuccess
1848
+
1849
+ interface _ListContactEvaluationsResponseSuccess
1850
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListContactEvaluationsResponse]
1851
+ def evaluation_summary_list: () -> ::Array[Types::EvaluationSummary]
1852
+ def next_token: () -> ::String
1853
+ end
1854
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_contact_evaluations-instance_method
1855
+ def list_contact_evaluations: (
1856
+ instance_id: ::String,
1857
+ contact_id: ::String,
1858
+ ?next_token: ::String
1859
+ ) -> _ListContactEvaluationsResponseSuccess
1860
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactEvaluationsResponseSuccess
1861
+
1862
+ interface _ListContactFlowModulesResponseSuccess
1863
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListContactFlowModulesResponse]
1864
+ def contact_flow_modules_summary_list: () -> ::Array[Types::ContactFlowModuleSummary]
1865
+ def next_token: () -> ::String
1866
+ end
1867
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_contact_flow_modules-instance_method
1868
+ def list_contact_flow_modules: (
1869
+ instance_id: ::String,
1870
+ ?next_token: ::String,
1871
+ ?max_results: ::Integer,
1872
+ ?contact_flow_module_state: ("ACTIVE" | "ARCHIVED")
1873
+ ) -> _ListContactFlowModulesResponseSuccess
1874
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactFlowModulesResponseSuccess
1875
+
1876
+ interface _ListContactFlowsResponseSuccess
1877
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListContactFlowsResponse]
1878
+ def contact_flow_summary_list: () -> ::Array[Types::ContactFlowSummary]
1879
+ def next_token: () -> ::String
1880
+ end
1881
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_contact_flows-instance_method
1882
+ def list_contact_flows: (
1883
+ instance_id: ::String,
1884
+ ?contact_flow_types: Array[("CONTACT_FLOW" | "CUSTOMER_QUEUE" | "CUSTOMER_HOLD" | "CUSTOMER_WHISPER" | "AGENT_HOLD" | "AGENT_WHISPER" | "OUTBOUND_WHISPER" | "AGENT_TRANSFER" | "QUEUE_TRANSFER")],
1885
+ ?next_token: ::String,
1886
+ ?max_results: ::Integer
1887
+ ) -> _ListContactFlowsResponseSuccess
1888
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactFlowsResponseSuccess
1889
+
1890
+ interface _ListContactReferencesResponseSuccess
1891
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListContactReferencesResponse]
1892
+ def reference_summary_list: () -> ::Array[Types::ReferenceSummary]
1893
+ def next_token: () -> ::String
1894
+ end
1895
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_contact_references-instance_method
1896
+ def list_contact_references: (
1897
+ instance_id: ::String,
1898
+ contact_id: ::String,
1899
+ reference_types: Array[("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")],
1900
+ ?next_token: ::String
1901
+ ) -> _ListContactReferencesResponseSuccess
1902
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListContactReferencesResponseSuccess
1903
+
1904
+ interface _ListDefaultVocabulariesResponseSuccess
1905
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDefaultVocabulariesResponse]
1906
+ def default_vocabulary_list: () -> ::Array[Types::DefaultVocabulary]
1907
+ def next_token: () -> ::String
1908
+ end
1909
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_default_vocabularies-instance_method
1910
+ def list_default_vocabularies: (
1911
+ instance_id: ::String,
1912
+ ?language_code: ("ar-AE" | "de-CH" | "de-DE" | "en-AB" | "en-AU" | "en-GB" | "en-IE" | "en-IN" | "en-US" | "en-WL" | "es-ES" | "es-US" | "fr-CA" | "fr-FR" | "hi-IN" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "pt-PT" | "zh-CN" | "en-NZ" | "en-ZA"),
1913
+ ?max_results: ::Integer,
1914
+ ?next_token: ::String
1915
+ ) -> _ListDefaultVocabulariesResponseSuccess
1916
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDefaultVocabulariesResponseSuccess
1917
+
1918
+ interface _ListEvaluationFormVersionsResponseSuccess
1919
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEvaluationFormVersionsResponse]
1920
+ def evaluation_form_version_summary_list: () -> ::Array[Types::EvaluationFormVersionSummary]
1921
+ def next_token: () -> ::String
1922
+ end
1923
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_evaluation_form_versions-instance_method
1924
+ def list_evaluation_form_versions: (
1925
+ instance_id: ::String,
1926
+ evaluation_form_id: ::String,
1927
+ ?max_results: ::Integer,
1928
+ ?next_token: ::String
1929
+ ) -> _ListEvaluationFormVersionsResponseSuccess
1930
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEvaluationFormVersionsResponseSuccess
1931
+
1932
+ interface _ListEvaluationFormsResponseSuccess
1933
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEvaluationFormsResponse]
1934
+ def evaluation_form_summary_list: () -> ::Array[Types::EvaluationFormSummary]
1935
+ def next_token: () -> ::String
1936
+ end
1937
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_evaluation_forms-instance_method
1938
+ def list_evaluation_forms: (
1939
+ instance_id: ::String,
1940
+ ?max_results: ::Integer,
1941
+ ?next_token: ::String
1942
+ ) -> _ListEvaluationFormsResponseSuccess
1943
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEvaluationFormsResponseSuccess
1944
+
1945
+ interface _ListFlowAssociationsResponseSuccess
1946
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFlowAssociationsResponse]
1947
+ def flow_association_summary_list: () -> ::Array[Types::FlowAssociationSummary]
1948
+ def next_token: () -> ::String
1949
+ end
1950
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_flow_associations-instance_method
1951
+ def list_flow_associations: (
1952
+ instance_id: ::String,
1953
+ ?resource_type: ("VOICE_PHONE_NUMBER"),
1954
+ ?next_token: ::String,
1955
+ ?max_results: ::Integer
1956
+ ) -> _ListFlowAssociationsResponseSuccess
1957
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFlowAssociationsResponseSuccess
1958
+
1959
+ interface _ListHoursOfOperationsResponseSuccess
1960
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListHoursOfOperationsResponse]
1961
+ def hours_of_operation_summary_list: () -> ::Array[Types::HoursOfOperationSummary]
1962
+ def next_token: () -> ::String
1963
+ end
1964
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_hours_of_operations-instance_method
1965
+ def list_hours_of_operations: (
1966
+ instance_id: ::String,
1967
+ ?next_token: ::String,
1968
+ ?max_results: ::Integer
1969
+ ) -> _ListHoursOfOperationsResponseSuccess
1970
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListHoursOfOperationsResponseSuccess
1971
+
1972
+ interface _ListInstanceAttributesResponseSuccess
1973
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListInstanceAttributesResponse]
1974
+ def attributes: () -> ::Array[Types::Attribute]
1975
+ def next_token: () -> ::String
1976
+ end
1977
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_instance_attributes-instance_method
1978
+ def list_instance_attributes: (
1979
+ instance_id: ::String,
1980
+ ?next_token: ::String,
1981
+ ?max_results: ::Integer
1982
+ ) -> _ListInstanceAttributesResponseSuccess
1983
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListInstanceAttributesResponseSuccess
1984
+
1985
+ interface _ListInstanceStorageConfigsResponseSuccess
1986
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListInstanceStorageConfigsResponse]
1987
+ def storage_configs: () -> ::Array[Types::InstanceStorageConfig]
1988
+ def next_token: () -> ::String
1989
+ end
1990
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_instance_storage_configs-instance_method
1991
+ def list_instance_storage_configs: (
1992
+ instance_id: ::String,
1993
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS"),
1994
+ ?next_token: ::String,
1995
+ ?max_results: ::Integer
1996
+ ) -> _ListInstanceStorageConfigsResponseSuccess
1997
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListInstanceStorageConfigsResponseSuccess
1998
+
1999
+ interface _ListInstancesResponseSuccess
2000
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListInstancesResponse]
2001
+ def instance_summary_list: () -> ::Array[Types::InstanceSummary]
2002
+ def next_token: () -> ::String
2003
+ end
2004
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_instances-instance_method
2005
+ def list_instances: (
2006
+ ?next_token: ::String,
2007
+ ?max_results: ::Integer
2008
+ ) -> _ListInstancesResponseSuccess
2009
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListInstancesResponseSuccess
2010
+
2011
+ interface _ListIntegrationAssociationsResponseSuccess
2012
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIntegrationAssociationsResponse]
2013
+ def integration_association_summary_list: () -> ::Array[Types::IntegrationAssociationSummary]
2014
+ def next_token: () -> ::String
2015
+ end
2016
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_integration_associations-instance_method
2017
+ def list_integration_associations: (
2018
+ instance_id: ::String,
2019
+ ?integration_type: ("EVENT" | "VOICE_ID" | "PINPOINT_APP" | "WISDOM_ASSISTANT" | "WISDOM_KNOWLEDGE_BASE" | "WISDOM_QUICK_RESPONSES" | "CASES_DOMAIN" | "APPLICATION" | "FILE_SCANNER"),
2020
+ ?next_token: ::String,
2021
+ ?max_results: ::Integer,
2022
+ ?integration_arn: ::String
2023
+ ) -> _ListIntegrationAssociationsResponseSuccess
2024
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIntegrationAssociationsResponseSuccess
2025
+
2026
+ interface _ListLambdaFunctionsResponseSuccess
2027
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListLambdaFunctionsResponse]
2028
+ def lambda_functions: () -> ::Array[::String]
2029
+ def next_token: () -> ::String
2030
+ end
2031
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_lambda_functions-instance_method
2032
+ def list_lambda_functions: (
2033
+ instance_id: ::String,
2034
+ ?next_token: ::String,
2035
+ ?max_results: ::Integer
2036
+ ) -> _ListLambdaFunctionsResponseSuccess
2037
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLambdaFunctionsResponseSuccess
2038
+
2039
+ interface _ListLexBotsResponseSuccess
2040
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListLexBotsResponse]
2041
+ def lex_bots: () -> ::Array[Types::LexBot]
2042
+ def next_token: () -> ::String
2043
+ end
2044
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_lex_bots-instance_method
2045
+ def list_lex_bots: (
2046
+ instance_id: ::String,
2047
+ ?next_token: ::String,
2048
+ ?max_results: ::Integer
2049
+ ) -> _ListLexBotsResponseSuccess
2050
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLexBotsResponseSuccess
2051
+
2052
+ interface _ListPhoneNumbersResponseSuccess
2053
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPhoneNumbersResponse]
2054
+ def phone_number_summary_list: () -> ::Array[Types::PhoneNumberSummary]
2055
+ def next_token: () -> ::String
2056
+ end
2057
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_phone_numbers-instance_method
2058
+ def list_phone_numbers: (
2059
+ instance_id: ::String,
2060
+ ?phone_number_types: Array[("TOLL_FREE" | "DID" | "UIFN" | "SHARED" | "THIRD_PARTY_TF" | "THIRD_PARTY_DID" | "SHORT_CODE")],
2061
+ ?phone_number_country_codes: Array[("AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "IO" | "VG" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CK" | "CR" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "KP" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "KR" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "UZ" | "VU" | "VA" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")],
2062
+ ?next_token: ::String,
2063
+ ?max_results: ::Integer
2064
+ ) -> _ListPhoneNumbersResponseSuccess
2065
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPhoneNumbersResponseSuccess
2066
+
2067
+ interface _ListPhoneNumbersV2ResponseSuccess
2068
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPhoneNumbersV2Response]
2069
+ def next_token: () -> ::String
2070
+ def list_phone_numbers_summary_list: () -> ::Array[Types::ListPhoneNumbersSummary]
2071
+ end
2072
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_phone_numbers_v2-instance_method
2073
+ def list_phone_numbers_v2: (
2074
+ ?target_arn: ::String,
2075
+ ?instance_id: ::String,
2076
+ ?max_results: ::Integer,
2077
+ ?next_token: ::String,
2078
+ ?phone_number_country_codes: Array[("AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "IO" | "VG" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CK" | "CR" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "KP" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "KR" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "UZ" | "VU" | "VA" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW")],
2079
+ ?phone_number_types: Array[("TOLL_FREE" | "DID" | "UIFN" | "SHARED" | "THIRD_PARTY_TF" | "THIRD_PARTY_DID" | "SHORT_CODE")],
2080
+ ?phone_number_prefix: ::String
2081
+ ) -> _ListPhoneNumbersV2ResponseSuccess
2082
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPhoneNumbersV2ResponseSuccess
2083
+
2084
+ interface _ListPredefinedAttributesResponseSuccess
2085
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPredefinedAttributesResponse]
2086
+ def next_token: () -> ::String
2087
+ def predefined_attribute_summary_list: () -> ::Array[Types::PredefinedAttributeSummary]
2088
+ end
2089
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_predefined_attributes-instance_method
2090
+ def list_predefined_attributes: (
2091
+ instance_id: ::String,
2092
+ ?next_token: ::String,
2093
+ ?max_results: ::Integer
2094
+ ) -> _ListPredefinedAttributesResponseSuccess
2095
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPredefinedAttributesResponseSuccess
2096
+
2097
+ interface _ListPromptsResponseSuccess
2098
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPromptsResponse]
2099
+ def prompt_summary_list: () -> ::Array[Types::PromptSummary]
2100
+ def next_token: () -> ::String
2101
+ end
2102
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_prompts-instance_method
2103
+ def list_prompts: (
2104
+ instance_id: ::String,
2105
+ ?next_token: ::String,
2106
+ ?max_results: ::Integer
2107
+ ) -> _ListPromptsResponseSuccess
2108
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPromptsResponseSuccess
2109
+
2110
+ interface _ListQueueQuickConnectsResponseSuccess
2111
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListQueueQuickConnectsResponse]
2112
+ def next_token: () -> ::String
2113
+ def quick_connect_summary_list: () -> ::Array[Types::QuickConnectSummary]
2114
+ def last_modified_time: () -> ::Time
2115
+ def last_modified_region: () -> ::String
2116
+ end
2117
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_queue_quick_connects-instance_method
2118
+ def list_queue_quick_connects: (
2119
+ instance_id: ::String,
2120
+ queue_id: ::String,
2121
+ ?next_token: ::String,
2122
+ ?max_results: ::Integer
2123
+ ) -> _ListQueueQuickConnectsResponseSuccess
2124
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueueQuickConnectsResponseSuccess
2125
+
2126
+ interface _ListQueuesResponseSuccess
2127
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListQueuesResponse]
2128
+ def queue_summary_list: () -> ::Array[Types::QueueSummary]
2129
+ def next_token: () -> ::String
2130
+ end
2131
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_queues-instance_method
2132
+ def list_queues: (
2133
+ instance_id: ::String,
2134
+ ?queue_types: Array[("STANDARD" | "AGENT")],
2135
+ ?next_token: ::String,
2136
+ ?max_results: ::Integer
2137
+ ) -> _ListQueuesResponseSuccess
2138
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQueuesResponseSuccess
2139
+
2140
+ interface _ListQuickConnectsResponseSuccess
2141
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListQuickConnectsResponse]
2142
+ def quick_connect_summary_list: () -> ::Array[Types::QuickConnectSummary]
2143
+ def next_token: () -> ::String
2144
+ end
2145
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_quick_connects-instance_method
2146
+ def list_quick_connects: (
2147
+ instance_id: ::String,
2148
+ ?next_token: ::String,
2149
+ ?max_results: ::Integer,
2150
+ ?quick_connect_types: Array[("USER" | "QUEUE" | "PHONE_NUMBER")]
2151
+ ) -> _ListQuickConnectsResponseSuccess
2152
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListQuickConnectsResponseSuccess
2153
+
2154
+ interface _ListRealtimeContactAnalysisSegmentsV2ResponseSuccess
2155
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRealtimeContactAnalysisSegmentsV2Response]
2156
+ def channel: () -> ("VOICE" | "CHAT")
2157
+ def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED")
2158
+ def segments: () -> ::Array[Types::RealtimeContactAnalysisSegment]
2159
+ def next_token: () -> ::String
2160
+ end
2161
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_realtime_contact_analysis_segments_v2-instance_method
2162
+ def list_realtime_contact_analysis_segments_v2: (
2163
+ instance_id: ::String,
2164
+ contact_id: ::String,
2165
+ ?max_results: ::Integer,
2166
+ ?next_token: ::String,
2167
+ output_type: ("Raw" | "Redacted"),
2168
+ segment_types: Array[("Transcript" | "Categories" | "Issues" | "Event" | "Attachments")]
2169
+ ) -> _ListRealtimeContactAnalysisSegmentsV2ResponseSuccess
2170
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRealtimeContactAnalysisSegmentsV2ResponseSuccess
2171
+
2172
+ interface _ListRoutingProfileQueuesResponseSuccess
2173
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRoutingProfileQueuesResponse]
2174
+ def next_token: () -> ::String
2175
+ def routing_profile_queue_config_summary_list: () -> ::Array[Types::RoutingProfileQueueConfigSummary]
2176
+ def last_modified_time: () -> ::Time
2177
+ def last_modified_region: () -> ::String
2178
+ end
2179
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_routing_profile_queues-instance_method
2180
+ def list_routing_profile_queues: (
2181
+ instance_id: ::String,
2182
+ routing_profile_id: ::String,
2183
+ ?next_token: ::String,
2184
+ ?max_results: ::Integer
2185
+ ) -> _ListRoutingProfileQueuesResponseSuccess
2186
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRoutingProfileQueuesResponseSuccess
2187
+
2188
+ interface _ListRoutingProfilesResponseSuccess
2189
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRoutingProfilesResponse]
2190
+ def routing_profile_summary_list: () -> ::Array[Types::RoutingProfileSummary]
2191
+ def next_token: () -> ::String
2192
+ end
2193
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_routing_profiles-instance_method
2194
+ def list_routing_profiles: (
2195
+ instance_id: ::String,
2196
+ ?next_token: ::String,
2197
+ ?max_results: ::Integer
2198
+ ) -> _ListRoutingProfilesResponseSuccess
2199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRoutingProfilesResponseSuccess
2200
+
2201
+ interface _ListRulesResponseSuccess
2202
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListRulesResponse]
2203
+ def rule_summary_list: () -> ::Array[Types::RuleSummary]
2204
+ def next_token: () -> ::String
2205
+ end
2206
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_rules-instance_method
2207
+ def list_rules: (
2208
+ instance_id: ::String,
2209
+ ?publish_status: ("DRAFT" | "PUBLISHED"),
2210
+ ?event_source_name: ("OnPostCallAnalysisAvailable" | "OnRealTimeCallAnalysisAvailable" | "OnRealTimeChatAnalysisAvailable" | "OnPostChatAnalysisAvailable" | "OnZendeskTicketCreate" | "OnZendeskTicketStatusUpdate" | "OnSalesforceCaseCreate" | "OnContactEvaluationSubmit" | "OnMetricDataUpdate" | "OnCaseCreate" | "OnCaseUpdate"),
2211
+ ?max_results: ::Integer,
2212
+ ?next_token: ::String
2213
+ ) -> _ListRulesResponseSuccess
2214
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRulesResponseSuccess
2215
+
2216
+ interface _ListSecurityKeysResponseSuccess
2217
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSecurityKeysResponse]
2218
+ def security_keys: () -> ::Array[Types::SecurityKey]
2219
+ def next_token: () -> ::String
2220
+ end
2221
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_security_keys-instance_method
2222
+ def list_security_keys: (
2223
+ instance_id: ::String,
2224
+ ?next_token: ::String,
2225
+ ?max_results: ::Integer
2226
+ ) -> _ListSecurityKeysResponseSuccess
2227
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSecurityKeysResponseSuccess
2228
+
2229
+ interface _ListSecurityProfileApplicationsResponseSuccess
2230
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSecurityProfileApplicationsResponse]
2231
+ def applications: () -> ::Array[Types::Application]
2232
+ def next_token: () -> ::String
2233
+ def last_modified_time: () -> ::Time
2234
+ def last_modified_region: () -> ::String
2235
+ end
2236
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_security_profile_applications-instance_method
2237
+ def list_security_profile_applications: (
2238
+ security_profile_id: ::String,
2239
+ instance_id: ::String,
2240
+ ?next_token: ::String,
2241
+ ?max_results: ::Integer
2242
+ ) -> _ListSecurityProfileApplicationsResponseSuccess
2243
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSecurityProfileApplicationsResponseSuccess
2244
+
2245
+ interface _ListSecurityProfilePermissionsResponseSuccess
2246
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSecurityProfilePermissionsResponse]
2247
+ def permissions: () -> ::Array[::String]
2248
+ def next_token: () -> ::String
2249
+ def last_modified_time: () -> ::Time
2250
+ def last_modified_region: () -> ::String
2251
+ end
2252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_security_profile_permissions-instance_method
2253
+ def list_security_profile_permissions: (
2254
+ security_profile_id: ::String,
2255
+ instance_id: ::String,
2256
+ ?next_token: ::String,
2257
+ ?max_results: ::Integer
2258
+ ) -> _ListSecurityProfilePermissionsResponseSuccess
2259
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSecurityProfilePermissionsResponseSuccess
2260
+
2261
+ interface _ListSecurityProfilesResponseSuccess
2262
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSecurityProfilesResponse]
2263
+ def security_profile_summary_list: () -> ::Array[Types::SecurityProfileSummary]
2264
+ def next_token: () -> ::String
2265
+ end
2266
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_security_profiles-instance_method
2267
+ def list_security_profiles: (
2268
+ instance_id: ::String,
2269
+ ?next_token: ::String,
2270
+ ?max_results: ::Integer
2271
+ ) -> _ListSecurityProfilesResponseSuccess
2272
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSecurityProfilesResponseSuccess
2273
+
2274
+ interface _ListTagsForResourceResponseSuccess
2275
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
2276
+ def tags: () -> ::Hash[::String, ::String]
2277
+ end
2278
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_tags_for_resource-instance_method
2279
+ def list_tags_for_resource: (
2280
+ resource_arn: ::String
2281
+ ) -> _ListTagsForResourceResponseSuccess
2282
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
2283
+
2284
+ interface _ListTaskTemplatesResponseSuccess
2285
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTaskTemplatesResponse]
2286
+ def task_templates: () -> ::Array[Types::TaskTemplateMetadata]
2287
+ def next_token: () -> ::String
2288
+ end
2289
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_task_templates-instance_method
2290
+ def list_task_templates: (
2291
+ instance_id: ::String,
2292
+ ?next_token: ::String,
2293
+ ?max_results: ::Integer,
2294
+ ?status: ("ACTIVE" | "INACTIVE"),
2295
+ ?name: ::String
2296
+ ) -> _ListTaskTemplatesResponseSuccess
2297
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTaskTemplatesResponseSuccess
2298
+
2299
+ interface _ListTrafficDistributionGroupUsersResponseSuccess
2300
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficDistributionGroupUsersResponse]
2301
+ def next_token: () -> ::String
2302
+ def traffic_distribution_group_user_summary_list: () -> ::Array[Types::TrafficDistributionGroupUserSummary]
2303
+ end
2304
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_traffic_distribution_group_users-instance_method
2305
+ def list_traffic_distribution_group_users: (
2306
+ traffic_distribution_group_id: ::String,
2307
+ ?max_results: ::Integer,
2308
+ ?next_token: ::String
2309
+ ) -> _ListTrafficDistributionGroupUsersResponseSuccess
2310
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficDistributionGroupUsersResponseSuccess
2311
+
2312
+ interface _ListTrafficDistributionGroupsResponseSuccess
2313
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTrafficDistributionGroupsResponse]
2314
+ def next_token: () -> ::String
2315
+ def traffic_distribution_group_summary_list: () -> ::Array[Types::TrafficDistributionGroupSummary]
2316
+ end
2317
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_traffic_distribution_groups-instance_method
2318
+ def list_traffic_distribution_groups: (
2319
+ ?max_results: ::Integer,
2320
+ ?next_token: ::String,
2321
+ ?instance_id: ::String
2322
+ ) -> _ListTrafficDistributionGroupsResponseSuccess
2323
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTrafficDistributionGroupsResponseSuccess
2324
+
2325
+ interface _ListUseCasesResponseSuccess
2326
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListUseCasesResponse]
2327
+ def use_case_summary_list: () -> ::Array[Types::UseCase]
2328
+ def next_token: () -> ::String
2329
+ end
2330
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_use_cases-instance_method
2331
+ def list_use_cases: (
2332
+ instance_id: ::String,
2333
+ integration_association_id: ::String,
2334
+ ?next_token: ::String,
2335
+ ?max_results: ::Integer
2336
+ ) -> _ListUseCasesResponseSuccess
2337
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUseCasesResponseSuccess
2338
+
2339
+ interface _ListUserHierarchyGroupsResponseSuccess
2340
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListUserHierarchyGroupsResponse]
2341
+ def user_hierarchy_group_summary_list: () -> ::Array[Types::HierarchyGroupSummary]
2342
+ def next_token: () -> ::String
2343
+ end
2344
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_user_hierarchy_groups-instance_method
2345
+ def list_user_hierarchy_groups: (
2346
+ instance_id: ::String,
2347
+ ?next_token: ::String,
2348
+ ?max_results: ::Integer
2349
+ ) -> _ListUserHierarchyGroupsResponseSuccess
2350
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUserHierarchyGroupsResponseSuccess
2351
+
2352
+ interface _ListUserProficienciesResponseSuccess
2353
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListUserProficienciesResponse]
2354
+ def next_token: () -> ::String
2355
+ def user_proficiency_list: () -> ::Array[Types::UserProficiency]
2356
+ def last_modified_time: () -> ::Time
2357
+ def last_modified_region: () -> ::String
2358
+ end
2359
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_user_proficiencies-instance_method
2360
+ def list_user_proficiencies: (
2361
+ instance_id: ::String,
2362
+ user_id: ::String,
2363
+ ?next_token: ::String,
2364
+ ?max_results: ::Integer
2365
+ ) -> _ListUserProficienciesResponseSuccess
2366
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUserProficienciesResponseSuccess
2367
+
2368
+ interface _ListUsersResponseSuccess
2369
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListUsersResponse]
2370
+ def user_summary_list: () -> ::Array[Types::UserSummary]
2371
+ def next_token: () -> ::String
2372
+ end
2373
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_users-instance_method
2374
+ def list_users: (
2375
+ instance_id: ::String,
2376
+ ?next_token: ::String,
2377
+ ?max_results: ::Integer
2378
+ ) -> _ListUsersResponseSuccess
2379
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
2380
+
2381
+ interface _ListViewVersionsResponseSuccess
2382
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListViewVersionsResponse]
2383
+ def view_version_summary_list: () -> ::Array[Types::ViewVersionSummary]
2384
+ def next_token: () -> ::String
2385
+ end
2386
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_view_versions-instance_method
2387
+ def list_view_versions: (
2388
+ instance_id: ::String,
2389
+ view_id: ::String,
2390
+ ?next_token: ::String,
2391
+ ?max_results: ::Integer
2392
+ ) -> _ListViewVersionsResponseSuccess
2393
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListViewVersionsResponseSuccess
2394
+
2395
+ interface _ListViewsResponseSuccess
2396
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListViewsResponse]
2397
+ def views_summary_list: () -> ::Array[Types::ViewSummary]
2398
+ def next_token: () -> ::String
2399
+ end
2400
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#list_views-instance_method
2401
+ def list_views: (
2402
+ instance_id: ::String,
2403
+ ?type: ("CUSTOMER_MANAGED" | "AWS_MANAGED"),
2404
+ ?next_token: ::String,
2405
+ ?max_results: ::Integer
2406
+ ) -> _ListViewsResponseSuccess
2407
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListViewsResponseSuccess
2408
+
2409
+ interface _MonitorContactResponseSuccess
2410
+ include ::Seahorse::Client::_ResponseSuccess[Types::MonitorContactResponse]
2411
+ def contact_id: () -> ::String
2412
+ def contact_arn: () -> ::String
2413
+ end
2414
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#monitor_contact-instance_method
2415
+ def monitor_contact: (
2416
+ instance_id: ::String,
2417
+ contact_id: ::String,
2418
+ user_id: ::String,
2419
+ ?allowed_monitor_capabilities: Array[("SILENT_MONITOR" | "BARGE")],
2420
+ ?client_token: ::String
2421
+ ) -> _MonitorContactResponseSuccess
2422
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _MonitorContactResponseSuccess
2423
+
2424
+ interface _PauseContactResponseSuccess
2425
+ include ::Seahorse::Client::_ResponseSuccess[Types::PauseContactResponse]
2426
+ end
2427
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#pause_contact-instance_method
2428
+ def pause_contact: (
2429
+ contact_id: ::String,
2430
+ instance_id: ::String,
2431
+ ?contact_flow_id: ::String
2432
+ ) -> _PauseContactResponseSuccess
2433
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PauseContactResponseSuccess
2434
+
2435
+ interface _PutUserStatusResponseSuccess
2436
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutUserStatusResponse]
2437
+ end
2438
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#put_user_status-instance_method
2439
+ def put_user_status: (
2440
+ user_id: ::String,
2441
+ instance_id: ::String,
2442
+ agent_status_id: ::String
2443
+ ) -> _PutUserStatusResponseSuccess
2444
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutUserStatusResponseSuccess
2445
+
2446
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#release_phone_number-instance_method
2447
+ def release_phone_number: (
2448
+ phone_number_id: ::String,
2449
+ ?client_token: ::String
2450
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2451
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
2452
+
2453
+ interface _ReplicateInstanceResponseSuccess
2454
+ include ::Seahorse::Client::_ResponseSuccess[Types::ReplicateInstanceResponse]
2455
+ def id: () -> ::String
2456
+ def arn: () -> ::String
2457
+ end
2458
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#replicate_instance-instance_method
2459
+ def replicate_instance: (
2460
+ instance_id: ::String,
2461
+ replica_region: ::String,
2462
+ ?client_token: ::String,
2463
+ replica_alias: ::String
2464
+ ) -> _ReplicateInstanceResponseSuccess
2465
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReplicateInstanceResponseSuccess
2466
+
2467
+ interface _ResumeContactResponseSuccess
2468
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResumeContactResponse]
2469
+ end
2470
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#resume_contact-instance_method
2471
+ def resume_contact: (
2472
+ contact_id: ::String,
2473
+ instance_id: ::String,
2474
+ ?contact_flow_id: ::String
2475
+ ) -> _ResumeContactResponseSuccess
2476
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResumeContactResponseSuccess
2477
+
2478
+ interface _ResumeContactRecordingResponseSuccess
2479
+ include ::Seahorse::Client::_ResponseSuccess[Types::ResumeContactRecordingResponse]
2480
+ end
2481
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#resume_contact_recording-instance_method
2482
+ def resume_contact_recording: (
2483
+ instance_id: ::String,
2484
+ contact_id: ::String,
2485
+ initial_contact_id: ::String
2486
+ ) -> _ResumeContactRecordingResponseSuccess
2487
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResumeContactRecordingResponseSuccess
2488
+
2489
+ interface _SearchAvailablePhoneNumbersResponseSuccess
2490
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchAvailablePhoneNumbersResponse]
2491
+ def next_token: () -> ::String
2492
+ def available_numbers_list: () -> ::Array[Types::AvailableNumberSummary]
2493
+ end
2494
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_available_phone_numbers-instance_method
2495
+ def search_available_phone_numbers: (
2496
+ ?target_arn: ::String,
2497
+ ?instance_id: ::String,
2498
+ phone_number_country_code: ("AF" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BA" | "BW" | "BR" | "IO" | "VG" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CK" | "CR" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "TL" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "PF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "CI" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "KP" | "MP" | "NO" | "OM" | "PK" | "PW" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "CG" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "KR" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "VI" | "UG" | "UA" | "AE" | "GB" | "US" | "UY" | "UZ" | "VU" | "VA" | "VE" | "VN" | "WF" | "EH" | "YE" | "ZM" | "ZW"),
2499
+ phone_number_type: ("TOLL_FREE" | "DID" | "UIFN" | "SHARED" | "THIRD_PARTY_TF" | "THIRD_PARTY_DID" | "SHORT_CODE"),
2500
+ ?phone_number_prefix: ::String,
2501
+ ?max_results: ::Integer,
2502
+ ?next_token: ::String
2503
+ ) -> _SearchAvailablePhoneNumbersResponseSuccess
2504
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchAvailablePhoneNumbersResponseSuccess
2505
+
2506
+ interface _SearchContactsResponseSuccess
2507
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchContactsResponse]
2508
+ def contacts: () -> ::Array[Types::ContactSearchSummary]
2509
+ def next_token: () -> ::String
2510
+ def total_count: () -> ::Integer
2511
+ end
2512
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_contacts-instance_method
2513
+ def search_contacts: (
2514
+ instance_id: ::String,
2515
+ time_range: {
2516
+ type: ("INITIATION_TIMESTAMP" | "SCHEDULED_TIMESTAMP" | "CONNECTED_TO_AGENT_TIMESTAMP" | "DISCONNECT_TIMESTAMP"),
2517
+ start_time: ::Time,
2518
+ end_time: ::Time
2519
+ },
2520
+ ?search_criteria: {
2521
+ agent_ids: Array[::String]?,
2522
+ agent_hierarchy_groups: {
2523
+ l1_ids: Array[::String]?,
2524
+ l2_ids: Array[::String]?,
2525
+ l3_ids: Array[::String]?,
2526
+ l4_ids: Array[::String]?,
2527
+ l5_ids: Array[::String]?
2528
+ }?,
2529
+ channels: Array[("VOICE" | "CHAT" | "TASK")]?,
2530
+ contact_analysis: {
2531
+ transcript: {
2532
+ criteria: Array[
2533
+ {
2534
+ participant_role: ("AGENT" | "CUSTOMER" | "SYSTEM" | "CUSTOM_BOT" | "SUPERVISOR"),
2535
+ search_text: Array[::String],
2536
+ match_type: ("MATCH_ALL" | "MATCH_ANY")
2537
+ },
2538
+ ],
2539
+ match_type: ("MATCH_ALL" | "MATCH_ANY")?
2540
+ }?
2541
+ }?,
2542
+ initiation_methods: Array[("INBOUND" | "OUTBOUND" | "TRANSFER" | "QUEUE_TRANSFER" | "CALLBACK" | "API" | "DISCONNECT" | "MONITOR" | "EXTERNAL_OUTBOUND")]?,
2543
+ queue_ids: Array[::String]?,
2544
+ searchable_contact_attributes: {
2545
+ criteria: Array[
2546
+ {
2547
+ key: ::String,
2548
+ values: Array[::String]
2549
+ },
2550
+ ],
2551
+ match_type: ("MATCH_ALL" | "MATCH_ANY")?
2552
+ }?
2553
+ },
2554
+ ?max_results: ::Integer,
2555
+ ?next_token: ::String,
2556
+ ?sort: {
2557
+ field_name: ("INITIATION_TIMESTAMP" | "SCHEDULED_TIMESTAMP" | "CONNECTED_TO_AGENT_TIMESTAMP" | "DISCONNECT_TIMESTAMP" | "INITIATION_METHOD" | "CHANNEL"),
2558
+ order: ("ASCENDING" | "DESCENDING")
2559
+ }
2560
+ ) -> _SearchContactsResponseSuccess
2561
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchContactsResponseSuccess
2562
+
2563
+ interface _SearchHoursOfOperationsResponseSuccess
2564
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchHoursOfOperationsResponse]
2565
+ def hours_of_operations: () -> ::Array[Types::HoursOfOperation]
2566
+ def next_token: () -> ::String
2567
+ def approximate_total_count: () -> ::Integer
2568
+ end
2569
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_hours_of_operations-instance_method
2570
+ def search_hours_of_operations: (
2571
+ instance_id: ::String,
2572
+ ?next_token: ::String,
2573
+ ?max_results: ::Integer,
2574
+ ?search_filter: {
2575
+ tag_filter: {
2576
+ or_conditions: Array[
2577
+ Array[
2578
+ {
2579
+ tag_key: ::String?,
2580
+ tag_value: ::String?
2581
+ },
2582
+ ],
2583
+ ]?,
2584
+ and_conditions: Array[
2585
+ {
2586
+ tag_key: ::String?,
2587
+ tag_value: ::String?
2588
+ },
2589
+ ]?,
2590
+ tag_condition: {
2591
+ tag_key: ::String?,
2592
+ tag_value: ::String?
2593
+ }?
2594
+ }?
2595
+ },
2596
+ ?search_criteria: {
2597
+ or_conditions: Array[
2598
+ untyped,
2599
+ ]?,
2600
+ and_conditions: Array[
2601
+ untyped,
2602
+ ]?,
2603
+ string_condition: {
2604
+ field_name: ::String?,
2605
+ value: ::String?,
2606
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2607
+ }?
2608
+ }
2609
+ ) -> _SearchHoursOfOperationsResponseSuccess
2610
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchHoursOfOperationsResponseSuccess
2611
+
2612
+ interface _SearchPredefinedAttributesResponseSuccess
2613
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchPredefinedAttributesResponse]
2614
+ def predefined_attributes: () -> ::Array[Types::PredefinedAttribute]
2615
+ def next_token: () -> ::String
2616
+ def approximate_total_count: () -> ::Integer
2617
+ end
2618
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_predefined_attributes-instance_method
2619
+ def search_predefined_attributes: (
2620
+ instance_id: ::String,
2621
+ ?next_token: ::String,
2622
+ ?max_results: ::Integer,
2623
+ ?search_criteria: {
2624
+ or_conditions: Array[
2625
+ untyped,
2626
+ ]?,
2627
+ and_conditions: Array[
2628
+ untyped,
2629
+ ]?,
2630
+ string_condition: {
2631
+ field_name: ::String?,
2632
+ value: ::String?,
2633
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2634
+ }?
2635
+ }
2636
+ ) -> _SearchPredefinedAttributesResponseSuccess
2637
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchPredefinedAttributesResponseSuccess
2638
+
2639
+ interface _SearchPromptsResponseSuccess
2640
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchPromptsResponse]
2641
+ def prompts: () -> ::Array[Types::Prompt]
2642
+ def next_token: () -> ::String
2643
+ def approximate_total_count: () -> ::Integer
2644
+ end
2645
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_prompts-instance_method
2646
+ def search_prompts: (
2647
+ instance_id: ::String,
2648
+ ?next_token: ::String,
2649
+ ?max_results: ::Integer,
2650
+ ?search_filter: {
2651
+ tag_filter: {
2652
+ or_conditions: Array[
2653
+ Array[
2654
+ {
2655
+ tag_key: ::String?,
2656
+ tag_value: ::String?
2657
+ },
2658
+ ],
2659
+ ]?,
2660
+ and_conditions: Array[
2661
+ {
2662
+ tag_key: ::String?,
2663
+ tag_value: ::String?
2664
+ },
2665
+ ]?,
2666
+ tag_condition: {
2667
+ tag_key: ::String?,
2668
+ tag_value: ::String?
2669
+ }?
2670
+ }?
2671
+ },
2672
+ ?search_criteria: {
2673
+ or_conditions: Array[
2674
+ untyped,
2675
+ ]?,
2676
+ and_conditions: Array[
2677
+ untyped,
2678
+ ]?,
2679
+ string_condition: {
2680
+ field_name: ::String?,
2681
+ value: ::String?,
2682
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2683
+ }?
2684
+ }
2685
+ ) -> _SearchPromptsResponseSuccess
2686
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchPromptsResponseSuccess
2687
+
2688
+ interface _SearchQueuesResponseSuccess
2689
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchQueuesResponse]
2690
+ def queues: () -> ::Array[Types::Queue]
2691
+ def next_token: () -> ::String
2692
+ def approximate_total_count: () -> ::Integer
2693
+ end
2694
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_queues-instance_method
2695
+ def search_queues: (
2696
+ instance_id: ::String,
2697
+ ?next_token: ::String,
2698
+ ?max_results: ::Integer,
2699
+ ?search_filter: {
2700
+ tag_filter: {
2701
+ or_conditions: Array[
2702
+ Array[
2703
+ {
2704
+ tag_key: ::String?,
2705
+ tag_value: ::String?
2706
+ },
2707
+ ],
2708
+ ]?,
2709
+ and_conditions: Array[
2710
+ {
2711
+ tag_key: ::String?,
2712
+ tag_value: ::String?
2713
+ },
2714
+ ]?,
2715
+ tag_condition: {
2716
+ tag_key: ::String?,
2717
+ tag_value: ::String?
2718
+ }?
2719
+ }?
2720
+ },
2721
+ ?search_criteria: {
2722
+ or_conditions: Array[
2723
+ untyped,
2724
+ ]?,
2725
+ and_conditions: Array[
2726
+ untyped,
2727
+ ]?,
2728
+ string_condition: {
2729
+ field_name: ::String?,
2730
+ value: ::String?,
2731
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2732
+ }?,
2733
+ queue_type_condition: ("STANDARD")?
2734
+ }
2735
+ ) -> _SearchQueuesResponseSuccess
2736
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchQueuesResponseSuccess
2737
+
2738
+ interface _SearchQuickConnectsResponseSuccess
2739
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchQuickConnectsResponse]
2740
+ def quick_connects: () -> ::Array[Types::QuickConnect]
2741
+ def next_token: () -> ::String
2742
+ def approximate_total_count: () -> ::Integer
2743
+ end
2744
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_quick_connects-instance_method
2745
+ def search_quick_connects: (
2746
+ instance_id: ::String,
2747
+ ?next_token: ::String,
2748
+ ?max_results: ::Integer,
2749
+ ?search_filter: {
2750
+ tag_filter: {
2751
+ or_conditions: Array[
2752
+ Array[
2753
+ {
2754
+ tag_key: ::String?,
2755
+ tag_value: ::String?
2756
+ },
2757
+ ],
2758
+ ]?,
2759
+ and_conditions: Array[
2760
+ {
2761
+ tag_key: ::String?,
2762
+ tag_value: ::String?
2763
+ },
2764
+ ]?,
2765
+ tag_condition: {
2766
+ tag_key: ::String?,
2767
+ tag_value: ::String?
2768
+ }?
2769
+ }?
2770
+ },
2771
+ ?search_criteria: {
2772
+ or_conditions: Array[
2773
+ untyped,
2774
+ ]?,
2775
+ and_conditions: Array[
2776
+ untyped,
2777
+ ]?,
2778
+ string_condition: {
2779
+ field_name: ::String?,
2780
+ value: ::String?,
2781
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2782
+ }?
2783
+ }
2784
+ ) -> _SearchQuickConnectsResponseSuccess
2785
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchQuickConnectsResponseSuccess
2786
+
2787
+ interface _SearchResourceTagsResponseSuccess
2788
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchResourceTagsResponse]
2789
+ def tags: () -> ::Array[Types::TagSet]
2790
+ def next_token: () -> ::String
2791
+ end
2792
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_resource_tags-instance_method
2793
+ def search_resource_tags: (
2794
+ instance_id: ::String,
2795
+ ?resource_types: Array[::String],
2796
+ ?next_token: ::String,
2797
+ ?max_results: ::Integer,
2798
+ ?search_criteria: {
2799
+ tag_search_condition: {
2800
+ tag_key: ::String?,
2801
+ tag_value: ::String?,
2802
+ tag_key_comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?,
2803
+ tag_value_comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2804
+ }?
2805
+ }
2806
+ ) -> _SearchResourceTagsResponseSuccess
2807
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchResourceTagsResponseSuccess
2808
+
2809
+ interface _SearchRoutingProfilesResponseSuccess
2810
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchRoutingProfilesResponse]
2811
+ def routing_profiles: () -> ::Array[Types::RoutingProfile]
2812
+ def next_token: () -> ::String
2813
+ def approximate_total_count: () -> ::Integer
2814
+ end
2815
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_routing_profiles-instance_method
2816
+ def search_routing_profiles: (
2817
+ instance_id: ::String,
2818
+ ?next_token: ::String,
2819
+ ?max_results: ::Integer,
2820
+ ?search_filter: {
2821
+ tag_filter: {
2822
+ or_conditions: Array[
2823
+ Array[
2824
+ {
2825
+ tag_key: ::String?,
2826
+ tag_value: ::String?
2827
+ },
2828
+ ],
2829
+ ]?,
2830
+ and_conditions: Array[
2831
+ {
2832
+ tag_key: ::String?,
2833
+ tag_value: ::String?
2834
+ },
2835
+ ]?,
2836
+ tag_condition: {
2837
+ tag_key: ::String?,
2838
+ tag_value: ::String?
2839
+ }?
2840
+ }?
2841
+ },
2842
+ ?search_criteria: {
2843
+ or_conditions: Array[
2844
+ untyped,
2845
+ ]?,
2846
+ and_conditions: Array[
2847
+ untyped,
2848
+ ]?,
2849
+ string_condition: {
2850
+ field_name: ::String?,
2851
+ value: ::String?,
2852
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2853
+ }?
2854
+ }
2855
+ ) -> _SearchRoutingProfilesResponseSuccess
2856
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchRoutingProfilesResponseSuccess
2857
+
2858
+ interface _SearchSecurityProfilesResponseSuccess
2859
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchSecurityProfilesResponse]
2860
+ def security_profiles: () -> ::Array[Types::SecurityProfileSearchSummary]
2861
+ def next_token: () -> ::String
2862
+ def approximate_total_count: () -> ::Integer
2863
+ end
2864
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_security_profiles-instance_method
2865
+ def search_security_profiles: (
2866
+ instance_id: ::String,
2867
+ ?next_token: ::String,
2868
+ ?max_results: ::Integer,
2869
+ ?search_criteria: {
2870
+ or_conditions: Array[
2871
+ untyped,
2872
+ ]?,
2873
+ and_conditions: Array[
2874
+ untyped,
2875
+ ]?,
2876
+ string_condition: {
2877
+ field_name: ::String?,
2878
+ value: ::String?,
2879
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2880
+ }?
2881
+ },
2882
+ ?search_filter: {
2883
+ tag_filter: {
2884
+ or_conditions: Array[
2885
+ Array[
2886
+ {
2887
+ tag_key: ::String?,
2888
+ tag_value: ::String?
2889
+ },
2890
+ ],
2891
+ ]?,
2892
+ and_conditions: Array[
2893
+ {
2894
+ tag_key: ::String?,
2895
+ tag_value: ::String?
2896
+ },
2897
+ ]?,
2898
+ tag_condition: {
2899
+ tag_key: ::String?,
2900
+ tag_value: ::String?
2901
+ }?
2902
+ }?
2903
+ }
2904
+ ) -> _SearchSecurityProfilesResponseSuccess
2905
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchSecurityProfilesResponseSuccess
2906
+
2907
+ interface _SearchUsersResponseSuccess
2908
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchUsersResponse]
2909
+ def users: () -> ::Array[Types::UserSearchSummary]
2910
+ def next_token: () -> ::String
2911
+ def approximate_total_count: () -> ::Integer
2912
+ end
2913
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_users-instance_method
2914
+ def search_users: (
2915
+ instance_id: ::String,
2916
+ ?next_token: ::String,
2917
+ ?max_results: ::Integer,
2918
+ ?search_filter: {
2919
+ tag_filter: {
2920
+ or_conditions: Array[
2921
+ Array[
2922
+ {
2923
+ tag_key: ::String?,
2924
+ tag_value: ::String?
2925
+ },
2926
+ ],
2927
+ ]?,
2928
+ and_conditions: Array[
2929
+ {
2930
+ tag_key: ::String?,
2931
+ tag_value: ::String?
2932
+ },
2933
+ ]?,
2934
+ tag_condition: {
2935
+ tag_key: ::String?,
2936
+ tag_value: ::String?
2937
+ }?
2938
+ }?
2939
+ },
2940
+ ?search_criteria: {
2941
+ or_conditions: Array[
2942
+ untyped,
2943
+ ]?,
2944
+ and_conditions: Array[
2945
+ untyped,
2946
+ ]?,
2947
+ string_condition: {
2948
+ field_name: ::String?,
2949
+ value: ::String?,
2950
+ comparison_type: ("STARTS_WITH" | "CONTAINS" | "EXACT")?
2951
+ }?,
2952
+ hierarchy_group_condition: {
2953
+ value: ::String?,
2954
+ hierarchy_group_match_type: ("EXACT" | "WITH_CHILD_GROUPS")?
2955
+ }?
2956
+ }
2957
+ ) -> _SearchUsersResponseSuccess
2958
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchUsersResponseSuccess
2959
+
2960
+ interface _SearchVocabulariesResponseSuccess
2961
+ include ::Seahorse::Client::_ResponseSuccess[Types::SearchVocabulariesResponse]
2962
+ def vocabulary_summary_list: () -> ::Array[Types::VocabularySummary]
2963
+ def next_token: () -> ::String
2964
+ end
2965
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#search_vocabularies-instance_method
2966
+ def search_vocabularies: (
2967
+ instance_id: ::String,
2968
+ ?max_results: ::Integer,
2969
+ ?next_token: ::String,
2970
+ ?state: ("CREATION_IN_PROGRESS" | "ACTIVE" | "CREATION_FAILED" | "DELETE_IN_PROGRESS"),
2971
+ ?name_starts_with: ::String,
2972
+ ?language_code: ("ar-AE" | "de-CH" | "de-DE" | "en-AB" | "en-AU" | "en-GB" | "en-IE" | "en-IN" | "en-US" | "en-WL" | "es-ES" | "es-US" | "fr-CA" | "fr-FR" | "hi-IN" | "it-IT" | "ja-JP" | "ko-KR" | "pt-BR" | "pt-PT" | "zh-CN" | "en-NZ" | "en-ZA")
2973
+ ) -> _SearchVocabulariesResponseSuccess
2974
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SearchVocabulariesResponseSuccess
2975
+
2976
+ interface _SendChatIntegrationEventResponseSuccess
2977
+ include ::Seahorse::Client::_ResponseSuccess[Types::SendChatIntegrationEventResponse]
2978
+ def initial_contact_id: () -> ::String
2979
+ def new_chat_created: () -> bool
2980
+ end
2981
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#send_chat_integration_event-instance_method
2982
+ def send_chat_integration_event: (
2983
+ source_id: ::String,
2984
+ destination_id: ::String,
2985
+ ?subtype: ::String,
2986
+ event: {
2987
+ type: ("DISCONNECT" | "MESSAGE" | "EVENT"),
2988
+ content_type: ::String?,
2989
+ content: ::String?
2990
+ },
2991
+ ?new_session_details: {
2992
+ supported_messaging_content_types: Array[::String]?,
2993
+ participant_details: {
2994
+ display_name: ::String
2995
+ }?,
2996
+ attributes: Hash[::String, ::String]?,
2997
+ streaming_configuration: {
2998
+ streaming_endpoint_arn: ::String
2999
+ }?
3000
+ }
3001
+ ) -> _SendChatIntegrationEventResponseSuccess
3002
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendChatIntegrationEventResponseSuccess
3003
+
3004
+ interface _StartChatContactResponseSuccess
3005
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartChatContactResponse]
3006
+ def contact_id: () -> ::String
3007
+ def participant_id: () -> ::String
3008
+ def participant_token: () -> ::String
3009
+ def continued_from_contact_id: () -> ::String
3010
+ end
3011
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_chat_contact-instance_method
3012
+ def start_chat_contact: (
3013
+ instance_id: ::String,
3014
+ contact_flow_id: ::String,
3015
+ ?attributes: Hash[::String, ::String],
3016
+ participant_details: {
3017
+ display_name: ::String
3018
+ },
3019
+ ?initial_message: {
3020
+ content_type: ::String,
3021
+ content: ::String
3022
+ },
3023
+ ?client_token: ::String,
3024
+ ?chat_duration_in_minutes: ::Integer,
3025
+ ?supported_messaging_content_types: Array[::String],
3026
+ ?persistent_chat: {
3027
+ rehydration_type: ("ENTIRE_PAST_SESSION" | "FROM_SEGMENT")?,
3028
+ source_contact_id: ::String?
3029
+ },
3030
+ ?related_contact_id: ::String,
3031
+ ?segment_attributes: Hash[::String, {
3032
+ value_string: ::String?
3033
+ }]
3034
+ ) -> _StartChatContactResponseSuccess
3035
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartChatContactResponseSuccess
3036
+
3037
+ interface _StartContactEvaluationResponseSuccess
3038
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartContactEvaluationResponse]
3039
+ def evaluation_id: () -> ::String
3040
+ def evaluation_arn: () -> ::String
3041
+ end
3042
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_contact_evaluation-instance_method
3043
+ def start_contact_evaluation: (
3044
+ instance_id: ::String,
3045
+ contact_id: ::String,
3046
+ evaluation_form_id: ::String,
3047
+ ?client_token: ::String
3048
+ ) -> _StartContactEvaluationResponseSuccess
3049
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartContactEvaluationResponseSuccess
3050
+
3051
+ interface _StartContactRecordingResponseSuccess
3052
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartContactRecordingResponse]
3053
+ end
3054
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_contact_recording-instance_method
3055
+ def start_contact_recording: (
3056
+ instance_id: ::String,
3057
+ contact_id: ::String,
3058
+ initial_contact_id: ::String,
3059
+ voice_recording_configuration: {
3060
+ voice_recording_track: ("FROM_AGENT" | "TO_AGENT" | "ALL")?
3061
+ }
3062
+ ) -> _StartContactRecordingResponseSuccess
3063
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartContactRecordingResponseSuccess
3064
+
3065
+ interface _StartContactStreamingResponseSuccess
3066
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartContactStreamingResponse]
3067
+ def streaming_id: () -> ::String
3068
+ end
3069
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_contact_streaming-instance_method
3070
+ def start_contact_streaming: (
3071
+ instance_id: ::String,
3072
+ contact_id: ::String,
3073
+ chat_streaming_configuration: {
3074
+ streaming_endpoint_arn: ::String
3075
+ },
3076
+ client_token: ::String
3077
+ ) -> _StartContactStreamingResponseSuccess
3078
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartContactStreamingResponseSuccess
3079
+
3080
+ interface _StartOutboundVoiceContactResponseSuccess
3081
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartOutboundVoiceContactResponse]
3082
+ def contact_id: () -> ::String
3083
+ end
3084
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_outbound_voice_contact-instance_method
3085
+ def start_outbound_voice_contact: (
3086
+ ?name: ::String,
3087
+ ?description: ::String,
3088
+ ?references: Hash[::String, {
3089
+ value: ::String,
3090
+ type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3091
+ }],
3092
+ ?related_contact_id: ::String,
3093
+ destination_phone_number: ::String,
3094
+ contact_flow_id: ::String,
3095
+ instance_id: ::String,
3096
+ ?client_token: ::String,
3097
+ ?source_phone_number: ::String,
3098
+ ?queue_id: ::String,
3099
+ ?attributes: Hash[::String, ::String],
3100
+ ?answer_machine_detection_config: {
3101
+ enable_answer_machine_detection: bool?,
3102
+ await_answer_machine_prompt: bool?
3103
+ },
3104
+ ?campaign_id: ::String,
3105
+ ?traffic_type: ("GENERAL" | "CAMPAIGN")
3106
+ ) -> _StartOutboundVoiceContactResponseSuccess
3107
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartOutboundVoiceContactResponseSuccess
3108
+
3109
+ interface _StartTaskContactResponseSuccess
3110
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartTaskContactResponse]
3111
+ def contact_id: () -> ::String
3112
+ end
3113
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_task_contact-instance_method
3114
+ def start_task_contact: (
3115
+ instance_id: ::String,
3116
+ ?previous_contact_id: ::String,
3117
+ ?contact_flow_id: ::String,
3118
+ ?attributes: Hash[::String, ::String],
3119
+ name: ::String,
3120
+ ?references: Hash[::String, {
3121
+ value: ::String,
3122
+ type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3123
+ }],
3124
+ ?description: ::String,
3125
+ ?client_token: ::String,
3126
+ ?scheduled_time: ::Time,
3127
+ ?task_template_id: ::String,
3128
+ ?quick_connect_id: ::String,
3129
+ ?related_contact_id: ::String
3130
+ ) -> _StartTaskContactResponseSuccess
3131
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTaskContactResponseSuccess
3132
+
3133
+ interface _StartWebRTCContactResponseSuccess
3134
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartWebRTCContactResponse]
3135
+ def connection_data: () -> Types::ConnectionData
3136
+ def contact_id: () -> ::String
3137
+ def participant_id: () -> ::String
3138
+ def participant_token: () -> ::String
3139
+ end
3140
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#start_web_rtc_contact-instance_method
3141
+ def start_web_rtc_contact: (
3142
+ ?attributes: Hash[::String, ::String],
3143
+ ?client_token: ::String,
3144
+ contact_flow_id: ::String,
3145
+ instance_id: ::String,
3146
+ ?allowed_capabilities: {
3147
+ customer: {
3148
+ video: ("SEND")?
3149
+ }?,
3150
+ agent: {
3151
+ video: ("SEND")?
3152
+ }?
3153
+ },
3154
+ participant_details: {
3155
+ display_name: ::String
3156
+ },
3157
+ ?related_contact_id: ::String,
3158
+ ?references: Hash[::String, {
3159
+ value: ::String,
3160
+ type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3161
+ }],
3162
+ ?description: ::String
3163
+ ) -> _StartWebRTCContactResponseSuccess
3164
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartWebRTCContactResponseSuccess
3165
+
3166
+ interface _StopContactResponseSuccess
3167
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopContactResponse]
3168
+ end
3169
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#stop_contact-instance_method
3170
+ def stop_contact: (
3171
+ contact_id: ::String,
3172
+ instance_id: ::String,
3173
+ ?disconnect_reason: {
3174
+ code: ::String?
3175
+ }
3176
+ ) -> _StopContactResponseSuccess
3177
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopContactResponseSuccess
3178
+
3179
+ interface _StopContactRecordingResponseSuccess
3180
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopContactRecordingResponse]
3181
+ end
3182
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#stop_contact_recording-instance_method
3183
+ def stop_contact_recording: (
3184
+ instance_id: ::String,
3185
+ contact_id: ::String,
3186
+ initial_contact_id: ::String
3187
+ ) -> _StopContactRecordingResponseSuccess
3188
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopContactRecordingResponseSuccess
3189
+
3190
+ interface _StopContactStreamingResponseSuccess
3191
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopContactStreamingResponse]
3192
+ end
3193
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#stop_contact_streaming-instance_method
3194
+ def stop_contact_streaming: (
3195
+ instance_id: ::String,
3196
+ contact_id: ::String,
3197
+ streaming_id: ::String
3198
+ ) -> _StopContactStreamingResponseSuccess
3199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopContactStreamingResponseSuccess
3200
+
3201
+ interface _SubmitContactEvaluationResponseSuccess
3202
+ include ::Seahorse::Client::_ResponseSuccess[Types::SubmitContactEvaluationResponse]
3203
+ def evaluation_id: () -> ::String
3204
+ def evaluation_arn: () -> ::String
3205
+ end
3206
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#submit_contact_evaluation-instance_method
3207
+ def submit_contact_evaluation: (
3208
+ instance_id: ::String,
3209
+ evaluation_id: ::String,
3210
+ ?answers: Hash[::String, {
3211
+ value: {
3212
+ string_value: ::String?,
3213
+ numeric_value: ::Float?,
3214
+ not_applicable: bool?
3215
+ }?
3216
+ }],
3217
+ ?notes: Hash[::String, {
3218
+ value: ::String?
3219
+ }]
3220
+ ) -> _SubmitContactEvaluationResponseSuccess
3221
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SubmitContactEvaluationResponseSuccess
3222
+
3223
+ interface _SuspendContactRecordingResponseSuccess
3224
+ include ::Seahorse::Client::_ResponseSuccess[Types::SuspendContactRecordingResponse]
3225
+ end
3226
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#suspend_contact_recording-instance_method
3227
+ def suspend_contact_recording: (
3228
+ instance_id: ::String,
3229
+ contact_id: ::String,
3230
+ initial_contact_id: ::String
3231
+ ) -> _SuspendContactRecordingResponseSuccess
3232
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SuspendContactRecordingResponseSuccess
3233
+
3234
+ interface _TagContactResponseSuccess
3235
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagContactResponse]
3236
+ end
3237
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#tag_contact-instance_method
3238
+ def tag_contact: (
3239
+ contact_id: ::String,
3240
+ instance_id: ::String,
3241
+ tags: Hash[::String, ::String]
3242
+ ) -> _TagContactResponseSuccess
3243
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagContactResponseSuccess
3244
+
3245
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#tag_resource-instance_method
3246
+ def tag_resource: (
3247
+ resource_arn: ::String,
3248
+ tags: Hash[::String, ::String]
3249
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3250
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3251
+
3252
+ interface _TransferContactResponseSuccess
3253
+ include ::Seahorse::Client::_ResponseSuccess[Types::TransferContactResponse]
3254
+ def contact_id: () -> ::String
3255
+ def contact_arn: () -> ::String
3256
+ end
3257
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#transfer_contact-instance_method
3258
+ def transfer_contact: (
3259
+ instance_id: ::String,
3260
+ contact_id: ::String,
3261
+ ?queue_id: ::String,
3262
+ ?user_id: ::String,
3263
+ contact_flow_id: ::String,
3264
+ ?client_token: ::String
3265
+ ) -> _TransferContactResponseSuccess
3266
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TransferContactResponseSuccess
3267
+
3268
+ interface _UntagContactResponseSuccess
3269
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagContactResponse]
3270
+ end
3271
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#untag_contact-instance_method
3272
+ def untag_contact: (
3273
+ contact_id: ::String,
3274
+ instance_id: ::String,
3275
+ tag_keys: Array[::String]
3276
+ ) -> _UntagContactResponseSuccess
3277
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagContactResponseSuccess
3278
+
3279
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#untag_resource-instance_method
3280
+ def untag_resource: (
3281
+ resource_arn: ::String,
3282
+ tag_keys: Array[::String]
3283
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3284
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3285
+
3286
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_agent_status-instance_method
3287
+ def update_agent_status: (
3288
+ instance_id: ::String,
3289
+ agent_status_id: ::String,
3290
+ ?name: ::String,
3291
+ ?description: ::String,
3292
+ ?state: ("ENABLED" | "DISABLED"),
3293
+ ?display_order: ::Integer,
3294
+ ?reset_order_number: bool
3295
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3296
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3297
+
3298
+ interface _UpdateContactResponseSuccess
3299
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactResponse]
3300
+ end
3301
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact-instance_method
3302
+ def update_contact: (
3303
+ instance_id: ::String,
3304
+ contact_id: ::String,
3305
+ ?name: ::String,
3306
+ ?description: ::String,
3307
+ ?references: Hash[::String, {
3308
+ value: ::String,
3309
+ type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3310
+ }]
3311
+ ) -> _UpdateContactResponseSuccess
3312
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactResponseSuccess
3313
+
3314
+ interface _UpdateContactAttributesResponseSuccess
3315
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactAttributesResponse]
3316
+ end
3317
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_attributes-instance_method
3318
+ def update_contact_attributes: (
3319
+ initial_contact_id: ::String,
3320
+ instance_id: ::String,
3321
+ attributes: Hash[::String, ::String]
3322
+ ) -> _UpdateContactAttributesResponseSuccess
3323
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactAttributesResponseSuccess
3324
+
3325
+ interface _UpdateContactEvaluationResponseSuccess
3326
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactEvaluationResponse]
3327
+ def evaluation_id: () -> ::String
3328
+ def evaluation_arn: () -> ::String
3329
+ end
3330
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_evaluation-instance_method
3331
+ def update_contact_evaluation: (
3332
+ instance_id: ::String,
3333
+ evaluation_id: ::String,
3334
+ ?answers: Hash[::String, {
3335
+ value: {
3336
+ string_value: ::String?,
3337
+ numeric_value: ::Float?,
3338
+ not_applicable: bool?
3339
+ }?
3340
+ }],
3341
+ ?notes: Hash[::String, {
3342
+ value: ::String?
3343
+ }]
3344
+ ) -> _UpdateContactEvaluationResponseSuccess
3345
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactEvaluationResponseSuccess
3346
+
3347
+ interface _UpdateContactFlowContentResponseSuccess
3348
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactFlowContentResponse]
3349
+ end
3350
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_flow_content-instance_method
3351
+ def update_contact_flow_content: (
3352
+ instance_id: ::String,
3353
+ contact_flow_id: ::String,
3354
+ content: ::String
3355
+ ) -> _UpdateContactFlowContentResponseSuccess
3356
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactFlowContentResponseSuccess
3357
+
3358
+ interface _UpdateContactFlowMetadataResponseSuccess
3359
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactFlowMetadataResponse]
3360
+ end
3361
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_flow_metadata-instance_method
3362
+ def update_contact_flow_metadata: (
3363
+ instance_id: ::String,
3364
+ contact_flow_id: ::String,
3365
+ ?name: ::String,
3366
+ ?description: ::String,
3367
+ ?contact_flow_state: ("ACTIVE" | "ARCHIVED")
3368
+ ) -> _UpdateContactFlowMetadataResponseSuccess
3369
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactFlowMetadataResponseSuccess
3370
+
3371
+ interface _UpdateContactFlowModuleContentResponseSuccess
3372
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactFlowModuleContentResponse]
3373
+ end
3374
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_flow_module_content-instance_method
3375
+ def update_contact_flow_module_content: (
3376
+ instance_id: ::String,
3377
+ contact_flow_module_id: ::String,
3378
+ content: ::String
3379
+ ) -> _UpdateContactFlowModuleContentResponseSuccess
3380
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactFlowModuleContentResponseSuccess
3381
+
3382
+ interface _UpdateContactFlowModuleMetadataResponseSuccess
3383
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactFlowModuleMetadataResponse]
3384
+ end
3385
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_flow_module_metadata-instance_method
3386
+ def update_contact_flow_module_metadata: (
3387
+ instance_id: ::String,
3388
+ contact_flow_module_id: ::String,
3389
+ ?name: ::String,
3390
+ ?description: ::String,
3391
+ ?state: ("ACTIVE" | "ARCHIVED")
3392
+ ) -> _UpdateContactFlowModuleMetadataResponseSuccess
3393
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactFlowModuleMetadataResponseSuccess
3394
+
3395
+ interface _UpdateContactFlowNameResponseSuccess
3396
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactFlowNameResponse]
3397
+ end
3398
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_flow_name-instance_method
3399
+ def update_contact_flow_name: (
3400
+ instance_id: ::String,
3401
+ contact_flow_id: ::String,
3402
+ ?name: ::String,
3403
+ ?description: ::String
3404
+ ) -> _UpdateContactFlowNameResponseSuccess
3405
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactFlowNameResponseSuccess
3406
+
3407
+ interface _UpdateContactRoutingDataResponseSuccess
3408
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactRoutingDataResponse]
3409
+ end
3410
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_routing_data-instance_method
3411
+ def update_contact_routing_data: (
3412
+ instance_id: ::String,
3413
+ contact_id: ::String,
3414
+ ?queue_time_adjustment_seconds: ::Integer,
3415
+ ?queue_priority: ::Integer
3416
+ ) -> _UpdateContactRoutingDataResponseSuccess
3417
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactRoutingDataResponseSuccess
3418
+
3419
+ interface _UpdateContactScheduleResponseSuccess
3420
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateContactScheduleResponse]
3421
+ end
3422
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_contact_schedule-instance_method
3423
+ def update_contact_schedule: (
3424
+ instance_id: ::String,
3425
+ contact_id: ::String,
3426
+ scheduled_time: ::Time
3427
+ ) -> _UpdateContactScheduleResponseSuccess
3428
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateContactScheduleResponseSuccess
3429
+
3430
+ interface _UpdateEvaluationFormResponseSuccess
3431
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateEvaluationFormResponse]
3432
+ def evaluation_form_id: () -> ::String
3433
+ def evaluation_form_arn: () -> ::String
3434
+ def evaluation_form_version: () -> ::Integer
3435
+ end
3436
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_evaluation_form-instance_method
3437
+ def update_evaluation_form: (
3438
+ instance_id: ::String,
3439
+ evaluation_form_id: ::String,
3440
+ evaluation_form_version: ::Integer,
3441
+ ?create_new_version: bool,
3442
+ title: ::String,
3443
+ ?description: ::String,
3444
+ items: Array[
3445
+ {
3446
+ section: {
3447
+ title: ::String,
3448
+ ref_id: ::String,
3449
+ instructions: ::String?,
3450
+ items: untyped,
3451
+ weight: ::Float?
3452
+ }?,
3453
+ question: {
3454
+ title: ::String,
3455
+ instructions: ::String?,
3456
+ ref_id: ::String,
3457
+ not_applicable_enabled: bool?,
3458
+ question_type: ("TEXT" | "SINGLESELECT" | "NUMERIC"),
3459
+ question_type_properties: {
3460
+ numeric: {
3461
+ min_value: ::Integer,
3462
+ max_value: ::Integer,
3463
+ options: Array[
3464
+ {
3465
+ min_value: ::Integer,
3466
+ max_value: ::Integer,
3467
+ score: ::Integer?,
3468
+ automatic_fail: bool?
3469
+ },
3470
+ ]?,
3471
+ automation: {
3472
+ property_value: {
3473
+ label: ("OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME")
3474
+ }?
3475
+ }?
3476
+ }?,
3477
+ single_select: {
3478
+ options: Array[
3479
+ {
3480
+ ref_id: ::String,
3481
+ text: ::String,
3482
+ score: ::Integer?,
3483
+ automatic_fail: bool?
3484
+ },
3485
+ ],
3486
+ display_as: ("DROPDOWN" | "RADIO")?,
3487
+ automation: {
3488
+ options: Array[
3489
+ {
3490
+ rule_category: {
3491
+ category: ::String,
3492
+ condition: ("PRESENT" | "NOT_PRESENT"),
3493
+ option_ref_id: ::String
3494
+ }?
3495
+ },
3496
+ ],
3497
+ default_option_ref_id: ::String?
3498
+ }?
3499
+ }?
3500
+ }?,
3501
+ weight: ::Float?
3502
+ }?
3503
+ },
3504
+ ],
3505
+ ?scoring_strategy: {
3506
+ mode: ("QUESTION_ONLY" | "SECTION_ONLY"),
3507
+ status: ("ENABLED" | "DISABLED")
3508
+ },
3509
+ ?client_token: ::String
3510
+ ) -> _UpdateEvaluationFormResponseSuccess
3511
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateEvaluationFormResponseSuccess
3512
+
3513
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_hours_of_operation-instance_method
3514
+ def update_hours_of_operation: (
3515
+ instance_id: ::String,
3516
+ hours_of_operation_id: ::String,
3517
+ ?name: ::String,
3518
+ ?description: ::String,
3519
+ ?time_zone: ::String,
3520
+ ?config: Array[
3521
+ {
3522
+ day: ("SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY"),
3523
+ start_time: {
3524
+ hours: ::Integer,
3525
+ minutes: ::Integer
3526
+ },
3527
+ end_time: {
3528
+ hours: ::Integer,
3529
+ minutes: ::Integer
3530
+ }
3531
+ },
3532
+ ]
3533
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3534
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3535
+
3536
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_instance_attribute-instance_method
3537
+ def update_instance_attribute: (
3538
+ instance_id: ::String,
3539
+ attribute_type: ("INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | "MULTI_PARTY_CONFERENCE" | "HIGH_VOLUME_OUTBOUND" | "ENHANCED_CONTACT_MONITORING" | "ENHANCED_CHAT_MONITORING"),
3540
+ value: ::String
3541
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3542
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3543
+
3544
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_instance_storage_config-instance_method
3545
+ def update_instance_storage_config: (
3546
+ instance_id: ::String,
3547
+ association_id: ::String,
3548
+ resource_type: ("CHAT_TRANSCRIPTS" | "CALL_RECORDINGS" | "SCHEDULED_REPORTS" | "MEDIA_STREAMS" | "CONTACT_TRACE_RECORDS" | "AGENT_EVENTS" | "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS" | "ATTACHMENTS" | "CONTACT_EVALUATIONS" | "SCREEN_RECORDINGS"),
3549
+ storage_config: {
3550
+ association_id: ::String?,
3551
+ storage_type: ("S3" | "KINESIS_VIDEO_STREAM" | "KINESIS_STREAM" | "KINESIS_FIREHOSE"),
3552
+ s3_config: {
3553
+ bucket_name: ::String,
3554
+ bucket_prefix: ::String,
3555
+ encryption_config: {
3556
+ encryption_type: ("KMS"),
3557
+ key_id: ::String
3558
+ }?
3559
+ }?,
3560
+ kinesis_video_stream_config: {
3561
+ prefix: ::String,
3562
+ retention_period_hours: ::Integer,
3563
+ encryption_config: {
3564
+ encryption_type: ("KMS"),
3565
+ key_id: ::String
3566
+ }
3567
+ }?,
3568
+ kinesis_stream_config: {
3569
+ stream_arn: ::String
3570
+ }?,
3571
+ kinesis_firehose_config: {
3572
+ firehose_arn: ::String
3573
+ }?
3574
+ }
3575
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3576
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3577
+
3578
+ interface _UpdateParticipantRoleConfigResponseSuccess
3579
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateParticipantRoleConfigResponse]
3580
+ end
3581
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_participant_role_config-instance_method
3582
+ def update_participant_role_config: (
3583
+ instance_id: ::String,
3584
+ contact_id: ::String,
3585
+ channel_configuration: {
3586
+ chat: {
3587
+ participant_timer_config_list: Array[
3588
+ {
3589
+ participant_role: ("CUSTOMER" | "AGENT"),
3590
+ timer_type: ("IDLE" | "DISCONNECT_NONCUSTOMER"),
3591
+ timer_value: {
3592
+ participant_timer_action: ("Unset")?,
3593
+ participant_timer_duration_in_minutes: ::Integer?
3594
+ }
3595
+ },
3596
+ ]
3597
+ }?
3598
+ }
3599
+ ) -> _UpdateParticipantRoleConfigResponseSuccess
3600
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateParticipantRoleConfigResponseSuccess
3601
+
3602
+ interface _UpdatePhoneNumberResponseSuccess
3603
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePhoneNumberResponse]
3604
+ def phone_number_id: () -> ::String
3605
+ def phone_number_arn: () -> ::String
3606
+ end
3607
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_phone_number-instance_method
3608
+ def update_phone_number: (
3609
+ phone_number_id: ::String,
3610
+ ?target_arn: ::String,
3611
+ ?instance_id: ::String,
3612
+ ?client_token: ::String
3613
+ ) -> _UpdatePhoneNumberResponseSuccess
3614
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePhoneNumberResponseSuccess
3615
+
3616
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_phone_number_metadata-instance_method
3617
+ def update_phone_number_metadata: (
3618
+ phone_number_id: ::String,
3619
+ ?phone_number_description: ::String,
3620
+ ?client_token: ::String
3621
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3622
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3623
+
3624
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_predefined_attribute-instance_method
3625
+ def update_predefined_attribute: (
3626
+ instance_id: ::String,
3627
+ name: ::String,
3628
+ ?values: {
3629
+ string_list: Array[::String]?
3630
+ }
3631
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3632
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3633
+
3634
+ interface _UpdatePromptResponseSuccess
3635
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePromptResponse]
3636
+ def prompt_arn: () -> ::String
3637
+ def prompt_id: () -> ::String
3638
+ end
3639
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_prompt-instance_method
3640
+ def update_prompt: (
3641
+ instance_id: ::String,
3642
+ prompt_id: ::String,
3643
+ ?name: ::String,
3644
+ ?description: ::String,
3645
+ ?s3_uri: ::String
3646
+ ) -> _UpdatePromptResponseSuccess
3647
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePromptResponseSuccess
3648
+
3649
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_queue_hours_of_operation-instance_method
3650
+ def update_queue_hours_of_operation: (
3651
+ instance_id: ::String,
3652
+ queue_id: ::String,
3653
+ hours_of_operation_id: ::String
3654
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3655
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3656
+
3657
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_queue_max_contacts-instance_method
3658
+ def update_queue_max_contacts: (
3659
+ instance_id: ::String,
3660
+ queue_id: ::String,
3661
+ ?max_contacts: ::Integer
3662
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3663
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3664
+
3665
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_queue_name-instance_method
3666
+ def update_queue_name: (
3667
+ instance_id: ::String,
3668
+ queue_id: ::String,
3669
+ ?name: ::String,
3670
+ ?description: ::String
3671
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3672
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3673
+
3674
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_queue_outbound_caller_config-instance_method
3675
+ def update_queue_outbound_caller_config: (
3676
+ instance_id: ::String,
3677
+ queue_id: ::String,
3678
+ outbound_caller_config: {
3679
+ outbound_caller_id_name: ::String?,
3680
+ outbound_caller_id_number_id: ::String?,
3681
+ outbound_flow_id: ::String?
3682
+ }
3683
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3684
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3685
+
3686
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_queue_status-instance_method
3687
+ def update_queue_status: (
3688
+ instance_id: ::String,
3689
+ queue_id: ::String,
3690
+ status: ("ENABLED" | "DISABLED")
3691
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3692
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3693
+
3694
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_quick_connect_config-instance_method
3695
+ def update_quick_connect_config: (
3696
+ instance_id: ::String,
3697
+ quick_connect_id: ::String,
3698
+ quick_connect_config: {
3699
+ quick_connect_type: ("USER" | "QUEUE" | "PHONE_NUMBER"),
3700
+ user_config: {
3701
+ user_id: ::String,
3702
+ contact_flow_id: ::String
3703
+ }?,
3704
+ queue_config: {
3705
+ queue_id: ::String,
3706
+ contact_flow_id: ::String
3707
+ }?,
3708
+ phone_config: {
3709
+ phone_number: ::String
3710
+ }?
3711
+ }
3712
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3713
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3714
+
3715
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_quick_connect_name-instance_method
3716
+ def update_quick_connect_name: (
3717
+ instance_id: ::String,
3718
+ quick_connect_id: ::String,
3719
+ ?name: ::String,
3720
+ ?description: ::String
3721
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3722
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3723
+
3724
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_routing_profile_agent_availability_timer-instance_method
3725
+ def update_routing_profile_agent_availability_timer: (
3726
+ instance_id: ::String,
3727
+ routing_profile_id: ::String,
3728
+ agent_availability_timer: ("TIME_SINCE_LAST_ACTIVITY" | "TIME_SINCE_LAST_INBOUND")
3729
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3730
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3731
+
3732
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_routing_profile_concurrency-instance_method
3733
+ def update_routing_profile_concurrency: (
3734
+ instance_id: ::String,
3735
+ routing_profile_id: ::String,
3736
+ media_concurrencies: Array[
3737
+ {
3738
+ channel: ("VOICE" | "CHAT" | "TASK"),
3739
+ concurrency: ::Integer,
3740
+ cross_channel_behavior: {
3741
+ behavior_type: ("ROUTE_CURRENT_CHANNEL_ONLY" | "ROUTE_ANY_CHANNEL")
3742
+ }?
3743
+ },
3744
+ ]
3745
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3746
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3747
+
3748
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_routing_profile_default_outbound_queue-instance_method
3749
+ def update_routing_profile_default_outbound_queue: (
3750
+ instance_id: ::String,
3751
+ routing_profile_id: ::String,
3752
+ default_outbound_queue_id: ::String
3753
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3754
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3755
+
3756
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_routing_profile_name-instance_method
3757
+ def update_routing_profile_name: (
3758
+ instance_id: ::String,
3759
+ routing_profile_id: ::String,
3760
+ ?name: ::String,
3761
+ ?description: ::String
3762
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3763
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3764
+
3765
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_routing_profile_queues-instance_method
3766
+ def update_routing_profile_queues: (
3767
+ instance_id: ::String,
3768
+ routing_profile_id: ::String,
3769
+ queue_configs: Array[
3770
+ {
3771
+ queue_reference: {
3772
+ queue_id: ::String,
3773
+ channel: ("VOICE" | "CHAT" | "TASK")
3774
+ },
3775
+ priority: ::Integer,
3776
+ delay: ::Integer
3777
+ },
3778
+ ]
3779
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3780
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3781
+
3782
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_rule-instance_method
3783
+ def update_rule: (
3784
+ rule_id: ::String,
3785
+ instance_id: ::String,
3786
+ name: ::String,
3787
+ function: ::String,
3788
+ actions: Array[
3789
+ {
3790
+ action_type: ("CREATE_TASK" | "ASSIGN_CONTACT_CATEGORY" | "GENERATE_EVENTBRIDGE_EVENT" | "SEND_NOTIFICATION" | "CREATE_CASE" | "UPDATE_CASE" | "END_ASSOCIATED_TASKS"),
3791
+ task_action: {
3792
+ name: ::String,
3793
+ description: ::String?,
3794
+ contact_flow_id: ::String,
3795
+ references: Hash[::String, {
3796
+ value: ::String,
3797
+ type: ("URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL")
3798
+ }]?
3799
+ }?,
3800
+ event_bridge_action: {
3801
+ name: ::String
3802
+ }?,
3803
+ assign_contact_category_action: {
3804
+ }?,
3805
+ send_notification_action: {
3806
+ delivery_method: ("EMAIL"),
3807
+ subject: ::String?,
3808
+ content: ::String,
3809
+ content_type: ("PLAIN_TEXT"),
3810
+ recipient: {
3811
+ user_tags: Hash[::String, ::String]?,
3812
+ user_ids: Array[::String]?
3813
+ }
3814
+ }?,
3815
+ create_case_action: {
3816
+ fields: Array[
3817
+ {
3818
+ id: ::String,
3819
+ value: {
3820
+ boolean_value: bool?,
3821
+ double_value: ::Float?,
3822
+ empty_value: {
3823
+ }?,
3824
+ string_value: ::String?
3825
+ }
3826
+ },
3827
+ ],
3828
+ template_id: ::String
3829
+ }?,
3830
+ update_case_action: {
3831
+ fields: Array[
3832
+ {
3833
+ id: ::String,
3834
+ value: {
3835
+ boolean_value: bool?,
3836
+ double_value: ::Float?,
3837
+ empty_value: {
3838
+ }?,
3839
+ string_value: ::String?
3840
+ }
3841
+ },
3842
+ ]
3843
+ }?,
3844
+ end_associated_tasks_action: {
3845
+ }?
3846
+ },
3847
+ ],
3848
+ publish_status: ("DRAFT" | "PUBLISHED")
3849
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3850
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3851
+
3852
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_security_profile-instance_method
3853
+ def update_security_profile: (
3854
+ ?description: ::String,
3855
+ ?permissions: Array[::String],
3856
+ security_profile_id: ::String,
3857
+ instance_id: ::String,
3858
+ ?allowed_access_control_tags: Hash[::String, ::String],
3859
+ ?tag_restricted_resources: Array[::String],
3860
+ ?applications: Array[
3861
+ {
3862
+ namespace: ::String?,
3863
+ application_permissions: Array[::String]?
3864
+ },
3865
+ ]
3866
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3867
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3868
+
3869
+ interface _UpdateTaskTemplateResponseSuccess
3870
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTaskTemplateResponse]
3871
+ def instance_id: () -> ::String
3872
+ def id: () -> ::String
3873
+ def arn: () -> ::String
3874
+ def name: () -> ::String
3875
+ def description: () -> ::String
3876
+ def contact_flow_id: () -> ::String
3877
+ def constraints: () -> Types::TaskTemplateConstraints
3878
+ def defaults: () -> Types::TaskTemplateDefaults
3879
+ def fields: () -> ::Array[Types::TaskTemplateField]
3880
+ def status: () -> ("ACTIVE" | "INACTIVE")
3881
+ def last_modified_time: () -> ::Time
3882
+ def created_time: () -> ::Time
3883
+ end
3884
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_task_template-instance_method
3885
+ def update_task_template: (
3886
+ task_template_id: ::String,
3887
+ instance_id: ::String,
3888
+ ?name: ::String,
3889
+ ?description: ::String,
3890
+ ?contact_flow_id: ::String,
3891
+ ?constraints: {
3892
+ required_fields: Array[
3893
+ {
3894
+ id: {
3895
+ name: ::String?
3896
+ }?
3897
+ },
3898
+ ]?,
3899
+ read_only_fields: Array[
3900
+ {
3901
+ id: {
3902
+ name: ::String?
3903
+ }?
3904
+ },
3905
+ ]?,
3906
+ invisible_fields: Array[
3907
+ {
3908
+ id: {
3909
+ name: ::String?
3910
+ }?
3911
+ },
3912
+ ]?
3913
+ },
3914
+ ?defaults: {
3915
+ default_field_values: Array[
3916
+ {
3917
+ id: {
3918
+ name: ::String?
3919
+ }?,
3920
+ default_value: ::String?
3921
+ },
3922
+ ]?
3923
+ },
3924
+ ?status: ("ACTIVE" | "INACTIVE"),
3925
+ ?fields: Array[
3926
+ {
3927
+ id: {
3928
+ name: ::String?
3929
+ },
3930
+ description: ::String?,
3931
+ type: ("NAME" | "DESCRIPTION" | "SCHEDULED_TIME" | "QUICK_CONNECT" | "URL" | "NUMBER" | "TEXT" | "TEXT_AREA" | "DATE_TIME" | "BOOLEAN" | "SINGLE_SELECT" | "EMAIL")?,
3932
+ single_select_options: Array[::String]?
3933
+ },
3934
+ ]
3935
+ ) -> _UpdateTaskTemplateResponseSuccess
3936
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTaskTemplateResponseSuccess
3937
+
3938
+ interface _UpdateTrafficDistributionResponseSuccess
3939
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTrafficDistributionResponse]
3940
+ end
3941
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_traffic_distribution-instance_method
3942
+ def update_traffic_distribution: (
3943
+ id: ::String,
3944
+ ?telephony_config: {
3945
+ distributions: Array[
3946
+ {
3947
+ region: ::String,
3948
+ percentage: ::Integer
3949
+ },
3950
+ ]
3951
+ },
3952
+ ?sign_in_config: {
3953
+ distributions: Array[
3954
+ {
3955
+ region: ::String,
3956
+ enabled: bool
3957
+ },
3958
+ ]
3959
+ },
3960
+ ?agent_config: {
3961
+ distributions: Array[
3962
+ {
3963
+ region: ::String,
3964
+ percentage: ::Integer
3965
+ },
3966
+ ]
3967
+ }
3968
+ ) -> _UpdateTrafficDistributionResponseSuccess
3969
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTrafficDistributionResponseSuccess
3970
+
3971
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_hierarchy-instance_method
3972
+ def update_user_hierarchy: (
3973
+ ?hierarchy_group_id: ::String,
3974
+ user_id: ::String,
3975
+ instance_id: ::String
3976
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3977
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3978
+
3979
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_hierarchy_group_name-instance_method
3980
+ def update_user_hierarchy_group_name: (
3981
+ name: ::String,
3982
+ hierarchy_group_id: ::String,
3983
+ instance_id: ::String
3984
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3985
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
3986
+
3987
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_hierarchy_structure-instance_method
3988
+ def update_user_hierarchy_structure: (
3989
+ hierarchy_structure: {
3990
+ level_one: {
3991
+ name: ::String
3992
+ }?,
3993
+ level_two: {
3994
+ name: ::String
3995
+ }?,
3996
+ level_three: {
3997
+ name: ::String
3998
+ }?,
3999
+ level_four: {
4000
+ name: ::String
4001
+ }?,
4002
+ level_five: {
4003
+ name: ::String
4004
+ }?
4005
+ },
4006
+ instance_id: ::String
4007
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4008
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4009
+
4010
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_identity_info-instance_method
4011
+ def update_user_identity_info: (
4012
+ identity_info: {
4013
+ first_name: ::String?,
4014
+ last_name: ::String?,
4015
+ email: ::String?,
4016
+ secondary_email: ::String?,
4017
+ mobile: ::String?
4018
+ },
4019
+ user_id: ::String,
4020
+ instance_id: ::String
4021
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4022
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4023
+
4024
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_phone_config-instance_method
4025
+ def update_user_phone_config: (
4026
+ phone_config: {
4027
+ phone_type: ("SOFT_PHONE" | "DESK_PHONE"),
4028
+ auto_accept: bool?,
4029
+ after_contact_work_time_limit: ::Integer?,
4030
+ desk_phone_number: ::String?
4031
+ },
4032
+ user_id: ::String,
4033
+ instance_id: ::String
4034
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4035
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4036
+
4037
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_proficiencies-instance_method
4038
+ def update_user_proficiencies: (
4039
+ instance_id: ::String,
4040
+ user_id: ::String,
4041
+ user_proficiencies: Array[
4042
+ {
4043
+ attribute_name: ::String,
4044
+ attribute_value: ::String,
4045
+ level: ::Float
4046
+ },
4047
+ ]
4048
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4049
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4050
+
4051
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_routing_profile-instance_method
4052
+ def update_user_routing_profile: (
4053
+ routing_profile_id: ::String,
4054
+ user_id: ::String,
4055
+ instance_id: ::String
4056
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4057
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4058
+
4059
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_user_security_profiles-instance_method
4060
+ def update_user_security_profiles: (
4061
+ security_profile_ids: Array[::String],
4062
+ user_id: ::String,
4063
+ instance_id: ::String
4064
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4065
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
4066
+
4067
+ interface _UpdateViewContentResponseSuccess
4068
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateViewContentResponse]
4069
+ def view: () -> Types::View
4070
+ end
4071
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_view_content-instance_method
4072
+ def update_view_content: (
4073
+ instance_id: ::String,
4074
+ view_id: ::String,
4075
+ status: ("PUBLISHED" | "SAVED"),
4076
+ content: {
4077
+ template: ::String?,
4078
+ actions: Array[::String]?
4079
+ }
4080
+ ) -> _UpdateViewContentResponseSuccess
4081
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateViewContentResponseSuccess
4082
+
4083
+ interface _UpdateViewMetadataResponseSuccess
4084
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateViewMetadataResponse]
4085
+ end
4086
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Connect/Client.html#update_view_metadata-instance_method
4087
+ def update_view_metadata: (
4088
+ instance_id: ::String,
4089
+ view_id: ::String,
4090
+ ?name: ::String,
4091
+ ?description: ::String
4092
+ ) -> _UpdateViewMetadataResponseSuccess
4093
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateViewMetadataResponseSuccess
4094
+ end
4095
+ end
4096
+ end
4097
+