SyncDeploymentJobRequest

public struct SyncDeploymentJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientRequestToken: String
  • The target fleet for the synchronization.

    Declaration

    Swift

    public let fleet: String
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String = SyncDeploymentJobRequest.idempotencyToken(), fleet: String)
  • Declaration

    Swift

    public func validate(name: String) throws