vendor: update all dependencies to latest versions
This commit is contained in:
parent
911d121bb9
commit
b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions
6
vendor/github.com/aws/aws-sdk-go/service/iam/examples_test.go
generated
vendored
6
vendor/github.com/aws/aws-sdk-go/service/iam/examples_test.go
generated
vendored
|
@ -156,6 +156,8 @@ func ExampleIAM_AttachGroupPolicy_shared00() {
|
|||
fmt.Println(iam.ErrCodeLimitExceededException, aerr.Error())
|
||||
case iam.ErrCodeInvalidInputException:
|
||||
fmt.Println(iam.ErrCodeInvalidInputException, aerr.Error())
|
||||
case iam.ErrCodePolicyNotAttachableException:
|
||||
fmt.Println(iam.ErrCodePolicyNotAttachableException, aerr.Error())
|
||||
case iam.ErrCodeServiceFailureException:
|
||||
fmt.Println(iam.ErrCodeServiceFailureException, aerr.Error())
|
||||
default:
|
||||
|
@ -195,6 +197,8 @@ func ExampleIAM_AttachRolePolicy_shared00() {
|
|||
fmt.Println(iam.ErrCodeInvalidInputException, aerr.Error())
|
||||
case iam.ErrCodeUnmodifiableEntityException:
|
||||
fmt.Println(iam.ErrCodeUnmodifiableEntityException, aerr.Error())
|
||||
case iam.ErrCodePolicyNotAttachableException:
|
||||
fmt.Println(iam.ErrCodePolicyNotAttachableException, aerr.Error())
|
||||
case iam.ErrCodeServiceFailureException:
|
||||
fmt.Println(iam.ErrCodeServiceFailureException, aerr.Error())
|
||||
default:
|
||||
|
@ -232,6 +236,8 @@ func ExampleIAM_AttachUserPolicy_shared00() {
|
|||
fmt.Println(iam.ErrCodeLimitExceededException, aerr.Error())
|
||||
case iam.ErrCodeInvalidInputException:
|
||||
fmt.Println(iam.ErrCodeInvalidInputException, aerr.Error())
|
||||
case iam.ErrCodePolicyNotAttachableException:
|
||||
fmt.Println(iam.ErrCodePolicyNotAttachableException, aerr.Error())
|
||||
case iam.ErrCodeServiceFailureException:
|
||||
fmt.Println(iam.ErrCodeServiceFailureException, aerr.Error())
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue