InstanceSummary
public struct InstanceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID of a deployment.
Declaration
Swift
public let deploymentId: String?
-
The instance ID.
Declaration
Swift
public let instanceId: String?
-
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.
Declaration
Swift
public let instanceType: InstanceType?
-
A timestamp that indicates when the instance information was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
A list of lifecycle events for this instance.
Declaration
Swift
public let lifecycleEvents: [LifecycleEvent]?
-
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.
Declaration
Swift
public let status: InstanceStatus?
-
Undocumented
Declaration
Swift
public init(deploymentId: String? = nil, instanceId: String? = nil, instanceType: InstanceType? = nil, lastUpdatedAt: TimeStamp? = nil, lifecycleEvents: [LifecycleEvent]? = nil, status: InstanceStatus? = nil)