Module Values.StartExtensionPackAssociationResponseSource

Applies the extension pack to your target database. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.

Sourcetype nonrec t = {
  1. requestIdentifier : String_.t option;
    (*

    The identifier for the request operation.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `InvalidResourceStateFault of InvalidResourceStateFault.t
  3. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  4. | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
  5. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  6. | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
  7. | `S3AccessDeniedFault of S3AccessDeniedFault.t
  8. | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?requestIdentifier:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `S3AccessDeniedFault of S3AccessDeniedFault.t | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t | `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t | `S3AccessDeniedFault of S3AccessDeniedFault.t | `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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