vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
parent
21383877df
commit
6427029c4e
4902 changed files with 1443417 additions and 227283 deletions
91
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
91
vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go
generated
vendored
|
@ -16,7 +16,7 @@ const opAddTagsToOnPremisesInstances = "AddTagsToOnPremisesInstances"
|
|||
|
||||
// AddTagsToOnPremisesInstancesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the AddTagsToOnPremisesInstances operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -116,7 +116,7 @@ const opBatchGetApplicationRevisions = "BatchGetApplicationRevisions"
|
|||
|
||||
// BatchGetApplicationRevisionsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the BatchGetApplicationRevisions operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -210,7 +210,7 @@ const opBatchGetApplications = "BatchGetApplications"
|
|||
|
||||
// BatchGetApplicationsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the BatchGetApplications operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -298,7 +298,7 @@ const opBatchGetDeploymentGroups = "BatchGetDeploymentGroups"
|
|||
|
||||
// BatchGetDeploymentGroupsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the BatchGetDeploymentGroups operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -392,7 +392,7 @@ const opBatchGetDeploymentInstances = "BatchGetDeploymentInstances"
|
|||
|
||||
// BatchGetDeploymentInstancesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the BatchGetDeploymentInstances operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -487,7 +487,7 @@ const opBatchGetDeployments = "BatchGetDeployments"
|
|||
|
||||
// BatchGetDeploymentsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the BatchGetDeployments operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -572,7 +572,7 @@ const opBatchGetOnPremisesInstances = "BatchGetOnPremisesInstances"
|
|||
|
||||
// BatchGetOnPremisesInstancesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the BatchGetOnPremisesInstances operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -657,7 +657,7 @@ const opContinueDeployment = "ContinueDeployment"
|
|||
|
||||
// ContinueDeploymentRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ContinueDeployment operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -758,7 +758,7 @@ const opCreateApplication = "CreateApplication"
|
|||
|
||||
// CreateApplicationRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateApplication operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -850,7 +850,7 @@ const opCreateDeployment = "CreateDeployment"
|
|||
|
||||
// CreateDeploymentRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateDeployment operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -986,6 +986,9 @@ func (c *CodeDeploy) CreateDeploymentRequest(input *CreateDeploymentInput) (req
|
|||
// The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments,
|
||||
// false is expected. For EC2/On-premises deployments, true or false is expected.
|
||||
//
|
||||
// * ErrCodeInvalidGitHubAccountTokenException "InvalidGitHubAccountTokenException"
|
||||
// The GitHub token is not valid.
|
||||
//
|
||||
// See also, https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/CreateDeployment
|
||||
func (c *CodeDeploy) CreateDeployment(input *CreateDeploymentInput) (*CreateDeploymentOutput, error) {
|
||||
req, out := c.CreateDeploymentRequest(input)
|
||||
|
@ -1012,7 +1015,7 @@ const opCreateDeploymentConfig = "CreateDeploymentConfig"
|
|||
|
||||
// CreateDeploymentConfigRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateDeploymentConfig operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1111,7 +1114,7 @@ const opCreateDeploymentGroup = "CreateDeploymentGroup"
|
|||
|
||||
// CreateDeploymentGroupRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateDeploymentGroup operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1291,7 +1294,7 @@ const opDeleteApplication = "DeleteApplication"
|
|||
|
||||
// DeleteApplicationRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteApplication operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1375,7 +1378,7 @@ const opDeleteDeploymentConfig = "DeleteDeploymentConfig"
|
|||
|
||||
// DeleteDeploymentConfigRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteDeploymentConfig operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1468,7 +1471,7 @@ const opDeleteDeploymentGroup = "DeleteDeploymentGroup"
|
|||
|
||||
// DeleteDeploymentGroupRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteDeploymentGroup operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1561,7 +1564,7 @@ const opDeleteGitHubAccountToken = "DeleteGitHubAccountToken"
|
|||
|
||||
// DeleteGitHubAccountTokenRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteGitHubAccountToken operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1652,7 +1655,7 @@ const opDeregisterOnPremisesInstance = "DeregisterOnPremisesInstance"
|
|||
|
||||
// DeregisterOnPremisesInstanceRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeregisterOnPremisesInstance operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1736,7 +1739,7 @@ const opGetApplication = "GetApplication"
|
|||
|
||||
// GetApplicationRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetApplication operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1821,7 +1824,7 @@ const opGetApplicationRevision = "GetApplicationRevision"
|
|||
|
||||
// GetApplicationRevisionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetApplicationRevision operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1915,7 +1918,7 @@ const opGetDeployment = "GetDeployment"
|
|||
|
||||
// GetDeploymentRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetDeployment operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2000,7 +2003,7 @@ const opGetDeploymentConfig = "GetDeploymentConfig"
|
|||
|
||||
// GetDeploymentConfigRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetDeploymentConfig operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2086,7 +2089,7 @@ const opGetDeploymentGroup = "GetDeploymentGroup"
|
|||
|
||||
// GetDeploymentGroupRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetDeploymentGroup operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2181,7 +2184,7 @@ const opGetDeploymentInstance = "GetDeploymentInstance"
|
|||
|
||||
// GetDeploymentInstanceRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetDeploymentInstance operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2275,7 +2278,7 @@ const opGetOnPremisesInstance = "GetOnPremisesInstance"
|
|||
|
||||
// GetOnPremisesInstanceRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetOnPremisesInstance operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2360,7 +2363,7 @@ const opListApplicationRevisions = "ListApplicationRevisions"
|
|||
|
||||
// ListApplicationRevisionsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListApplicationRevisions operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2523,7 +2526,7 @@ const opListApplications = "ListApplications"
|
|||
|
||||
// ListApplicationsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListApplications operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2658,7 +2661,7 @@ const opListDeploymentConfigs = "ListDeploymentConfigs"
|
|||
|
||||
// ListDeploymentConfigsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListDeploymentConfigs operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2793,7 +2796,7 @@ const opListDeploymentGroups = "ListDeploymentGroups"
|
|||
|
||||
// ListDeploymentGroupsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListDeploymentGroups operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2938,7 +2941,7 @@ const opListDeploymentInstances = "ListDeploymentInstances"
|
|||
|
||||
// ListDeploymentInstancesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListDeploymentInstances operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3098,7 +3101,7 @@ const opListDeployments = "ListDeployments"
|
|||
|
||||
// ListDeploymentsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListDeployments operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3259,7 +3262,7 @@ const opListGitHubAccountTokenNames = "ListGitHubAccountTokenNames"
|
|||
|
||||
// ListGitHubAccountTokenNamesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListGitHubAccountTokenNames operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3344,7 +3347,7 @@ const opListOnPremisesInstances = "ListOnPremisesInstances"
|
|||
|
||||
// ListOnPremisesInstancesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListOnPremisesInstances operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3433,7 +3436,7 @@ const opPutLifecycleEventHookExecutionStatus = "PutLifecycleEventHookExecutionSt
|
|||
|
||||
// PutLifecycleEventHookExecutionStatusRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the PutLifecycleEventHookExecutionStatus operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3534,7 +3537,7 @@ const opRegisterApplicationRevision = "RegisterApplicationRevision"
|
|||
|
||||
// RegisterApplicationRevisionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the RegisterApplicationRevision operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3630,7 +3633,7 @@ const opRegisterOnPremisesInstance = "RegisterOnPremisesInstance"
|
|||
|
||||
// RegisterOnPremisesInstanceRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the RegisterOnPremisesInstance operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3744,7 +3747,7 @@ const opRemoveTagsFromOnPremisesInstances = "RemoveTagsFromOnPremisesInstances"
|
|||
|
||||
// RemoveTagsFromOnPremisesInstancesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the RemoveTagsFromOnPremisesInstances operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3844,7 +3847,7 @@ const opSkipWaitTimeForInstanceTermination = "SkipWaitTimeForInstanceTermination
|
|||
|
||||
// SkipWaitTimeForInstanceTerminationRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the SkipWaitTimeForInstanceTermination operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3941,7 +3944,7 @@ const opStopDeployment = "StopDeployment"
|
|||
|
||||
// StopDeploymentRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the StopDeployment operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -4029,7 +4032,7 @@ const opUpdateApplication = "UpdateApplication"
|
|||
|
||||
// UpdateApplicationRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UpdateApplication operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -4120,7 +4123,7 @@ const opUpdateDeploymentGroup = "UpdateDeploymentGroup"
|
|||
|
||||
// UpdateDeploymentGroupRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UpdateDeploymentGroup operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -6678,10 +6681,10 @@ type DeploymentReadyOption struct {
|
|||
// after the new application revision is installed on the instances in the
|
||||
// replacement environment.
|
||||
//
|
||||
// * STOP_DEPLOYMENT: Do not register new instances with load balancer unless
|
||||
// traffic is rerouted manually. If traffic is not rerouted manually before
|
||||
// the end of the specified wait period, the deployment status is changed
|
||||
// to Stopped.
|
||||
// * STOP_DEPLOYMENT: Do not register new instances with a load balancer
|
||||
// unless traffic rerouting is started using ContinueDeployment. If traffic
|
||||
// rerouting is not started before the end of the specified wait period,
|
||||
// the deployment status is changed to Stopped.
|
||||
ActionOnTimeout *string `locationName:"actionOnTimeout" type:"string" enum:"DeploymentReadyAction"`
|
||||
|
||||
// The number of minutes to wait before the status of a blue/green deployment
|
||||
|
|
6
vendor/github.com/aws/aws-sdk-go/service/codedeploy/errors.go
generated
vendored
6
vendor/github.com/aws/aws-sdk-go/service/codedeploy/errors.go
generated
vendored
|
@ -345,6 +345,12 @@ const (
|
|||
// "DISALLOW", "OVERWRITE", and "RETAIN".
|
||||
ErrCodeInvalidFileExistsBehaviorException = "InvalidFileExistsBehaviorException"
|
||||
|
||||
// ErrCodeInvalidGitHubAccountTokenException for service response error code
|
||||
// "InvalidGitHubAccountTokenException".
|
||||
//
|
||||
// The GitHub token is not valid.
|
||||
ErrCodeInvalidGitHubAccountTokenException = "InvalidGitHubAccountTokenException"
|
||||
|
||||
// ErrCodeInvalidGitHubAccountTokenNameException for service response error code
|
||||
// "InvalidGitHubAccountTokenNameException".
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue