Values.StartExtensionPackAssociationResponseSourceApplies 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.
type nonrec error = [ | `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 ]val 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 ]val 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 ]