BaselineOperation
An object of shape BaselineOperation
, returning details about the specified Baseline
operation ID.
Contents
- endTime
-
The end time of the operation (if applicable), in ISO 8601 format.
Type: Timestamp
Required: No
- operationIdentifier
-
The identifier of the specified operation.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
Required: No
- operationType
-
An enumerated type (
enum
) with possible values ofENABLE_BASELINE
,DISABLE_BASELINE
,UPDATE_ENABLED_BASELINE
, orRESET_ENABLED_BASELINE
.Type: String
Valid Values:
ENABLE_BASELINE | DISABLE_BASELINE | UPDATE_ENABLED_BASELINE | RESET_ENABLED_BASELINE
Required: No
- startTime
-
The start time of the operation, in ISO 8601 format.
Type: Timestamp
Required: No
- status
-
An enumerated type (
enum
) with possible values ofSUCCEEDED
,FAILED
, orIN_PROGRESS
.Type: String
Valid Values:
SUCCEEDED | FAILED | IN_PROGRESS
Required: No
- statusMessage
-
A status message that gives more information about the operation's status, if applicable.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: