Package-level declarations

Types

data class GetServiceHybridDoubleWritesHybridDoubleWrite(val id: String, val namespace: String, val sourceNamespace: String, val sourceUserId: String, val userId: String)
Link copied to clipboard
data class GetServiceHybridDoubleWritesResult(val hybridDoubleWrites: List<GetServiceHybridDoubleWritesHybridDoubleWrite>, val id: String, val ids: List<String>, val namespace: String? = null, val outputFile: String? = null, val sourceNamespace: String? = null, val sourceUserId: String? = null, val userId: String? = null)

A collection of values returned by getServiceHybridDoubleWrites.

data class ServiceGroupMonitoringAgentProcessAlertConfig(val comparisonOperator: String, val effectiveInterval: String? = null, val escalationsLevel: String, val silenceTime: Int? = null, val statistics: String, val targetLists: List<ServiceGroupMonitoringAgentProcessAlertConfigTargetList>? = null, val threshold: String, val times: String, val webhook: String? = null)
data class ServiceGroupMonitoringAgentProcessAlertConfigTargetList(val arn: String? = null, val jsonParams: String? = null, val level: String? = null, val targetListId: String? = null)
data class ServiceGroupMonitoringAgentProcessMatchExpress(val function: String? = null, val name: String? = null, val value: String? = null)