Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://aws-api.deno.dev/v0.2/services/dataexchange.ts?docs=full";

§Classes

DataExchange

§Interfaces

AssetDestinationEntry

The destination for the asset.

AssetDetails
AssetEntry

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.

AssetSourceEntry

The source of the assets.

CancelJobRequest
CreateDataSetRequest

The request body for CreateDataSet.

CreateDataSetResponse
CreateJobRequest

The request body for CreateJob.

CreateJobResponse
CreateRevisionRequest

The request body for CreateRevision.

CreateRevisionResponse
DataSetEntry

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

DeleteAssetRequest
DeleteDataSetRequest
DeleteRevisionRequest
Details
ExportAssetsToS3RequestDetails

Details of the operation to be performed by the job.

ExportAssetsToS3ResponseDetails

Details about the export to Amazon S3 response.

ExportAssetToSignedUrlRequestDetails

Details of the operation to be performed by the job.

ExportAssetToSignedUrlResponseDetails

The details of the export to signed URL response.

ExportRevisionsToS3RequestDetails

Details of the operation to be performed by the job.

ExportRevisionsToS3ResponseDetails

Details about the export revisions to Amazon S3 response.

ExportServerSideEncryption

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.

GetAssetRequest
GetAssetResponse
GetDataSetRequest
GetDataSetResponse
GetJobRequest
GetJobResponse
GetRevisionRequest
GetRevisionResponse
ImportAssetFromSignedUrlJobErrorDetails
ImportAssetFromSignedUrlRequestDetails

Details of the operation to be performed by the job.

ImportAssetFromSignedUrlResponseDetails

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

ImportAssetsFromS3RequestDetails

Details of the operation to be performed by the job.

ImportAssetsFromS3ResponseDetails

Details from an import from Amazon S3 response.

JobEntry

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.

JobError

An error that occurred with the job request.

ListDataSetRevisionsRequest
ListDataSetRevisionsResponse
ListDataSetsRequest
ListDataSetsResponse
ListJobsRequest
ListJobsResponse
ListRevisionAssetsRequest
ListRevisionAssetsResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
OriginDetails
RequestDetails

The details for the request.

ResponseDetails

Details for the response.

RevisionDestinationEntry

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

RevisionEntry

A revision is a container for one or more assets.

S3SnapshotAsset

The S3 object that is the asset.

StartJobRequest
TagResourceRequest

The request body for TagResource.

UntagResourceRequest
UpdateAssetRequest

The request body for UpdateAsset.

UpdateAssetResponse
UpdateDataSetRequest

The request body for UpdateDataSet.

UpdateDataSetResponse
UpdateRevisionRequest

The request body for UpdateRevision.

UpdateRevisionResponse

§Type Aliases

AssetType

The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.

Code
JobErrorLimitName

The name of the limit that was reached.

JobErrorResourceTypes

The types of resource which the job error can apply to.

Origin

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). When an owned data set is published in a product, AWS Data Exchange creates a copy of the data set. Subscribers can access that copy of the data set as an entitled data set.

ServerSideEncryptionTypes

The types of encryption supported in export jobs to Amazon S3.

State
Type