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

CreateDataSetResponse

import type { CreateDataSetResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface CreateDataSetResponse {
Arn?: string | null;
AssetType?: AssetType | null;
CreatedAt?: Date | number | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
Origin?: Origin | null;
OriginDetails?: OriginDetails | null;
SourceId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
UpdatedAt?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN for the data set.

§
AssetType?: AssetType | null
[src]

The type of asset that is added to a data set.

§
CreatedAt?: Date | number | null
[src]

The date and time that the data set was created, in ISO 8601 format.

§
Description?: string | null
[src]

The description for the data set.

§
Id?: string | null
[src]

The unique identifier for the data set.

§
Name?: string | null
[src]

The name of the data set.

§
Origin?: Origin | null
[src]

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

§
OriginDetails?: OriginDetails | null
[src]

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

§
SourceId?: string | null
[src]

The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags for the data set.

§
UpdatedAt?: Date | number | null
[src]

The date and time that the data set was last updated, in ISO 8601 format.