Omics / Client / start_variant_import_job
start_variant_import_job#
- Omics.Client.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 ) - Parameters:
- destinationName (string) – - [REQUIRED] - The destination variant store for the job. 
- items (list) – - [REQUIRED] - Items to import. - (dict) – - A imported variant item’s source. - source (string) – [REQUIRED] - The source file’s location in Amazon S3. 
 
 
- roleArn (string) – - [REQUIRED] - A service role for the job. 
- runLeftNormalization (boolean) – The job’s left normalization setting. 
 
- Return type:
- dict 
- Returns:
- 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