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

GetActionTypeInput

import type { GetActionTypeInput } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";
interface GetActionTypeInput {
category: ActionCategory;
owner: string;
provider: string;
version: string;
}

§Properties

§

Defines what kind of action can be taken in the stage. The following are the valid values:

  • Source
    
  • Build
    
  • Test
    
  • Deploy
    
  • Approval
    
  • Invoke
    
§
owner: string
[src]

The creator of an action type that was created with any supported integration model. There are two valid values: AWS and ThirdParty.

§
provider: string
[src]

The provider of the action type being called. The provider name is specified when the action type is created.

§
version: string
[src]

A string that describes the action type version.