mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
New upstream version 1.3.0
This commit is contained in:
+10
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user