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

GetRegisterAccountStatusResponse

import type { GetRegisterAccountStatusResponse } from "https://aws-api.deno.dev/v0.4/services/iotfleetwise.ts?docs=full";
interface GetRegisterAccountStatusResponse {
accountStatus: RegistrationStatus;
creationTime: Date | number;
customerAccountId: string;
iamRegistrationResponse: IamRegistrationResponse;
lastModificationTime: Date | number;
timestreamRegistrationResponse: TimestreamRegistrationResponse;
}

§Properties

§

The status of registering your account and resources. The status can be one of:

  • REGISTRATION_SUCCESS - The Amazon Web Services resource is successfully registered.
  • REGISTRATION_PENDING - Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete.
  • REGISTRATION_FAILURE - Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.
§
creationTime: Date | number
[src]

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

§
customerAccountId: string
[src]

The unique ID of the Amazon Web Services account, provided at account creation.

§
iamRegistrationResponse: IamRegistrationResponse
[src]

Information about the registered IAM resources or errors, if any.

§
lastModificationTime: Date | number
[src]

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

§
timestreamRegistrationResponse: TimestreamRegistrationResponse
[src]

Information about the registered Amazon Timestream resources or errors, if any.