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

UpdateManagedInstanceRoleRequest

import type { UpdateManagedInstanceRoleRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface UpdateManagedInstanceRoleRequest {
IamRole: string;
InstanceId: string;
}

§Properties

§
IamRole: string
[src]

The IAM role you want to assign or change.

§
InstanceId: string
[src]

The ID of the managed node where you want to update the role.