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

UpdateCampaignRequest

import type { UpdateCampaignRequest } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface UpdateCampaignRequest {
dataExtraDimensions?: string[] | null;
description?: string | null;
name: string;
}

§Properties

§

Specifies how to update a campaign. The action can be one of the following:

  • APPROVE - To approve delivering a data collection scheme to vehicles.
  • SUSPEND - To suspend collecting signal data.
  • RESUME - To resume collecting signal data.
  • UPDATE - To update a campaign.
§
dataExtraDimensions?: string[] | null
[src]

A list of vehicle attributes to associate with a signal.

Default: An empty array

§
description?: string | null
[src]

The description of the campaign.

§
name: string
[src]

The name of the campaign to update.