import { _Tag } from "./_Tag"; import { BrowserHttpOptions as __HttpOptions__ } from "@aws-sdk/types"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateDiskSnapshotInput shape */ export interface CreateDiskSnapshotInput { /** *
The unique name of the source disk (e.g., Disk-Virginia-1).
This parameter cannot be defined together with the instance name parameter. The disk name and instance name parameters are mutually exclusive.
The name of the destination disk snapshot (e.g., my-disk-snapshot) based on the source disk.
The unique name of the source instance (e.g., Amazon_Linux-512MB-Virginia-1). When this is defined, a snapshot of the instance's system volume is created.
This parameter cannot be defined together with the disk name parameter. The instance name and disk name parameters are mutually exclusive.
The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource operation.