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

AssociateServiceActionWithProvisioningArtifactInput

import type { AssociateServiceActionWithProvisioningArtifactInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface AssociateServiceActionWithProvisioningArtifactInput {
AcceptLanguage?: string | null;
ProductId: string;
ProvisioningArtifactId: string;
ServiceActionId: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
ProductId: string
[src]

The product identifier. For example, prod-abcdzk7xy33qa.

§
ProvisioningArtifactId: string
[src]

The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.

§
ServiceActionId: string
[src]

The self-service action identifier. For example, act-fs7abcd89wxyz.