aws-sdk-connectcampaignsv2 1.25.0 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectcampaignsv2/client.rb +1 -1
- data/lib/aws-sdk-connectcampaignsv2.rb +1 -1
- data/sig/client.rbs +9 -325
- data/sig/params.rbs +137 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dee1a315b47812f2e706e1e7b912b45687945b27371fa26b1916c9e91df9c0ee
|
|
4
|
+
data.tar.gz: 880b52cb2d549a3718baed181d8bed687ca54eb61f21b80a943630e9ef77b758
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3be231f947d4553b6b15a05e7cd96b99d7d9aa694ae1b1216812fec9e167a2b36081b6d48e953633b673208c8c548b6506553000e1a3f4112d6ad34b85e3ffce
|
|
7
|
+
data.tar.gz: 91b35db7adf4fe09a8097bc184c95232dfa62e362d82e8eea81f87fea504020a709a90ab7dcb4fad30d5405f28321df072214b573ae17da90ae830e766a3dedb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.26.0
|
|
@@ -2134,7 +2134,7 @@ module Aws::ConnectCampaignsV2
|
|
|
2134
2134
|
tracer: tracer
|
|
2135
2135
|
)
|
|
2136
2136
|
context[:gem_name] = 'aws-sdk-connectcampaignsv2'
|
|
2137
|
-
context[:gem_version] = '1.
|
|
2137
|
+
context[:gem_version] = '1.26.0'
|
|
2138
2138
|
Seahorse::Client::Request.new(handlers, context)
|
|
2139
2139
|
end
|
|
2140
2140
|
|
data/sig/client.rbs
CHANGED
|
@@ -88,72 +88,7 @@ module Aws
|
|
|
88
88
|
def create_campaign: (
|
|
89
89
|
name: ::String,
|
|
90
90
|
connect_instance_id: ::String,
|
|
91
|
-
?channel_subtype_config:
|
|
92
|
-
telephony: {
|
|
93
|
-
capacity: ::Float?,
|
|
94
|
-
connect_queue_id: ::String?,
|
|
95
|
-
outbound_mode: {
|
|
96
|
-
progressive: {
|
|
97
|
-
bandwidth_allocation: ::Float
|
|
98
|
-
}?,
|
|
99
|
-
predictive: {
|
|
100
|
-
bandwidth_allocation: ::Float
|
|
101
|
-
}?,
|
|
102
|
-
agentless: {
|
|
103
|
-
}?,
|
|
104
|
-
preview: {
|
|
105
|
-
bandwidth_allocation: ::Float,
|
|
106
|
-
timeout_config: {
|
|
107
|
-
duration_in_seconds: ::Integer
|
|
108
|
-
},
|
|
109
|
-
agent_actions: Array[("DISCARD")]?
|
|
110
|
-
}?
|
|
111
|
-
},
|
|
112
|
-
default_outbound_config: {
|
|
113
|
-
connect_contact_flow_id: ::String,
|
|
114
|
-
connect_source_phone_number: ::String?,
|
|
115
|
-
answer_machine_detection_config: {
|
|
116
|
-
enable_answer_machine_detection: bool,
|
|
117
|
-
await_answer_machine_prompt: bool?
|
|
118
|
-
}?,
|
|
119
|
-
ring_timeout: ::Integer?
|
|
120
|
-
}
|
|
121
|
-
}?,
|
|
122
|
-
sms: {
|
|
123
|
-
capacity: ::Float?,
|
|
124
|
-
outbound_mode: {
|
|
125
|
-
agentless: {
|
|
126
|
-
}?
|
|
127
|
-
},
|
|
128
|
-
default_outbound_config: {
|
|
129
|
-
connect_source_phone_number_arn: ::String,
|
|
130
|
-
wisdom_template_arn: ::String
|
|
131
|
-
}
|
|
132
|
-
}?,
|
|
133
|
-
email: {
|
|
134
|
-
capacity: ::Float?,
|
|
135
|
-
outbound_mode: {
|
|
136
|
-
agentless: {
|
|
137
|
-
}?
|
|
138
|
-
},
|
|
139
|
-
default_outbound_config: {
|
|
140
|
-
connect_source_email_address: ::String,
|
|
141
|
-
source_email_address_display_name: ::String?,
|
|
142
|
-
wisdom_template_arn: ::String
|
|
143
|
-
}
|
|
144
|
-
}?,
|
|
145
|
-
whats_app: {
|
|
146
|
-
capacity: ::Float?,
|
|
147
|
-
outbound_mode: {
|
|
148
|
-
agentless: {
|
|
149
|
-
}?
|
|
150
|
-
},
|
|
151
|
-
default_outbound_config: {
|
|
152
|
-
connect_source_phone_number_arn: ::String,
|
|
153
|
-
wisdom_template_arn: ::String
|
|
154
|
-
}
|
|
155
|
-
}?
|
|
156
|
-
},
|
|
91
|
+
?channel_subtype_config: Params::channel_subtype_config,
|
|
157
92
|
?type: ("MANAGED" | "JOURNEY"),
|
|
158
93
|
?source: {
|
|
159
94
|
customer_profiles_segment_arn: ::String?,
|
|
@@ -171,101 +106,8 @@ module Aws
|
|
|
171
106
|
max_entry_count: ::Integer,
|
|
172
107
|
min_entry_interval: ::String
|
|
173
108
|
},
|
|
174
|
-
?communication_time_config:
|
|
175
|
-
|
|
176
|
-
default_time_zone: ::String?,
|
|
177
|
-
local_time_zone_detection: Array[("ZIP_CODE" | "AREA_CODE")]?,
|
|
178
|
-
local_time_zone_detection_scope: ("PRIMARY_ONLY" | "ALL_AVAILABLE")?
|
|
179
|
-
},
|
|
180
|
-
telephony: {
|
|
181
|
-
open_hours: {
|
|
182
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
183
|
-
{
|
|
184
|
-
start_time: ::String,
|
|
185
|
-
end_time: ::String
|
|
186
|
-
},
|
|
187
|
-
]]?
|
|
188
|
-
},
|
|
189
|
-
restricted_periods: {
|
|
190
|
-
restricted_period_list: Array[
|
|
191
|
-
{
|
|
192
|
-
name: ::String?,
|
|
193
|
-
start_date: ::String,
|
|
194
|
-
end_date: ::String
|
|
195
|
-
},
|
|
196
|
-
]?
|
|
197
|
-
}?
|
|
198
|
-
}?,
|
|
199
|
-
sms: {
|
|
200
|
-
open_hours: {
|
|
201
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
202
|
-
{
|
|
203
|
-
start_time: ::String,
|
|
204
|
-
end_time: ::String
|
|
205
|
-
},
|
|
206
|
-
]]?
|
|
207
|
-
},
|
|
208
|
-
restricted_periods: {
|
|
209
|
-
restricted_period_list: Array[
|
|
210
|
-
{
|
|
211
|
-
name: ::String?,
|
|
212
|
-
start_date: ::String,
|
|
213
|
-
end_date: ::String
|
|
214
|
-
},
|
|
215
|
-
]?
|
|
216
|
-
}?
|
|
217
|
-
}?,
|
|
218
|
-
email: {
|
|
219
|
-
open_hours: {
|
|
220
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
221
|
-
{
|
|
222
|
-
start_time: ::String,
|
|
223
|
-
end_time: ::String
|
|
224
|
-
},
|
|
225
|
-
]]?
|
|
226
|
-
},
|
|
227
|
-
restricted_periods: {
|
|
228
|
-
restricted_period_list: Array[
|
|
229
|
-
{
|
|
230
|
-
name: ::String?,
|
|
231
|
-
start_date: ::String,
|
|
232
|
-
end_date: ::String
|
|
233
|
-
},
|
|
234
|
-
]?
|
|
235
|
-
}?
|
|
236
|
-
}?,
|
|
237
|
-
whats_app: {
|
|
238
|
-
open_hours: {
|
|
239
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
240
|
-
{
|
|
241
|
-
start_time: ::String,
|
|
242
|
-
end_time: ::String
|
|
243
|
-
},
|
|
244
|
-
]]?
|
|
245
|
-
},
|
|
246
|
-
restricted_periods: {
|
|
247
|
-
restricted_period_list: Array[
|
|
248
|
-
{
|
|
249
|
-
name: ::String?,
|
|
250
|
-
start_date: ::String,
|
|
251
|
-
end_date: ::String
|
|
252
|
-
},
|
|
253
|
-
]?
|
|
254
|
-
}?
|
|
255
|
-
}?
|
|
256
|
-
},
|
|
257
|
-
?communication_limits_override: {
|
|
258
|
-
all_channel_subtypes: {
|
|
259
|
-
communication_limits_list: Array[
|
|
260
|
-
{
|
|
261
|
-
max_count_per_recipient: ::Integer,
|
|
262
|
-
frequency: ::Integer,
|
|
263
|
-
unit: ("DAY")
|
|
264
|
-
},
|
|
265
|
-
]?
|
|
266
|
-
}?,
|
|
267
|
-
instance_limits_handling: ("OPT_IN" | "OPT_OUT")?
|
|
268
|
-
},
|
|
109
|
+
?communication_time_config: Params::communication_time_config,
|
|
110
|
+
?communication_limits_override: Params::communication_limits_config,
|
|
269
111
|
?tags: Hash[::String, ::String]
|
|
270
112
|
) -> _CreateCampaignResponseSuccess
|
|
271
113
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCampaignResponseSuccess
|
|
@@ -469,7 +311,7 @@ module Aws
|
|
|
469
311
|
max_count_per_recipient: ::Integer,
|
|
470
312
|
frequency: ::Integer,
|
|
471
313
|
unit: ("DAY")
|
|
472
|
-
}
|
|
314
|
+
}
|
|
473
315
|
]?
|
|
474
316
|
}?
|
|
475
317
|
}
|
|
@@ -518,7 +360,7 @@ module Aws
|
|
|
518
360
|
template_parameters: Hash[::String, ::String]
|
|
519
361
|
}?
|
|
520
362
|
}
|
|
521
|
-
}
|
|
363
|
+
}
|
|
522
364
|
]
|
|
523
365
|
) -> _PutOutboundRequestBatchResponseSuccess
|
|
524
366
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutOutboundRequestBatchResponseSuccess
|
|
@@ -536,7 +378,7 @@ module Aws
|
|
|
536
378
|
client_token: ::String,
|
|
537
379
|
profile_id: ::String,
|
|
538
380
|
expiration_time: ::Time?
|
|
539
|
-
}
|
|
381
|
+
}
|
|
540
382
|
]
|
|
541
383
|
) -> _PutProfileOutboundRequestBatchResponseSuccess
|
|
542
384
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutProfileOutboundRequestBatchResponseSuccess
|
|
@@ -591,179 +433,21 @@ module Aws
|
|
|
591
433
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectCampaignsV2/Client.html#update_campaign_channel_subtype_config-instance_method
|
|
592
434
|
def update_campaign_channel_subtype_config: (
|
|
593
435
|
id: ::String,
|
|
594
|
-
channel_subtype_config:
|
|
595
|
-
telephony: {
|
|
596
|
-
capacity: ::Float?,
|
|
597
|
-
connect_queue_id: ::String?,
|
|
598
|
-
outbound_mode: {
|
|
599
|
-
progressive: {
|
|
600
|
-
bandwidth_allocation: ::Float
|
|
601
|
-
}?,
|
|
602
|
-
predictive: {
|
|
603
|
-
bandwidth_allocation: ::Float
|
|
604
|
-
}?,
|
|
605
|
-
agentless: {
|
|
606
|
-
}?,
|
|
607
|
-
preview: {
|
|
608
|
-
bandwidth_allocation: ::Float,
|
|
609
|
-
timeout_config: {
|
|
610
|
-
duration_in_seconds: ::Integer
|
|
611
|
-
},
|
|
612
|
-
agent_actions: Array[("DISCARD")]?
|
|
613
|
-
}?
|
|
614
|
-
},
|
|
615
|
-
default_outbound_config: {
|
|
616
|
-
connect_contact_flow_id: ::String,
|
|
617
|
-
connect_source_phone_number: ::String?,
|
|
618
|
-
answer_machine_detection_config: {
|
|
619
|
-
enable_answer_machine_detection: bool,
|
|
620
|
-
await_answer_machine_prompt: bool?
|
|
621
|
-
}?,
|
|
622
|
-
ring_timeout: ::Integer?
|
|
623
|
-
}
|
|
624
|
-
}?,
|
|
625
|
-
sms: {
|
|
626
|
-
capacity: ::Float?,
|
|
627
|
-
outbound_mode: {
|
|
628
|
-
agentless: {
|
|
629
|
-
}?
|
|
630
|
-
},
|
|
631
|
-
default_outbound_config: {
|
|
632
|
-
connect_source_phone_number_arn: ::String,
|
|
633
|
-
wisdom_template_arn: ::String
|
|
634
|
-
}
|
|
635
|
-
}?,
|
|
636
|
-
email: {
|
|
637
|
-
capacity: ::Float?,
|
|
638
|
-
outbound_mode: {
|
|
639
|
-
agentless: {
|
|
640
|
-
}?
|
|
641
|
-
},
|
|
642
|
-
default_outbound_config: {
|
|
643
|
-
connect_source_email_address: ::String,
|
|
644
|
-
source_email_address_display_name: ::String?,
|
|
645
|
-
wisdom_template_arn: ::String
|
|
646
|
-
}
|
|
647
|
-
}?,
|
|
648
|
-
whats_app: {
|
|
649
|
-
capacity: ::Float?,
|
|
650
|
-
outbound_mode: {
|
|
651
|
-
agentless: {
|
|
652
|
-
}?
|
|
653
|
-
},
|
|
654
|
-
default_outbound_config: {
|
|
655
|
-
connect_source_phone_number_arn: ::String,
|
|
656
|
-
wisdom_template_arn: ::String
|
|
657
|
-
}
|
|
658
|
-
}?
|
|
659
|
-
}
|
|
436
|
+
channel_subtype_config: Params::channel_subtype_config
|
|
660
437
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
661
438
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
662
439
|
|
|
663
440
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectCampaignsV2/Client.html#update_campaign_communication_limits-instance_method
|
|
664
441
|
def update_campaign_communication_limits: (
|
|
665
442
|
id: ::String,
|
|
666
|
-
communication_limits_override:
|
|
667
|
-
all_channel_subtypes: {
|
|
668
|
-
communication_limits_list: Array[
|
|
669
|
-
{
|
|
670
|
-
max_count_per_recipient: ::Integer,
|
|
671
|
-
frequency: ::Integer,
|
|
672
|
-
unit: ("DAY")
|
|
673
|
-
},
|
|
674
|
-
]?
|
|
675
|
-
}?,
|
|
676
|
-
instance_limits_handling: ("OPT_IN" | "OPT_OUT")?
|
|
677
|
-
}
|
|
443
|
+
communication_limits_override: Params::communication_limits_config
|
|
678
444
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
679
445
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
680
446
|
|
|
681
447
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ConnectCampaignsV2/Client.html#update_campaign_communication_time-instance_method
|
|
682
448
|
def update_campaign_communication_time: (
|
|
683
449
|
id: ::String,
|
|
684
|
-
communication_time_config:
|
|
685
|
-
local_time_zone_config: {
|
|
686
|
-
default_time_zone: ::String?,
|
|
687
|
-
local_time_zone_detection: Array[("ZIP_CODE" | "AREA_CODE")]?,
|
|
688
|
-
local_time_zone_detection_scope: ("PRIMARY_ONLY" | "ALL_AVAILABLE")?
|
|
689
|
-
},
|
|
690
|
-
telephony: {
|
|
691
|
-
open_hours: {
|
|
692
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
693
|
-
{
|
|
694
|
-
start_time: ::String,
|
|
695
|
-
end_time: ::String
|
|
696
|
-
},
|
|
697
|
-
]]?
|
|
698
|
-
},
|
|
699
|
-
restricted_periods: {
|
|
700
|
-
restricted_period_list: Array[
|
|
701
|
-
{
|
|
702
|
-
name: ::String?,
|
|
703
|
-
start_date: ::String,
|
|
704
|
-
end_date: ::String
|
|
705
|
-
},
|
|
706
|
-
]?
|
|
707
|
-
}?
|
|
708
|
-
}?,
|
|
709
|
-
sms: {
|
|
710
|
-
open_hours: {
|
|
711
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
712
|
-
{
|
|
713
|
-
start_time: ::String,
|
|
714
|
-
end_time: ::String
|
|
715
|
-
},
|
|
716
|
-
]]?
|
|
717
|
-
},
|
|
718
|
-
restricted_periods: {
|
|
719
|
-
restricted_period_list: Array[
|
|
720
|
-
{
|
|
721
|
-
name: ::String?,
|
|
722
|
-
start_date: ::String,
|
|
723
|
-
end_date: ::String
|
|
724
|
-
},
|
|
725
|
-
]?
|
|
726
|
-
}?
|
|
727
|
-
}?,
|
|
728
|
-
email: {
|
|
729
|
-
open_hours: {
|
|
730
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
731
|
-
{
|
|
732
|
-
start_time: ::String,
|
|
733
|
-
end_time: ::String
|
|
734
|
-
},
|
|
735
|
-
]]?
|
|
736
|
-
},
|
|
737
|
-
restricted_periods: {
|
|
738
|
-
restricted_period_list: Array[
|
|
739
|
-
{
|
|
740
|
-
name: ::String?,
|
|
741
|
-
start_date: ::String,
|
|
742
|
-
end_date: ::String
|
|
743
|
-
},
|
|
744
|
-
]?
|
|
745
|
-
}?
|
|
746
|
-
}?,
|
|
747
|
-
whats_app: {
|
|
748
|
-
open_hours: {
|
|
749
|
-
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
750
|
-
{
|
|
751
|
-
start_time: ::String,
|
|
752
|
-
end_time: ::String
|
|
753
|
-
},
|
|
754
|
-
]]?
|
|
755
|
-
},
|
|
756
|
-
restricted_periods: {
|
|
757
|
-
restricted_period_list: Array[
|
|
758
|
-
{
|
|
759
|
-
name: ::String?,
|
|
760
|
-
start_date: ::String,
|
|
761
|
-
end_date: ::String
|
|
762
|
-
},
|
|
763
|
-
]?
|
|
764
|
-
}?
|
|
765
|
-
}?
|
|
766
|
-
}
|
|
450
|
+
communication_time_config: Params::communication_time_config
|
|
767
451
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
768
452
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
769
453
|
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
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 ConnectCampaignsV2
|
|
10
|
+
module Params
|
|
11
|
+
type telephony_outbound_mode = {
|
|
12
|
+
progressive: {
|
|
13
|
+
bandwidth_allocation: ::Float
|
|
14
|
+
}?,
|
|
15
|
+
predictive: {
|
|
16
|
+
bandwidth_allocation: ::Float
|
|
17
|
+
}?,
|
|
18
|
+
agentless: {
|
|
19
|
+
}?,
|
|
20
|
+
preview: {
|
|
21
|
+
bandwidth_allocation: ::Float,
|
|
22
|
+
timeout_config: {
|
|
23
|
+
duration_in_seconds: ::Integer
|
|
24
|
+
},
|
|
25
|
+
agent_actions: Array[("DISCARD")]?
|
|
26
|
+
}?
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
type telephony_outbound_config = {
|
|
30
|
+
connect_contact_flow_id: ::String,
|
|
31
|
+
connect_source_phone_number: ::String?,
|
|
32
|
+
answer_machine_detection_config: {
|
|
33
|
+
enable_answer_machine_detection: bool,
|
|
34
|
+
await_answer_machine_prompt: bool?
|
|
35
|
+
}?,
|
|
36
|
+
ring_timeout: ::Integer?
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
type telephony_channel_subtype_config = {
|
|
40
|
+
capacity: ::Float?,
|
|
41
|
+
connect_queue_id: ::String?,
|
|
42
|
+
outbound_mode: Params::telephony_outbound_mode,
|
|
43
|
+
default_outbound_config: Params::telephony_outbound_config
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
type sms_channel_subtype_config = {
|
|
47
|
+
capacity: ::Float?,
|
|
48
|
+
outbound_mode: {
|
|
49
|
+
agentless: {
|
|
50
|
+
}?
|
|
51
|
+
},
|
|
52
|
+
default_outbound_config: {
|
|
53
|
+
connect_source_phone_number_arn: ::String,
|
|
54
|
+
wisdom_template_arn: ::String
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
type email_channel_subtype_config = {
|
|
59
|
+
capacity: ::Float?,
|
|
60
|
+
outbound_mode: {
|
|
61
|
+
agentless: {
|
|
62
|
+
}?
|
|
63
|
+
},
|
|
64
|
+
default_outbound_config: {
|
|
65
|
+
connect_source_email_address: ::String,
|
|
66
|
+
source_email_address_display_name: ::String?,
|
|
67
|
+
wisdom_template_arn: ::String
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
type whats_app_channel_subtype_config = {
|
|
72
|
+
capacity: ::Float?,
|
|
73
|
+
outbound_mode: {
|
|
74
|
+
agentless: {
|
|
75
|
+
}?
|
|
76
|
+
},
|
|
77
|
+
default_outbound_config: {
|
|
78
|
+
connect_source_phone_number_arn: ::String,
|
|
79
|
+
wisdom_template_arn: ::String
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
type channel_subtype_config = {
|
|
84
|
+
telephony: Params::telephony_channel_subtype_config?,
|
|
85
|
+
sms: Params::sms_channel_subtype_config?,
|
|
86
|
+
email: Params::email_channel_subtype_config?,
|
|
87
|
+
whats_app: Params::whats_app_channel_subtype_config?
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
type time_window = {
|
|
91
|
+
open_hours: {
|
|
92
|
+
daily_hours: Hash[("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"), Array[
|
|
93
|
+
{
|
|
94
|
+
start_time: ::String,
|
|
95
|
+
end_time: ::String
|
|
96
|
+
}
|
|
97
|
+
]]?
|
|
98
|
+
},
|
|
99
|
+
restricted_periods: {
|
|
100
|
+
restricted_period_list: Array[
|
|
101
|
+
{
|
|
102
|
+
name: ::String?,
|
|
103
|
+
start_date: ::String,
|
|
104
|
+
end_date: ::String
|
|
105
|
+
}
|
|
106
|
+
]?
|
|
107
|
+
}?
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
type communication_time_config = {
|
|
111
|
+
local_time_zone_config: {
|
|
112
|
+
default_time_zone: ::String?,
|
|
113
|
+
local_time_zone_detection: Array[("ZIP_CODE" | "AREA_CODE")]?,
|
|
114
|
+
local_time_zone_detection_scope: ("PRIMARY_ONLY" | "ALL_AVAILABLE")?
|
|
115
|
+
},
|
|
116
|
+
telephony: Params::time_window?,
|
|
117
|
+
sms: Params::time_window?,
|
|
118
|
+
email: Params::time_window?,
|
|
119
|
+
whats_app: Params::time_window?
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
type communication_limits_config = {
|
|
123
|
+
all_channel_subtypes: {
|
|
124
|
+
communication_limits_list: Array[
|
|
125
|
+
{
|
|
126
|
+
max_count_per_recipient: ::Integer,
|
|
127
|
+
frequency: ::Integer,
|
|
128
|
+
unit: ("DAY")
|
|
129
|
+
}
|
|
130
|
+
]?
|
|
131
|
+
}?,
|
|
132
|
+
instance_limits_handling: ("OPT_IN" | "OPT_OUT")?
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
end
|
|
136
|
+
end
|
|
137
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-connectcampaignsv2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-connectcampaignsv2/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|