CreateDeploymentRequest

public struct CreateDeploymentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID for an Amplify app.

    Declaration

    Swift

    public let appId: String
  • The name for the branch, for the job.

    Declaration

    Swift

    public let branchName: String
  • An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.

    Declaration

    Swift

    public let fileMap: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(appId: String, branchName: String, fileMap: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws