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

UploadEntityDefinitionsRequest

import type { UploadEntityDefinitionsRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface UploadEntityDefinitionsRequest {
deprecateExistingEntities?: boolean | null;
document?: DefinitionDocument | null;
syncWithPublicNamespace?: boolean | null;
}

§Properties

§
deprecateExistingEntities?: boolean | null
[src]

A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new DefinitionDocument. If set to true, the upload will create a new namespace version.

§
document?: DefinitionDocument | null
[src]

The DefinitionDocument that defines the updated entities.

§
syncWithPublicNamespace?: boolean | null
[src]

A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to true, the upload will create a new namespace version.