UpdateUploadRequest
public struct UpdateUploadRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the uploaded test spec.
Declaration
Swift
public let arn: String
-
The upload’s content type (for example, application/x-yaml).
Declaration
Swift
public let contentType: String?
-
Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
Declaration
Swift
public let editContent: Bool?
-
The upload’s test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String, contentType: String? = nil, editContent: Bool? = nil, name: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws