Package-level declarations

Types

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