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

RegisterAccountResponse

import type { RegisterAccountResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface RegisterAccountResponse {
creationTime: Date | number;
iamResources: IamResources;
lastModificationTime: Date | number;
registerAccountStatus: RegistrationStatus;
timestreamResources: TimestreamResources;
}

§Properties

§
creationTime: Date | number
[src]

The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).

§
iamResources: IamResources
[src]

The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.

§
lastModificationTime: Date | number
[src]

The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).

§
registerAccountStatus: RegistrationStatus
[src]

The status of registering your Amazon Web Services account, IAM role, and Timestream resources.

§
timestreamResources: TimestreamResources
[src]