Module: Aws::ConnectCampaignsV2::Types

Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Defined Under Namespace

Classes: AccessDeniedException, AgentlessConfig, AnswerMachineDetectionConfig, Campaign, CampaignFilters, CampaignSummary, ChannelSubtypeConfig, ChannelSubtypeParameters, CommunicationLimit, CommunicationLimits, CommunicationLimitsConfig, CommunicationTimeConfig, ConflictException, CreateCampaignRequest, CreateCampaignResponse, CustomerProfilesIntegrationConfig, CustomerProfilesIntegrationIdentifier, CustomerProfilesIntegrationSummary, DeleteCampaignChannelSubtypeConfigRequest, DeleteCampaignCommunicationLimitsRequest, DeleteCampaignCommunicationTimeRequest, DeleteCampaignEntryLimitsRequest, DeleteCampaignRequest, DeleteConnectInstanceConfigRequest, DeleteConnectInstanceIntegrationRequest, DeleteInstanceOnboardingJobRequest, DescribeCampaignRequest, DescribeCampaignResponse, EmailChannelSubtypeConfig, EmailChannelSubtypeParameters, EmailOutboundConfig, EmailOutboundMode, EncryptionConfig, EntryLimitsConfig, EventTrigger, FailedCampaignStateResponse, FailedProfileOutboundRequest, FailedRequest, GetCampaignStateBatchRequest, GetCampaignStateBatchResponse, GetCampaignStateRequest, GetCampaignStateResponse, GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse, GetInstanceCommunicationLimitsRequest, GetInstanceCommunicationLimitsResponse, GetInstanceOnboardingJobStatusRequest, GetInstanceOnboardingJobStatusResponse, InstanceCommunicationLimitsConfig, InstanceConfig, InstanceIdFilter, InstanceOnboardingJobStatus, IntegrationConfig, IntegrationIdentifier, IntegrationSummary, InternalServerException, InvalidCampaignStateException, InvalidStateException, LambdaIntegrationConfig, LambdaIntegrationIdentifier, LambdaIntegrationSummary, ListCampaignsRequest, ListCampaignsResponse, ListConnectInstanceIntegrationsRequest, ListConnectInstanceIntegrationsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, LocalTimeZoneConfig, OpenHours, OutboundRequest, PauseCampaignRequest, PredictiveConfig, PreviewConfig, ProfileOutboundRequest, ProgressiveConfig, PutConnectInstanceIntegrationRequest, PutInstanceCommunicationLimitsRequest, PutOutboundRequestBatchRequest, PutOutboundRequestBatchResponse, PutProfileOutboundRequestBatchRequest, PutProfileOutboundRequestBatchResponse, QConnectIntegrationConfig, QConnectIntegrationIdentifier, QConnectIntegrationSummary, ResourceNotFoundException, RestrictedPeriod, RestrictedPeriods, ResumeCampaignRequest, Schedule, ServiceQuotaExceededException, SmsChannelSubtypeConfig, SmsChannelSubtypeParameters, SmsOutboundConfig, SmsOutboundMode, Source, StartCampaignRequest, StartInstanceOnboardingJobRequest, StartInstanceOnboardingJobResponse, StopCampaignRequest, SuccessfulCampaignStateResponse, SuccessfulProfileOutboundRequest, SuccessfulRequest, TagResourceRequest, TelephonyChannelSubtypeConfig, TelephonyChannelSubtypeParameters, TelephonyOutboundConfig, TelephonyOutboundMode, ThrottlingException, TimeRange, TimeWindow, TimeoutConfig, UntagResourceRequest, UpdateCampaignChannelSubtypeConfigRequest, UpdateCampaignCommunicationLimitsRequest, UpdateCampaignCommunicationTimeRequest, UpdateCampaignEntryLimitsRequest, UpdateCampaignFlowAssociationRequest, UpdateCampaignNameRequest, UpdateCampaignScheduleRequest, UpdateCampaignSourceRequest, ValidationException, WhatsAppChannelSubtypeConfig, WhatsAppChannelSubtypeParameters, WhatsAppOutboundConfig, WhatsAppOutboundMode

Instance Attribute Summary collapse

Instance Attribute Details

#agentlessTypes::AgentlessConfig

Agentless config



788
789
790
791
792
793
794
795
796
797
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 788

class EmailOutboundMode < Struct.new(
  :agentless,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Agentless < EmailOutboundMode; end
  class Unknown < EmailOutboundMode; end
end

#communication_limits_listArray<Types::CommunicationLimit>

List of communication limit

Returns:



306
307
308
309
310
311
312
313
314
315
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 306

class CommunicationLimits < Struct.new(
  :communication_limits_list,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CommunicationLimitsList < CommunicationLimits; end
  class Unknown < CommunicationLimits; end
end

#customer_profilesTypes::CustomerProfilesIntegrationSummary

Customer Profiles integration summary



1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1180

class IntegrationConfig < Struct.new(
  :customer_profiles,
  :q_connect,
  :lambda,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomerProfiles < IntegrationConfig; end
  class QConnect < IntegrationConfig; end
  class Lambda < IntegrationConfig; end
  class Unknown < IntegrationConfig; end
end

#customer_profiles_segment_arnString

Amazon Resource Names(ARN)

Returns:

  • (String)


2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2033

class Source < Struct.new(
  :customer_profiles_segment_arn,
  :event_trigger,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomerProfilesSegmentArn < Source; end
  class EventTrigger < Source; end
  class Unknown < Source; end
end

#daily_hoursHash<String,Array<Types::TimeRange>>

Daily Hours map

Returns:



1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1513

class OpenHours < Struct.new(
  :daily_hours,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class DailyHours < OpenHours; end
  class Unknown < OpenHours; end
end

#emailTypes::EmailChannelSubtypeParameters

Parameters for the Email Channel Subtype



252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 252

class ChannelSubtypeParameters < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Telephony < ChannelSubtypeParameters; end
  class Sms < ChannelSubtypeParameters; end
  class Email < ChannelSubtypeParameters; end
  class WhatsApp < ChannelSubtypeParameters; end
  class Unknown < ChannelSubtypeParameters; end
end

#event_triggerTypes::EventTrigger

Event trigger of the campaign

Returns:



2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2033

class Source < Struct.new(
  :customer_profiles_segment_arn,
  :event_trigger,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomerProfilesSegmentArn < Source; end
  class EventTrigger < Source; end
  class Unknown < Source; end
end

#lambdaTypes::LambdaIntegrationSummary

Lambda integration summary



1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1180

class IntegrationConfig < Struct.new(
  :customer_profiles,
  :q_connect,
  :lambda,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomerProfiles < IntegrationConfig; end
  class QConnect < IntegrationConfig; end
  class Lambda < IntegrationConfig; end
  class Unknown < IntegrationConfig; end
end

#predictiveTypes::PredictiveConfig

Predictive config



2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2315

class TelephonyOutboundMode < Struct.new(
  :progressive,
  :predictive,
  :agentless,
  :preview,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Progressive < TelephonyOutboundMode; end
  class Predictive < TelephonyOutboundMode; end
  class Agentless < TelephonyOutboundMode; end
  class Preview < TelephonyOutboundMode; end
  class Unknown < TelephonyOutboundMode; end
end

#previewTypes::PreviewConfig

Preview config



2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2315

class TelephonyOutboundMode < Struct.new(
  :progressive,
  :predictive,
  :agentless,
  :preview,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Progressive < TelephonyOutboundMode; end
  class Predictive < TelephonyOutboundMode; end
  class Agentless < TelephonyOutboundMode; end
  class Preview < TelephonyOutboundMode; end
  class Unknown < TelephonyOutboundMode; end
end

#progressiveTypes::ProgressiveConfig

Progressive config



2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2315

class TelephonyOutboundMode < Struct.new(
  :progressive,
  :predictive,
  :agentless,
  :preview,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Progressive < TelephonyOutboundMode; end
  class Predictive < TelephonyOutboundMode; end
  class Agentless < TelephonyOutboundMode; end
  class Preview < TelephonyOutboundMode; end
  class Unknown < TelephonyOutboundMode; end
end

#q_connectTypes::QConnectIntegrationSummary

Q Connect integration summary



1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1180

class IntegrationConfig < Struct.new(
  :customer_profiles,
  :q_connect,
  :lambda,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class CustomerProfiles < IntegrationConfig; end
  class QConnect < IntegrationConfig; end
  class Lambda < IntegrationConfig; end
  class Unknown < IntegrationConfig; end
end

#restricted_period_listArray<Types::RestrictedPeriod>

List of restricted period

Returns:



1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1851

class RestrictedPeriods < Struct.new(
  :restricted_period_list,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class RestrictedPeriodList < RestrictedPeriods; end
  class Unknown < RestrictedPeriods; end
end

#smsTypes::SmsChannelSubtypeParameters

Parameters for the SMS Channel Subtype



252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 252

class ChannelSubtypeParameters < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Telephony < ChannelSubtypeParameters; end
  class Sms < ChannelSubtypeParameters; end
  class Email < ChannelSubtypeParameters; end
  class WhatsApp < ChannelSubtypeParameters; end
  class Unknown < ChannelSubtypeParameters; end
end

#telephonyTypes::TelephonyChannelSubtypeParameters

Parameters for the Telephony Channel Subtype



252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 252

class ChannelSubtypeParameters < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Telephony < ChannelSubtypeParameters; end
  class Sms < ChannelSubtypeParameters; end
  class Email < ChannelSubtypeParameters; end
  class WhatsApp < ChannelSubtypeParameters; end
  class Unknown < ChannelSubtypeParameters; end
end

#whats_appTypes::WhatsAppChannelSubtypeParameters

Parameters for the WhatsApp Channel Subtype



252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 252

class ChannelSubtypeParameters < Struct.new(
  :telephony,
  :sms,
  :email,
  :whats_app,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class Telephony < ChannelSubtypeParameters; end
  class Sms < ChannelSubtypeParameters; end
  class Email < ChannelSubtypeParameters; end
  class WhatsApp < ChannelSubtypeParameters; end
  class Unknown < ChannelSubtypeParameters; end
end