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
4
vendor/github.com/aws/aws-sdk-go/service/shield/shieldiface/interface.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go/service/shield/shieldiface/interface.go
generated
vendored
|
@ -88,6 +88,10 @@ type ShieldAPI interface {
|
|||
DescribeSubscriptionWithContext(aws.Context, *shield.DescribeSubscriptionInput, ...request.Option) (*shield.DescribeSubscriptionOutput, error)
|
||||
DescribeSubscriptionRequest(*shield.DescribeSubscriptionInput) (*request.Request, *shield.DescribeSubscriptionOutput)
|
||||
|
||||
GetSubscriptionState(*shield.GetSubscriptionStateInput) (*shield.GetSubscriptionStateOutput, error)
|
||||
GetSubscriptionStateWithContext(aws.Context, *shield.GetSubscriptionStateInput, ...request.Option) (*shield.GetSubscriptionStateOutput, error)
|
||||
GetSubscriptionStateRequest(*shield.GetSubscriptionStateInput) (*request.Request, *shield.GetSubscriptionStateOutput)
|
||||
|
||||
ListAttacks(*shield.ListAttacksInput) (*shield.ListAttacksOutput, error)
|
||||
ListAttacksWithContext(aws.Context, *shield.ListAttacksInput, ...request.Option) (*shield.ListAttacksOutput, error)
|
||||
ListAttacksRequest(*shield.ListAttacksInput) (*request.Request, *shield.ListAttacksOutput)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue