DeploymentInfo
import type { DeploymentInfo } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codedeploy.ts";interface DeploymentInfo {
additionalDeploymentStatusInfo?: string | null;
applicationName?: string | null;
autoRollbackConfiguration?: AutoRollbackConfiguration | null;
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration | null;
completeTime?: Date | number | null;
computePlatform?: ComputePlatform | null;
createTime?: Date | number | null;
creator?: DeploymentCreator | null;
deploymentConfigName?: string | null;
deploymentGroupName?: string | null;
deploymentId?: string | null;
deploymentOverview?: DeploymentOverview | null;
deploymentStatusMessages?: string[] | null;
deploymentStyle?: DeploymentStyle | null;
description?: string | null;
errorInformation?: ErrorInformation | null;
externalId?: string | null;
fileExistsBehavior?: FileExistsBehavior | null;
ignoreApplicationStopFailures?: boolean | null;
instanceTerminationWaitTimeStarted?: boolean | null;
loadBalancerInfo?: LoadBalancerInfo | null;
previousRevision?: RevisionLocation | null;
relatedDeployments?: RelatedDeployments | null;
revision?: RevisionLocation | null;
rollbackInfo?: RollbackInfo | null;
startTime?: Date | number | null;
status?: DeploymentStatus | null;
targetInstances?: TargetInstances | null;
updateOutdatedInstancesOnly?: boolean | null;
}§Properties
§
autoRollbackConfiguration?: AutoRollbackConfiguration | null
[src]§
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration | null
[src]§
computePlatform?: ComputePlatform | null
[src]§
creator?: DeploymentCreator | null
[src]§
deploymentOverview?: DeploymentOverview | null
[src]§
deploymentStyle?: DeploymentStyle | null
[src]§
errorInformation?: ErrorInformation | null
[src]§
fileExistsBehavior?: FileExistsBehavior | null
[src]§
loadBalancerInfo?: LoadBalancerInfo | null
[src]§
previousRevision?: RevisionLocation | null
[src]§
revision?: RevisionLocation | null
[src]§
rollbackInfo?: RollbackInfo | null
[src]§
status?: DeploymentStatus | null
[src]§
targetInstances?: TargetInstances | null
[src]