Dataexchange

This page documents function available when using the Dataexchange module, created with @service Dataexchange.

Index

Documentation

Main.Dataexchange.cancel_jobMethod
cancel_job(job_id)
cancel_job(job_id, params::Dict{String,<:Any})

This operation cancels a job. Jobs can be cancelled only when they are in the WAITING state.

Arguments

  • job_id: The unique identifier for a job.
source
Main.Dataexchange.create_data_setMethod
create_data_set(asset_type, description, name)
create_data_set(asset_type, description, name, params::Dict{String,<:Any})

This operation creates a data set.

Arguments

  • asset_type: The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.
  • description: A description for the data set. This value can be up to 16,348 characters long.
  • name: The name of the data set.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Tags": A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
source
Main.Dataexchange.create_jobMethod
create_job(details, type)
create_job(details, type, params::Dict{String,<:Any})

This operation creates a job.

Arguments

  • details: The details for the CreateJob request.
  • type: The type of job to be created.
source
Main.Dataexchange.create_revisionMethod
create_revision(data_set_id)
create_revision(data_set_id, params::Dict{String,<:Any})

This operation creates a revision for a data set.

Arguments

  • data_set_id: The unique identifier for a data set.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Comment": An optional comment about the revision.
  • "Tags": A revision tag is an optional label that you can assign to a revision when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
source
Main.Dataexchange.delete_assetMethod
delete_asset(asset_id, data_set_id, revision_id)
delete_asset(asset_id, data_set_id, revision_id, params::Dict{String,<:Any})

This operation deletes an asset.

Arguments

  • asset_id: The unique identifier for an asset.
  • data_set_id: The unique identifier for a data set.
  • revision_id: The unique identifier for a revision.
source
Main.Dataexchange.delete_data_setMethod
delete_data_set(data_set_id)
delete_data_set(data_set_id, params::Dict{String,<:Any})

This operation deletes a data set.

Arguments

  • data_set_id: The unique identifier for a data set.
source
Main.Dataexchange.delete_revisionMethod
delete_revision(data_set_id, revision_id)
delete_revision(data_set_id, revision_id, params::Dict{String,<:Any})

This operation deletes a revision.

Arguments

  • data_set_id: The unique identifier for a data set.
  • revision_id: The unique identifier for a revision.
source
Main.Dataexchange.get_assetMethod
get_asset(asset_id, data_set_id, revision_id)
get_asset(asset_id, data_set_id, revision_id, params::Dict{String,<:Any})

This operation returns information about an asset.

Arguments

  • asset_id: The unique identifier for an asset.
  • data_set_id: The unique identifier for a data set.
  • revision_id: The unique identifier for a revision.
source
Main.Dataexchange.get_data_setMethod
get_data_set(data_set_id)
get_data_set(data_set_id, params::Dict{String,<:Any})

This operation returns information about a data set.

Arguments

  • data_set_id: The unique identifier for a data set.
source
Main.Dataexchange.get_jobMethod
get_job(job_id)
get_job(job_id, params::Dict{String,<:Any})

This operation returns information about a job.

Arguments

  • job_id: The unique identifier for a job.
source
Main.Dataexchange.get_revisionMethod
get_revision(data_set_id, revision_id)
get_revision(data_set_id, revision_id, params::Dict{String,<:Any})

This operation returns information about a revision.

Arguments

  • data_set_id: The unique identifier for a data set.
  • revision_id: The unique identifier for a revision.
source
Main.Dataexchange.list_data_set_revisionsMethod
list_data_set_revisions(data_set_id)
list_data_set_revisions(data_set_id, params::Dict{String,<:Any})

This operation lists a data set's revisions sorted by CreatedAt in descending order.

Arguments

  • data_set_id: The unique identifier for a data set.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results returned by a single call.
  • "nextToken": The token value retrieved from a previous call to access the next page of results.
source
Main.Dataexchange.list_data_setsMethod
list_data_sets()
list_data_sets(params::Dict{String,<:Any})

This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results returned by a single call.
  • "nextToken": The token value retrieved from a previous call to access the next page of results.
  • "origin": A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
source
Main.Dataexchange.list_jobsMethod
list_jobs()
list_jobs(params::Dict{String,<:Any})

This operation lists your jobs sorted by CreatedAt in descending order.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "dataSetId": The unique identifier for a data set.
  • "maxResults": The maximum number of results returned by a single call.
  • "nextToken": The token value retrieved from a previous call to access the next page of results.
  • "revisionId": The unique identifier for a revision.
source
Main.Dataexchange.list_revision_assetsMethod
list_revision_assets(data_set_id, revision_id)
list_revision_assets(data_set_id, revision_id, params::Dict{String,<:Any})

This operation lists a revision's assets sorted alphabetically in descending order.

Arguments

  • data_set_id: The unique identifier for a data set.
  • revision_id: The unique identifier for a revision.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results returned by a single call.
  • "nextToken": The token value retrieved from a previous call to access the next page of results.
source
Main.Dataexchange.list_tags_for_resourceMethod
list_tags_for_resource(resource-arn)
list_tags_for_resource(resource-arn, params::Dict{String,<:Any})

This operation lists the tags on the resource.

Arguments

  • resource-arn: An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
source
Main.Dataexchange.start_jobMethod
start_job(job_id)
start_job(job_id, params::Dict{String,<:Any})

This operation starts a job.

Arguments

  • job_id: The unique identifier for a job.
source
Main.Dataexchange.tag_resourceMethod
tag_resource(resource-arn, tags)
tag_resource(resource-arn, tags, params::Dict{String,<:Any})

This operation tags a resource.

Arguments

  • resource-arn: An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
  • tags: A label that consists of a customer-defined key and an optional value.
source
Main.Dataexchange.untag_resourceMethod
untag_resource(resource-arn, tag_keys)
untag_resource(resource-arn, tag_keys, params::Dict{String,<:Any})

This operation removes one or more tags from a resource.

Arguments

  • resource-arn: An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.
  • tag_keys: The key tags.
source
Main.Dataexchange.update_assetMethod
update_asset(asset_id, data_set_id, name, revision_id)
update_asset(asset_id, data_set_id, name, revision_id, params::Dict{String,<:Any})

This operation updates an asset.

Arguments

  • asset_id: The unique identifier for an asset.
  • data_set_id: The unique identifier for a data set.
  • name: The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target S3 object key.
  • revision_id: The unique identifier for a revision.
source
Main.Dataexchange.update_data_setMethod
update_data_set(data_set_id)
update_data_set(data_set_id, params::Dict{String,<:Any})

This operation updates a data set.

Arguments

  • data_set_id: The unique identifier for a data set.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Description": The description for the data set.
  • "Name": The name of the data set.
source
Main.Dataexchange.update_revisionMethod
update_revision(data_set_id, revision_id)
update_revision(data_set_id, revision_id, params::Dict{String,<:Any})

This operation updates a revision.

Arguments

  • data_set_id: The unique identifier for a data set.
  • revision_id: The unique identifier for a revision.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Comment": An optional comment about the revision.
  • "Finalized": Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
source