mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-01 04:40:38 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+45
-15
@@ -69,6 +69,13 @@ const (
|
||||
// execution ID.
|
||||
ErrCodeAutomationExecutionNotFoundException = "AutomationExecutionNotFoundException"
|
||||
|
||||
// ErrCodeAutomationStepNotFoundException for service response error code
|
||||
// "AutomationStepNotFoundException".
|
||||
//
|
||||
// The specified step name and execution ID don't exist. Verify the information
|
||||
// and try again.
|
||||
ErrCodeAutomationStepNotFoundException = "AutomationStepNotFoundException"
|
||||
|
||||
// ErrCodeComplianceTypeCountLimitExceededException for service response error code
|
||||
// "ComplianceTypeCountLimitExceededException".
|
||||
//
|
||||
@@ -92,7 +99,7 @@ const (
|
||||
// ErrCodeDocumentLimitExceeded for service response error code
|
||||
// "DocumentLimitExceeded".
|
||||
//
|
||||
// You can have at most 200 active SSM documents.
|
||||
// You can have at most 200 active Systems Manager documents.
|
||||
ErrCodeDocumentLimitExceeded = "DocumentLimitExceeded"
|
||||
|
||||
// ErrCodeDocumentPermissionLimit for service response error code
|
||||
@@ -113,8 +120,11 @@ const (
|
||||
// ErrCodeDoesNotExistException for service response error code
|
||||
// "DoesNotExistException".
|
||||
//
|
||||
// Error returned when the ID specified for a resource (e.g. a Maintenance Window)
|
||||
// doesn't exist.
|
||||
// Error returned when the ID specified for a resource, such as a Maintenance
|
||||
// Window or Patch baseline, doesn't exist.
|
||||
//
|
||||
// For information about resource limits in Systems Manager, see AWS Systems
|
||||
// Manager Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_ssm).
|
||||
ErrCodeDoesNotExistException = "DoesNotExistException"
|
||||
|
||||
// ErrCodeDuplicateDocumentContent for service response error code
|
||||
@@ -140,11 +150,8 @@ const (
|
||||
// ErrCodeHierarchyLevelLimitExceededException for service response error code
|
||||
// "HierarchyLevelLimitExceededException".
|
||||
//
|
||||
// A hierarchy can have a maximum of five levels. For example:
|
||||
//
|
||||
// /Finance/Prod/IAD/OS/WinServ2016/license15
|
||||
//
|
||||
// For more information, see Working with Systems Manager Parameters (http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-working.html).
|
||||
// A hierarchy can have a maximum of 15 levels. For more information, see Working
|
||||
// with Systems Manager Parameters (http://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-working.html).
|
||||
ErrCodeHierarchyLevelLimitExceededException = "HierarchyLevelLimitExceededException"
|
||||
|
||||
// ErrCodeHierarchyTypeMismatchException for service response error code
|
||||
@@ -210,6 +217,12 @@ const (
|
||||
// The signal is not valid for the current Automation execution.
|
||||
ErrCodeInvalidAutomationSignalException = "InvalidAutomationSignalException"
|
||||
|
||||
// ErrCodeInvalidAutomationStatusUpdateException for service response error code
|
||||
// "InvalidAutomationStatusUpdateException".
|
||||
//
|
||||
// The specified update status operation is not valid.
|
||||
ErrCodeInvalidAutomationStatusUpdateException = "InvalidAutomationStatusUpdateException"
|
||||
|
||||
// ErrCodeInvalidCommandId for service response error code
|
||||
// "InvalidCommandId".
|
||||
ErrCodeInvalidCommandId = "InvalidCommandId"
|
||||
@@ -342,8 +355,9 @@ const (
|
||||
// ErrCodeInvalidParameters for service response error code
|
||||
// "InvalidParameters".
|
||||
//
|
||||
// You must specify values for all required parameters in the SSM document.
|
||||
// You can only supply values to parameters defined in the SSM document.
|
||||
// You must specify values for all required parameters in the Systems Manager
|
||||
// document. You can only supply values to parameters defined in the Systems
|
||||
// Manager document.
|
||||
ErrCodeInvalidParameters = "InvalidParameters"
|
||||
|
||||
// ErrCodeInvalidPermissionType for service response error code
|
||||
@@ -369,8 +383,8 @@ const (
|
||||
// ErrCodeInvalidResourceType for service response error code
|
||||
// "InvalidResourceType".
|
||||
//
|
||||
// The resource type is not valid. If you are attempting to tag an instance,
|
||||
// the instance must be a registered, managed instance.
|
||||
// The resource type is not valid. For example, if you are attempting to tag
|
||||
// an instance, the instance must be a registered, managed instance.
|
||||
ErrCodeInvalidResourceType = "InvalidResourceType"
|
||||
|
||||
// ErrCodeInvalidResultAttributeException for service response error code
|
||||
@@ -386,7 +400,7 @@ const (
|
||||
// an IAM role for notifications that includes the required trust policy. For
|
||||
// information about configuring the IAM role for Run Command notifications,
|
||||
// see Configuring Amazon SNS Notifications for Run Command (http://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html)
|
||||
// in the Amazon EC2 Systems Manager User Guide.
|
||||
// in the AWS Systems Manager User Guide.
|
||||
ErrCodeInvalidRole = "InvalidRole"
|
||||
|
||||
// ErrCodeInvalidSchedule for service response error code
|
||||
@@ -452,6 +466,12 @@ const (
|
||||
// or more parameters and try again.
|
||||
ErrCodeParameterLimitExceeded = "ParameterLimitExceeded"
|
||||
|
||||
// ErrCodeParameterMaxVersionLimitExceeded for service response error code
|
||||
// "ParameterMaxVersionLimitExceeded".
|
||||
//
|
||||
// The parameter exceeded the maximum number of allowed versions.
|
||||
ErrCodeParameterMaxVersionLimitExceeded = "ParameterMaxVersionLimitExceeded"
|
||||
|
||||
// ErrCodeParameterNotFound for service response error code
|
||||
// "ParameterNotFound".
|
||||
//
|
||||
@@ -464,6 +484,13 @@ const (
|
||||
// The parameter name is not valid.
|
||||
ErrCodeParameterPatternMismatchException = "ParameterPatternMismatchException"
|
||||
|
||||
// ErrCodeParameterVersionNotFound for service response error code
|
||||
// "ParameterVersionNotFound".
|
||||
//
|
||||
// The specified parameter version was not found. Verify the parameter name
|
||||
// and version, and try again.
|
||||
ErrCodeParameterVersionNotFound = "ParameterVersionNotFound"
|
||||
|
||||
// ErrCodeResourceDataSyncAlreadyExistsException for service response error code
|
||||
// "ResourceDataSyncAlreadyExistsException".
|
||||
//
|
||||
@@ -498,8 +525,11 @@ const (
|
||||
// ErrCodeResourceLimitExceededException for service response error code
|
||||
// "ResourceLimitExceededException".
|
||||
//
|
||||
// Error returned when the caller has exceeded the default resource limits (e.g.
|
||||
// too many Maintenance Windows have been created).
|
||||
// Error returned when the caller has exceeded the default resource limits.
|
||||
// For example, too many Maintenance Windows or Patch baselines have been created.
|
||||
//
|
||||
// For information about resource limits in Systems Manager, see AWS Systems
|
||||
// Manager Limits (http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_ssm).
|
||||
ErrCodeResourceLimitExceededException = "ResourceLimitExceededException"
|
||||
|
||||
// ErrCodeStatusUnchanged for service response error code
|
||||
|
||||
Reference in New Issue
Block a user