CreateDeploymentResult
public struct CreateDeploymentResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.
Declaration
Swift
public let fileUploadUrls: [String : String]
-
The job ID for this deployment. will supply to start deployment api.
Declaration
Swift
public let jobId: String?
-
When the fileMap argument is not provided in the request, this zipUploadUrl is returned.
Declaration
Swift
public let zipUploadUrl: String
-
Undocumented
Declaration
Swift
public init(fileUploadUrls: [String : String], jobId: String? = nil, zipUploadUrl: String)