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
+6
View File
@@ -248,6 +248,8 @@ func ExampleELBV2_CreateLoadBalancer_shared00() {
fmt.Println(elbv2.ErrCodeAllocationIdNotFoundException, aerr.Error())
case elbv2.ErrCodeAvailabilityZoneNotSupportedException:
fmt.Println(elbv2.ErrCodeAvailabilityZoneNotSupportedException, aerr.Error())
case elbv2.ErrCodeOperationNotPermittedException:
fmt.Println(elbv2.ErrCodeOperationNotPermittedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
@@ -305,6 +307,8 @@ func ExampleELBV2_CreateLoadBalancer_shared01() {
fmt.Println(elbv2.ErrCodeAllocationIdNotFoundException, aerr.Error())
case elbv2.ErrCodeAvailabilityZoneNotSupportedException:
fmt.Println(elbv2.ErrCodeAvailabilityZoneNotSupportedException, aerr.Error())
case elbv2.ErrCodeOperationNotPermittedException:
fmt.Println(elbv2.ErrCodeOperationNotPermittedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
@@ -465,6 +469,8 @@ func ExampleELBV2_DeleteLoadBalancer_shared00() {
fmt.Println(elbv2.ErrCodeLoadBalancerNotFoundException, aerr.Error())
case elbv2.ErrCodeOperationNotPermittedException:
fmt.Println(elbv2.ErrCodeOperationNotPermittedException, aerr.Error())
case elbv2.ErrCodeResourceInUseException:
fmt.Println(elbv2.ErrCodeResourceInUseException, aerr.Error())
default:
fmt.Println(aerr.Error())
}