stopIngestionJob
inline suspend fun BedrockAgentClient.stopIngestionJob(crossinline block: StopIngestionJobRequest.Builder.() -> Unit): StopIngestionJobResponse
Stops a currently running data ingestion job. You can send a StartIngestionJob
request again to ingest the rest of your data when you are ready.