vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
parent
21383877df
commit
6427029c4e
4902 changed files with 1443417 additions and 227283 deletions
144
vendor/github.com/aws/aws-sdk-go/service/lambda/api.go
generated
vendored
144
vendor/github.com/aws/aws-sdk-go/service/lambda/api.go
generated
vendored
|
@ -17,7 +17,7 @@ const opAddPermission = "AddPermission"
|
|||
|
||||
// AddPermissionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the AddPermission operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -64,7 +64,7 @@ func (c *Lambda) AddPermissionRequest(input *AddPermissionInput) (req *request.R
|
|||
// you add to the resource policy allows an event source, permission to invoke
|
||||
// the Lambda function.
|
||||
//
|
||||
// For information about the push model, see AWS Lambda: How it Works (http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html).
|
||||
// For information about the push model, see Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html).
|
||||
//
|
||||
// If you are using versioning, the permissions you add are specific to the
|
||||
// Lambda function version or alias you specify in the AddPermission request
|
||||
|
@ -132,7 +132,7 @@ const opCreateAlias = "CreateAlias"
|
|||
|
||||
// CreateAliasRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateAlias operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -229,7 +229,7 @@ const opCreateEventSourceMapping = "CreateEventSourceMapping"
|
|||
|
||||
// CreateEventSourceMappingRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateEventSourceMapping operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -276,16 +276,11 @@ func (c *Lambda) CreateEventSourceMappingRequest(input *CreateEventSourceMapping
|
|||
// This association between a stream source and a Lambda function is called
|
||||
// the event source mapping.
|
||||
//
|
||||
// This event source mapping is relevant only in the AWS Lambda pull model,
|
||||
// where AWS Lambda invokes the function. For more information, see AWS Lambda:
|
||||
// How it Works (http://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// You provide mapping information (for example, which stream to read from and
|
||||
// which Lambda function to invoke) in the request body.
|
||||
//
|
||||
// Each event source, such as an Amazon Kinesis or a DynamoDB stream, can be
|
||||
// associated with multiple AWS Lambda function. A given Lambda function can
|
||||
// associated with multiple AWS Lambda functions. A given Lambda function can
|
||||
// be associated with multiple AWS event sources.
|
||||
//
|
||||
// If you are using versioning, you can specify a specific function version
|
||||
|
@ -346,7 +341,7 @@ const opCreateFunction = "CreateFunction"
|
|||
|
||||
// CreateFunctionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the CreateFunction operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -451,7 +446,7 @@ const opDeleteAlias = "DeleteAlias"
|
|||
|
||||
// DeleteAliasRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteAlias operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -542,7 +537,7 @@ const opDeleteEventSourceMapping = "DeleteEventSourceMapping"
|
|||
|
||||
// DeleteEventSourceMappingRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteEventSourceMapping operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -636,7 +631,7 @@ const opDeleteFunction = "DeleteFunction"
|
|||
|
||||
// DeleteFunctionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteFunction operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -743,7 +738,7 @@ const opDeleteFunctionConcurrency = "DeleteFunctionConcurrency"
|
|||
|
||||
// DeleteFunctionConcurrencyRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the DeleteFunctionConcurrency operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -836,7 +831,7 @@ const opGetAccountSettings = "GetAccountSettings"
|
|||
|
||||
// GetAccountSettingsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetAccountSettings operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -923,7 +918,7 @@ const opGetAlias = "GetAlias"
|
|||
|
||||
// GetAliasRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetAlias operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1017,7 +1012,7 @@ const opGetEventSourceMapping = "GetEventSourceMapping"
|
|||
|
||||
// GetEventSourceMappingRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetEventSourceMapping operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1110,7 +1105,7 @@ const opGetFunction = "GetFunction"
|
|||
|
||||
// GetFunctionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetFunction operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1212,7 +1207,7 @@ const opGetFunctionConfiguration = "GetFunctionConfiguration"
|
|||
|
||||
// GetFunctionConfigurationRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetFunctionConfiguration operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1314,7 +1309,7 @@ const opGetPolicy = "GetPolicy"
|
|||
|
||||
// GetPolicyRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the GetPolicy operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1411,7 +1406,7 @@ const opInvoke = "Invoke"
|
|||
|
||||
// InvokeRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the Invoke operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1577,7 +1572,7 @@ const opInvokeAsync = "InvokeAsync"
|
|||
|
||||
// InvokeAsyncRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the InvokeAsync operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1675,7 +1670,7 @@ const opListAliases = "ListAliases"
|
|||
|
||||
// ListAliasesRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListAliases operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1770,7 +1765,7 @@ const opListEventSourceMappings = "ListEventSourceMappings"
|
|||
|
||||
// ListEventSourceMappingsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListEventSourceMappings operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -1928,7 +1923,7 @@ const opListFunctions = "ListFunctions"
|
|||
|
||||
// ListFunctionsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListFunctions operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2078,7 +2073,7 @@ const opListTags = "ListTags"
|
|||
|
||||
// ListTagsRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListTags operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2119,7 +2114,9 @@ func (c *Lambda) ListTagsRequest(input *ListTagsInput) (req *request.Request, ou
|
|||
// ListTags API operation for AWS Lambda.
|
||||
//
|
||||
// Returns a list of tags assigned to a function when supplied the function
|
||||
// ARN (Amazon Resource Name).
|
||||
// ARN (Amazon Resource Name). For more information on Tagging, see Tagging
|
||||
// Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
|
@ -2169,7 +2166,7 @@ const opListVersionsByFunction = "ListVersionsByFunction"
|
|||
|
||||
// ListVersionsByFunctionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the ListVersionsByFunction operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2260,7 +2257,7 @@ const opPublishVersion = "PublishVersion"
|
|||
|
||||
// PublishVersionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the PublishVersion operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2362,7 +2359,7 @@ const opPutFunctionConcurrency = "PutFunctionConcurrency"
|
|||
|
||||
// PutFunctionConcurrencyRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the PutFunctionConcurrency operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2457,7 +2454,7 @@ const opRemovePermission = "RemovePermission"
|
|||
|
||||
// RemovePermissionRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the RemovePermission operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2566,7 +2563,7 @@ const opTagResource = "TagResource"
|
|||
|
||||
// TagResourceRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the TagResource operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2611,6 +2608,8 @@ func (c *Lambda) TagResourceRequest(input *TagResourceInput) (req *request.Reque
|
|||
// Creates a list of tags (key-value pairs) on the Lambda function. Requires
|
||||
// the Lambda function ARN (Amazon Resource Name). If a key is specified without
|
||||
// a value, Lambda creates a tag with the specified key and a value of null.
|
||||
// For more information, see Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
|
@ -2660,7 +2659,7 @@ const opUntagResource = "UntagResource"
|
|||
|
||||
// UntagResourceRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UntagResource operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2703,7 +2702,8 @@ func (c *Lambda) UntagResourceRequest(input *UntagResourceInput) (req *request.R
|
|||
// UntagResource API operation for AWS Lambda.
|
||||
//
|
||||
// Removes tags from a Lambda function. Requires the function ARN (Amazon Resource
|
||||
// Name).
|
||||
// Name). For more information, see Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// Returns awserr.Error for service API and SDK errors. Use runtime type assertions
|
||||
// with awserr.Error's Code and Message methods to get detailed information about
|
||||
|
@ -2753,7 +2753,7 @@ const opUpdateAlias = "UpdateAlias"
|
|||
|
||||
// UpdateAliasRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UpdateAlias operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2852,7 +2852,7 @@ const opUpdateEventSourceMapping = "UpdateEventSourceMapping"
|
|||
|
||||
// UpdateEventSourceMappingRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UpdateEventSourceMapping operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -2961,7 +2961,7 @@ const opUpdateFunctionCode = "UpdateFunctionCode"
|
|||
|
||||
// UpdateFunctionCodeRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UpdateFunctionCode operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3067,7 +3067,7 @@ const opUpdateFunctionConfiguration = "UpdateFunctionConfiguration"
|
|||
|
||||
// UpdateFunctionConfigurationRequest generates a "aws/request.Request" representing the
|
||||
// client's request for the UpdateFunctionConfiguration operation. The "output" return
|
||||
// value will be populated with the request's response once the request complets
|
||||
// value will be populated with the request's response once the request completes
|
||||
// successfuly.
|
||||
//
|
||||
// Use "Send" method on the returned Request to send the API call to the service.
|
||||
|
@ -3719,9 +3719,11 @@ type CreateEventSourceMappingInput struct {
|
|||
// FunctionName is a required field
|
||||
FunctionName *string `min:"1" type:"string" required:"true"`
|
||||
|
||||
// The position in the stream where AWS Lambda should start reading. Valid only
|
||||
// for Kinesis streams. For more information, see ShardIteratorType (http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Kinesis-GetShardIterator-request-ShardIteratorType)
|
||||
// in the Amazon Kinesis API Reference.
|
||||
// The position in the DynamoDB or Kinesis stream where AWS Lambda should start
|
||||
// reading. For more information, see GetShardIterator (http://docs.aws.amazon.com/kinesis/latest/APIReference/API_GetShardIterator.html#Kinesis-GetShardIterator-request-ShardIteratorType)
|
||||
// in the Amazon Kinesis API Reference Guide or GetShardIterator (http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_streams_GetShardIterator.html)
|
||||
// in the Amazon DynamoDB API Reference Guide. The AT_TIMESTAMP value is supported
|
||||
// only for Kinesis streams (http://docs.aws.amazon.com/streams/latest/dev/amazon-kinesis-streams.html).
|
||||
//
|
||||
// StartingPosition is a required field
|
||||
StartingPosition *string `type:"string" required:"true" enum:"EventSourcePosition"`
|
||||
|
@ -3731,7 +3733,7 @@ type CreateEventSourceMappingInput struct {
|
|||
// AT_TIMESTAMP. If a record with this exact timestamp does not exist, the iterator
|
||||
// returned is for the next (later) record. If the timestamp is older than the
|
||||
// current trim horizon, the iterator returned is for the oldest untrimmed data
|
||||
// record (TRIM_HORIZON). Valid only for Kinesis streams.
|
||||
// record (TRIM_HORIZON). Valid only for Kinesis streams (http://docs.aws.amazon.com/streams/latest/dev/amazon-kinesis-streams.html).
|
||||
StartingPositionTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"`
|
||||
}
|
||||
|
||||
|
@ -3815,7 +3817,7 @@ type CreateFunctionInput struct {
|
|||
Code *FunctionCode `type:"structure" required:"true"`
|
||||
|
||||
// The parent object that contains the target ARN (Amazon Resource Name) of
|
||||
// an Amazon SQS queue or Amazon SNS topic.
|
||||
// an Amazon SQS queue or Amazon SNS topic. For more information, see dlq.
|
||||
DeadLetterConfig *DeadLetterConfig `type:"structure"`
|
||||
|
||||
// A short, user-defined function description. Lambda does not use this value.
|
||||
|
@ -3871,7 +3873,8 @@ type CreateFunctionInput struct {
|
|||
// To use the Python runtime v3.6, set the value to "python3.6". To use the
|
||||
// Python runtime v2.7, set the value to "python2.7". To use the Node.js runtime
|
||||
// v6.10, set the value to "nodejs6.10". To use the Node.js runtime v4.3, set
|
||||
// the value to "nodejs4.3".
|
||||
// the value to "nodejs4.3". To use the .NET Core runtime v1.0, set the value
|
||||
// to "dotnetcore1.0". To use the .NET Core runtime v2.0, set the value to "dotnetcore2.0".
|
||||
//
|
||||
// Node v0.10.42 is currently marked as deprecated. You must migrate existing
|
||||
// functions to the newer Node.js runtime versions available on AWS Lambda (nodejs4.3
|
||||
|
@ -3882,7 +3885,9 @@ type CreateFunctionInput struct {
|
|||
// Runtime is a required field
|
||||
Runtime *string `type:"string" required:"true" enum:"Runtime"`
|
||||
|
||||
// The list of tags (key-value pairs) assigned to the new function.
|
||||
// The list of tags (key-value pairs) assigned to the new function. For more
|
||||
// information, see Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
Tags map[string]*string `type:"map"`
|
||||
|
||||
// The function execution time at which Lambda should terminate the function.
|
||||
|
@ -4039,13 +4044,14 @@ func (s *CreateFunctionInput) SetVpcConfig(v *VpcConfig) *CreateFunctionInput {
|
|||
return s
|
||||
}
|
||||
|
||||
// The parent object that contains the target ARN (Amazon Resource Name) of
|
||||
// an Amazon SQS queue or Amazon SNS topic.
|
||||
// The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic
|
||||
// you specify as your Dead Letter Queue (DLQ). For more information, see dlq.
|
||||
type DeadLetterConfig struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic
|
||||
// you specify as your Dead Letter Queue (DLQ).
|
||||
// you specify as your Dead Letter Queue (DLQ). dlq. For more information, see
|
||||
// dlq.
|
||||
TargetArn *string `type:"string"`
|
||||
}
|
||||
|
||||
|
@ -4632,7 +4638,7 @@ type FunctionConfiguration struct {
|
|||
CodeSize *int64 `type:"long"`
|
||||
|
||||
// The parent object that contains the target ARN (Amazon Resource Name) of
|
||||
// an Amazon SQS queue or Amazon SNS topic.
|
||||
// an Amazon SQS queue or Amazon SNS topic. For more information, see dlq.
|
||||
DeadLetterConfig *DeadLetterConfig `type:"structure"`
|
||||
|
||||
// The user-provided description.
|
||||
|
@ -5113,7 +5119,9 @@ type GetFunctionOutput struct {
|
|||
// A complex type that describes function metadata.
|
||||
Configuration *FunctionConfiguration `type:"structure"`
|
||||
|
||||
// Returns the list of tags associated with the function.
|
||||
// Returns the list of tags associated with the function. For more information,
|
||||
// see Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
Tags map[string]*string `type:"map"`
|
||||
}
|
||||
|
||||
|
@ -5865,7 +5873,9 @@ func (s *ListFunctionsOutput) SetNextMarker(v string) *ListFunctionsOutput {
|
|||
type ListTagsInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The ARN (Amazon Resource Name) of the function.
|
||||
// The ARN (Amazon Resource Name) of the function. For more information, see
|
||||
// Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// Resource is a required field
|
||||
Resource *string `location:"uri" locationName:"ARN" type:"string" required:"true"`
|
||||
|
@ -5903,7 +5913,9 @@ func (s *ListTagsInput) SetResource(v string) *ListTagsInput {
|
|||
type ListTagsOutput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The list of tags assigned to the function.
|
||||
// The list of tags assigned to the function. For more information, see Tagging
|
||||
// Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
Tags map[string]*string `type:"map"`
|
||||
}
|
||||
|
||||
|
@ -6296,12 +6308,16 @@ func (s RemovePermissionOutput) GoString() string {
|
|||
type TagResourceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The ARN (Amazon Resource Name) of the Lambda function.
|
||||
// The ARN (Amazon Resource Name) of the Lambda function. For more information,
|
||||
// see Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// Resource is a required field
|
||||
Resource *string `location:"uri" locationName:"ARN" type:"string" required:"true"`
|
||||
|
||||
// The list of tags (key-value pairs) you are assigning to the Lambda function.
|
||||
// For more information, see Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// Tags is a required field
|
||||
Tags map[string]*string `type:"map" required:"true"`
|
||||
|
@ -6414,12 +6430,16 @@ func (s *TracingConfigResponse) SetMode(v string) *TracingConfigResponse {
|
|||
type UntagResourceInput struct {
|
||||
_ struct{} `type:"structure"`
|
||||
|
||||
// The ARN (Amazon Resource Name) of the function.
|
||||
// The ARN (Amazon Resource Name) of the function. For more information, see
|
||||
// Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// Resource is a required field
|
||||
Resource *string `location:"uri" locationName:"ARN" type:"string" required:"true"`
|
||||
|
||||
// The list of tag keys to be deleted from the function.
|
||||
// The list of tag keys to be deleted from the function. For more information,
|
||||
// see Tagging Lambda Functions (http://docs.aws.amazon.com/lambda/latest/dg/tagging.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
//
|
||||
// TagKeys is a required field
|
||||
TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"`
|
||||
|
@ -6718,8 +6738,7 @@ type UpdateFunctionCodeInput struct {
|
|||
// are using the web API directly, the contents of the zip file must be base64-encoded.
|
||||
// If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the
|
||||
// encoding for you. For more information about creating a .zip file, see Execution
|
||||
// Permissions (http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role.html)
|
||||
// in the AWS Lambda Developer Guide.
|
||||
// Permissions (http://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role.html).
|
||||
//
|
||||
// ZipFile is automatically base64 encoded/decoded by the SDK.
|
||||
ZipFile []byte `type:"blob"`
|
||||
|
@ -6812,7 +6831,7 @@ type UpdateFunctionConfigurationInput struct {
|
|||
_ struct{} `type:"structure"`
|
||||
|
||||
// The parent object that contains the target ARN (Amazon Resource Name) of
|
||||
// an Amazon SQS queue or Amazon SNS topic.
|
||||
// an Amazon SQS queue or Amazon SNS topic. For more information, see dlq.
|
||||
DeadLetterConfig *DeadLetterConfig `type:"structure"`
|
||||
|
||||
// A short user-defined function description. AWS Lambda does not use this value.
|
||||
|
@ -6866,8 +6885,8 @@ type UpdateFunctionConfigurationInput struct {
|
|||
// To use the Python runtime v3.6, set the value to "python3.6". To use the
|
||||
// Python runtime v2.7, set the value to "python2.7". To use the Node.js runtime
|
||||
// v6.10, set the value to "nodejs6.10". To use the Node.js runtime v4.3, set
|
||||
// the value to "nodejs4.3". To use the Python runtime v3.6, set the value to
|
||||
// "python3.6".
|
||||
// the value to "nodejs4.3". To use the .NET Core runtime v1.0, set the value
|
||||
// to "dotnetcore1.0". To use the .NET Core runtime v2.0, set the value to "dotnetcore2.0".
|
||||
//
|
||||
// Node v0.10.42 is currently marked as deprecated. You must migrate existing
|
||||
// functions to the newer Node.js runtime versions available on AWS Lambda (nodejs4.3
|
||||
|
@ -7124,6 +7143,9 @@ const (
|
|||
// RuntimeNodejs610 is a Runtime enum value
|
||||
RuntimeNodejs610 = "nodejs6.10"
|
||||
|
||||
// RuntimeNodejs810 is a Runtime enum value
|
||||
RuntimeNodejs810 = "nodejs8.10"
|
||||
|
||||
// RuntimeJava8 is a Runtime enum value
|
||||
RuntimeJava8 = "java8"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue