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

UpdateDatastoreRequest

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

§Properties

§
datastoreName: string
[src]

The name of the data store to be updated.

§
datastoreStorage?: DatastoreStorage | null
[src]

Where data in a data store is stored.. You can choose serviceManagedS3 storage, customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is created.

§
fileFormatConfiguration?: FileFormatConfiguration | null
[src]

Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.

The default file format is JSON. You can specify only one format.

You can't change the file format after you create the data store.

§
retentionPeriod?: RetentionPeriod | null
[src]

How long, in days, message data is kept for the data store. The retention period can't be updated if the data store's Amazon S3 storage is customer-managed.