vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
10
vendor/github.com/aws/aws-sdk-go/service/elb/examples_test.go
generated
vendored
10
vendor/github.com/aws/aws-sdk-go/service/elb/examples_test.go
generated
vendored
|
@ -307,6 +307,8 @@ func ExampleELB_CreateLoadBalancer_shared00() {
|
|||
fmt.Println(elb.ErrCodeDuplicateTagKeysException, aerr.Error())
|
||||
case elb.ErrCodeUnsupportedProtocolException:
|
||||
fmt.Println(elb.ErrCodeUnsupportedProtocolException, aerr.Error())
|
||||
case elb.ErrCodeOperationNotPermittedException:
|
||||
fmt.Println(elb.ErrCodeOperationNotPermittedException, aerr.Error())
|
||||
default:
|
||||
fmt.Println(aerr.Error())
|
||||
}
|
||||
|
@ -367,6 +369,8 @@ func ExampleELB_CreateLoadBalancer_shared01() {
|
|||
fmt.Println(elb.ErrCodeDuplicateTagKeysException, aerr.Error())
|
||||
case elb.ErrCodeUnsupportedProtocolException:
|
||||
fmt.Println(elb.ErrCodeUnsupportedProtocolException, aerr.Error())
|
||||
case elb.ErrCodeOperationNotPermittedException:
|
||||
fmt.Println(elb.ErrCodeOperationNotPermittedException, aerr.Error())
|
||||
default:
|
||||
fmt.Println(aerr.Error())
|
||||
}
|
||||
|
@ -437,6 +441,8 @@ func ExampleELB_CreateLoadBalancer_shared02() {
|
|||
fmt.Println(elb.ErrCodeDuplicateTagKeysException, aerr.Error())
|
||||
case elb.ErrCodeUnsupportedProtocolException:
|
||||
fmt.Println(elb.ErrCodeUnsupportedProtocolException, aerr.Error())
|
||||
case elb.ErrCodeOperationNotPermittedException:
|
||||
fmt.Println(elb.ErrCodeOperationNotPermittedException, aerr.Error())
|
||||
default:
|
||||
fmt.Println(aerr.Error())
|
||||
}
|
||||
|
@ -504,6 +510,8 @@ func ExampleELB_CreateLoadBalancer_shared03() {
|
|||
fmt.Println(elb.ErrCodeDuplicateTagKeysException, aerr.Error())
|
||||
case elb.ErrCodeUnsupportedProtocolException:
|
||||
fmt.Println(elb.ErrCodeUnsupportedProtocolException, aerr.Error())
|
||||
case elb.ErrCodeOperationNotPermittedException:
|
||||
fmt.Println(elb.ErrCodeOperationNotPermittedException, aerr.Error())
|
||||
default:
|
||||
fmt.Println(aerr.Error())
|
||||
}
|
||||
|
@ -568,6 +576,8 @@ func ExampleELB_CreateLoadBalancer_shared04() {
|
|||
fmt.Println(elb.ErrCodeDuplicateTagKeysException, aerr.Error())
|
||||
case elb.ErrCodeUnsupportedProtocolException:
|
||||
fmt.Println(elb.ErrCodeUnsupportedProtocolException, aerr.Error())
|
||||
case elb.ErrCodeOperationNotPermittedException:
|
||||
fmt.Println(elb.ErrCodeOperationNotPermittedException, aerr.Error())
|
||||
default:
|
||||
fmt.Println(aerr.Error())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue