DecoderManifestSummary
Information about a created decoder manifest. You can use the ListDecoderManifests API operation to return this information about multiple decoder manifests.
Contents
- creationTime
-
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
Type: Timestamp
Required: Yes
- lastModificationTime
-
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Type: Timestamp
Required: Yes
- arn
-
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
Type: String
Required: No
- description
-
A brief description of the decoder manifest.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\u0000-\u001F\u007F]+
Required: No
- message
-
The detailed message for the decoder manifest. When a decoder manifest is in an
INVALID
status, the message contains detailed reason and help information.Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[^\u0000-\u001F\u007F]+
Required: No
- modelManifestArn
-
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
Type: String
Required: No
- name
-
The name of the decoder manifest.
Type: String
Required: No
- status
-
The state of the decoder manifest. If the status is
ACTIVE
, the decoder manifest can't be edited. If the status is markedDRAFT
, you can edit the decoder manifest.Type: String
Valid Values:
ACTIVE | DRAFT | INVALID | VALIDATING
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: