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

UpdateResourceSetRequest

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

configuration for the desired

interface UpdateResourceSetRequest {
Resources: Resource[];
ResourceSetName: string;
ResourceSetType: string;
}

§Properties

§
Resources: Resource[]
[src]

A list of Resource objects

§
ResourceSetName: string
[src]

The ResourceSet to update

§
ResourceSetType: string
[src]

AWS Resource Type of the resources in the ResourceSet