aws-sdk-connectcampaignsv2 1.0.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/types.rbs ADDED
@@ -0,0 +1,724 @@
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::ConnectCampaignsV2
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ attr_accessor x_amz_error_type: ::String
14
+ SENSITIVE: []
15
+ end
16
+
17
+ class AgentlessConfig < Aws::EmptyStructure
18
+ end
19
+
20
+ class AnswerMachineDetectionConfig
21
+ attr_accessor enable_answer_machine_detection: bool
22
+ attr_accessor await_answer_machine_prompt: bool
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class Campaign
27
+ attr_accessor id: ::String
28
+ attr_accessor arn: ::String
29
+ attr_accessor name: ::String
30
+ attr_accessor connect_instance_id: ::String
31
+ attr_accessor channel_subtype_config: Types::ChannelSubtypeConfig
32
+ attr_accessor source: Types::Source
33
+ attr_accessor connect_campaign_flow_arn: ::String
34
+ attr_accessor schedule: Types::Schedule
35
+ attr_accessor communication_time_config: Types::CommunicationTimeConfig
36
+ attr_accessor communication_limits_override: Types::CommunicationLimitsConfig
37
+ attr_accessor tags: ::Hash[::String, ::String]
38
+ SENSITIVE: []
39
+ end
40
+
41
+ class CampaignFilters
42
+ attr_accessor instance_id_filter: Types::InstanceIdFilter
43
+ SENSITIVE: []
44
+ end
45
+
46
+ class CampaignSummary
47
+ attr_accessor id: ::String
48
+ attr_accessor arn: ::String
49
+ attr_accessor name: ::String
50
+ attr_accessor connect_instance_id: ::String
51
+ attr_accessor channel_subtypes: ::Array[("TELEPHONY" | "SMS" | "EMAIL")]
52
+ attr_accessor schedule: Types::Schedule
53
+ attr_accessor connect_campaign_flow_arn: ::String
54
+ SENSITIVE: []
55
+ end
56
+
57
+ class ChannelSubtypeConfig
58
+ attr_accessor telephony: Types::TelephonyChannelSubtypeConfig
59
+ attr_accessor sms: Types::SmsChannelSubtypeConfig
60
+ attr_accessor email: Types::EmailChannelSubtypeConfig
61
+ SENSITIVE: []
62
+ end
63
+
64
+ class ChannelSubtypeParameters
65
+ attr_accessor telephony: Types::TelephonyChannelSubtypeParameters
66
+ attr_accessor sms: Types::SmsChannelSubtypeParameters
67
+ attr_accessor email: Types::EmailChannelSubtypeParameters
68
+ attr_accessor unknown: untyped
69
+ SENSITIVE: []
70
+
71
+ class Telephony < ChannelSubtypeParameters
72
+ end
73
+ class Sms < ChannelSubtypeParameters
74
+ end
75
+ class Email < ChannelSubtypeParameters
76
+ end
77
+ class Unknown < ChannelSubtypeParameters
78
+ end
79
+ end
80
+
81
+ class CommunicationLimit
82
+ attr_accessor max_count_per_recipient: ::Integer
83
+ attr_accessor frequency: ::Integer
84
+ attr_accessor unit: ("DAY")
85
+ SENSITIVE: []
86
+ end
87
+
88
+ class CommunicationLimits
89
+ attr_accessor communication_limits_list: ::Array[Types::CommunicationLimit]
90
+ attr_accessor unknown: untyped
91
+ SENSITIVE: []
92
+
93
+ class CommunicationLimitsList < CommunicationLimits
94
+ end
95
+ class Unknown < CommunicationLimits
96
+ end
97
+ end
98
+
99
+ class CommunicationLimitsConfig
100
+ attr_accessor all_channel_subtypes: Types::CommunicationLimits
101
+ SENSITIVE: []
102
+ end
103
+
104
+ class CommunicationTimeConfig
105
+ attr_accessor local_time_zone_config: Types::LocalTimeZoneConfig
106
+ attr_accessor telephony: Types::TimeWindow
107
+ attr_accessor sms: Types::TimeWindow
108
+ attr_accessor email: Types::TimeWindow
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class ConflictException
113
+ attr_accessor message: ::String
114
+ attr_accessor x_amz_error_type: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class CreateCampaignRequest
119
+ attr_accessor name: ::String
120
+ attr_accessor connect_instance_id: ::String
121
+ attr_accessor channel_subtype_config: Types::ChannelSubtypeConfig
122
+ attr_accessor source: Types::Source
123
+ attr_accessor connect_campaign_flow_arn: ::String
124
+ attr_accessor schedule: Types::Schedule
125
+ attr_accessor communication_time_config: Types::CommunicationTimeConfig
126
+ attr_accessor communication_limits_override: Types::CommunicationLimitsConfig
127
+ attr_accessor tags: ::Hash[::String, ::String]
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class CreateCampaignResponse
132
+ attr_accessor id: ::String
133
+ attr_accessor arn: ::String
134
+ attr_accessor tags: ::Hash[::String, ::String]
135
+ SENSITIVE: []
136
+ end
137
+
138
+ class CustomerProfilesIntegrationConfig
139
+ attr_accessor domain_arn: ::String
140
+ attr_accessor object_type_names: ::Hash[("Campaign-Email" | "Campaign-SMS" | "Campaign-Telephony" | "Campaign-Orchestration"), ::String]
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class CustomerProfilesIntegrationIdentifier
145
+ attr_accessor domain_arn: ::String
146
+ SENSITIVE: []
147
+ end
148
+
149
+ class CustomerProfilesIntegrationSummary
150
+ attr_accessor domain_arn: ::String
151
+ attr_accessor object_type_names: ::Hash[("Campaign-Email" | "Campaign-SMS" | "Campaign-Telephony" | "Campaign-Orchestration"), ::String]
152
+ SENSITIVE: []
153
+ end
154
+
155
+ class DeleteCampaignChannelSubtypeConfigRequest
156
+ attr_accessor id: ::String
157
+ attr_accessor channel_subtype: ("TELEPHONY" | "SMS" | "EMAIL")
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class DeleteCampaignCommunicationLimitsRequest
162
+ attr_accessor id: ::String
163
+ attr_accessor config: ("ALL_CHANNEL_SUBTYPES")
164
+ SENSITIVE: []
165
+ end
166
+
167
+ class DeleteCampaignCommunicationTimeRequest
168
+ attr_accessor id: ::String
169
+ attr_accessor config: ("TELEPHONY" | "SMS" | "EMAIL")
170
+ SENSITIVE: []
171
+ end
172
+
173
+ class DeleteCampaignRequest
174
+ attr_accessor id: ::String
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class DeleteConnectInstanceConfigRequest
179
+ attr_accessor connect_instance_id: ::String
180
+ attr_accessor campaign_deletion_policy: ("RETAIN_ALL" | "DELETE_ALL")
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class DeleteConnectInstanceIntegrationRequest
185
+ attr_accessor connect_instance_id: ::String
186
+ attr_accessor integration_identifier: Types::IntegrationIdentifier
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class DeleteInstanceOnboardingJobRequest
191
+ attr_accessor connect_instance_id: ::String
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class DescribeCampaignRequest
196
+ attr_accessor id: ::String
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class DescribeCampaignResponse
201
+ attr_accessor campaign: Types::Campaign
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class EmailChannelSubtypeConfig
206
+ attr_accessor capacity: ::Float
207
+ attr_accessor outbound_mode: Types::EmailOutboundMode
208
+ attr_accessor default_outbound_config: Types::EmailOutboundConfig
209
+ SENSITIVE: []
210
+ end
211
+
212
+ class EmailChannelSubtypeParameters
213
+ attr_accessor destination_email_address: ::String
214
+ attr_accessor connect_source_email_address: ::String
215
+ attr_accessor template_arn: ::String
216
+ attr_accessor template_parameters: ::Hash[::String, ::String]
217
+ SENSITIVE: [:destination_email_address, :connect_source_email_address, :template_parameters]
218
+ end
219
+
220
+ class EmailOutboundConfig
221
+ attr_accessor connect_source_email_address: ::String
222
+ attr_accessor source_email_address_display_name: ::String
223
+ attr_accessor wisdom_template_arn: ::String
224
+ SENSITIVE: [:connect_source_email_address, :source_email_address_display_name]
225
+ end
226
+
227
+ class EmailOutboundMode
228
+ attr_accessor agentless: Types::AgentlessConfig
229
+ attr_accessor unknown: untyped
230
+ SENSITIVE: []
231
+
232
+ class Agentless < EmailOutboundMode
233
+ end
234
+ class Unknown < EmailOutboundMode
235
+ end
236
+ end
237
+
238
+ class EncryptionConfig
239
+ attr_accessor enabled: bool
240
+ attr_accessor encryption_type: ("KMS")
241
+ attr_accessor key_arn: ::String
242
+ SENSITIVE: []
243
+ end
244
+
245
+ class FailedCampaignStateResponse
246
+ attr_accessor campaign_id: ::String
247
+ attr_accessor failure_code: ("ResourceNotFound" | "UnknownError")
248
+ SENSITIVE: []
249
+ end
250
+
251
+ class FailedRequest
252
+ attr_accessor client_token: ::String
253
+ attr_accessor id: ::String
254
+ attr_accessor failure_code: ("InvalidInput" | "RequestThrottled" | "UnknownError" | "BufferLimitExceeded")
255
+ SENSITIVE: []
256
+ end
257
+
258
+ class GetCampaignStateBatchRequest
259
+ attr_accessor campaign_ids: ::Array[::String]
260
+ SENSITIVE: []
261
+ end
262
+
263
+ class GetCampaignStateBatchResponse
264
+ attr_accessor successful_requests: ::Array[Types::SuccessfulCampaignStateResponse]
265
+ attr_accessor failed_requests: ::Array[Types::FailedCampaignStateResponse]
266
+ SENSITIVE: []
267
+ end
268
+
269
+ class GetCampaignStateRequest
270
+ attr_accessor id: ::String
271
+ SENSITIVE: []
272
+ end
273
+
274
+ class GetCampaignStateResponse
275
+ attr_accessor state: ("Initialized" | "Running" | "Paused" | "Stopped" | "Failed" | "Completed")
276
+ SENSITIVE: []
277
+ end
278
+
279
+ class GetConnectInstanceConfigRequest
280
+ attr_accessor connect_instance_id: ::String
281
+ SENSITIVE: []
282
+ end
283
+
284
+ class GetConnectInstanceConfigResponse
285
+ attr_accessor connect_instance_config: Types::InstanceConfig
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class GetInstanceOnboardingJobStatusRequest
290
+ attr_accessor connect_instance_id: ::String
291
+ SENSITIVE: []
292
+ end
293
+
294
+ class GetInstanceOnboardingJobStatusResponse
295
+ attr_accessor connect_instance_onboarding_job_status: Types::InstanceOnboardingJobStatus
296
+ SENSITIVE: []
297
+ end
298
+
299
+ class InstanceConfig
300
+ attr_accessor connect_instance_id: ::String
301
+ attr_accessor service_linked_role_arn: ::String
302
+ attr_accessor encryption_config: Types::EncryptionConfig
303
+ SENSITIVE: []
304
+ end
305
+
306
+ class InstanceIdFilter
307
+ attr_accessor value: ::String
308
+ attr_accessor operator: ("Eq")
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class InstanceOnboardingJobStatus
313
+ attr_accessor connect_instance_id: ::String
314
+ attr_accessor status: ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
315
+ attr_accessor failure_code: ("EVENT_BRIDGE_ACCESS_DENIED" | "EVENT_BRIDGE_MANAGED_RULE_LIMIT_EXCEEDED" | "IAM_ACCESS_DENIED" | "KMS_ACCESS_DENIED" | "KMS_KEY_NOT_FOUND" | "INTERNAL_FAILURE")
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class IntegrationConfig
320
+ attr_accessor customer_profiles: Types::CustomerProfilesIntegrationConfig
321
+ attr_accessor q_connect: Types::QConnectIntegrationConfig
322
+ attr_accessor unknown: untyped
323
+ SENSITIVE: []
324
+
325
+ class CustomerProfiles < IntegrationConfig
326
+ end
327
+ class QConnect < IntegrationConfig
328
+ end
329
+ class Unknown < IntegrationConfig
330
+ end
331
+ end
332
+
333
+ class IntegrationIdentifier
334
+ attr_accessor customer_profiles: Types::CustomerProfilesIntegrationIdentifier
335
+ attr_accessor q_connect: Types::QConnectIntegrationIdentifier
336
+ attr_accessor unknown: untyped
337
+ SENSITIVE: []
338
+
339
+ class CustomerProfiles < IntegrationIdentifier
340
+ end
341
+ class QConnect < IntegrationIdentifier
342
+ end
343
+ class Unknown < IntegrationIdentifier
344
+ end
345
+ end
346
+
347
+ class IntegrationSummary
348
+ attr_accessor customer_profiles: Types::CustomerProfilesIntegrationSummary
349
+ attr_accessor q_connect: Types::QConnectIntegrationSummary
350
+ attr_accessor unknown: untyped
351
+ SENSITIVE: []
352
+
353
+ class CustomerProfiles < IntegrationSummary
354
+ end
355
+ class QConnect < IntegrationSummary
356
+ end
357
+ class Unknown < IntegrationSummary
358
+ end
359
+ end
360
+
361
+ class InternalServerException
362
+ attr_accessor message: ::String
363
+ attr_accessor x_amz_error_type: ::String
364
+ SENSITIVE: []
365
+ end
366
+
367
+ class InvalidCampaignStateException
368
+ attr_accessor state: ("Initialized" | "Running" | "Paused" | "Stopped" | "Failed" | "Completed")
369
+ attr_accessor message: ::String
370
+ attr_accessor x_amz_error_type: ::String
371
+ SENSITIVE: []
372
+ end
373
+
374
+ class InvalidStateException
375
+ attr_accessor message: ::String
376
+ attr_accessor x_amz_error_type: ::String
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class ListCampaignsRequest
381
+ attr_accessor max_results: ::Integer
382
+ attr_accessor next_token: ::String
383
+ attr_accessor filters: Types::CampaignFilters
384
+ SENSITIVE: []
385
+ end
386
+
387
+ class ListCampaignsResponse
388
+ attr_accessor next_token: ::String
389
+ attr_accessor campaign_summary_list: ::Array[Types::CampaignSummary]
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class ListConnectInstanceIntegrationsRequest
394
+ attr_accessor connect_instance_id: ::String
395
+ attr_accessor max_results: ::Integer
396
+ attr_accessor next_token: ::String
397
+ SENSITIVE: []
398
+ end
399
+
400
+ class ListConnectInstanceIntegrationsResponse
401
+ attr_accessor next_token: ::String
402
+ attr_accessor integration_summary_list: ::Array[Types::IntegrationSummary]
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class ListTagsForResourceRequest
407
+ attr_accessor arn: ::String
408
+ SENSITIVE: []
409
+ end
410
+
411
+ class ListTagsForResourceResponse
412
+ attr_accessor tags: ::Hash[::String, ::String]
413
+ SENSITIVE: []
414
+ end
415
+
416
+ class LocalTimeZoneConfig
417
+ attr_accessor default_time_zone: ::String
418
+ attr_accessor local_time_zone_detection: ::Array[("ZIP_CODE" | "AREA_CODE")]
419
+ SENSITIVE: []
420
+ end
421
+
422
+ class OpenHours
423
+ attr_accessor daily_hours: ::Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), ::Array[Types::TimeRange]]
424
+ attr_accessor unknown: untyped
425
+ SENSITIVE: []
426
+
427
+ class DailyHours < OpenHours
428
+ end
429
+ class Unknown < OpenHours
430
+ end
431
+ end
432
+
433
+ class OutboundRequest
434
+ attr_accessor client_token: ::String
435
+ attr_accessor expiration_time: ::Time
436
+ attr_accessor channel_subtype_parameters: Types::ChannelSubtypeParameters
437
+ SENSITIVE: []
438
+ end
439
+
440
+ class PauseCampaignRequest
441
+ attr_accessor id: ::String
442
+ SENSITIVE: []
443
+ end
444
+
445
+ class PredictiveConfig
446
+ attr_accessor bandwidth_allocation: ::Float
447
+ SENSITIVE: []
448
+ end
449
+
450
+ class ProgressiveConfig
451
+ attr_accessor bandwidth_allocation: ::Float
452
+ SENSITIVE: []
453
+ end
454
+
455
+ class PutConnectInstanceIntegrationRequest
456
+ attr_accessor connect_instance_id: ::String
457
+ attr_accessor integration_config: Types::IntegrationConfig
458
+ SENSITIVE: []
459
+ end
460
+
461
+ class PutOutboundRequestBatchRequest
462
+ attr_accessor id: ::String
463
+ attr_accessor outbound_requests: ::Array[Types::OutboundRequest]
464
+ SENSITIVE: []
465
+ end
466
+
467
+ class PutOutboundRequestBatchResponse
468
+ attr_accessor successful_requests: ::Array[Types::SuccessfulRequest]
469
+ attr_accessor failed_requests: ::Array[Types::FailedRequest]
470
+ SENSITIVE: []
471
+ end
472
+
473
+ class QConnectIntegrationConfig
474
+ attr_accessor knowledge_base_arn: ::String
475
+ SENSITIVE: []
476
+ end
477
+
478
+ class QConnectIntegrationIdentifier
479
+ attr_accessor knowledge_base_arn: ::String
480
+ SENSITIVE: []
481
+ end
482
+
483
+ class QConnectIntegrationSummary
484
+ attr_accessor knowledge_base_arn: ::String
485
+ SENSITIVE: []
486
+ end
487
+
488
+ class ResourceNotFoundException
489
+ attr_accessor message: ::String
490
+ attr_accessor x_amz_error_type: ::String
491
+ SENSITIVE: []
492
+ end
493
+
494
+ class RestrictedPeriod
495
+ attr_accessor name: ::String
496
+ attr_accessor start_date: ::String
497
+ attr_accessor end_date: ::String
498
+ SENSITIVE: []
499
+ end
500
+
501
+ class RestrictedPeriods
502
+ attr_accessor restricted_period_list: ::Array[Types::RestrictedPeriod]
503
+ attr_accessor unknown: untyped
504
+ SENSITIVE: []
505
+
506
+ class RestrictedPeriodList < RestrictedPeriods
507
+ end
508
+ class Unknown < RestrictedPeriods
509
+ end
510
+ end
511
+
512
+ class ResumeCampaignRequest
513
+ attr_accessor id: ::String
514
+ SENSITIVE: []
515
+ end
516
+
517
+ class Schedule
518
+ attr_accessor start_time: ::Time
519
+ attr_accessor end_time: ::Time
520
+ attr_accessor refresh_frequency: ::String
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class ServiceQuotaExceededException
525
+ attr_accessor message: ::String
526
+ attr_accessor x_amz_error_type: ::String
527
+ SENSITIVE: []
528
+ end
529
+
530
+ class SmsChannelSubtypeConfig
531
+ attr_accessor capacity: ::Float
532
+ attr_accessor outbound_mode: Types::SmsOutboundMode
533
+ attr_accessor default_outbound_config: Types::SmsOutboundConfig
534
+ SENSITIVE: []
535
+ end
536
+
537
+ class SmsChannelSubtypeParameters
538
+ attr_accessor destination_phone_number: ::String
539
+ attr_accessor connect_source_phone_number_arn: ::String
540
+ attr_accessor template_arn: ::String
541
+ attr_accessor template_parameters: ::Hash[::String, ::String]
542
+ SENSITIVE: [:destination_phone_number, :template_parameters]
543
+ end
544
+
545
+ class SmsOutboundConfig
546
+ attr_accessor connect_source_phone_number_arn: ::String
547
+ attr_accessor wisdom_template_arn: ::String
548
+ SENSITIVE: []
549
+ end
550
+
551
+ class SmsOutboundMode
552
+ attr_accessor agentless: Types::AgentlessConfig
553
+ attr_accessor unknown: untyped
554
+ SENSITIVE: []
555
+
556
+ class Agentless < SmsOutboundMode
557
+ end
558
+ class Unknown < SmsOutboundMode
559
+ end
560
+ end
561
+
562
+ class Source
563
+ attr_accessor customer_profiles_segment_arn: ::String
564
+ attr_accessor unknown: untyped
565
+ SENSITIVE: []
566
+
567
+ class CustomerProfilesSegmentArn < Source
568
+ end
569
+ class Unknown < Source
570
+ end
571
+ end
572
+
573
+ class StartCampaignRequest
574
+ attr_accessor id: ::String
575
+ SENSITIVE: []
576
+ end
577
+
578
+ class StartInstanceOnboardingJobRequest
579
+ attr_accessor connect_instance_id: ::String
580
+ attr_accessor encryption_config: Types::EncryptionConfig
581
+ SENSITIVE: []
582
+ end
583
+
584
+ class StartInstanceOnboardingJobResponse
585
+ attr_accessor connect_instance_onboarding_job_status: Types::InstanceOnboardingJobStatus
586
+ SENSITIVE: []
587
+ end
588
+
589
+ class StopCampaignRequest
590
+ attr_accessor id: ::String
591
+ SENSITIVE: []
592
+ end
593
+
594
+ class SuccessfulCampaignStateResponse
595
+ attr_accessor campaign_id: ::String
596
+ attr_accessor state: ("Initialized" | "Running" | "Paused" | "Stopped" | "Failed" | "Completed")
597
+ SENSITIVE: []
598
+ end
599
+
600
+ class SuccessfulRequest
601
+ attr_accessor client_token: ::String
602
+ attr_accessor id: ::String
603
+ SENSITIVE: []
604
+ end
605
+
606
+ class TagResourceRequest
607
+ attr_accessor arn: ::String
608
+ attr_accessor tags: ::Hash[::String, ::String]
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class TelephonyChannelSubtypeConfig
613
+ attr_accessor capacity: ::Float
614
+ attr_accessor connect_queue_id: ::String
615
+ attr_accessor outbound_mode: Types::TelephonyOutboundMode
616
+ attr_accessor default_outbound_config: Types::TelephonyOutboundConfig
617
+ SENSITIVE: []
618
+ end
619
+
620
+ class TelephonyChannelSubtypeParameters
621
+ attr_accessor destination_phone_number: ::String
622
+ attr_accessor attributes: ::Hash[::String, ::String]
623
+ attr_accessor connect_source_phone_number: ::String
624
+ attr_accessor answer_machine_detection_config: Types::AnswerMachineDetectionConfig
625
+ SENSITIVE: [:destination_phone_number, :attributes]
626
+ end
627
+
628
+ class TelephonyOutboundConfig
629
+ attr_accessor connect_contact_flow_id: ::String
630
+ attr_accessor connect_source_phone_number: ::String
631
+ attr_accessor answer_machine_detection_config: Types::AnswerMachineDetectionConfig
632
+ SENSITIVE: []
633
+ end
634
+
635
+ class TelephonyOutboundMode
636
+ attr_accessor progressive: Types::ProgressiveConfig
637
+ attr_accessor predictive: Types::PredictiveConfig
638
+ attr_accessor agentless: Types::AgentlessConfig
639
+ attr_accessor unknown: untyped
640
+ SENSITIVE: []
641
+
642
+ class Progressive < TelephonyOutboundMode
643
+ end
644
+ class Predictive < TelephonyOutboundMode
645
+ end
646
+ class Agentless < TelephonyOutboundMode
647
+ end
648
+ class Unknown < TelephonyOutboundMode
649
+ end
650
+ end
651
+
652
+ class ThrottlingException
653
+ attr_accessor message: ::String
654
+ attr_accessor x_amz_error_type: ::String
655
+ SENSITIVE: []
656
+ end
657
+
658
+ class TimeRange
659
+ attr_accessor start_time: ::String
660
+ attr_accessor end_time: ::String
661
+ SENSITIVE: []
662
+ end
663
+
664
+ class TimeWindow
665
+ attr_accessor open_hours: Types::OpenHours
666
+ attr_accessor restricted_periods: Types::RestrictedPeriods
667
+ SENSITIVE: []
668
+ end
669
+
670
+ class UntagResourceRequest
671
+ attr_accessor arn: ::String
672
+ attr_accessor tag_keys: ::Array[::String]
673
+ SENSITIVE: []
674
+ end
675
+
676
+ class UpdateCampaignChannelSubtypeConfigRequest
677
+ attr_accessor id: ::String
678
+ attr_accessor channel_subtype_config: Types::ChannelSubtypeConfig
679
+ SENSITIVE: []
680
+ end
681
+
682
+ class UpdateCampaignCommunicationLimitsRequest
683
+ attr_accessor id: ::String
684
+ attr_accessor communication_limits_override: Types::CommunicationLimitsConfig
685
+ SENSITIVE: []
686
+ end
687
+
688
+ class UpdateCampaignCommunicationTimeRequest
689
+ attr_accessor id: ::String
690
+ attr_accessor communication_time_config: Types::CommunicationTimeConfig
691
+ SENSITIVE: []
692
+ end
693
+
694
+ class UpdateCampaignFlowAssociationRequest
695
+ attr_accessor id: ::String
696
+ attr_accessor connect_campaign_flow_arn: ::String
697
+ SENSITIVE: []
698
+ end
699
+
700
+ class UpdateCampaignNameRequest
701
+ attr_accessor id: ::String
702
+ attr_accessor name: ::String
703
+ SENSITIVE: []
704
+ end
705
+
706
+ class UpdateCampaignScheduleRequest
707
+ attr_accessor id: ::String
708
+ attr_accessor schedule: Types::Schedule
709
+ SENSITIVE: []
710
+ end
711
+
712
+ class UpdateCampaignSourceRequest
713
+ attr_accessor id: ::String
714
+ attr_accessor source: Types::Source
715
+ SENSITIVE: []
716
+ end
717
+
718
+ class ValidationException
719
+ attr_accessor message: ::String
720
+ attr_accessor x_amz_error_type: ::String
721
+ SENSITIVE: []
722
+ end
723
+ end
724
+ end