DeleteFileSystemRequest
public struct DeleteFileSystemRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
Declaration
Swift
public let clientRequestToken: String?
-
The ID of the file system you want to delete.
Declaration
Swift
public let fileSystemId: String
-
Undocumented
Declaration
Swift
public let lustreConfiguration: DeleteFileSystemLustreConfiguration?
-
Undocumented
Declaration
Swift
public let windowsConfiguration: DeleteFileSystemWindowsConfiguration?
-
Undocumented
Declaration
Swift
public init(clientRequestToken: String? = DeleteFileSystemRequest.idempotencyToken(), fileSystemId: String, lustreConfiguration: DeleteFileSystemLustreConfiguration? = nil, windowsConfiguration: DeleteFileSystemWindowsConfiguration? = nil)
-
Declaration
Swift
public func validate(name: String) throws