vendor: update all dependencies
This commit is contained in:
parent
3f0789e2db
commit
08021c4636
2474 changed files with 435818 additions and 282709 deletions
9
vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go
generated
vendored
|
@ -89,3 +89,12 @@ func (p *paginationDefinitions) setup() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
func enableStopOnSameToken(service string) bool {
|
||||
switch service {
|
||||
case "cloudwatchlogs":
|
||||
return true
|
||||
default:
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue