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

UpdateReplicationSetAction

import type { UpdateReplicationSetAction } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";

Details used when updating the replication set.

interface UpdateReplicationSetAction {
addRegionAction?: AddRegionAction | null;
deleteRegionAction?: DeleteRegionAction | null;
}

§Properties

§
addRegionAction?: AddRegionAction | null
[src]

Details about the Amazon Web Services Region that you're adding to the replication set.

§
deleteRegionAction?: DeleteRegionAction | null
[src]

Details about the Amazon Web Services Region that you're deleting to the replication set.