Deployment
public struct Deployment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.
Declaration
Swift
public let deploymentId: Int64?
-
For in-progress deployments, the time that the deployment started. For completed deployments, the time that the deployment ended.
Declaration
Swift
public let deploymentTime: TimeStamp?
-
The status of the deployment: In Progress : The deployment is in progress. Deployed : The deployment succeeded. Failed : The deployment failed.
Declaration
Swift
public let status: String?
-
The version label of the application version in the deployment.
Declaration
Swift
public let versionLabel: String?
-
Undocumented
Declaration
Swift
public init(deploymentId: Int64? = nil, deploymentTime: TimeStamp? = nil, status: String? = nil, versionLabel: String? = nil)