Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetContactChannelResult(val activationStatus: String, val arn: String, val contactId: String, val deliveryAddresses: List<GetContactChannelDeliveryAddress>, val id: String, val name: String, val type: String)
A collection of values returned by getContactChannel.
Link copied to clipboard
Link copied to clipboard
A collection of values returned by getPlan.
Link copied to clipboard
Link copied to clipboard
data class GetPlanStageTarget(val channelTargetInfos: List<GetPlanStageTargetChannelTargetInfo>, val contactTargetInfos: List<GetPlanStageTargetContactTargetInfo>)
Link copied to clipboard
data class GetPlanStageTargetChannelTargetInfo(val contactChannelId: String, val retryIntervalInMinutes: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PlanStageTarget(val channelTargetInfo: PlanStageTargetChannelTargetInfo? = null, val contactTargetInfo: PlanStageTargetContactTargetInfo? = null)
Link copied to clipboard
data class PlanStageTargetChannelTargetInfo(val contactChannelId: String, val retryIntervalInMinutes: Int? = null)
Link copied to clipboard
data class PlanStageTargetContactTargetInfo(val contactId: String? = null, val isEssential: Boolean)