Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StopPipelineExecutionRequest

import type { StopPipelineExecutionRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface StopPipelineExecutionRequest {
ClientRequestToken: string;
PipelineExecutionArn: string;
}

§Properties

§
ClientRequestToken: string
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

§
PipelineExecutionArn: string
[src]

The Amazon Resource Name (ARN) of the pipeline execution.