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, DeleteCampaignRequest, DeleteConnectInstanceConfigRequest, DeleteConnectInstanceIntegrationRequest, DeleteInstanceOnboardingJobRequest, DescribeCampaignRequest, DescribeCampaignResponse, EmailChannelSubtypeConfig, EmailChannelSubtypeParameters, EmailOutboundConfig, EmailOutboundMode, EncryptionConfig, 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, UpdateCampaignFlowAssociationRequest, UpdateCampaignNameRequest, UpdateCampaignScheduleRequest, UpdateCampaignSourceRequest, ValidationException, WhatsAppChannelSubtypeConfig, WhatsAppChannelSubtypeParameters, WhatsAppOutboundConfig, WhatsAppOutboundMode

Instance Attribute Summary collapse

Instance Attribute Details

#agentlessTypes::AgentlessConfig

Agentless config



759
760
761
762
763
764
765
766
767
768
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 759

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:



296
297
298
299
300
301
302
303
304
305
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 296

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



1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1129

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)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1982

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:



1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1462

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



242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 242

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:



1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1982

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



1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1129

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



2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2264

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



2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2264

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



2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2264

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



1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1129

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:



1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1800

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



242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 242

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



242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 242

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



242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 242

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