Package-level declarations

Types

data class ScheduledQueryErrorReportConfigurationS3Configuration(val bucketName: String, val encryptionOption: String? = null, val objectKeyPrefix: String? = null)
Link copied to clipboard
data class ScheduledQueryLastRunSummary(val errorReportLocations: List<ScheduledQueryLastRunSummaryErrorReportLocation>? = null, val executionStats: List<ScheduledQueryLastRunSummaryExecutionStat>? = null, val failureReason: String? = null, val invocationTime: String? = null, val queryInsightsResponses: List<ScheduledQueryLastRunSummaryQueryInsightsResponse>? = null, val runStatus: String? = null, val triggerTime: String? = null)
data class ScheduledQueryLastRunSummaryExecutionStat(val bytesMetered: Int? = null, val cumulativeBytesScanned: Int? = null, val dataWrites: Int? = null, val executionTimeInMillis: Int? = null, val queryResultRows: Int? = null, val recordsIngested: Int? = null)
data class ScheduledQueryLastRunSummaryQueryInsightsResponse(val outputBytes: Int? = null, val outputRows: Int? = null, val querySpatialCoverages: List<ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverage>? = null, val queryTableCount: Int? = null, val queryTemporalRanges: List<ScheduledQueryLastRunSummaryQueryInsightsResponseQueryTemporalRange>? = null)
data class ScheduledQueryLastRunSummaryQueryInsightsResponseQuerySpatialCoverageMaxis(val partitionKeys: List<String>? = null, val tableArn: String? = null, val value: Double? = null)
Link copied to clipboard
data class ScheduledQueryRecentlyFailedRun(val errorReportLocations: List<ScheduledQueryRecentlyFailedRunErrorReportLocation>? = null, val executionStats: List<ScheduledQueryRecentlyFailedRunExecutionStat>? = null, val failureReason: String? = null, val invocationTime: String? = null, val queryInsightsResponses: List<ScheduledQueryRecentlyFailedRunQueryInsightsResponse>? = null, val runStatus: String? = null, val triggerTime: String? = null)
data class ScheduledQueryRecentlyFailedRunExecutionStat(val bytesMetered: Int? = null, val cumulativeBytesScanned: Int? = null, val dataWrites: Int? = null, val executionTimeInMillis: Int? = null, val queryResultRows: Int? = null, val recordsIngested: Int? = null)
data class ScheduledQueryRecentlyFailedRunQueryInsightsResponse(val outputBytes: Int? = null, val outputRows: Int? = null, val querySpatialCoverages: List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQuerySpatialCoverage>? = null, val queryTableCount: Int? = null, val queryTemporalRanges: List<ScheduledQueryRecentlyFailedRunQueryInsightsResponseQueryTemporalRange>? = null)
Link copied to clipboard
data class ScheduledQueryScheduleConfiguration(val scheduleExpression: String)
data class ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMapping(val measureName: String? = null, val measureValueType: String, val multiMeasureAttributeMappings: List<ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingMultiMeasureAttributeMapping>? = null, val sourceColumn: String? = null, val targetMeasureName: String? = null)
Link copied to clipboard
data class ScheduledQueryTimeouts(val create: String? = null, val delete: String? = null, val update: String? = null)