mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-29 04:16:07 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+48
@@ -22,6 +22,12 @@ const (
|
||||
// The approval action has already been approved or rejected.
|
||||
ErrCodeApprovalAlreadyCompletedException = "ApprovalAlreadyCompletedException"
|
||||
|
||||
// ErrCodeConcurrentModificationException for service response error code
|
||||
// "ConcurrentModificationException".
|
||||
//
|
||||
// Unable to modify the tag due to a simultaneous update request.
|
||||
ErrCodeConcurrentModificationException = "ConcurrentModificationException"
|
||||
|
||||
// ErrCodeInvalidActionDeclarationException for service response error code
|
||||
// "InvalidActionDeclarationException".
|
||||
//
|
||||
@@ -34,6 +40,12 @@ const (
|
||||
// The approval request already received a response or has expired.
|
||||
ErrCodeInvalidApprovalTokenException = "InvalidApprovalTokenException"
|
||||
|
||||
// ErrCodeInvalidArnException for service response error code
|
||||
// "InvalidArnException".
|
||||
//
|
||||
// The specified resource ARN is invalid.
|
||||
ErrCodeInvalidArnException = "InvalidArnException"
|
||||
|
||||
// ErrCodeInvalidBlockerDeclarationException for service response error code
|
||||
// "InvalidBlockerDeclarationException".
|
||||
//
|
||||
@@ -83,6 +95,24 @@ const (
|
||||
// The specified structure was specified in an invalid format.
|
||||
ErrCodeInvalidStructureException = "InvalidStructureException"
|
||||
|
||||
// ErrCodeInvalidTagsException for service response error code
|
||||
// "InvalidTagsException".
|
||||
//
|
||||
// The specified resource tags are invalid.
|
||||
ErrCodeInvalidTagsException = "InvalidTagsException"
|
||||
|
||||
// ErrCodeInvalidWebhookAuthenticationParametersException for service response error code
|
||||
// "InvalidWebhookAuthenticationParametersException".
|
||||
//
|
||||
// The specified authentication type is in an invalid format.
|
||||
ErrCodeInvalidWebhookAuthenticationParametersException = "InvalidWebhookAuthenticationParametersException"
|
||||
|
||||
// ErrCodeInvalidWebhookFilterPatternException for service response error code
|
||||
// "InvalidWebhookFilterPatternException".
|
||||
//
|
||||
// The specified event filter rule is in an invalid format.
|
||||
ErrCodeInvalidWebhookFilterPatternException = "InvalidWebhookFilterPatternException"
|
||||
|
||||
// ErrCodeJobNotFoundException for service response error code
|
||||
// "JobNotFoundException".
|
||||
//
|
||||
@@ -129,6 +159,12 @@ const (
|
||||
// be found.
|
||||
ErrCodePipelineVersionNotFoundException = "PipelineVersionNotFoundException"
|
||||
|
||||
// ErrCodeResourceNotFoundException for service response error code
|
||||
// "ResourceNotFoundException".
|
||||
//
|
||||
// The specified resource was specified in an invalid format.
|
||||
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
||||
|
||||
// ErrCodeStageNotFoundException for service response error code
|
||||
// "StageNotFoundException".
|
||||
//
|
||||
@@ -144,9 +180,21 @@ const (
|
||||
// is already in progress.
|
||||
ErrCodeStageNotRetryableException = "StageNotRetryableException"
|
||||
|
||||
// ErrCodeTooManyTagsException for service response error code
|
||||
// "TooManyTagsException".
|
||||
//
|
||||
// The tags limit for a resource has been exceeded.
|
||||
ErrCodeTooManyTagsException = "TooManyTagsException"
|
||||
|
||||
// ErrCodeValidationException for service response error code
|
||||
// "ValidationException".
|
||||
//
|
||||
// The validation was specified in an invalid format.
|
||||
ErrCodeValidationException = "ValidationException"
|
||||
|
||||
// ErrCodeWebhookNotFoundException for service response error code
|
||||
// "WebhookNotFoundException".
|
||||
//
|
||||
// The specified webhook was entered in an invalid format or cannot be found.
|
||||
ErrCodeWebhookNotFoundException = "WebhookNotFoundException"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user