mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-09 22:39:53 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+137
-166
File diff suppressed because it is too large
Load Diff
+5
-1
@@ -3,6 +3,10 @@
|
||||
// Package migrationhub provides the client and types for making API
|
||||
// requests to AWS Migration Hub.
|
||||
//
|
||||
// The AWS Migration Hub API methods help to obtain server and application migration
|
||||
// status and integrate your resource-specific migration tool by providing a
|
||||
// programmatic interface to Migration Hub.
|
||||
//
|
||||
// See https://docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31 for more information on this service.
|
||||
//
|
||||
// See migrationhub package documentation for more information.
|
||||
@@ -10,7 +14,7 @@
|
||||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To AWS Migration Hub with the SDK use the New function to create
|
||||
// To contact AWS Migration Hub with the SDK use the New function to create
|
||||
// a new service client. With that client you can make API requests to the service.
|
||||
// These clients are safe to use concurrently.
|
||||
//
|
||||
|
||||
+5
-6
@@ -7,8 +7,7 @@ const (
|
||||
// ErrCodeAccessDeniedException for service response error code
|
||||
// "AccessDeniedException".
|
||||
//
|
||||
// Exception raised when the account making the call is not whitelisted or there
|
||||
// are other authentication errors.
|
||||
// You do not have sufficient access to perform this action.
|
||||
ErrCodeAccessDeniedException = "AccessDeniedException"
|
||||
|
||||
// ErrCodeDryRunOperation for service response error code
|
||||
@@ -36,8 +35,8 @@ const (
|
||||
// "PolicyErrorException".
|
||||
//
|
||||
// Exception raised when there are problems accessing ADS (Application Discovery
|
||||
// Service); most likely due to a misconfigured policy or the ADSCaller role
|
||||
// is missing or not configured correctly.
|
||||
// Service); most likely due to a misconfigured policy or the migrationhub-discovery
|
||||
// role is missing or not configured correctly.
|
||||
ErrCodePolicyErrorException = "PolicyErrorException"
|
||||
|
||||
// ErrCodeResourceNotFoundException for service response error code
|
||||
@@ -51,8 +50,8 @@ const (
|
||||
// ErrCodeServiceUnavailableException for service response error code
|
||||
// "ServiceUnavailableException".
|
||||
//
|
||||
// Exception raised when the service encounters throttled communication with
|
||||
// upstream dependencies or is overloaded with requests.
|
||||
// Exception raised when there is an internal, configuration, or dependency
|
||||
// error encountered.
|
||||
ErrCodeServiceUnavailableException = "ServiceUnavailableException"
|
||||
|
||||
// ErrCodeUnauthorizedOperation for service response error code
|
||||
|
||||
Reference in New Issue
Block a user