DeleteIntentVersionRequest
public struct DeleteIntentVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the intent.
Declaration
Swift
public let name: String
-
The version of the intent to delete. You cannot delete the $LATEST version of the intent. To delete the $LATEST version, use the DeleteIntent operation.
Declaration
Swift
public let version: String
-
Undocumented
Declaration
Swift
public init(name: String, version: String)
-
Declaration
Swift
public func validate(name: String) throws