start_variant_import_job
(**kwargs)¶Starts a variant import job.
See also: AWS API Documentation
Request Syntax
response = client.start_variant_import_job(
destinationName='string',
items=[
{
'source': 'string'
},
],
roleArn='string',
runLeftNormalization=True|False
)
[REQUIRED]
The destination variant store for the job.
[REQUIRED]
Items to import.
A imported variant item's source.
The source file's location in Amazon S3.
[REQUIRED]
A service role for the job.
dict
Response Syntax
{
'jobId': 'string'
}
Response Structure
(dict) --
jobId (string) --
The job's ID.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ServiceQuotaExceededException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.ResourceNotFoundException
Omics.Client.exceptions.AccessDeniedException