UpdateActionRequest
import type { UpdateActionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface UpdateActionRequest {
ActionName: string;
Description?: string | null;
Properties?: {} | null;
[key: string]: string | null | undefined;
PropertiesToRemove?: string[] | null;
Status?: ActionStatus | null;
}