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

CreateDatastoreResponse

import type { CreateDatastoreResponse } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface CreateDatastoreResponse {
datastoreArn?: string | null;
datastoreName?: string | null;
retentionPeriod?: RetentionPeriod | null;
}

§Properties

§
datastoreArn?: string | null
[src]

The ARN of the data store.

§
datastoreName?: string | null
[src]

The name of the data store.

§
retentionPeriod?: RetentionPeriod | null
[src]

How long, in days, message data is kept for the data store.