Update vendored deps, including AWS SDK, openpgp, ftp, ...

This commit is contained in:
Andrey Smirnov
2018-04-05 17:46:45 +03:00
parent cef4fefc40
commit 0e6ee35942
1497 changed files with 450721 additions and 68034 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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
View File
@@ -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"
)
@@ -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)