Switch to using the dep tool and update all the dependencies

This commit is contained in:
Nick Craig-Wood 2017-05-11 15:39:54 +01:00
parent 5135ff73cb
commit 98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions

View file

@ -0,0 +1,31 @@
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package codebuild
const (
// ErrCodeAccountLimitExceededException for service response error code
// "AccountLimitExceededException".
//
// An AWS service limit was exceeded for the calling AWS account.
ErrCodeAccountLimitExceededException = "AccountLimitExceededException"
// ErrCodeInvalidInputException for service response error code
// "InvalidInputException".
//
// The input value that was provided is not valid.
ErrCodeInvalidInputException = "InvalidInputException"
// ErrCodeResourceAlreadyExistsException for service response error code
// "ResourceAlreadyExistsException".
//
// The specified AWS resource cannot be created, because an AWS resource with
// the same settings already exists.
ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
// ErrCodeResourceNotFoundException for service response error code
// "ResourceNotFoundException".
//
// The specified AWS resource cannot be found.
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
)