AcknowledgeJobInput

public struct AcknowledgeJobInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique system-generated ID of the job for which you want to confirm receipt.

    Declaration

    Swift

    public let jobId: String
  • A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. Get this number from the response of the PollForJobs request that returned this job.

    Declaration

    Swift

    public let nonce: String
  • Undocumented

    Declaration

    Swift

    public init(jobId: String, nonce: String)
  • Declaration

    Swift

    public func validate(name: String) throws