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

UpdateReplicationSetInput

import type { UpdateReplicationSetInput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface UpdateReplicationSetInput {
arn: string;
clientToken?: string | null;
}

§Properties

§

An action to add or delete a Region.

§
arn: string
[src]

The Amazon Resource Name (ARN) of the replication set you're updating.

§
clientToken?: string | null
[src]

A token that ensures that the operation is called only once with the specified details.