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

ResponseDetails

import type { ResponseDetails } from "https://aws-api.deno.dev/v0.4/services/dataexchange.ts?docs=full";

Details for the response.

interface ResponseDetails {
CreateS3DataAccessFromS3Bucket?: CreateS3DataAccessFromS3BucketResponseDetails | null;
ExportAssetsToS3?: ExportAssetsToS3ResponseDetails | null;
ExportAssetToSignedUrl?: ExportAssetToSignedUrlResponseDetails | null;
ExportRevisionsToS3?: ExportRevisionsToS3ResponseDetails | null;
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiResponseDetails | null;
ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlResponseDetails | null;
ImportAssetsFromLakeFormationTagPolicy?: ImportAssetsFromLakeFormationTagPolicyResponseDetails | null;
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesResponseDetails | null;
ImportAssetsFromS3?: ImportAssetsFromS3ResponseDetails | null;
}

§Properties

§
CreateS3DataAccessFromS3Bucket?: CreateS3DataAccessFromS3BucketResponseDetails | null
[src]

Response details from the CreateS3DataAccessFromS3Bucket job.

§
ExportAssetsToS3?: ExportAssetsToS3ResponseDetails | null
[src]

Details for the export to Amazon S3 response.

§
ExportAssetToSignedUrl?: ExportAssetToSignedUrlResponseDetails | null
[src]

Details for the export to signed URL response.

§
ExportRevisionsToS3?: ExportRevisionsToS3ResponseDetails | null
[src]

Details for the export revisions to Amazon S3 response.

§
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiResponseDetails | null
[src]

The response details.

§
ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlResponseDetails | null
[src]

Details for the import from signed URL response.

§
ImportAssetsFromLakeFormationTagPolicy?: ImportAssetsFromLakeFormationTagPolicyResponseDetails | null
[src]

Response details from the ImportAssetsFromLakeFormationTagPolicy job.

§
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesResponseDetails | null
[src]

Details from an import from Amazon Redshift datashare response.

§
ImportAssetsFromS3?: ImportAssetsFromS3ResponseDetails | null
[src]

Details for the import from Amazon S3 response.