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

RegisterOnPremisesInstanceInput

import type { RegisterOnPremisesInstanceInput } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";

Represents the input of the register on-premises instance operation.

interface RegisterOnPremisesInstanceInput {
iamSessionArn?: string | null;
iamUserArn?: string | null;
instanceName: string;
}

§Properties

§
iamSessionArn?: string | null
[src]

The ARN of the IAM session to associate with the on-premises instance.

§
iamUserArn?: string | null
[src]

The ARN of the IAM user to associate with the on-premises instance.

§
instanceName: string
[src]

The name of the on-premises instance to register.