mirror of
https://github.com/rclone/rclone.git
synced 2025-12-22 03:03: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"`
|
||||
}
|
||||
|
||||
|
||||
2
vendor/github.com/aws/aws-sdk-go/service/codedeploy/service.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/service/codedeploy/service.go
generated
vendored
@@ -31,6 +31,7 @@ var initRequest func(*request.Request)
|
||||
const (
|
||||
ServiceName = "codedeploy" // Service endpoint prefix API calls made to.
|
||||
EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata.
|
||||
ServiceID = "CodeDeploy" // ServiceID is a unique identifer of a specific service
|
||||
)
|
||||
|
||||
// New creates a new instance of the CodeDeploy client with a session.
|
||||
@@ -55,6 +56,7 @@ func newClient(cfg aws.Config, handlers request.Handlers, endpoint, signingRegio
|
||||
cfg,
|
||||
metadata.ClientInfo{
|
||||
ServiceName: ServiceName,
|
||||
ServiceID: ServiceID,
|
||||
SigningName: signingName,
|
||||
SigningRegion: signingRegion,
|
||||
Endpoint: endpoint,
|
||||
|
||||
Reference in New Issue
Block a user