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
171
vendor/github.com/aws/aws-sdk-go/service/shield/api.go
generated
vendored
171
vendor/github.com/aws/aws-sdk-go/service/shield/api.go
generated
vendored
|
@ -14,19 +14,18 @@ const opCreateProtection = "CreateProtection"
|
|||
|
||||
// CreateProtectionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateProtection operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See CreateProtection for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the CreateProtection method directly
|
||||
// instead.
|
||||
// See CreateProtection for more information on using the CreateProtection
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the CreateProtectionRequest method.
|
||||
// req, resp := client.CreateProtectionRequest(params)
|
||||
|
@ -118,19 +117,18 @@ const opCreateSubscription = "CreateSubscription"
|
|||
|
||||
// CreateSubscriptionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateSubscription operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See CreateSubscription for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the CreateSubscription method directly
|
||||
// instead.
|
||||
// See CreateSubscription for more information on using the CreateSubscription
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the CreateSubscriptionRequest method.
|
||||
// req, resp := client.CreateSubscriptionRequest(params)
|
||||
|
@ -202,19 +200,18 @@ const opDeleteProtection = "DeleteProtection"
|
|||
|
||||
// DeleteProtectionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteProtection operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DeleteProtection for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DeleteProtection method directly
|
||||
// instead.
|
||||
// See DeleteProtection for more information on using the DeleteProtection
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DeleteProtectionRequest method.
|
||||
// req, resp := client.DeleteProtectionRequest(params)
|
||||
|
@ -290,19 +287,18 @@ const opDeleteSubscription = "DeleteSubscription"
|
|||
|
||||
// DeleteSubscriptionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteSubscription operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DeleteSubscription for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DeleteSubscription method directly
|
||||
// instead.
|
||||
// See DeleteSubscription for more information on using the DeleteSubscription
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DeleteSubscriptionRequest method.
|
||||
// req, resp := client.DeleteSubscriptionRequest(params)
|
||||
|
@ -378,19 +374,18 @@ const opDescribeAttack = "DescribeAttack"
|
|||
|
||||
// DescribeAttackRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeAttack operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DescribeAttack for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DescribeAttack method directly
|
||||
// instead.
|
||||
// See DescribeAttack for more information on using the DescribeAttack
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DescribeAttackRequest method.
|
||||
// req, resp := client.DescribeAttackRequest(params)
|
||||
|
@ -462,19 +457,18 @@ const opDescribeProtection = "DescribeProtection"
|
|||
|
||||
// DescribeProtectionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeProtection operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DescribeProtection for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DescribeProtection method directly
|
||||
// instead.
|
||||
// See DescribeProtection for more information on using the DescribeProtection
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DescribeProtectionRequest method.
|
||||
// req, resp := client.DescribeProtectionRequest(params)
|
||||
|
@ -546,19 +540,18 @@ const opDescribeSubscription = "DescribeSubscription"
|
|||
|
||||
// DescribeSubscriptionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DescribeSubscription operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See DescribeSubscription for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the DescribeSubscription method directly
|
||||
// instead.
|
||||
// See DescribeSubscription for more information on using the DescribeSubscription
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the DescribeSubscriptionRequest method.
|
||||
// req, resp := client.DescribeSubscriptionRequest(params)
|
||||
|
@ -630,19 +623,18 @@ const opListAttacks = "ListAttacks"
|
|||
|
||||
// ListAttacksRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListAttacks operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See ListAttacks for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the ListAttacks method directly
|
||||
// instead.
|
||||
// See ListAttacks for more information on using the ListAttacks
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the ListAttacksRequest method.
|
||||
// req, resp := client.ListAttacksRequest(params)
|
||||
|
@ -719,19 +711,18 @@ const opListProtections = "ListProtections"
|
|||
|
||||
// ListProtectionsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListProtections operation. The "output" return
|
||||
// value can be used to capture response data after the request's "Send" method
|
||||
// is called.
|
||||
// value will be populated with the request's response once the request complets
|
||||
// successfuly.
|
||||
//
|
||||
// See ListProtections for usage and error information.
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
// the "output" return value is not valid until after Send returns without error.
|
||||
//
|
||||
// Creating a request object using this method should be used when you want to inject
|
||||
// custom logic into the request's lifecycle using a custom handler, or if you want to
|
||||
// access properties on the request object before or after sending the request. If
|
||||
// you just want the service response, call the ListProtections method directly
|
||||
// instead.
|
||||
// See ListProtections for more information on using the ListProtections
|
||||
// API call, and error handling.
|
||||
//
|
||||
// This method is useful when you want to inject custom logic or configuration
|
||||
// into the SDK's request lifecycle. Such as custom headers, or retry logic.
|
||||
//
|
||||
// Note: You must call the "Send" method on the returned request object in order
|
||||
// to execute the request.
|
||||
//
|
||||
// // Example sending a request using the ListProtectionsRequest method.
|
||||
// req, resp := client.ListProtectionsRequest(params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue