Module Values.SourceServerSource

Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)

Sourcetype nonrec t = {
  1. sourceServerID : SourceServerID.t option;
    (*

    Source server ID.

    *)
  2. arn : ARN.t option;
    (*

    Source server ARN.

    *)
  3. isArchived : Boolean.t option;
    (*

    Source server archived status.

    *)
  4. tags : TagsMap.t option;
    (*

    Source server Tags.

    *)
  5. launchedInstance : LaunchedInstance.t option;
    (*

    Source server launched instance.

    *)
  6. dataReplicationInfo : DataReplicationInfo.t option;
    (*

    Source server data replication info.

    *)
  7. lifeCycle : LifeCycle.t option;
    (*

    Source server lifecycle state.

    *)
  8. sourceProperties : SourceProperties.t option;
    (*

    Source server properties.

    *)
  9. replicationType : ReplicationType.t option;
    (*

    Source server replication type.

    *)
  10. vcenterClientID : VcenterClientID.t option;
    (*

    Source server vCenter client id.

    *)
  11. applicationID : ApplicationID.t option;
    (*

    Source server application ID.

    *)
  12. userProvidedID : UserProvidedId.t option;
    (*

    Source server user provided ID.

    *)
  13. fqdnForActionFramework : BoundedString.t option;
    (*

    Source server fqdn for action framework.

    *)
  14. connectorAction : SourceServerConnectorAction.t option;
    (*

    Source Server connector action.

    *)
}
Sourcetype nonrec error = [
  1. | `ConflictException of ConflictException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `UninitializedAccountException of UninitializedAccountException.t
  4. | `ValidationException of ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?sourceServerID:??? -> ?arn:??? -> ?isArchived:??? -> ?tags:??? -> ?launchedInstance:??? -> ?dataReplicationInfo:??? -> ?lifeCycle:??? -> ?sourceProperties:??? -> ?replicationType:??? -> ?vcenterClientID:??? -> ?applicationID:??? -> ?userProvidedID:??? -> ?fqdnForActionFramework:??? -> ?connectorAction:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ConflictException of ConflictException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ConflictException of ConflictException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `UninitializedAccountException of UninitializedAccountException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of SourceServerID.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of BoundedString.t ] list | `Long of PositiveInteger.t | `String of BoundedString.t ]) list ] list | `Long of PositiveInteger.t | `String of EC2InstanceID.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string ]) list ] list | `String of ISO8601DatetimeString.t | `Structure of (string * [> `String of ISO8601DatetimeString.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t