DeleteTapeArchiveInput

public struct DeleteTapeArchiveInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can’t be deleted.

    Declaration

    Swift

    public let bypassGovernanceRetention: Bool?
  • The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).

    Declaration

    Swift

    public let tapeARN: String
  • Undocumented

    Declaration

    Swift

    public init(bypassGovernanceRetention: Bool? = nil, tapeARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws