DisableFastSnapshotRestoresRequest
public struct DisableFastSnapshotRestoresRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more Availability Zones. For example, us-east-2a.
Declaration
Swift
public let availabilityZones: [String]
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The IDs of one or more snapshots. For example, snap-1234567890abcdef0.
Declaration
Swift
public let sourceSnapshotIds: [String]
-
Undocumented
Declaration
Swift
public init(availabilityZones: [String], dryRun: Bool? = nil, sourceSnapshotIds: [String])