StartImagePipelineExecutionRequest

public struct StartImagePipelineExecutionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The idempotency token used to make this request idempotent.

    Declaration

    Swift

    public let clientToken: String
  • The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.

    Declaration

    Swift

    public let imagePipelineArn: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String = StartImagePipelineExecutionRequest.idempotencyToken(), imagePipelineArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws