View Source aws_dataexchange (aws v1.0.4)

AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.

You can use the AWS Data Exchange APIs to create, update, manage, and access file-based data set in the AWS Cloud.

As a subscriber, you can view and access the data sets that you have an entitlement to through a subscription. You can use the APIs to download or copy your entitled data sets to Amazon Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and machine learning services.

As a provider, you can create and manage your data sets that you would like to publish to a product. Being able to package and provide your data sets into products requires a few steps to determine eligibility. For more information, visit the AWS Data Exchange User Guide.

A data set is a collection of data that can be changed or updated over time. Data sets can be updated using revisions, which represent a new version or incremental change to a data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece of data that can be stored as an Amazon S3 object, Redshift datashare, API Gateway API, AWS Lake Formation data permission, or Amazon S3 data access. The asset can be a structured data file, an image file, or some other data file. Jobs are asynchronous import or export operations used to create or copy assets.

Summary

Functions

This operation cancels a job.

This operation creates a data set.
This operation creates an event action.
This operation creates a job.
This operation creates a revision for a data set.
This operation deletes a data set.
This operation deletes the event action.
This operation deletes a revision.
This operation returns information about an asset.
This operation returns information about a data set.
This operation retrieves information about an event action.
This operation returns information about a job.
This operation returns information about a revision.
This operation lists a data set's revisions sorted by CreatedAt in descending order.

This operation lists your data sets.

This operation lists your event actions.
This operation lists your jobs sorted by CreatedAt in descending order.
This operation lists a revision's assets sorted alphabetically in descending order.
This operation lists the tags on the resource.
This operation revokes subscribers' access to a revision.

This operation invokes an API Gateway API asset.

The type of event associated with the data set.
This operation starts a job.
This operation tags a resource.
This operation removes one or more tags from a resource.
This operation updates a data set.
This operation updates the event action.
This operation updates a revision.

Functions

Link to this function

cancel_job(Client, JobId, Input)

View Source

This operation cancels a job.

Jobs can be cancelled only when they are in the WAITING state.
Link to this function

cancel_job(Client, JobId, Input0, Options0)

View Source
Link to this function

create_data_set(Client, Input)

View Source
This operation creates a data set.
Link to this function

create_data_set(Client, Input0, Options0)

View Source
Link to this function

create_event_action(Client, Input)

View Source
This operation creates an event action.
Link to this function

create_event_action(Client, Input0, Options0)

View Source
Link to this function

create_job(Client, Input)

View Source
This operation creates a job.
Link to this function

create_job(Client, Input0, Options0)

View Source
Link to this function

create_revision(Client, DataSetId, Input)

View Source
This operation creates a revision for a data set.
Link to this function

create_revision(Client, DataSetId, Input0, Options0)

View Source
Link to this function

delete_asset(Client, AssetId, DataSetId, RevisionId, Input)

View Source
This operation deletes an asset.
Link to this function

delete_asset(Client, AssetId, DataSetId, RevisionId, Input0, Options0)

View Source
Link to this function

delete_data_set(Client, DataSetId, Input)

View Source
This operation deletes a data set.
Link to this function

delete_data_set(Client, DataSetId, Input0, Options0)

View Source
Link to this function

delete_event_action(Client, EventActionId, Input)

View Source
This operation deletes the event action.
Link to this function

delete_event_action(Client, EventActionId, Input0, Options0)

View Source
Link to this function

delete_revision(Client, DataSetId, RevisionId, Input)

View Source
This operation deletes a revision.
Link to this function

delete_revision(Client, DataSetId, RevisionId, Input0, Options0)

View Source
Link to this function

get_asset(Client, AssetId, DataSetId, RevisionId)

View Source
This operation returns information about an asset.
Link to this function

get_asset(Client, AssetId, DataSetId, RevisionId, QueryMap, HeadersMap)

View Source
Link to this function

get_asset(Client, AssetId, DataSetId, RevisionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_data_set(Client, DataSetId)

View Source
This operation returns information about a data set.
Link to this function

get_data_set(Client, DataSetId, QueryMap, HeadersMap)

View Source
Link to this function

get_data_set(Client, DataSetId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_event_action(Client, EventActionId)

View Source
This operation retrieves information about an event action.
Link to this function

get_event_action(Client, EventActionId, QueryMap, HeadersMap)

View Source
Link to this function

get_event_action(Client, EventActionId, QueryMap, HeadersMap, Options0)

View Source
This operation returns information about a job.
Link to this function

get_job(Client, JobId, QueryMap, HeadersMap)

View Source
Link to this function

get_job(Client, JobId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_revision(Client, DataSetId, RevisionId)

View Source
This operation returns information about a revision.
Link to this function

get_revision(Client, DataSetId, RevisionId, QueryMap, HeadersMap)

View Source
Link to this function

get_revision(Client, DataSetId, RevisionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_data_set_revisions(Client, DataSetId)

View Source
This operation lists a data set's revisions sorted by CreatedAt in descending order.
Link to this function

list_data_set_revisions(Client, DataSetId, QueryMap, HeadersMap)

View Source
Link to this function

list_data_set_revisions(Client, DataSetId, QueryMap, HeadersMap, Options0)

View Source

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.
Link to this function

list_data_sets(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_data_sets(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_event_actions(Client)

View Source
This operation lists your event actions.
Link to this function

list_event_actions(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_event_actions(Client, QueryMap, HeadersMap, Options0)

View Source
This operation lists your jobs sorted by CreatedAt in descending order.
Link to this function

list_jobs(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_jobs(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_revision_assets(Client, DataSetId, RevisionId)

View Source
This operation lists a revision's assets sorted alphabetically in descending order.
Link to this function

list_revision_assets(Client, DataSetId, RevisionId, QueryMap, HeadersMap)

View Source
Link to this function

list_revision_assets(Client, DataSetId, RevisionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
This operation lists the tags on the resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

revoke_revision(Client, DataSetId, RevisionId, Input)

View Source
This operation revokes subscribers' access to a revision.
Link to this function

revoke_revision(Client, DataSetId, RevisionId, Input0, Options0)

View Source
Link to this function

send_api_asset(Client, Input)

View Source

This operation invokes an API Gateway API asset.

The request is proxied to the provider’s API Gateway API.
Link to this function

send_api_asset(Client, Input0, Options0)

View Source
Link to this function

send_data_set_notification(Client, DataSetId, Input)

View Source
The type of event associated with the data set.
Link to this function

send_data_set_notification(Client, DataSetId, Input0, Options0)

View Source
Link to this function

start_job(Client, JobId, Input)

View Source
This operation starts a job.
Link to this function

start_job(Client, JobId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
This operation tags a resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
This operation removes one or more tags from a resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_asset(Client, AssetId, DataSetId, RevisionId, Input)

View Source
This operation updates an asset.
Link to this function

update_asset(Client, AssetId, DataSetId, RevisionId, Input0, Options0)

View Source
Link to this function

update_data_set(Client, DataSetId, Input)

View Source
This operation updates a data set.
Link to this function

update_data_set(Client, DataSetId, Input0, Options0)

View Source
Link to this function

update_event_action(Client, EventActionId, Input)

View Source
This operation updates the event action.
Link to this function

update_event_action(Client, EventActionId, Input0, Options0)

View Source
Link to this function

update_revision(Client, DataSetId, RevisionId, Input)

View Source
This operation updates a revision.
Link to this function

update_revision(Client, DataSetId, RevisionId, Input0, Options0)

View Source