mirror of
https://github.com/rclone/rclone.git
synced 2025-12-20 10:13:20 +00:00
vendor: update all dependencies
This commit is contained in:
7
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
7
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
@@ -5105,7 +5105,8 @@ type BlueInstanceTerminationOption struct {
|
||||
Action *string `locationName:"action" type:"string" enum:"InstanceAction"`
|
||||
|
||||
// The number of minutes to wait after a successful blue/green deployment before
|
||||
// terminating instances from the original environment.
|
||||
// terminating instances from the original environment. The maximum setting
|
||||
// is 2880 minutes (2 days).
|
||||
TerminationWaitTimeInMinutes *int64 `locationName:"terminationWaitTimeInMinutes" type:"integer"`
|
||||
}
|
||||
|
||||
@@ -8760,11 +8761,15 @@ type LoadBalancerInfo struct {
|
||||
// An array containing information about the load balancer to use for load balancing
|
||||
// in a deployment. In Elastic Load Balancing, load balancers are used with
|
||||
// Classic Load Balancers.
|
||||
//
|
||||
// Adding more than one load balancer to the array is not supported.
|
||||
ElbInfoList []*ELBInfo `locationName:"elbInfoList" type:"list"`
|
||||
|
||||
// An array containing information about the target group to use for load balancing
|
||||
// in a deployment. In Elastic Load Balancing, target groups are used with Application
|
||||
// Load Balancers.
|
||||
//
|
||||
// Adding more than one target group to the array is not supported.
|
||||
TargetGroupInfoList []*TargetGroupInfo `locationName:"targetGroupInfoList" type:"list"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user