Module Smaws_Client_DatabaseMigrationService.RefreshSchemas

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault | `ResourceNotFoundFault of Types.resource_not_found_fault | `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.refresh_schemas_message -> (Types.refresh_schemas_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault | `ResourceNotFoundFault of Types.resource_not_found_fault | `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.refresh_schemas_message -> (Types.refresh_schemas_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault | `ResourceNotFoundFault of Types.resource_not_found_fault | `ResourceQuotaExceededFault of Types.resource_quota_exceeded_fault ] * Smaws_Lib.Response.metadata) Stdlib.result