InstanceSummary
This data type has been deprecated.
Information about an instance in a deployment.
Contents
- deploymentId
-
The unique ID of a deployment.
Type: String
Required: No
- instanceId
-
The instance ID.
Type: String
Required: No
- instanceType
-
Information about which environment an instance belongs to in a blue/green deployment.
-
BLUE: The instance is part of the original environment.
-
GREEN: The instance is part of the replacement environment.
Type: String
Valid Values:
Blue | Green
Required: No
-
- lastUpdatedAt
-
A timestamp that indicates when the instance information was last updated.
Type: Timestamp
Required: No
- lifecycleEvents
-
A list of lifecycle events for this instance.
Type: Array of LifecycleEvent objects
Required: No
- status
-
This member has been deprecated.
The deployment status for this instance:
-
Pending
: The deployment is pending for this instance. -
In Progress
: The deployment is in progress for this instance. -
Succeeded
: The deployment has succeeded for this instance. -
Failed
: The deployment has failed for this instance. -
Skipped
: The deployment has been skipped for this instance. -
Unknown
: The deployment status is unknown for this instance.
Type: String
Valid Values:
Pending | InProgress | Succeeded | Failed | Skipped | Unknown | Ready
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: