Package-level declarations

Types

data class InvocationLoggingConfigurationLoggingConfig(val cloudwatchConfig: InvocationLoggingConfigurationLoggingConfigCloudwatchConfig? = null, val embeddingDataDeliveryEnabled: Boolean? = null, val imageDataDeliveryEnabled: Boolean? = null, val s3Config: InvocationLoggingConfigurationLoggingConfigS3Config? = null, val textDataDeliveryEnabled: Boolean? = null, val videoDataDeliveryEnabled: Boolean? = null)
data class InvocationLoggingConfigurationLoggingConfigS3Config(val bucketName: String? = null, val keyPrefix: String? = null)