aws-sdk-connectcampaignsv2 1.14.0 → 1.16.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connectcampaignsv2/client.rb +23 -1
- data/lib/aws-sdk-connectcampaignsv2/client_api.rb +20 -0
- data/lib/aws-sdk-connectcampaignsv2/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-connectcampaignsv2/types.rb +56 -2
- data/lib/aws-sdk-connectcampaignsv2.rb +1 -1
- data/sig/client.rbs +20 -3
- data/sig/types.rbs +17 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e46e2672bd27d6d51a018a648dc77d29a08143693749a52e12d806d9fb9aa86a
|
|
4
|
+
data.tar.gz: 07fedcc90a76603b45fc84b58b0b20204129b8c1bdbe03cc3ba7c830bec7cd03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2568c35b0c87511ead3ce36de897690c2d6c84282db877bfe5e4dc43751747d8252887a5686a6867875c822b099c967030c46574da77b2fbb39135d793cfa0e9
|
|
7
|
+
data.tar.gz: 942a02a7fc769980083d2dbda6791407cb114c6a936498fd781b4324de8efba4060c79e97509ec9e93cd0fdd44bfa173e93d2f95f79b333572537aa405b302ad
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.16.0 (2025-11-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release added support for ring timer configuration for campaign calls.
|
|
8
|
+
|
|
9
|
+
1.15.0 (2025-10-22)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Updated Amazon Connect Outbound Campaigns V2 SDK to support Preview Outbound Mode
|
|
13
|
+
|
|
4
14
|
1.14.0 (2025-10-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
|
@@ -530,6 +530,13 @@ module Aws::ConnectCampaignsV2
|
|
|
530
530
|
# },
|
|
531
531
|
# agentless: {
|
|
532
532
|
# },
|
|
533
|
+
# preview: {
|
|
534
|
+
# bandwidth_allocation: 1.0, # required
|
|
535
|
+
# timeout_config: { # required
|
|
536
|
+
# duration_in_seconds: 1, # required
|
|
537
|
+
# },
|
|
538
|
+
# agent_actions: ["DISCARD"], # accepts DISCARD
|
|
539
|
+
# },
|
|
533
540
|
# },
|
|
534
541
|
# default_outbound_config: { # required
|
|
535
542
|
# connect_contact_flow_id: "ContactFlowId", # required
|
|
@@ -538,6 +545,7 @@ module Aws::ConnectCampaignsV2
|
|
|
538
545
|
# enable_answer_machine_detection: false, # required
|
|
539
546
|
# await_answer_machine_prompt: false,
|
|
540
547
|
# },
|
|
548
|
+
# ring_timeout: 1,
|
|
541
549
|
# },
|
|
542
550
|
# },
|
|
543
551
|
# sms: {
|
|
@@ -889,10 +897,15 @@ module Aws::ConnectCampaignsV2
|
|
|
889
897
|
# resp.campaign.channel_subtype_config.telephony.connect_queue_id #=> String
|
|
890
898
|
# resp.campaign.channel_subtype_config.telephony.outbound_mode.progressive.bandwidth_allocation #=> Float
|
|
891
899
|
# resp.campaign.channel_subtype_config.telephony.outbound_mode.predictive.bandwidth_allocation #=> Float
|
|
900
|
+
# resp.campaign.channel_subtype_config.telephony.outbound_mode.preview.bandwidth_allocation #=> Float
|
|
901
|
+
# resp.campaign.channel_subtype_config.telephony.outbound_mode.preview.timeout_config.duration_in_seconds #=> Integer
|
|
902
|
+
# resp.campaign.channel_subtype_config.telephony.outbound_mode.preview.agent_actions #=> Array
|
|
903
|
+
# resp.campaign.channel_subtype_config.telephony.outbound_mode.preview.agent_actions[0] #=> String, one of "DISCARD"
|
|
892
904
|
# resp.campaign.channel_subtype_config.telephony.default_outbound_config.connect_contact_flow_id #=> String
|
|
893
905
|
# resp.campaign.channel_subtype_config.telephony.default_outbound_config.connect_source_phone_number #=> String
|
|
894
906
|
# resp.campaign.channel_subtype_config.telephony.default_outbound_config.answer_machine_detection_config.enable_answer_machine_detection #=> Boolean
|
|
895
907
|
# resp.campaign.channel_subtype_config.telephony.default_outbound_config.answer_machine_detection_config.await_answer_machine_prompt #=> Boolean
|
|
908
|
+
# resp.campaign.channel_subtype_config.telephony.default_outbound_config.ring_timeout #=> Integer
|
|
896
909
|
# resp.campaign.channel_subtype_config.sms.capacity #=> Float
|
|
897
910
|
# resp.campaign.channel_subtype_config.sms.default_outbound_config.connect_source_phone_number_arn #=> String
|
|
898
911
|
# resp.campaign.channel_subtype_config.sms.default_outbound_config.wisdom_template_arn #=> String
|
|
@@ -1363,6 +1376,7 @@ module Aws::ConnectCampaignsV2
|
|
|
1363
1376
|
# enable_answer_machine_detection: false, # required
|
|
1364
1377
|
# await_answer_machine_prompt: false,
|
|
1365
1378
|
# },
|
|
1379
|
+
# ring_timeout: 1,
|
|
1366
1380
|
# },
|
|
1367
1381
|
# sms: {
|
|
1368
1382
|
# destination_phone_number: "DestinationPhoneNumber", # required
|
|
@@ -1639,6 +1653,13 @@ module Aws::ConnectCampaignsV2
|
|
|
1639
1653
|
# },
|
|
1640
1654
|
# agentless: {
|
|
1641
1655
|
# },
|
|
1656
|
+
# preview: {
|
|
1657
|
+
# bandwidth_allocation: 1.0, # required
|
|
1658
|
+
# timeout_config: { # required
|
|
1659
|
+
# duration_in_seconds: 1, # required
|
|
1660
|
+
# },
|
|
1661
|
+
# agent_actions: ["DISCARD"], # accepts DISCARD
|
|
1662
|
+
# },
|
|
1642
1663
|
# },
|
|
1643
1664
|
# default_outbound_config: { # required
|
|
1644
1665
|
# connect_contact_flow_id: "ContactFlowId", # required
|
|
@@ -1647,6 +1668,7 @@ module Aws::ConnectCampaignsV2
|
|
|
1647
1668
|
# enable_answer_machine_detection: false, # required
|
|
1648
1669
|
# await_answer_machine_prompt: false,
|
|
1649
1670
|
# },
|
|
1671
|
+
# ring_timeout: 1,
|
|
1650
1672
|
# },
|
|
1651
1673
|
# },
|
|
1652
1674
|
# sms: {
|
|
@@ -1949,7 +1971,7 @@ module Aws::ConnectCampaignsV2
|
|
|
1949
1971
|
tracer: tracer
|
|
1950
1972
|
)
|
|
1951
1973
|
context[:gem_name] = 'aws-sdk-connectcampaignsv2'
|
|
1952
|
-
context[:gem_version] = '1.
|
|
1974
|
+
context[:gem_version] = '1.16.0'
|
|
1953
1975
|
Seahorse::Client::Request.new(handlers, context)
|
|
1954
1976
|
end
|
|
1955
1977
|
|
|
@@ -15,6 +15,8 @@ module Aws::ConnectCampaignsV2
|
|
|
15
15
|
include Seahorse::Model
|
|
16
16
|
|
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
18
|
+
AgentAction = Shapes::StringShape.new(name: 'AgentAction')
|
|
19
|
+
AgentActions = Shapes::ListShape.new(name: 'AgentActions')
|
|
18
20
|
AgentlessConfig = Shapes::StructureShape.new(name: 'AgentlessConfig')
|
|
19
21
|
AnswerMachineDetectionConfig = Shapes::StructureShape.new(name: 'AnswerMachineDetectionConfig')
|
|
20
22
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
@@ -136,6 +138,7 @@ module Aws::ConnectCampaignsV2
|
|
|
136
138
|
OutboundRequestList = Shapes::ListShape.new(name: 'OutboundRequestList')
|
|
137
139
|
PauseCampaignRequest = Shapes::StructureShape.new(name: 'PauseCampaignRequest')
|
|
138
140
|
PredictiveConfig = Shapes::StructureShape.new(name: 'PredictiveConfig')
|
|
141
|
+
PreviewConfig = Shapes::StructureShape.new(name: 'PreviewConfig')
|
|
139
142
|
ProfileId = Shapes::StringShape.new(name: 'ProfileId')
|
|
140
143
|
ProfileOutboundRequest = Shapes::StructureShape.new(name: 'ProfileOutboundRequest')
|
|
141
144
|
ProfileOutboundRequestFailureCode = Shapes::StringShape.new(name: 'ProfileOutboundRequestFailureCode')
|
|
@@ -158,6 +161,7 @@ module Aws::ConnectCampaignsV2
|
|
|
158
161
|
RestrictedPeriodName = Shapes::StringShape.new(name: 'RestrictedPeriodName')
|
|
159
162
|
RestrictedPeriods = Shapes::UnionShape.new(name: 'RestrictedPeriods')
|
|
160
163
|
ResumeCampaignRequest = Shapes::StructureShape.new(name: 'ResumeCampaignRequest')
|
|
164
|
+
RingTimeout = Shapes::IntegerShape.new(name: 'RingTimeout')
|
|
161
165
|
Schedule = Shapes::StructureShape.new(name: 'Schedule')
|
|
162
166
|
ServiceLinkedRoleArn = Shapes::StringShape.new(name: 'ServiceLinkedRoleArn')
|
|
163
167
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
|
@@ -193,6 +197,8 @@ module Aws::ConnectCampaignsV2
|
|
|
193
197
|
TimeStamp = Shapes::TimestampShape.new(name: 'TimeStamp', timestampFormat: "iso8601")
|
|
194
198
|
TimeWindow = Shapes::StructureShape.new(name: 'TimeWindow')
|
|
195
199
|
TimeZone = Shapes::StringShape.new(name: 'TimeZone')
|
|
200
|
+
TimeoutConfig = Shapes::StructureShape.new(name: 'TimeoutConfig')
|
|
201
|
+
TimeoutDuration = Shapes::IntegerShape.new(name: 'TimeoutDuration')
|
|
196
202
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
197
203
|
UpdateCampaignChannelSubtypeConfigRequest = Shapes::StructureShape.new(name: 'UpdateCampaignChannelSubtypeConfigRequest')
|
|
198
204
|
UpdateCampaignCommunicationLimitsRequest = Shapes::StructureShape.new(name: 'UpdateCampaignCommunicationLimitsRequest')
|
|
@@ -208,6 +214,8 @@ module Aws::ConnectCampaignsV2
|
|
|
208
214
|
AccessDeniedException.add_member(:x_amz_error_type, Shapes::ShapeRef.new(shape: XAmazonErrorType, location: "header", location_name: "x-amzn-ErrorType"))
|
|
209
215
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
210
216
|
|
|
217
|
+
AgentActions.member = Shapes::ShapeRef.new(shape: AgentAction)
|
|
218
|
+
|
|
211
219
|
AgentlessConfig.struct_class = Types::AgentlessConfig
|
|
212
220
|
|
|
213
221
|
AnswerMachineDetectionConfig.add_member(:enable_answer_machine_detection, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enableAnswerMachineDetection"))
|
|
@@ -541,6 +549,11 @@ module Aws::ConnectCampaignsV2
|
|
|
541
549
|
PredictiveConfig.add_member(:bandwidth_allocation, Shapes::ShapeRef.new(shape: BandwidthAllocation, required: true, location_name: "bandwidthAllocation"))
|
|
542
550
|
PredictiveConfig.struct_class = Types::PredictiveConfig
|
|
543
551
|
|
|
552
|
+
PreviewConfig.add_member(:bandwidth_allocation, Shapes::ShapeRef.new(shape: BandwidthAllocation, required: true, location_name: "bandwidthAllocation"))
|
|
553
|
+
PreviewConfig.add_member(:timeout_config, Shapes::ShapeRef.new(shape: TimeoutConfig, required: true, location_name: "timeoutConfig"))
|
|
554
|
+
PreviewConfig.add_member(:agent_actions, Shapes::ShapeRef.new(shape: AgentActions, location_name: "agentActions"))
|
|
555
|
+
PreviewConfig.struct_class = Types::PreviewConfig
|
|
556
|
+
|
|
544
557
|
ProfileOutboundRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "clientToken"))
|
|
545
558
|
ProfileOutboundRequest.add_member(:profile_id, Shapes::ShapeRef.new(shape: ProfileId, required: true, location_name: "profileId"))
|
|
546
559
|
ProfileOutboundRequest.add_member(:expiration_time, Shapes::ShapeRef.new(shape: TimeStamp, location_name: "expirationTime"))
|
|
@@ -692,20 +705,24 @@ module Aws::ConnectCampaignsV2
|
|
|
692
705
|
TelephonyChannelSubtypeParameters.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "attributes"))
|
|
693
706
|
TelephonyChannelSubtypeParameters.add_member(:connect_source_phone_number, Shapes::ShapeRef.new(shape: SourcePhoneNumber, location_name: "connectSourcePhoneNumber"))
|
|
694
707
|
TelephonyChannelSubtypeParameters.add_member(:answer_machine_detection_config, Shapes::ShapeRef.new(shape: AnswerMachineDetectionConfig, location_name: "answerMachineDetectionConfig"))
|
|
708
|
+
TelephonyChannelSubtypeParameters.add_member(:ring_timeout, Shapes::ShapeRef.new(shape: RingTimeout, location_name: "ringTimeout"))
|
|
695
709
|
TelephonyChannelSubtypeParameters.struct_class = Types::TelephonyChannelSubtypeParameters
|
|
696
710
|
|
|
697
711
|
TelephonyOutboundConfig.add_member(:connect_contact_flow_id, Shapes::ShapeRef.new(shape: ContactFlowId, required: true, location_name: "connectContactFlowId"))
|
|
698
712
|
TelephonyOutboundConfig.add_member(:connect_source_phone_number, Shapes::ShapeRef.new(shape: SourcePhoneNumber, location_name: "connectSourcePhoneNumber"))
|
|
699
713
|
TelephonyOutboundConfig.add_member(:answer_machine_detection_config, Shapes::ShapeRef.new(shape: AnswerMachineDetectionConfig, location_name: "answerMachineDetectionConfig"))
|
|
714
|
+
TelephonyOutboundConfig.add_member(:ring_timeout, Shapes::ShapeRef.new(shape: RingTimeout, location_name: "ringTimeout"))
|
|
700
715
|
TelephonyOutboundConfig.struct_class = Types::TelephonyOutboundConfig
|
|
701
716
|
|
|
702
717
|
TelephonyOutboundMode.add_member(:progressive, Shapes::ShapeRef.new(shape: ProgressiveConfig, location_name: "progressive"))
|
|
703
718
|
TelephonyOutboundMode.add_member(:predictive, Shapes::ShapeRef.new(shape: PredictiveConfig, location_name: "predictive"))
|
|
704
719
|
TelephonyOutboundMode.add_member(:agentless, Shapes::ShapeRef.new(shape: AgentlessConfig, location_name: "agentless"))
|
|
720
|
+
TelephonyOutboundMode.add_member(:preview, Shapes::ShapeRef.new(shape: PreviewConfig, location_name: "preview"))
|
|
705
721
|
TelephonyOutboundMode.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
706
722
|
TelephonyOutboundMode.add_member_subclass(:progressive, Types::TelephonyOutboundMode::Progressive)
|
|
707
723
|
TelephonyOutboundMode.add_member_subclass(:predictive, Types::TelephonyOutboundMode::Predictive)
|
|
708
724
|
TelephonyOutboundMode.add_member_subclass(:agentless, Types::TelephonyOutboundMode::Agentless)
|
|
725
|
+
TelephonyOutboundMode.add_member_subclass(:preview, Types::TelephonyOutboundMode::Preview)
|
|
709
726
|
TelephonyOutboundMode.add_member_subclass(:unknown, Types::TelephonyOutboundMode::Unknown)
|
|
710
727
|
TelephonyOutboundMode.struct_class = Types::TelephonyOutboundMode
|
|
711
728
|
|
|
@@ -723,6 +740,9 @@ module Aws::ConnectCampaignsV2
|
|
|
723
740
|
TimeWindow.add_member(:restricted_periods, Shapes::ShapeRef.new(shape: RestrictedPeriods, location_name: "restrictedPeriods"))
|
|
724
741
|
TimeWindow.struct_class = Types::TimeWindow
|
|
725
742
|
|
|
743
|
+
TimeoutConfig.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: TimeoutDuration, required: true, location_name: "durationInSeconds"))
|
|
744
|
+
TimeoutConfig.struct_class = Types::TimeoutConfig
|
|
745
|
+
|
|
726
746
|
UntagResourceRequest.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location: "uri", location_name: "arn"))
|
|
727
747
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
|
728
748
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
|
@@ -13,22 +13,22 @@ module Aws::ConnectCampaignsV2
|
|
|
13
13
|
# @!attribute region
|
|
14
14
|
# The AWS region used to dispatch the request.
|
|
15
15
|
#
|
|
16
|
-
# @return [
|
|
16
|
+
# @return [string]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute use_dual_stack
|
|
19
19
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [boolean]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute use_fips
|
|
24
24
|
# When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [boolean]
|
|
27
27
|
#
|
|
28
28
|
# @!attribute endpoint
|
|
29
29
|
# Override the endpoint used to send this request
|
|
30
30
|
#
|
|
31
|
-
# @return [
|
|
31
|
+
# @return [string]
|
|
32
32
|
#
|
|
33
33
|
EndpointParameters = Struct.new(
|
|
34
34
|
:region,
|
|
@@ -1432,6 +1432,30 @@ module Aws::ConnectCampaignsV2
|
|
|
1432
1432
|
include Aws::Structure
|
|
1433
1433
|
end
|
|
1434
1434
|
|
|
1435
|
+
# Preview config
|
|
1436
|
+
#
|
|
1437
|
+
# @!attribute [rw] bandwidth_allocation
|
|
1438
|
+
# The bandwidth allocation of a queue resource.
|
|
1439
|
+
# @return [Float]
|
|
1440
|
+
#
|
|
1441
|
+
# @!attribute [rw] timeout_config
|
|
1442
|
+
# Timeout Config for preview contacts.
|
|
1443
|
+
# @return [Types::TimeoutConfig]
|
|
1444
|
+
#
|
|
1445
|
+
# @!attribute [rw] agent_actions
|
|
1446
|
+
# Actions that can be performed by agent during preview phase.
|
|
1447
|
+
# @return [Array<String>]
|
|
1448
|
+
#
|
|
1449
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcampaignsv2-2024-04-23/PreviewConfig AWS API Documentation
|
|
1450
|
+
#
|
|
1451
|
+
class PreviewConfig < Struct.new(
|
|
1452
|
+
:bandwidth_allocation,
|
|
1453
|
+
:timeout_config,
|
|
1454
|
+
:agent_actions)
|
|
1455
|
+
SENSITIVE = []
|
|
1456
|
+
include Aws::Structure
|
|
1457
|
+
end
|
|
1458
|
+
|
|
1435
1459
|
# Information about a profile outbound request
|
|
1436
1460
|
#
|
|
1437
1461
|
# @!attribute [rw] client_token
|
|
@@ -2075,13 +2099,18 @@ module Aws::ConnectCampaignsV2
|
|
|
2075
2099
|
# Answering Machine Detection config
|
|
2076
2100
|
# @return [Types::AnswerMachineDetectionConfig]
|
|
2077
2101
|
#
|
|
2102
|
+
# @!attribute [rw] ring_timeout
|
|
2103
|
+
# Ring timeout for outbound calls
|
|
2104
|
+
# @return [Integer]
|
|
2105
|
+
#
|
|
2078
2106
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcampaignsv2-2024-04-23/TelephonyChannelSubtypeParameters AWS API Documentation
|
|
2079
2107
|
#
|
|
2080
2108
|
class TelephonyChannelSubtypeParameters < Struct.new(
|
|
2081
2109
|
:destination_phone_number,
|
|
2082
2110
|
:attributes,
|
|
2083
2111
|
:connect_source_phone_number,
|
|
2084
|
-
:answer_machine_detection_config
|
|
2112
|
+
:answer_machine_detection_config,
|
|
2113
|
+
:ring_timeout)
|
|
2085
2114
|
SENSITIVE = [:destination_phone_number, :attributes]
|
|
2086
2115
|
include Aws::Structure
|
|
2087
2116
|
end
|
|
@@ -2102,12 +2131,17 @@ module Aws::ConnectCampaignsV2
|
|
|
2102
2131
|
# Answering Machine Detection config
|
|
2103
2132
|
# @return [Types::AnswerMachineDetectionConfig]
|
|
2104
2133
|
#
|
|
2134
|
+
# @!attribute [rw] ring_timeout
|
|
2135
|
+
# Ring timeout for outbound calls
|
|
2136
|
+
# @return [Integer]
|
|
2137
|
+
#
|
|
2105
2138
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcampaignsv2-2024-04-23/TelephonyOutboundConfig AWS API Documentation
|
|
2106
2139
|
#
|
|
2107
2140
|
class TelephonyOutboundConfig < Struct.new(
|
|
2108
2141
|
:connect_contact_flow_id,
|
|
2109
2142
|
:connect_source_phone_number,
|
|
2110
|
-
:answer_machine_detection_config
|
|
2143
|
+
:answer_machine_detection_config,
|
|
2144
|
+
:ring_timeout)
|
|
2111
2145
|
SENSITIVE = []
|
|
2112
2146
|
include Aws::Structure
|
|
2113
2147
|
end
|
|
@@ -2130,12 +2164,17 @@ module Aws::ConnectCampaignsV2
|
|
|
2130
2164
|
# Agentless config
|
|
2131
2165
|
# @return [Types::AgentlessConfig]
|
|
2132
2166
|
#
|
|
2167
|
+
# @!attribute [rw] preview
|
|
2168
|
+
# Preview config
|
|
2169
|
+
# @return [Types::PreviewConfig]
|
|
2170
|
+
#
|
|
2133
2171
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcampaignsv2-2024-04-23/TelephonyOutboundMode AWS API Documentation
|
|
2134
2172
|
#
|
|
2135
2173
|
class TelephonyOutboundMode < Struct.new(
|
|
2136
2174
|
:progressive,
|
|
2137
2175
|
:predictive,
|
|
2138
2176
|
:agentless,
|
|
2177
|
+
:preview,
|
|
2139
2178
|
:unknown)
|
|
2140
2179
|
SENSITIVE = []
|
|
2141
2180
|
include Aws::Structure
|
|
@@ -2144,6 +2183,7 @@ module Aws::ConnectCampaignsV2
|
|
|
2144
2183
|
class Progressive < TelephonyOutboundMode; end
|
|
2145
2184
|
class Predictive < TelephonyOutboundMode; end
|
|
2146
2185
|
class Agentless < TelephonyOutboundMode; end
|
|
2186
|
+
class Preview < TelephonyOutboundMode; end
|
|
2147
2187
|
class Unknown < TelephonyOutboundMode; end
|
|
2148
2188
|
end
|
|
2149
2189
|
|
|
@@ -2204,6 +2244,20 @@ module Aws::ConnectCampaignsV2
|
|
|
2204
2244
|
include Aws::Structure
|
|
2205
2245
|
end
|
|
2206
2246
|
|
|
2247
|
+
# Timeout Config for preview contacts.
|
|
2248
|
+
#
|
|
2249
|
+
# @!attribute [rw] duration_in_seconds
|
|
2250
|
+
# Timeout duration for a preview contact in seconds.
|
|
2251
|
+
# @return [Integer]
|
|
2252
|
+
#
|
|
2253
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/connectcampaignsv2-2024-04-23/TimeoutConfig AWS API Documentation
|
|
2254
|
+
#
|
|
2255
|
+
class TimeoutConfig < Struct.new(
|
|
2256
|
+
:duration_in_seconds)
|
|
2257
|
+
SENSITIVE = []
|
|
2258
|
+
include Aws::Structure
|
|
2259
|
+
end
|
|
2260
|
+
|
|
2207
2261
|
# The request for UntagResource API.
|
|
2208
2262
|
#
|
|
2209
2263
|
# @!attribute [rw] arn
|
data/sig/client.rbs
CHANGED
|
@@ -100,6 +100,13 @@ module Aws
|
|
|
100
100
|
bandwidth_allocation: ::Float
|
|
101
101
|
}?,
|
|
102
102
|
agentless: {
|
|
103
|
+
}?,
|
|
104
|
+
preview: {
|
|
105
|
+
bandwidth_allocation: ::Float,
|
|
106
|
+
timeout_config: {
|
|
107
|
+
duration_in_seconds: ::Integer
|
|
108
|
+
},
|
|
109
|
+
agent_actions: Array[("DISCARD")]?
|
|
103
110
|
}?
|
|
104
111
|
},
|
|
105
112
|
default_outbound_config: {
|
|
@@ -108,7 +115,8 @@ module Aws
|
|
|
108
115
|
answer_machine_detection_config: {
|
|
109
116
|
enable_answer_machine_detection: bool,
|
|
110
117
|
await_answer_machine_prompt: bool?
|
|
111
|
-
}
|
|
118
|
+
}?,
|
|
119
|
+
ring_timeout: ::Integer?
|
|
112
120
|
}
|
|
113
121
|
}?,
|
|
114
122
|
sms: {
|
|
@@ -440,7 +448,8 @@ module Aws
|
|
|
440
448
|
answer_machine_detection_config: {
|
|
441
449
|
enable_answer_machine_detection: bool,
|
|
442
450
|
await_answer_machine_prompt: bool?
|
|
443
|
-
}
|
|
451
|
+
}?,
|
|
452
|
+
ring_timeout: ::Integer?
|
|
444
453
|
}?,
|
|
445
454
|
sms: {
|
|
446
455
|
destination_phone_number: ::String,
|
|
@@ -540,6 +549,13 @@ module Aws
|
|
|
540
549
|
bandwidth_allocation: ::Float
|
|
541
550
|
}?,
|
|
542
551
|
agentless: {
|
|
552
|
+
}?,
|
|
553
|
+
preview: {
|
|
554
|
+
bandwidth_allocation: ::Float,
|
|
555
|
+
timeout_config: {
|
|
556
|
+
duration_in_seconds: ::Integer
|
|
557
|
+
},
|
|
558
|
+
agent_actions: Array[("DISCARD")]?
|
|
543
559
|
}?
|
|
544
560
|
},
|
|
545
561
|
default_outbound_config: {
|
|
@@ -548,7 +564,8 @@ module Aws
|
|
|
548
564
|
answer_machine_detection_config: {
|
|
549
565
|
enable_answer_machine_detection: bool,
|
|
550
566
|
await_answer_machine_prompt: bool?
|
|
551
|
-
}
|
|
567
|
+
}?,
|
|
568
|
+
ring_timeout: ::Integer?
|
|
552
569
|
}
|
|
553
570
|
}?,
|
|
554
571
|
sms: {
|
data/sig/types.rbs
CHANGED
|
@@ -475,6 +475,13 @@ module Aws::ConnectCampaignsV2
|
|
|
475
475
|
SENSITIVE: []
|
|
476
476
|
end
|
|
477
477
|
|
|
478
|
+
class PreviewConfig
|
|
479
|
+
attr_accessor bandwidth_allocation: ::Float
|
|
480
|
+
attr_accessor timeout_config: Types::TimeoutConfig
|
|
481
|
+
attr_accessor agent_actions: ::Array[("DISCARD")]
|
|
482
|
+
SENSITIVE: []
|
|
483
|
+
end
|
|
484
|
+
|
|
478
485
|
class ProfileOutboundRequest
|
|
479
486
|
attr_accessor client_token: ::String
|
|
480
487
|
attr_accessor profile_id: ::String
|
|
@@ -684,6 +691,7 @@ module Aws::ConnectCampaignsV2
|
|
|
684
691
|
attr_accessor attributes: ::Hash[::String, ::String]
|
|
685
692
|
attr_accessor connect_source_phone_number: ::String
|
|
686
693
|
attr_accessor answer_machine_detection_config: Types::AnswerMachineDetectionConfig
|
|
694
|
+
attr_accessor ring_timeout: ::Integer
|
|
687
695
|
SENSITIVE: [:destination_phone_number, :attributes]
|
|
688
696
|
end
|
|
689
697
|
|
|
@@ -691,6 +699,7 @@ module Aws::ConnectCampaignsV2
|
|
|
691
699
|
attr_accessor connect_contact_flow_id: ::String
|
|
692
700
|
attr_accessor connect_source_phone_number: ::String
|
|
693
701
|
attr_accessor answer_machine_detection_config: Types::AnswerMachineDetectionConfig
|
|
702
|
+
attr_accessor ring_timeout: ::Integer
|
|
694
703
|
SENSITIVE: []
|
|
695
704
|
end
|
|
696
705
|
|
|
@@ -698,6 +707,7 @@ module Aws::ConnectCampaignsV2
|
|
|
698
707
|
attr_accessor progressive: Types::ProgressiveConfig
|
|
699
708
|
attr_accessor predictive: Types::PredictiveConfig
|
|
700
709
|
attr_accessor agentless: Types::AgentlessConfig
|
|
710
|
+
attr_accessor preview: Types::PreviewConfig
|
|
701
711
|
attr_accessor unknown: untyped
|
|
702
712
|
SENSITIVE: []
|
|
703
713
|
|
|
@@ -707,6 +717,8 @@ module Aws::ConnectCampaignsV2
|
|
|
707
717
|
end
|
|
708
718
|
class Agentless < TelephonyOutboundMode
|
|
709
719
|
end
|
|
720
|
+
class Preview < TelephonyOutboundMode
|
|
721
|
+
end
|
|
710
722
|
class Unknown < TelephonyOutboundMode
|
|
711
723
|
end
|
|
712
724
|
end
|
|
@@ -729,6 +741,11 @@ module Aws::ConnectCampaignsV2
|
|
|
729
741
|
SENSITIVE: []
|
|
730
742
|
end
|
|
731
743
|
|
|
744
|
+
class TimeoutConfig
|
|
745
|
+
attr_accessor duration_in_seconds: ::Integer
|
|
746
|
+
SENSITIVE: []
|
|
747
|
+
end
|
|
748
|
+
|
|
732
749
|
class UntagResourceRequest
|
|
733
750
|
attr_accessor arn: ::String
|
|
734
751
|
attr_accessor tag_keys: ::Array[::String]
|