R/healthlake_interfaces.R

Defines functions untag_resource_output untag_resource_input tag_resource_output tag_resource_input start_fhir_import_job_output start_fhir_import_job_input start_fhir_export_job_output start_fhir_export_job_input list_tags_for_resource_output list_tags_for_resource_input list_fhir_import_jobs_output list_fhir_import_jobs_input list_fhir_export_jobs_output list_fhir_export_jobs_input list_fhir_datastores_output list_fhir_datastores_input describe_fhir_import_job_output describe_fhir_import_job_input describe_fhir_export_job_output describe_fhir_export_job_input describe_fhir_datastore_output describe_fhir_datastore_input delete_fhir_datastore_output delete_fhir_datastore_input create_fhir_datastore_output create_fhir_datastore_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include healthlake_service.R
NULL

.healthlake$create_fhir_datastore_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreName = structure(logical(0), tags = list(type = "string")), DatastoreTypeVersion = structure(logical(0), tags = list(type = "string")), SseConfiguration = structure(list(KmsEncryptionConfig = structure(list(CmkType = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PreloadDataConfig = structure(list(PreloadDataType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), IdentityProviderConfiguration = structure(list(AuthorizationStrategy = structure(logical(0), tags = list(type = "string")), FineGrainedAuthorizationEnabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(logical(0), tags = list(type = "string")), IdpLambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$create_fhir_datastore_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), DatastoreArn = structure(logical(0), tags = list(type = "string")), DatastoreStatus = structure(logical(0), tags = list(type = "string")), DatastoreEndpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$delete_fhir_datastore_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$delete_fhir_datastore_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), DatastoreArn = structure(logical(0), tags = list(type = "string")), DatastoreStatus = structure(logical(0), tags = list(type = "string")), DatastoreEndpoint = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$describe_fhir_datastore_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$describe_fhir_datastore_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreProperties = structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), DatastoreArn = structure(logical(0), tags = list(type = "string")), DatastoreName = structure(logical(0), tags = list(type = "string")), DatastoreStatus = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DatastoreTypeVersion = structure(logical(0), tags = list(type = "string")), DatastoreEndpoint = structure(logical(0), tags = list(type = "string")), SseConfiguration = structure(list(KmsEncryptionConfig = structure(list(CmkType = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PreloadDataConfig = structure(list(PreloadDataType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderConfiguration = structure(list(AuthorizationStrategy = structure(logical(0), tags = list(type = "string")), FineGrainedAuthorizationEnabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(logical(0), tags = list(type = "string")), IdpLambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$describe_fhir_export_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), JobId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$describe_fhir_export_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ExportJobProperties = structure(list(JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), SubmitTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), DatastoreId = structure(logical(0), tags = list(type = "string")), OutputDataConfig = structure(list(S3Configuration = structure(list(S3Uri = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$describe_fhir_import_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), JobId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$describe_fhir_import_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ImportJobProperties = structure(list(JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), SubmitTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), DatastoreId = structure(logical(0), tags = list(type = "string")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), JobOutputDataConfig = structure(list(S3Configuration = structure(list(S3Uri = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_fhir_datastores_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Filter = structure(list(DatastoreName = structure(logical(0), tags = list(type = "string")), DatastoreStatus = structure(logical(0), tags = list(type = "string")), CreatedBefore = structure(logical(0), tags = list(type = "timestamp")), CreatedAfter = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_fhir_datastores_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastorePropertiesList = structure(list(structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), DatastoreArn = structure(logical(0), tags = list(type = "string")), DatastoreName = structure(logical(0), tags = list(type = "string")), DatastoreStatus = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), DatastoreTypeVersion = structure(logical(0), tags = list(type = "string")), DatastoreEndpoint = structure(logical(0), tags = list(type = "string")), SseConfiguration = structure(list(KmsEncryptionConfig = structure(list(CmkType = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), PreloadDataConfig = structure(list(PreloadDataType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), IdentityProviderConfiguration = structure(list(AuthorizationStrategy = structure(logical(0), tags = list(type = "string")), FineGrainedAuthorizationEnabled = structure(logical(0), tags = list(type = "boolean")), Metadata = structure(logical(0), tags = list(type = "string")), IdpLambdaArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_fhir_export_jobs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), JobName = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), SubmittedBefore = structure(logical(0), tags = list(type = "timestamp")), SubmittedAfter = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_fhir_export_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ExportJobPropertiesList = structure(list(structure(list(JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), SubmitTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), DatastoreId = structure(logical(0), tags = list(type = "string")), OutputDataConfig = structure(list(S3Configuration = structure(list(S3Uri = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_fhir_import_jobs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DatastoreId = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer")), JobName = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), SubmittedBefore = structure(logical(0), tags = list(type = "timestamp")), SubmittedAfter = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_fhir_import_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ImportJobPropertiesList = structure(list(structure(list(JobId = structure(logical(0), tags = list(type = "string")), JobName = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), SubmitTime = structure(logical(0), tags = list(type = "timestamp")), EndTime = structure(logical(0), tags = list(type = "timestamp")), DatastoreId = structure(logical(0), tags = list(type = "string")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), JobOutputDataConfig = structure(list(S3Configuration = structure(list(S3Uri = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_tags_for_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceARN = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$list_tags_for_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$start_fhir_export_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(JobName = structure(logical(0), tags = list(type = "string")), OutputDataConfig = structure(list(S3Configuration = structure(list(S3Uri = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), DatastoreId = structure(logical(0), tags = list(type = "string")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$start_fhir_export_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(JobId = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), DatastoreId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$start_fhir_import_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(JobName = structure(logical(0), tags = list(type = "string")), InputDataConfig = structure(list(S3Uri = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), JobOutputDataConfig = structure(list(S3Configuration = structure(list(S3Uri = structure(logical(0), tags = list(type = "string")), KmsKeyId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure", union = TRUE)), DatastoreId = structure(logical(0), tags = list(type = "string")), DataAccessRoleArn = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$start_fhir_import_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(JobId = structure(logical(0), tags = list(type = "string")), JobStatus = structure(logical(0), tags = list(type = "string")), DatastoreId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceARN = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$tag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceARN = structure(logical(0), tags = list(type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.healthlake$untag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.analytics package in your browser

Any scripts or data that you put into this service are public.

paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.