New upstream version 1.3.0

This commit is contained in:
Sébastien Delafond
2018-06-21 15:14:48 +02:00
parent bed9fffa94
commit 09ad0121c6
2288 changed files with 452573 additions and 68516 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())
}