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

DisassociateOpsItemRelatedItemRequest

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

§Properties

§
AssociationId: string
[src]

The ID of the association for which you want to delete an association between the OpsItem and a related item.

§
OpsItemId: string
[src]

The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.