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:
+404
-196
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -13,7 +13,7 @@
|
||||
//
|
||||
// Using the Client
|
||||
//
|
||||
// To Amazon Route 53 Domains with the SDK use the New function to create
|
||||
// To contact Amazon Route 53 Domains 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.
|
||||
//
|
||||
|
||||
+3
-3
@@ -20,8 +20,8 @@ const (
|
||||
// "InvalidInput".
|
||||
//
|
||||
// The requested item is not acceptable. For example, for an OperationId it
|
||||
// may refer to the ID of an operation that is already completed. For a domain
|
||||
// name, it may not be a valid domain name or belong to the requester account.
|
||||
// might refer to the ID of an operation that is already completed. For a domain
|
||||
// name, it might not be a valid domain name or belong to the requester account.
|
||||
ErrCodeInvalidInput = "InvalidInput"
|
||||
|
||||
// ErrCodeOperationLimitExceeded for service response error code
|
||||
@@ -40,6 +40,6 @@ const (
|
||||
// ErrCodeUnsupportedTLD for service response error code
|
||||
// "UnsupportedTLD".
|
||||
//
|
||||
// Amazon Route 53 does not support this top-level domain.
|
||||
// Amazon Route 53 does not support this top-level domain (TLD).
|
||||
ErrCodeUnsupportedTLD = "UnsupportedTLD"
|
||||
)
|
||||
|
||||
Generated
Vendored
+4
@@ -64,6 +64,10 @@ type Route53DomainsAPI interface {
|
||||
CheckDomainAvailabilityWithContext(aws.Context, *route53domains.CheckDomainAvailabilityInput, ...request.Option) (*route53domains.CheckDomainAvailabilityOutput, error)
|
||||
CheckDomainAvailabilityRequest(*route53domains.CheckDomainAvailabilityInput) (*request.Request, *route53domains.CheckDomainAvailabilityOutput)
|
||||
|
||||
CheckDomainTransferability(*route53domains.CheckDomainTransferabilityInput) (*route53domains.CheckDomainTransferabilityOutput, error)
|
||||
CheckDomainTransferabilityWithContext(aws.Context, *route53domains.CheckDomainTransferabilityInput, ...request.Option) (*route53domains.CheckDomainTransferabilityOutput, error)
|
||||
CheckDomainTransferabilityRequest(*route53domains.CheckDomainTransferabilityInput) (*request.Request, *route53domains.CheckDomainTransferabilityOutput)
|
||||
|
||||
DeleteTagsForDomain(*route53domains.DeleteTagsForDomainInput) (*route53domains.DeleteTagsForDomainOutput, error)
|
||||
DeleteTagsForDomainWithContext(aws.Context, *route53domains.DeleteTagsForDomainInput, ...request.Option) (*route53domains.DeleteTagsForDomainOutput, error)
|
||||
DeleteTagsForDomainRequest(*route53domains.DeleteTagsForDomainInput) (*request.Request, *route53domains.DeleteTagsForDomainOutput)
|
||||
|
||||
Reference in New Issue
Block a user