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

CreateServiceActionInput

import type { CreateServiceActionInput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface CreateServiceActionInput {
AcceptLanguage?: string | null;
Definition: [key in ServiceActionDefinitionKey]: string | null | undefined;
Description?: string | null;
IdempotencyToken: string;
Name: string;
}

§Properties

§
AcceptLanguage?: string | null
[src]

The language code.

  • en - English (default)
  • jp - Japanese
  • zh - Chinese
§
Definition: [key in ServiceActionDefinitionKey]: string | null | undefined
[src]

The self-service action definition. Can be one of the following:

Name: The name of the Amazon Web Services Systems Manager document (SSM document). For example, AWS-RestartEC2Instance. If you are using a shared SSM document, you must provide the ARN instead of the name.

Version: The Amazon Web Services Systems Manager automation document version. For example, "Version": "1"

AssumeRole: The Amazon Resource Name (ARN) of the role that performs the self-service actions on your behalf. For example, "AssumeRole": "arn:aws:iam::12345678910:role/ActionRole". To reuse the provisioned product launch role, set to "AssumeRole": "LAUNCH_ROLE".

Parameters: The list of parameters in JSON format. For example: [{\"Name\":\"InstanceId\",\"Type\":\"TARGET\"}] or [{\"Name\":\"InstanceId\",\"Type\":\"TEXT_VALUE\"}].

§

The service action definition type. For example, SSM_AUTOMATION.

§
Description?: string | null
[src]

The self-service action description.

§
IdempotencyToken: string
[src]

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

§
Name: string
[src]

The self-service action name.