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

UpdateProjectInput

import type { UpdateProjectInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateProjectInput {
ProjectDescription?: string | null;
ProjectName: string;
ServiceCatalogProvisioningUpdateDetails?: ServiceCatalogProvisioningUpdateDetails | null;
Tags?: Tag[] | null;
}

§Properties

§
ProjectDescription?: string | null
[src]

The description for the project.

§
ProjectName: string
[src]

The name of the project.

§
ServiceCatalogProvisioningUpdateDetails?: ServiceCatalogProvisioningUpdateDetails | null
[src]

The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.

§
Tags?: Tag[] | null
[src]

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.