logo
Expand description

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 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. 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.

If you’re using the service, you’re probably looking for DataExchangeClient and DataExchange.

Structs

The destination for the asset.

An asset in AWS Data Exchange is a piece of data that can be stored as an S3 object. The asset can be a structured data file, an image file, or some other data file. When you create an import job for your files, you create an asset in AWS Data Exchange for each of those files.

The source of the assets.

The request body for CreateDataSet.

The request body for CreateJob.

The request body for CreateRevision.

A client for the AWS Data Exchange API.

A data set is an AWS resource with one or more revisions.

Details of the operation to be performed by the job.

The details of the export to signed URL response.

Details of the operation to be performed by the job.

Details about the export to Amazon S3 response.

Details of the operation to be performed by the job.

Details about the export revisions to Amazon S3 response.

Encryption configuration of the export job. Includes the encryption type as well as the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption type.

Details of the operation to be performed by the job.

The details in the response for an import request, including the signed URL and other information.

Details of the operation to be performed by the job.

Details from an import from Amazon S3 response.

AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.

An error that occurred with the job request.

The details for the request.

Details for the response.

The destination where the assets in the revision will be exported.

A revision is a container for one or more assets.

The S3 object that is the asset.

The request body for TagResource.

The request body for UpdateAsset.

The request body for UpdateDataSet.

The request body for UpdateRevision.

Enums

Errors returned by CancelJob

Errors returned by CreateDataSet

Errors returned by CreateJob

Errors returned by CreateRevision

Errors returned by DeleteAsset

Errors returned by DeleteDataSet

Errors returned by DeleteRevision

Errors returned by GetAsset

Errors returned by GetDataSet

Errors returned by GetJob

Errors returned by GetRevision

Errors returned by ListDataSetRevisions

Errors returned by ListDataSets

Errors returned by ListJobs

Errors returned by ListRevisionAssets

Errors returned by ListTagsForResource

Errors returned by StartJob

Errors returned by TagResource

Errors returned by UntagResource

Errors returned by UpdateAsset

Errors returned by UpdateDataSet

Errors returned by UpdateRevision

Traits

Trait representing the capabilities of the AWS Data Exchange API. AWS Data Exchange clients implement this trait.