{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BatchExecuteStatementResponse", "type": "object", "properties": { "Id": { "type": "string", "description": "The identifier of the batch SQL statement" }, "CreatedAt": { "type": "string", "description": "The date and time the batch statement was created" }, "Database": { "type": "string", "description": "The name of the database" }, "DbUser": { "type": "string", "description": "The database user" }, "ClusterIdentifier": { "type": "string", "description": "The cluster identifier" }, "WorkgroupName": { "type": "string", "description": "The serverless workgroup name" }, "SecretArn": { "type": "string", "description": "The secret ARN used for authentication" } } }