Values.GetRegisterAccountStatusResponseSourceRetrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise. This API operation doesn't require input parameters.
type nonrec t = {customerAccountId : CustomerAccountId.t option;The unique ID of the Amazon Web Services account, provided at account creation.
*)accountStatus : RegistrationStatus.t option;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.
*)timestreamRegistrationResponse : TimestreamRegistrationResponse.t option;Information about the registered Amazon Timestream resources or errors, if any.
*)iamRegistrationResponse : IamRegistrationResponse.t option;Information about the registered IAM resources or errors, if any.
*)creationTime : Timestamp.t option;The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
*)lastModificationTime : Timestamp.t option;The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CustomerAccountId.t
| `Structure of
(string
* [> `Enum of string | `String of TimestreamDatabaseName.t ])
list
| `Timestamp of Timestamp.t ])
list ]