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

UpdateImagePipelineRequest

import type { UpdateImagePipelineRequest } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface UpdateImagePipelineRequest {
clientToken: string;
containerRecipeArn?: string | null;
description?: string | null;
distributionConfigurationArn?: string | null;
enhancedImageMetadataEnabled?: boolean | null;
imagePipelineArn: string;
imageRecipeArn?: string | null;
imageTestsConfiguration?: ImageTestsConfiguration | null;
infrastructureConfigurationArn: string;
schedule?: Schedule | null;
status?: PipelineStatus | null;
}

§Properties

§
clientToken: string
[src]

The idempotency token used to make this request idempotent.

§
containerRecipeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the container pipeline to update.

§
description?: string | null
[src]

The description of the image pipeline.

§
distributionConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the distribution configuration that will be used to configure and distribute images updated by this image pipeline.

§
enhancedImageMetadataEnabled?: boolean | null
[src]

Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

§
imagePipelineArn: string
[src]

The Amazon Resource Name (ARN) of the image pipeline that you want to update.

§
imageRecipeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.

§
imageTestsConfiguration?: ImageTestsConfiguration | null
[src]

The image test configuration of the image pipeline.

§
infrastructureConfigurationArn: string
[src]

The Amazon Resource Name (ARN) of the infrastructure configuration that will be used to build images updated by this image pipeline.

§
schedule?: Schedule | null
[src]

The schedule of the image pipeline.

§
status?: PipelineStatus | null
[src]

The status of the image pipeline.