Module: Aws::ConnectCampaignsV2::Types

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

Defined Under Namespace

Classes: AccessDeniedException, 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, ListCampaignsRequest, ListCampaignsResponse, ListConnectInstanceIntegrationsRequest, ListConnectInstanceIntegrationsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, LocalTimeZoneConfig, OpenHours, OutboundRequest, PauseCampaignRequest, PredictiveConfig, 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, UntagResourceRequest, UpdateCampaignChannelSubtypeConfigRequest, UpdateCampaignCommunicationLimitsRequest, UpdateCampaignCommunicationTimeRequest, UpdateCampaignFlowAssociationRequest, UpdateCampaignNameRequest, UpdateCampaignScheduleRequest, UpdateCampaignSourceRequest, ValidationException

Instance Attribute Summary collapse

Instance Attribute Details

#agentlessTypes::AgentlessConfig

Agentless config

Returns:

  • (Types::AgentlessConfig)


728
729
730
731
732
733
734
735
736
737
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 728

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:



275
276
277
278
279
280
281
282
283
284
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 275

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



1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1094

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

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

#customer_profiles_segment_arnString

Amazon Resource Names(ARN)

Returns:

  • (String)


1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1867

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:



1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1371

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



223
224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 223

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

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

#event_triggerTypes::EventTrigger

Event trigger of the campaign

Returns:



1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1867

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

#predictiveTypes::PredictiveConfig

Predictive config



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2135

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

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

#progressiveTypes::ProgressiveConfig

Progressive config



2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 2135

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

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

#q_connectTypes::QConnectIntegrationSummary

Q Connect integration summary



1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1094

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

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

#restricted_period_listArray<Types::RestrictedPeriod>

List of restricted period

Returns:



1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1685

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



223
224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 223

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

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

#telephonyTypes::TelephonyChannelSubtypeParameters

Parameters for the Telephony Channel Subtype



223
224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 223

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

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