Values.SourceServerActionDocumentSourcePut source server post migration custom action.
type nonrec t = {actionID : ActionID.t option;Source server post migration custom action ID.
*)actionName : ActionName.t option;Source server post migration custom action name.
*)documentIdentifier : BoundedString.t option;Source server post migration custom action document identifier.
*)order : OrderType.t option;Source server post migration custom action order.
*)documentVersion : DocumentVersion.t option;Source server post migration custom action document version.
*)active : Boolean.t option;Source server post migration custom action active status.
*)timeoutSeconds : StrictlyPositiveInteger.t option;Source server post migration custom action timeout in seconds.
*)mustSucceedForCutover : Boolean.t option;Source server post migration custom action must succeed for cutover.
*)parameters : SsmDocumentParameters.t option;Source server post migration custom action parameters.
*)externalParameters : SsmDocumentExternalParameters.t option;Source server post migration custom action external parameters.
*)description : ActionDescription.t option;Source server post migration custom action description.
*)category : ActionCategory.t option;Source server post migration custom action category.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `UninitializedAccountException of UninitializedAccountException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of OrderType.t
| `Map of
([> `String of SsmDocumentParameterName.t ]
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SsmParameterStoreParameterName.t ])
list ]
list
| `Structure of (string * [> `String of JmesPathString.t ]) list ])
list
| `String of ActionID.t ])
list ]