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

UpdateCampaignResponse

import type { UpdateCampaignResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface UpdateCampaignResponse {
arn?: string | null;
name?: string | null;
status?: CampaignStatus | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the campaign.

§
name?: string | null
[src]

The name of the updated campaign.

§
status?: CampaignStatus | null
[src]

The state of a campaign. The status can be one of:

  • CREATING - Amazon Web Services IoT FleetWise is processing your request to create the campaign.
  • WAITING_FOR_APPROVAL - After a campaign is created, it enters the WAITING_FOR_APPROVAL state. To allow Amazon Web Services IoT FleetWise to deploy the campaign to the target vehicle or fleet, use the API operation to approve the campaign.
  • RUNNING - The campaign is active.
  • SUSPENDED - The campaign is suspended. To resume the campaign, use the API operation.