package lambda
import "github.com/aws/aws-sdk-go-v2/service/lambda"
Package lambda provides the client and types for making API requests to AWS Lambda.
Overview
This is the AWS Lambda API Reference. The AWS Lambda Developer Guide provides additional information. For the service overview, see What is AWS Lambda (https://docs.aws.amazon.com/lambda/latest/dg/welcome.html), and for information about how the service works, see AWS Lambda: How it Works (https://docs.aws.amazon.com/lambda/latest/dg/lambda-introduction.html) in the AWS Lambda Developer Guide.
See https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31 for more information on this service.
See lambda package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/lambda/
Using the Client
To AWS Lambda with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Lambda client Lambda for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/lambda/#New
Index ¶
- Constants
- type AccountLimit
- func (s AccountLimit) GoString() string
- func (s AccountLimit) MarshalFields(e protocol.FieldEncoder) error
- func (s AccountLimit) String() string
- type AccountUsage
- func (s AccountUsage) GoString() string
- func (s AccountUsage) MarshalFields(e protocol.FieldEncoder) error
- func (s AccountUsage) String() string
- type AddLayerVersionPermissionInput
- func (s AddLayerVersionPermissionInput) GoString() string
- func (s AddLayerVersionPermissionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s AddLayerVersionPermissionInput) String() string
- func (s *AddLayerVersionPermissionInput) Validate() error
- type AddLayerVersionPermissionOutput
- func (s AddLayerVersionPermissionOutput) GoString() string
- func (s AddLayerVersionPermissionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s AddLayerVersionPermissionOutput) SDKResponseMetadata() aws.Response
- func (s AddLayerVersionPermissionOutput) String() string
- type AddLayerVersionPermissionRequest
- type AddPermissionInput
- func (s AddPermissionInput) GoString() string
- func (s AddPermissionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s AddPermissionInput) String() string
- func (s *AddPermissionInput) Validate() error
- type AddPermissionOutput
- func (s AddPermissionOutput) GoString() string
- func (s AddPermissionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s AddPermissionOutput) SDKResponseMetadata() aws.Response
- func (s AddPermissionOutput) String() string
- type AddPermissionRequest
- type AliasRoutingConfiguration
- func (s AliasRoutingConfiguration) GoString() string
- func (s AliasRoutingConfiguration) MarshalFields(e protocol.FieldEncoder) error
- func (s AliasRoutingConfiguration) String() string
- type CreateAliasInput
- func (s CreateAliasInput) GoString() string
- func (s CreateAliasInput) MarshalFields(e protocol.FieldEncoder) error
- func (s CreateAliasInput) String() string
- func (s *CreateAliasInput) Validate() error
- type CreateAliasRequest
- type CreateEventSourceMappingInput
- func (s CreateEventSourceMappingInput) GoString() string
- func (s CreateEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
- func (s CreateEventSourceMappingInput) String() string
- func (s *CreateEventSourceMappingInput) Validate() error
- type CreateEventSourceMappingRequest
- type CreateFunctionInput
- func (s CreateFunctionInput) GoString() string
- func (s CreateFunctionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s CreateFunctionInput) String() string
- func (s *CreateFunctionInput) Validate() error
- type CreateFunctionRequest
- func (r CreateFunctionRequest) Send(ctx context.Context) (*UpdateFunctionConfigurationOutput, error)
- type DeadLetterConfig
- func (s DeadLetterConfig) GoString() string
- func (s DeadLetterConfig) MarshalFields(e protocol.FieldEncoder) error
- func (s DeadLetterConfig) String() string
- type DeleteAliasInput
- func (s DeleteAliasInput) GoString() string
- func (s DeleteAliasInput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteAliasInput) String() string
- func (s *DeleteAliasInput) Validate() error
- type DeleteAliasOutput
- func (s DeleteAliasOutput) GoString() string
- func (s DeleteAliasOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteAliasOutput) SDKResponseMetadata() aws.Response
- func (s DeleteAliasOutput) String() string
- type DeleteAliasRequest
- type DeleteEventSourceMappingInput
- func (s DeleteEventSourceMappingInput) GoString() string
- func (s DeleteEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteEventSourceMappingInput) String() string
- func (s *DeleteEventSourceMappingInput) Validate() error
- type DeleteEventSourceMappingRequest
- type DeleteFunctionConcurrencyInput
- func (s DeleteFunctionConcurrencyInput) GoString() string
- func (s DeleteFunctionConcurrencyInput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteFunctionConcurrencyInput) String() string
- func (s *DeleteFunctionConcurrencyInput) Validate() error
- type DeleteFunctionConcurrencyOutput
- func (s DeleteFunctionConcurrencyOutput) GoString() string
- func (s DeleteFunctionConcurrencyOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteFunctionConcurrencyOutput) SDKResponseMetadata() aws.Response
- func (s DeleteFunctionConcurrencyOutput) String() string
- type DeleteFunctionConcurrencyRequest
- type DeleteFunctionInput
- func (s DeleteFunctionInput) GoString() string
- func (s DeleteFunctionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteFunctionInput) String() string
- func (s *DeleteFunctionInput) Validate() error
- type DeleteFunctionOutput
- func (s DeleteFunctionOutput) GoString() string
- func (s DeleteFunctionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteFunctionOutput) SDKResponseMetadata() aws.Response
- func (s DeleteFunctionOutput) String() string
- type DeleteFunctionRequest
- type DeleteLayerVersionInput
- func (s DeleteLayerVersionInput) GoString() string
- func (s DeleteLayerVersionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteLayerVersionInput) String() string
- func (s *DeleteLayerVersionInput) Validate() error
- type DeleteLayerVersionOutput
- func (s DeleteLayerVersionOutput) GoString() string
- func (s DeleteLayerVersionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s DeleteLayerVersionOutput) SDKResponseMetadata() aws.Response
- func (s DeleteLayerVersionOutput) String() string
- type DeleteLayerVersionRequest
- type Environment
- func (s Environment) GoString() string
- func (s Environment) MarshalFields(e protocol.FieldEncoder) error
- func (s Environment) String() string
- type EnvironmentError
- func (s EnvironmentError) GoString() string
- func (s EnvironmentError) MarshalFields(e protocol.FieldEncoder) error
- func (s EnvironmentError) String() string
- type EnvironmentResponse
- func (s EnvironmentResponse) GoString() string
- func (s EnvironmentResponse) MarshalFields(e protocol.FieldEncoder) error
- func (s EnvironmentResponse) String() string
- type EventSourcePosition
- func (enum EventSourcePosition) MarshalValue() (string, error)
- func (enum EventSourcePosition) MarshalValueBuf(b []byte) ([]byte, error)
- type FunctionCode
- func (s FunctionCode) GoString() string
- func (s FunctionCode) MarshalFields(e protocol.FieldEncoder) error
- func (s FunctionCode) String() string
- func (s *FunctionCode) Validate() error
- type FunctionCodeLocation
- func (s FunctionCodeLocation) GoString() string
- func (s FunctionCodeLocation) MarshalFields(e protocol.FieldEncoder) error
- func (s FunctionCodeLocation) String() string
- type FunctionVersion
- func (enum FunctionVersion) MarshalValue() (string, error)
- func (enum FunctionVersion) MarshalValueBuf(b []byte) ([]byte, error)
- type GetAccountSettingsInput
- func (s GetAccountSettingsInput) GoString() string
- func (s GetAccountSettingsInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetAccountSettingsInput) String() string
- type GetAccountSettingsOutput
- func (s GetAccountSettingsOutput) GoString() string
- func (s GetAccountSettingsOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetAccountSettingsOutput) SDKResponseMetadata() aws.Response
- func (s GetAccountSettingsOutput) String() string
- type GetAccountSettingsRequest
- type GetAliasInput
- func (s GetAliasInput) GoString() string
- func (s GetAliasInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetAliasInput) String() string
- func (s *GetAliasInput) Validate() error
- type GetAliasRequest
- type GetEventSourceMappingInput
- func (s GetEventSourceMappingInput) GoString() string
- func (s GetEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetEventSourceMappingInput) String() string
- func (s *GetEventSourceMappingInput) Validate() error
- type GetEventSourceMappingRequest
- type GetFunctionConfigurationInput
- func (s GetFunctionConfigurationInput) GoString() string
- func (s GetFunctionConfigurationInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetFunctionConfigurationInput) String() string
- func (s *GetFunctionConfigurationInput) Validate() error
- type GetFunctionConfigurationRequest
- type GetFunctionInput
- func (s GetFunctionInput) GoString() string
- func (s GetFunctionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetFunctionInput) String() string
- func (s *GetFunctionInput) Validate() error
- type GetFunctionOutput
- func (s GetFunctionOutput) GoString() string
- func (s GetFunctionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetFunctionOutput) SDKResponseMetadata() aws.Response
- func (s GetFunctionOutput) String() string
- type GetFunctionRequest
- type GetLayerVersionByArnInput
- func (s GetLayerVersionByArnInput) GoString() string
- func (s GetLayerVersionByArnInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetLayerVersionByArnInput) String() string
- func (s *GetLayerVersionByArnInput) Validate() error
- type GetLayerVersionByArnOutput
- func (s GetLayerVersionByArnOutput) GoString() string
- func (s GetLayerVersionByArnOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetLayerVersionByArnOutput) SDKResponseMetadata() aws.Response
- func (s GetLayerVersionByArnOutput) String() string
- type GetLayerVersionByArnRequest
- type GetLayerVersionInput
- func (s GetLayerVersionInput) GoString() string
- func (s GetLayerVersionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetLayerVersionInput) String() string
- func (s *GetLayerVersionInput) Validate() error
- type GetLayerVersionPolicyInput
- func (s GetLayerVersionPolicyInput) GoString() string
- func (s GetLayerVersionPolicyInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetLayerVersionPolicyInput) String() string
- func (s *GetLayerVersionPolicyInput) Validate() error
- type GetLayerVersionPolicyOutput
- func (s GetLayerVersionPolicyOutput) GoString() string
- func (s GetLayerVersionPolicyOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetLayerVersionPolicyOutput) SDKResponseMetadata() aws.Response
- func (s GetLayerVersionPolicyOutput) String() string
- type GetLayerVersionPolicyRequest
- type GetLayerVersionRequest
- type GetPolicyInput
- func (s GetPolicyInput) GoString() string
- func (s GetPolicyInput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetPolicyInput) String() string
- func (s *GetPolicyInput) Validate() error
- type GetPolicyOutput
- func (s GetPolicyOutput) GoString() string
- func (s GetPolicyOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s GetPolicyOutput) SDKResponseMetadata() aws.Response
- func (s GetPolicyOutput) String() string
- type GetPolicyRequest
- type InvocationType
- func (enum InvocationType) MarshalValue() (string, error)
- func (enum InvocationType) MarshalValueBuf(b []byte) ([]byte, error)
- type InvokeAsyncInput
- func (s InvokeAsyncInput) GoString() string
- func (s InvokeAsyncInput) MarshalFields(e protocol.FieldEncoder) error
- func (s InvokeAsyncInput) String() string
- func (s *InvokeAsyncInput) Validate() error
- type InvokeAsyncOutput
- func (s InvokeAsyncOutput) GoString() string
- func (s InvokeAsyncOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s InvokeAsyncOutput) SDKResponseMetadata() aws.Response
- func (s InvokeAsyncOutput) String() string
- type InvokeAsyncRequest
- type InvokeInput
- func (s InvokeInput) GoString() string
- func (s InvokeInput) MarshalFields(e protocol.FieldEncoder) error
- func (s InvokeInput) String() string
- func (s *InvokeInput) Validate() error
- type InvokeOutput
- func (s InvokeOutput) GoString() string
- func (s InvokeOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s InvokeOutput) SDKResponseMetadata() aws.Response
- func (s InvokeOutput) String() string
- type InvokeRequest
- type Lambda
- func New(config aws.Config) *Lambda
- func (c *Lambda) AddLayerVersionPermissionRequest(input *AddLayerVersionPermissionInput) AddLayerVersionPermissionRequest
- func (c *Lambda) AddPermissionRequest(input *AddPermissionInput) AddPermissionRequest
- func (c *Lambda) CreateAliasRequest(input *CreateAliasInput) CreateAliasRequest
- func (c *Lambda) CreateEventSourceMappingRequest(input *CreateEventSourceMappingInput) CreateEventSourceMappingRequest
- func (c *Lambda) CreateFunctionRequest(input *CreateFunctionInput) CreateFunctionRequest
- func (c *Lambda) DeleteAliasRequest(input *DeleteAliasInput) DeleteAliasRequest
- func (c *Lambda) DeleteEventSourceMappingRequest(input *DeleteEventSourceMappingInput) DeleteEventSourceMappingRequest
- func (c *Lambda) DeleteFunctionConcurrencyRequest(input *DeleteFunctionConcurrencyInput) DeleteFunctionConcurrencyRequest
- func (c *Lambda) DeleteFunctionRequest(input *DeleteFunctionInput) DeleteFunctionRequest
- func (c *Lambda) DeleteLayerVersionRequest(input *DeleteLayerVersionInput) DeleteLayerVersionRequest
- func (c *Lambda) GetAccountSettingsRequest(input *GetAccountSettingsInput) GetAccountSettingsRequest
- func (c *Lambda) GetAliasRequest(input *GetAliasInput) GetAliasRequest
- func (c *Lambda) GetEventSourceMappingRequest(input *GetEventSourceMappingInput) GetEventSourceMappingRequest
- func (c *Lambda) GetFunctionConfigurationRequest(input *GetFunctionConfigurationInput) GetFunctionConfigurationRequest
- func (c *Lambda) GetFunctionRequest(input *GetFunctionInput) GetFunctionRequest
- func (c *Lambda) GetLayerVersionByArnRequest(input *GetLayerVersionByArnInput) GetLayerVersionByArnRequest
- func (c *Lambda) GetLayerVersionPolicyRequest(input *GetLayerVersionPolicyInput) GetLayerVersionPolicyRequest
- func (c *Lambda) GetLayerVersionRequest(input *GetLayerVersionInput) GetLayerVersionRequest
- func (c *Lambda) GetPolicyRequest(input *GetPolicyInput) GetPolicyRequest
- func (c *Lambda) InvokeAsyncRequest(input *InvokeAsyncInput) InvokeAsyncRequest
- func (c *Lambda) InvokeRequest(input *InvokeInput) InvokeRequest
- func (c *Lambda) ListAliasesRequest(input *ListAliasesInput) ListAliasesRequest
- func (c *Lambda) ListEventSourceMappingsRequest(input *ListEventSourceMappingsInput) ListEventSourceMappingsRequest
- func (c *Lambda) ListFunctionsRequest(input *ListFunctionsInput) ListFunctionsRequest
- func (c *Lambda) ListLayerVersionsRequest(input *ListLayerVersionsInput) ListLayerVersionsRequest
- func (c *Lambda) ListLayersRequest(input *ListLayersInput) ListLayersRequest
- func (c *Lambda) ListTagsRequest(input *ListTagsInput) ListTagsRequest
- func (c *Lambda) ListVersionsByFunctionRequest(input *ListVersionsByFunctionInput) ListVersionsByFunctionRequest
- func (c *Lambda) PublishLayerVersionRequest(input *PublishLayerVersionInput) PublishLayerVersionRequest
- func (c *Lambda) PublishVersionRequest(input *PublishVersionInput) PublishVersionRequest
- func (c *Lambda) PutFunctionConcurrencyRequest(input *PutFunctionConcurrencyInput) PutFunctionConcurrencyRequest
- func (c *Lambda) RemoveLayerVersionPermissionRequest(input *RemoveLayerVersionPermissionInput) RemoveLayerVersionPermissionRequest
- func (c *Lambda) RemovePermissionRequest(input *RemovePermissionInput) RemovePermissionRequest
- func (c *Lambda) TagResourceRequest(input *TagResourceInput) TagResourceRequest
- func (c *Lambda) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest
- func (c *Lambda) UpdateAliasRequest(input *UpdateAliasInput) UpdateAliasRequest
- func (c *Lambda) UpdateEventSourceMappingRequest(input *UpdateEventSourceMappingInput) UpdateEventSourceMappingRequest
- func (c *Lambda) UpdateFunctionCodeRequest(input *UpdateFunctionCodeInput) UpdateFunctionCodeRequest
- func (c *Lambda) UpdateFunctionConfigurationRequest(input *UpdateFunctionConfigurationInput) UpdateFunctionConfigurationRequest
- type Layer
- func (s Layer) GoString() string
- func (s Layer) MarshalFields(e protocol.FieldEncoder) error
- func (s Layer) String() string
- type LayerVersionContentInput
- func (s LayerVersionContentInput) GoString() string
- func (s LayerVersionContentInput) MarshalFields(e protocol.FieldEncoder) error
- func (s LayerVersionContentInput) String() string
- func (s *LayerVersionContentInput) Validate() error
- type LayerVersionContentOutput
- func (s LayerVersionContentOutput) GoString() string
- func (s LayerVersionContentOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s LayerVersionContentOutput) String() string
- type LayerVersionsListItem
- func (s LayerVersionsListItem) GoString() string
- func (s LayerVersionsListItem) MarshalFields(e protocol.FieldEncoder) error
- func (s LayerVersionsListItem) String() string
- type LayersListItem
- func (s LayersListItem) GoString() string
- func (s LayersListItem) MarshalFields(e protocol.FieldEncoder) error
- func (s LayersListItem) String() string
- type ListAliasesInput
- func (s ListAliasesInput) GoString() string
- func (s ListAliasesInput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListAliasesInput) String() string
- func (s *ListAliasesInput) Validate() error
- type ListAliasesOutput
- func (s ListAliasesOutput) GoString() string
- func (s ListAliasesOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListAliasesOutput) SDKResponseMetadata() aws.Response
- func (s ListAliasesOutput) String() string
- type ListAliasesRequest
- type ListEventSourceMappingsInput
- func (s ListEventSourceMappingsInput) GoString() string
- func (s ListEventSourceMappingsInput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListEventSourceMappingsInput) String() string
- func (s *ListEventSourceMappingsInput) Validate() error
- type ListEventSourceMappingsOutput
- func (s ListEventSourceMappingsOutput) GoString() string
- func (s ListEventSourceMappingsOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListEventSourceMappingsOutput) SDKResponseMetadata() aws.Response
- func (s ListEventSourceMappingsOutput) String() string
- type ListEventSourceMappingsPager
- type ListEventSourceMappingsRequest
- func (p *ListEventSourceMappingsRequest) Paginate(opts ...aws.Option) ListEventSourceMappingsPager
- func (r ListEventSourceMappingsRequest) Send(ctx context.Context) (*ListEventSourceMappingsOutput, error)
- type ListFunctionsInput
- func (s ListFunctionsInput) GoString() string
- func (s ListFunctionsInput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListFunctionsInput) String() string
- func (s *ListFunctionsInput) Validate() error
- type ListFunctionsOutput
- func (s ListFunctionsOutput) GoString() string
- func (s ListFunctionsOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListFunctionsOutput) SDKResponseMetadata() aws.Response
- func (s ListFunctionsOutput) String() string
- type ListFunctionsPager
- type ListFunctionsRequest
- func (p *ListFunctionsRequest) Paginate(opts ...aws.Option) ListFunctionsPager
- func (r ListFunctionsRequest) Send(ctx context.Context) (*ListFunctionsOutput, error)
- type ListLayerVersionsInput
- func (s ListLayerVersionsInput) GoString() string
- func (s ListLayerVersionsInput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListLayerVersionsInput) String() string
- func (s *ListLayerVersionsInput) Validate() error
- type ListLayerVersionsOutput
- func (s ListLayerVersionsOutput) GoString() string
- func (s ListLayerVersionsOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListLayerVersionsOutput) SDKResponseMetadata() aws.Response
- func (s ListLayerVersionsOutput) String() string
- type ListLayerVersionsRequest
- type ListLayersInput
- func (s ListLayersInput) GoString() string
- func (s ListLayersInput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListLayersInput) String() string
- func (s *ListLayersInput) Validate() error
- type ListLayersOutput
- func (s ListLayersOutput) GoString() string
- func (s ListLayersOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListLayersOutput) SDKResponseMetadata() aws.Response
- func (s ListLayersOutput) String() string
- type ListLayersRequest
- type ListTagsInput
- func (s ListTagsInput) GoString() string
- func (s ListTagsInput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListTagsInput) String() string
- func (s *ListTagsInput) Validate() error
- type ListTagsOutput
- func (s ListTagsOutput) GoString() string
- func (s ListTagsOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListTagsOutput) SDKResponseMetadata() aws.Response
- func (s ListTagsOutput) String() string
- type ListTagsRequest
- type ListVersionsByFunctionInput
- func (s ListVersionsByFunctionInput) GoString() string
- func (s ListVersionsByFunctionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListVersionsByFunctionInput) String() string
- func (s *ListVersionsByFunctionInput) Validate() error
- type ListVersionsByFunctionOutput
- func (s ListVersionsByFunctionOutput) GoString() string
- func (s ListVersionsByFunctionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s ListVersionsByFunctionOutput) SDKResponseMetadata() aws.Response
- func (s ListVersionsByFunctionOutput) String() string
- type ListVersionsByFunctionRequest
- type LogType
- func (enum LogType) MarshalValue() (string, error)
- func (enum LogType) MarshalValueBuf(b []byte) ([]byte, error)
- type PublishLayerVersionInput
- func (s PublishLayerVersionInput) GoString() string
- func (s PublishLayerVersionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s PublishLayerVersionInput) String() string
- func (s *PublishLayerVersionInput) Validate() error
- type PublishLayerVersionOutput
- func (s PublishLayerVersionOutput) GoString() string
- func (s PublishLayerVersionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s PublishLayerVersionOutput) SDKResponseMetadata() aws.Response
- func (s PublishLayerVersionOutput) String() string
- type PublishLayerVersionRequest
- type PublishVersionInput
- func (s PublishVersionInput) GoString() string
- func (s PublishVersionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s PublishVersionInput) String() string
- func (s *PublishVersionInput) Validate() error
- type PublishVersionRequest
- func (r PublishVersionRequest) Send(ctx context.Context) (*UpdateFunctionConfigurationOutput, error)
- type PutFunctionConcurrencyInput
- func (s PutFunctionConcurrencyInput) GoString() string
- func (s PutFunctionConcurrencyInput) MarshalFields(e protocol.FieldEncoder) error
- func (s PutFunctionConcurrencyInput) String() string
- func (s *PutFunctionConcurrencyInput) Validate() error
- type PutFunctionConcurrencyOutput
- func (s PutFunctionConcurrencyOutput) GoString() string
- func (s PutFunctionConcurrencyOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s PutFunctionConcurrencyOutput) SDKResponseMetadata() aws.Response
- func (s PutFunctionConcurrencyOutput) String() string
- type PutFunctionConcurrencyRequest
- type RemoveLayerVersionPermissionInput
- func (s RemoveLayerVersionPermissionInput) GoString() string
- func (s RemoveLayerVersionPermissionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s RemoveLayerVersionPermissionInput) String() string
- func (s *RemoveLayerVersionPermissionInput) Validate() error
- type RemoveLayerVersionPermissionOutput
- func (s RemoveLayerVersionPermissionOutput) GoString() string
- func (s RemoveLayerVersionPermissionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s RemoveLayerVersionPermissionOutput) SDKResponseMetadata() aws.Response
- func (s RemoveLayerVersionPermissionOutput) String() string
- type RemoveLayerVersionPermissionRequest
- type RemovePermissionInput
- func (s RemovePermissionInput) GoString() string
- func (s RemovePermissionInput) MarshalFields(e protocol.FieldEncoder) error
- func (s RemovePermissionInput) String() string
- func (s *RemovePermissionInput) Validate() error
- type RemovePermissionOutput
- func (s RemovePermissionOutput) GoString() string
- func (s RemovePermissionOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s RemovePermissionOutput) SDKResponseMetadata() aws.Response
- func (s RemovePermissionOutput) String() string
- type RemovePermissionRequest
- type Runtime
- func (enum Runtime) MarshalValue() (string, error)
- func (enum Runtime) MarshalValueBuf(b []byte) ([]byte, error)
- type TagResourceInput
- func (s TagResourceInput) GoString() string
- func (s TagResourceInput) MarshalFields(e protocol.FieldEncoder) error
- func (s TagResourceInput) String() string
- func (s *TagResourceInput) Validate() error
- type TagResourceOutput
- func (s TagResourceOutput) GoString() string
- func (s TagResourceOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s TagResourceOutput) SDKResponseMetadata() aws.Response
- func (s TagResourceOutput) String() string
- type TagResourceRequest
- type ThrottleReason
- func (enum ThrottleReason) MarshalValue() (string, error)
- func (enum ThrottleReason) MarshalValueBuf(b []byte) ([]byte, error)
- type TracingConfig
- func (s TracingConfig) GoString() string
- func (s TracingConfig) MarshalFields(e protocol.FieldEncoder) error
- func (s TracingConfig) String() string
- type TracingConfigResponse
- func (s TracingConfigResponse) GoString() string
- func (s TracingConfigResponse) MarshalFields(e protocol.FieldEncoder) error
- func (s TracingConfigResponse) String() string
- type TracingMode
- func (enum TracingMode) MarshalValue() (string, error)
- func (enum TracingMode) MarshalValueBuf(b []byte) ([]byte, error)
- type UntagResourceInput
- func (s UntagResourceInput) GoString() string
- func (s UntagResourceInput) MarshalFields(e protocol.FieldEncoder) error
- func (s UntagResourceInput) String() string
- func (s *UntagResourceInput) Validate() error
- type UntagResourceOutput
- func (s UntagResourceOutput) GoString() string
- func (s UntagResourceOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s UntagResourceOutput) SDKResponseMetadata() aws.Response
- func (s UntagResourceOutput) String() string
- type UntagResourceRequest
- type UpdateAliasInput
- func (s UpdateAliasInput) GoString() string
- func (s UpdateAliasInput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateAliasInput) String() string
- func (s *UpdateAliasInput) Validate() error
- type UpdateAliasOutput
- func (s UpdateAliasOutput) GoString() string
- func (s UpdateAliasOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateAliasOutput) SDKResponseMetadata() aws.Response
- func (s UpdateAliasOutput) String() string
- type UpdateAliasRequest
- type UpdateEventSourceMappingInput
- func (s UpdateEventSourceMappingInput) GoString() string
- func (s UpdateEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateEventSourceMappingInput) String() string
- func (s *UpdateEventSourceMappingInput) Validate() error
- type UpdateEventSourceMappingOutput
- func (s UpdateEventSourceMappingOutput) GoString() string
- func (s UpdateEventSourceMappingOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateEventSourceMappingOutput) SDKResponseMetadata() aws.Response
- func (s UpdateEventSourceMappingOutput) String() string
- type UpdateEventSourceMappingRequest
- type UpdateFunctionCodeInput
- func (s UpdateFunctionCodeInput) GoString() string
- func (s UpdateFunctionCodeInput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateFunctionCodeInput) String() string
- func (s *UpdateFunctionCodeInput) Validate() error
- type UpdateFunctionCodeRequest
- type UpdateFunctionConfigurationInput
- func (s UpdateFunctionConfigurationInput) GoString() string
- func (s UpdateFunctionConfigurationInput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateFunctionConfigurationInput) String() string
- func (s *UpdateFunctionConfigurationInput) Validate() error
- type UpdateFunctionConfigurationOutput
- func (s UpdateFunctionConfigurationOutput) GoString() string
- func (s UpdateFunctionConfigurationOutput) MarshalFields(e protocol.FieldEncoder) error
- func (s UpdateFunctionConfigurationOutput) SDKResponseMetadata() aws.Response
- func (s UpdateFunctionConfigurationOutput) String() string
- type UpdateFunctionConfigurationRequest
- type VpcConfig
- func (s VpcConfig) GoString() string
- func (s VpcConfig) MarshalFields(e protocol.FieldEncoder) error
- func (s VpcConfig) String() string
- type VpcConfigResponse
Examples ¶
- Lambda.AddPermissionRequest (Shared00)
- Lambda.CreateFunctionRequest (Shared00)
- Lambda.DeleteAliasRequest (Shared00)
- Lambda.DeleteEventSourceMappingRequest (Shared00)
- Lambda.DeleteFunctionRequest (Shared00)
- Lambda.GetAccountSettingsRequest (Shared00)
- Lambda.GetAliasRequest (Shared00)
- Lambda.GetEventSourceMappingRequest (Shared00)
- Lambda.GetFunctionConfigurationRequest (Shared00)
- Lambda.GetFunctionRequest (Shared00)
- Lambda.GetPolicyRequest (Shared00)
- Lambda.InvokeAsyncRequest (Shared00)
- Lambda.InvokeRequest (Shared00)
- Lambda.ListAliasesRequest (Shared00)
- Lambda.ListFunctionsRequest (Shared00)
- Lambda.ListVersionsByFunctionRequest (Shared00)
- Lambda.PublishVersionRequest (Shared00)
- Lambda.RemovePermissionRequest (Shared00)
- Lambda.UpdateAliasRequest (Shared00)
- Lambda.UpdateEventSourceMappingRequest (Shared00)
- Lambda.UpdateFunctionCodeRequest (Shared00)
- Lambda.UpdateFunctionConfigurationRequest (Shared00)
Constants ¶
const ( // ErrCodeCodeStorageExceededException for service response error code // "CodeStorageExceededException". // // You have exceeded your maximum total code size per account. Learn more (https://docs.aws.amazon.com/lambda/latest/dg/limits.html) ErrCodeCodeStorageExceededException = "CodeStorageExceededException" // ErrCodeEC2AccessDeniedException for service response error code // "EC2AccessDeniedException". // // Need additional permissions to configure VPC settings. ErrCodeEC2AccessDeniedException = "EC2AccessDeniedException" // ErrCodeEC2ThrottledException for service response error code // "EC2ThrottledException". // // AWS Lambda was throttled by Amazon EC2 during Lambda function initialization // using the execution role provided for the Lambda function. ErrCodeEC2ThrottledException = "EC2ThrottledException" // ErrCodeEC2UnexpectedException for service response error code // "EC2UnexpectedException". // // AWS Lambda received an unexpected EC2 client exception while setting up for // the Lambda function. ErrCodeEC2UnexpectedException = "EC2UnexpectedException" // ErrCodeENILimitReachedException for service response error code // "ENILimitReachedException". // // AWS Lambda was not able to create an Elastic Network Interface (ENI) in the // VPC, specified as part of Lambda function configuration, because the limit // for network interfaces has been reached. ErrCodeENILimitReachedException = "ENILimitReachedException" // ErrCodeInvalidParameterValueException for service response error code // "InvalidParameterValueException". // // One of the parameters in the request is invalid. For example, if you provided // an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration // API, that AWS Lambda is unable to assume you will get this exception. ErrCodeInvalidParameterValueException = "InvalidParameterValueException" // ErrCodeInvalidRequestContentException for service response error code // "InvalidRequestContentException". // // The request body could not be parsed as JSON. ErrCodeInvalidRequestContentException = "InvalidRequestContentException" // ErrCodeInvalidRuntimeException for service response error code // "InvalidRuntimeException". // // The runtime or runtime version specified is not supported. ErrCodeInvalidRuntimeException = "InvalidRuntimeException" // ErrCodeInvalidSecurityGroupIDException for service response error code // "InvalidSecurityGroupIDException". // // The Security Group ID provided in the Lambda function VPC configuration is // invalid. ErrCodeInvalidSecurityGroupIDException = "InvalidSecurityGroupIDException" // ErrCodeInvalidSubnetIDException for service response error code // "InvalidSubnetIDException". // // The Subnet ID provided in the Lambda function VPC configuration is invalid. ErrCodeInvalidSubnetIDException = "InvalidSubnetIDException" // ErrCodeInvalidZipFileException for service response error code // "InvalidZipFileException". // // AWS Lambda could not unzip the deployment package. ErrCodeInvalidZipFileException = "InvalidZipFileException" // ErrCodeKMSAccessDeniedException for service response error code // "KMSAccessDeniedException". // // Lambda was unable to decrypt the environment variables because KMS access // was denied. Check the Lambda function's KMS permissions. ErrCodeKMSAccessDeniedException = "KMSAccessDeniedException" // ErrCodeKMSDisabledException for service response error code // "KMSDisabledException". // // Lambda was unable to decrypt the environment variables because the KMS key // used is disabled. Check the Lambda function's KMS key settings. ErrCodeKMSDisabledException = "KMSDisabledException" // ErrCodeKMSInvalidStateException for service response error code // "KMSInvalidStateException". // // Lambda was unable to decrypt the environment variables because the KMS key // used is in an invalid state for Decrypt. Check the function's KMS key settings. ErrCodeKMSInvalidStateException = "KMSInvalidStateException" // ErrCodeKMSNotFoundException for service response error code // "KMSNotFoundException". // // Lambda was unable to decrypt the environment variables because the KMS key // was not found. Check the function's KMS key settings. ErrCodeKMSNotFoundException = "KMSNotFoundException" // ErrCodePolicyLengthExceededException for service response error code // "PolicyLengthExceededException". // // The permissions policy for the resource is too large. Learn more (https://docs.aws.amazon.com/lambda/latest/dg/limits.html) ErrCodePolicyLengthExceededException = "PolicyLengthExceededException" // ErrCodePreconditionFailedException for service response error code // "PreconditionFailedException". // // The RevisionId provided does not match the latest RevisionId for the Lambda // function or alias. Call the GetFunction or the GetAlias API to retrieve the // latest RevisionId for your resource. ErrCodePreconditionFailedException = "PreconditionFailedException" // ErrCodeRequestTooLargeException for service response error code // "RequestTooLargeException". // // The request payload exceeded the Invoke request body JSON input limit. For // more information, see Limits (https://docs.aws.amazon.com/lambda/latest/dg/limits.html). ErrCodeRequestTooLargeException = "RequestTooLargeException" // ErrCodeResourceConflictException for service response error code // "ResourceConflictException". // // The resource already exists. ErrCodeResourceConflictException = "ResourceConflictException" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". // // The operation conflicts with the resource's availability. For example, you // attempted to update an EventSource Mapping in CREATING, or tried to delete // a EventSource mapping currently in the UPDATING state. ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The resource (for example, a Lambda function or access policy statement) // specified in the request does not exist. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeServiceException for service response error code // "ServiceException". // // The AWS Lambda service encountered an internal error. ErrCodeServiceException = "ServiceException" // ErrCodeSubnetIPAddressLimitReachedException for service response error code // "SubnetIPAddressLimitReachedException". // // AWS Lambda was not able to set up VPC access for the Lambda function because // one or more configured subnets has no available IP addresses. ErrCodeSubnetIPAddressLimitReachedException = "SubnetIPAddressLimitReachedException" // ErrCodeTooManyRequestsException for service response error code // "TooManyRequestsException". // // Request throughput limit exceeded. ErrCodeTooManyRequestsException = "TooManyRequestsException" // ErrCodeUnsupportedMediaTypeException for service response error code // "UnsupportedMediaTypeException". // // The content type of the Invoke request body is not JSON. ErrCodeUnsupportedMediaTypeException = "UnsupportedMediaTypeException" )
const ( ServiceName = "lambda" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Types ¶
type AccountLimit ¶
type AccountLimit struct { // The maximum size of your function's code and layers when they're extracted. CodeSizeUnzipped *int64 `type:"long"` // The maximum size of a deployment package when it's uploaded directly to AWS // Lambda. Use Amazon S3 for larger files. CodeSizeZipped *int64 `type:"long"` // The maximum number of simultaneous function executions. ConcurrentExecutions *int64 `type:"integer"` // The amount of storage space that you can use for all deployment packages // and layer archives. TotalCodeSize *int64 `type:"long"` // The maximum number of simultaneous function executions, minus the capacity // that's reserved for individual functions with PutFunctionConcurrency. UnreservedConcurrentExecutions *int64 `type:"integer"` // contains filtered or unexported fields }
Limits that are related to concurrency and code storage. All file and storage sizes are in bytes. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AccountLimit
func (AccountLimit) GoString ¶
func (s AccountLimit) GoString() string
GoString returns the string representation
func (AccountLimit) MarshalFields ¶
func (s AccountLimit) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AccountLimit) String ¶
func (s AccountLimit) String() string
String returns the string representation
type AccountUsage ¶
type AccountUsage struct { // The number of Lambda functions. FunctionCount *int64 `type:"long"` // The amount of storage space, in bytes, that's being used by deployment packages // and layer archives. TotalCodeSize *int64 `type:"long"` // contains filtered or unexported fields }
The number of functions and amount of storage in use. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AccountUsage
func (AccountUsage) GoString ¶
func (s AccountUsage) GoString() string
GoString returns the string representation
func (AccountUsage) MarshalFields ¶
func (s AccountUsage) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AccountUsage) String ¶
func (s AccountUsage) String() string
String returns the string representation
type AddLayerVersionPermissionInput ¶
type AddLayerVersionPermissionInput struct { // The API action that grants access to the layer. For example, lambda:GetLayerVersion. // // Action is a required field Action *string `type:"string" required:"true"` // The name or Amazon Resource Name (ARN) of the layer. // // LayerName is a required field LayerName *string `location:"uri" locationName:"LayerName" min:"1" type:"string" required:"true"` // With the principal set to *, grant permission to all accounts in the specified // organization. OrganizationId *string `type:"string"` // An account ID, or * to grant permission to all AWS accounts. // // Principal is a required field Principal *string `type:"string" required:"true"` // Only update the policy if the revision ID matches the ID specified. Use this // option to avoid modifying a policy that has changed since you last read it. RevisionId *string `location:"querystring" locationName:"RevisionId" type:"string"` // An identifier that distinguishes the policy from others on the same layer // version. // // StatementId is a required field StatementId *string `min:"1" type:"string" required:"true"` // The version number. // // VersionNumber is a required field VersionNumber *int64 `location:"uri" locationName:"VersionNumber" type:"long" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AddLayerVersionPermissionRequest
func (AddLayerVersionPermissionInput) GoString ¶
func (s AddLayerVersionPermissionInput) GoString() string
GoString returns the string representation
func (AddLayerVersionPermissionInput) MarshalFields ¶
func (s AddLayerVersionPermissionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AddLayerVersionPermissionInput) String ¶
func (s AddLayerVersionPermissionInput) String() string
String returns the string representation
func (*AddLayerVersionPermissionInput) Validate ¶
func (s *AddLayerVersionPermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddLayerVersionPermissionOutput ¶
type AddLayerVersionPermissionOutput struct { // A unique identifier for the current revision of the policy. RevisionId *string `type:"string"` // The permission statement. Statement *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AddLayerVersionPermissionResponse
func (AddLayerVersionPermissionOutput) GoString ¶
func (s AddLayerVersionPermissionOutput) GoString() string
GoString returns the string representation
func (AddLayerVersionPermissionOutput) MarshalFields ¶
func (s AddLayerVersionPermissionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AddLayerVersionPermissionOutput) SDKResponseMetadata ¶
func (s AddLayerVersionPermissionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddLayerVersionPermissionOutput) String ¶
func (s AddLayerVersionPermissionOutput) String() string
String returns the string representation
type AddLayerVersionPermissionRequest ¶
type AddLayerVersionPermissionRequest struct { *aws.Request Input *AddLayerVersionPermissionInput Copy func(*AddLayerVersionPermissionInput) AddLayerVersionPermissionRequest }
AddLayerVersionPermissionRequest is a API request type for the AddLayerVersionPermission API operation.
func (AddLayerVersionPermissionRequest) Send ¶
func (r AddLayerVersionPermissionRequest) Send(ctx context.Context) (*AddLayerVersionPermissionOutput, error)
Send marshals and sends the AddLayerVersionPermission API request.
type AddPermissionInput ¶
type AddPermissionInput struct { // The action that the principal can use on the function. For example, lambda:InvokeFunction // or lambda:GetFunction. // // Action is a required field Action *string `type:"string" required:"true"` // For Alexa Smart Home functions, a token that must be supplied by the invoker. EventSourceToken *string `type:"string"` // The name of the Lambda function, version, or alias. // // Name formats // // * Function name - my-function (name-only), my-function:v1 (with alias). // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // You can append a version number or alias to any of the formats. The length // constraint applies only to the full ARN. If you specify only the function // name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The AWS service or account that invokes the function. If you specify a service, // use SourceArn or SourceAccount to limit who can invoke the function through // that service. // // Principal is a required field Principal *string `type:"string" required:"true"` // Specify a version or alias to add permissions to a published version of the // function. Qualifier *string `location:"querystring" locationName:"Qualifier" min:"1" type:"string"` // Only update the policy if the revision ID matches the ID that's specified. // Use this option to avoid modifying a policy that has changed since you last // read it. RevisionId *string `type:"string"` // For AWS services, the ID of the account that owns the resource. Use this // instead of SourceArn to grant permission to resources that are owned by another // account (for example, all of an account's Amazon S3 buckets). Or use it together // with SourceArn to ensure that the resource is owned by the specified account. // For example, an Amazon S3 bucket could be deleted by its owner and recreated // by another account. SourceAccount *string `type:"string"` // For AWS services, the ARN of the AWS resource that invokes the function. // For example, an Amazon S3 bucket or Amazon SNS topic. SourceArn *string `type:"string"` // A statement identifier that differentiates the statement from others in the // same policy. // // StatementId is a required field StatementId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AddPermissionRequest
func (AddPermissionInput) GoString ¶
func (s AddPermissionInput) GoString() string
GoString returns the string representation
func (AddPermissionInput) MarshalFields ¶
func (s AddPermissionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AddPermissionInput) String ¶
func (s AddPermissionInput) String() string
String returns the string representation
func (*AddPermissionInput) Validate ¶
func (s *AddPermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddPermissionOutput ¶
type AddPermissionOutput struct { // The permission statement that's added to the function policy. Statement *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AddPermissionResponse
func (AddPermissionOutput) GoString ¶
func (s AddPermissionOutput) GoString() string
GoString returns the string representation
func (AddPermissionOutput) MarshalFields ¶
func (s AddPermissionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AddPermissionOutput) SDKResponseMetadata ¶
func (s AddPermissionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddPermissionOutput) String ¶
func (s AddPermissionOutput) String() string
String returns the string representation
type AddPermissionRequest ¶
type AddPermissionRequest struct { *aws.Request Input *AddPermissionInput Copy func(*AddPermissionInput) AddPermissionRequest }
AddPermissionRequest is a API request type for the AddPermission API operation.
func (AddPermissionRequest) Send ¶
func (r AddPermissionRequest) Send(ctx context.Context) (*AddPermissionOutput, error)
Send marshals and sends the AddPermission API request.
type AliasRoutingConfiguration ¶
type AliasRoutingConfiguration struct { // The name of the second alias, and the percentage of traffic that's routed // to it. AdditionalVersionWeights map[string]float64 `type:"map"` // contains filtered or unexported fields }
The traffic-shifting (https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) configuration of a Lambda function alias. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AliasRoutingConfiguration
func (AliasRoutingConfiguration) GoString ¶
func (s AliasRoutingConfiguration) GoString() string
GoString returns the string representation
func (AliasRoutingConfiguration) MarshalFields ¶
func (s AliasRoutingConfiguration) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (AliasRoutingConfiguration) String ¶
func (s AliasRoutingConfiguration) String() string
String returns the string representation
type CreateAliasInput ¶
type CreateAliasInput struct { // A description of the alias. Description *string `type:"string"` // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The function version that the alias invokes. // // FunctionVersion is a required field FunctionVersion *string `min:"1" type:"string" required:"true"` // The name of the alias. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The routing configuration (https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) // of the alias. RoutingConfig *AliasRoutingConfiguration `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateAliasRequest
func (CreateAliasInput) GoString ¶
func (s CreateAliasInput) GoString() string
GoString returns the string representation
func (CreateAliasInput) MarshalFields ¶
func (s CreateAliasInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (CreateAliasInput) String ¶
func (s CreateAliasInput) String() string
String returns the string representation
func (*CreateAliasInput) Validate ¶
func (s *CreateAliasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAliasRequest ¶
type CreateAliasRequest struct { *aws.Request Input *CreateAliasInput Copy func(*CreateAliasInput) CreateAliasRequest }
CreateAliasRequest is a API request type for the CreateAlias API operation.
func (CreateAliasRequest) Send ¶
func (r CreateAliasRequest) Send(ctx context.Context) (*UpdateAliasOutput, error)
Send marshals and sends the CreateAlias API request.
type CreateEventSourceMappingInput ¶
type CreateEventSourceMappingInput struct { // The maximum number of items to retrieve in a single batch. // // * Amazon Kinesis - Default 100. Max 10,000. // // * Amazon DynamoDB Streams - Default 100. Max 1,000. // // * Amazon Simple Queue Service - Default 10. Max 10. BatchSize *int64 `min:"1" type:"integer"` // Disables the event source mapping to pause polling and invocation. Enabled *bool `type:"boolean"` // The Amazon Resource Name (ARN) of the event source. // // * Amazon Kinesis - The ARN of the data stream or a stream consumer. // // * Amazon DynamoDB Streams - The ARN of the stream. // // * Amazon Simple Queue Service - The ARN of the queue. // // EventSourceArn is a required field EventSourceArn *string `type:"string" required:"true"` // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it's limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `min:"1" type:"string" required:"true"` // The position in a stream from which to start reading. Required for Amazon // Kinesis and Amazon DynamoDB Streams sources. AT_TIMESTAMP is only supported // for Amazon Kinesis streams. StartingPosition EventSourcePosition `type:"string" enum:"true"` // With StartingPosition set to AT_TIMESTAMP, the time from which to start reading. StartingPositionTimestamp *time.Time `type:"timestamp" timestampFormat:"unix"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateEventSourceMappingRequest
func (CreateEventSourceMappingInput) GoString ¶
func (s CreateEventSourceMappingInput) GoString() string
GoString returns the string representation
func (CreateEventSourceMappingInput) MarshalFields ¶
func (s CreateEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (CreateEventSourceMappingInput) String ¶
func (s CreateEventSourceMappingInput) String() string
String returns the string representation
func (*CreateEventSourceMappingInput) Validate ¶
func (s *CreateEventSourceMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEventSourceMappingRequest ¶
type CreateEventSourceMappingRequest struct { *aws.Request Input *CreateEventSourceMappingInput Copy func(*CreateEventSourceMappingInput) CreateEventSourceMappingRequest }
CreateEventSourceMappingRequest is a API request type for the CreateEventSourceMapping API operation.
func (CreateEventSourceMappingRequest) Send ¶
func (r CreateEventSourceMappingRequest) Send(ctx context.Context) (*UpdateEventSourceMappingOutput, error)
Send marshals and sends the CreateEventSourceMapping API request.
type CreateFunctionInput ¶
type CreateFunctionInput struct { // The code for the function. // // Code is a required field Code *FunctionCode `type:"structure" required:"true"` // A dead letter queue configuration that specifies the queue or topic where // Lambda sends asynchronous events when they fail processing. For more information, // see Dead Letter Queues (https://docs.aws.amazon.com/lambda/latest/dg/dlq.html). DeadLetterConfig *DeadLetterConfig `type:"structure"` // A description of the function. Description *string `type:"string"` // Environment variables that are accessible from function code during execution. Environment *Environment `type:"structure"` // The name of the Lambda function. // // Name formats // // * Function name - my-function. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `min:"1" type:"string" required:"true"` // The name of the method within your code that Lambda calls to execute your // function. The format includes the file name. It can also include namespaces // and other qualifiers, depending on the runtime. For more information, see // Programming Model (https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html). // // Handler is a required field Handler *string `type:"string" required:"true"` // The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt // your function's environment variables. If it's not provided, AWS Lambda uses // a default service key. KMSKeyArn *string `type:"string"` // A list of function layers (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) // to add to the function's execution environment. Specify each layer by its // ARN, including the version. Layers []string `type:"list"` // The amount of memory that your function has access to. Increasing the function's // memory also increases its CPU allocation. The default value is 128 MB. The // value must be a multiple of 64 MB. MemorySize *int64 `min:"128" type:"integer"` // Set to true to publish the first version of the function during creation. Publish *bool `type:"boolean"` // The Amazon Resource Name (ARN) of the function's execution role. // // Role is a required field Role *string `type:"string" required:"true"` // The identifier of the function's runtime (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). // // Runtime is a required field Runtime Runtime `type:"string" required:"true" enum:"true"` // A list of tags (https://docs.aws.amazon.com/lambda/latest/dg/tagging.html) // to apply to the function. Tags map[string]string `type:"map"` // The amount of time that Lambda allows a function to run before stopping it. // The default is 3 seconds. The maximum allowed value is 900 seconds. Timeout *int64 `min:"1" type:"integer"` // Set Mode to Active to sample and trace a subset of incoming requests with // AWS X-Ray. TracingConfig *TracingConfig `type:"structure"` // For network connectivity to AWS resources in a VPC, specify a list of security // groups and subnets in the VPC. When you connect a function to a VPC, it can // only access resources and the internet through that VPC. For more information, // see VPC Settings (https://docs.aws.amazon.com/lambda/latest/dg/vpc.html). VpcConfig *VpcConfig `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateFunctionRequest
func (CreateFunctionInput) GoString ¶
func (s CreateFunctionInput) GoString() string
GoString returns the string representation
func (CreateFunctionInput) MarshalFields ¶
func (s CreateFunctionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (CreateFunctionInput) String ¶
func (s CreateFunctionInput) String() string
String returns the string representation
func (*CreateFunctionInput) Validate ¶
func (s *CreateFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFunctionRequest ¶
type CreateFunctionRequest struct { *aws.Request Input *CreateFunctionInput Copy func(*CreateFunctionInput) CreateFunctionRequest }
CreateFunctionRequest is a API request type for the CreateFunction API operation.
func (CreateFunctionRequest) Send ¶
func (r CreateFunctionRequest) Send(ctx context.Context) (*UpdateFunctionConfigurationOutput, error)
Send marshals and sends the CreateFunction API request.
type DeadLetterConfig ¶
type DeadLetterConfig struct { // The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic. TargetArn *string `type:"string"` // contains filtered or unexported fields }
The dead letter queue (https://docs.aws.amazon.com/lambda/latest/dg/dlq.html) for failed asynchronous invocations. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeadLetterConfig
func (DeadLetterConfig) GoString ¶
func (s DeadLetterConfig) GoString() string
GoString returns the string representation
func (DeadLetterConfig) MarshalFields ¶
func (s DeadLetterConfig) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeadLetterConfig) String ¶
func (s DeadLetterConfig) String() string
String returns the string representation
type DeleteAliasInput ¶
type DeleteAliasInput struct { // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The name of the alias. // // Name is a required field Name *string `location:"uri" locationName:"Name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteAliasRequest
func (DeleteAliasInput) GoString ¶
func (s DeleteAliasInput) GoString() string
GoString returns the string representation
func (DeleteAliasInput) MarshalFields ¶
func (s DeleteAliasInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteAliasInput) String ¶
func (s DeleteAliasInput) String() string
String returns the string representation
func (*DeleteAliasInput) Validate ¶
func (s *DeleteAliasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAliasOutput ¶
type DeleteAliasOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteAliasOutput
func (DeleteAliasOutput) GoString ¶
func (s DeleteAliasOutput) GoString() string
GoString returns the string representation
func (DeleteAliasOutput) MarshalFields ¶
func (s DeleteAliasOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteAliasOutput) SDKResponseMetadata ¶
func (s DeleteAliasOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteAliasOutput) String ¶
func (s DeleteAliasOutput) String() string
String returns the string representation
type DeleteAliasRequest ¶
type DeleteAliasRequest struct { *aws.Request Input *DeleteAliasInput Copy func(*DeleteAliasInput) DeleteAliasRequest }
DeleteAliasRequest is a API request type for the DeleteAlias API operation.
func (DeleteAliasRequest) Send ¶
func (r DeleteAliasRequest) Send(ctx context.Context) (*DeleteAliasOutput, error)
Send marshals and sends the DeleteAlias API request.
type DeleteEventSourceMappingInput ¶
type DeleteEventSourceMappingInput struct { // The identifier of the event source mapping. // // UUID is a required field UUID *string `location:"uri" locationName:"UUID" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteEventSourceMappingRequest
func (DeleteEventSourceMappingInput) GoString ¶
func (s DeleteEventSourceMappingInput) GoString() string
GoString returns the string representation
func (DeleteEventSourceMappingInput) MarshalFields ¶
func (s DeleteEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteEventSourceMappingInput) String ¶
func (s DeleteEventSourceMappingInput) String() string
String returns the string representation
func (*DeleteEventSourceMappingInput) Validate ¶
func (s *DeleteEventSourceMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEventSourceMappingRequest ¶
type DeleteEventSourceMappingRequest struct { *aws.Request Input *DeleteEventSourceMappingInput Copy func(*DeleteEventSourceMappingInput) DeleteEventSourceMappingRequest }
DeleteEventSourceMappingRequest is a API request type for the DeleteEventSourceMapping API operation.
func (DeleteEventSourceMappingRequest) Send ¶
func (r DeleteEventSourceMappingRequest) Send(ctx context.Context) (*UpdateEventSourceMappingOutput, error)
Send marshals and sends the DeleteEventSourceMapping API request.
type DeleteFunctionConcurrencyInput ¶
type DeleteFunctionConcurrencyInput struct { // The name of the Lambda function. // // Name formats // // * Function name - my-function. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunctionConcurrencyRequest
func (DeleteFunctionConcurrencyInput) GoString ¶
func (s DeleteFunctionConcurrencyInput) GoString() string
GoString returns the string representation
func (DeleteFunctionConcurrencyInput) MarshalFields ¶
func (s DeleteFunctionConcurrencyInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteFunctionConcurrencyInput) String ¶
func (s DeleteFunctionConcurrencyInput) String() string
String returns the string representation
func (*DeleteFunctionConcurrencyInput) Validate ¶
func (s *DeleteFunctionConcurrencyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFunctionConcurrencyOutput ¶
type DeleteFunctionConcurrencyOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunctionConcurrencyOutput
func (DeleteFunctionConcurrencyOutput) GoString ¶
func (s DeleteFunctionConcurrencyOutput) GoString() string
GoString returns the string representation
func (DeleteFunctionConcurrencyOutput) MarshalFields ¶
func (s DeleteFunctionConcurrencyOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteFunctionConcurrencyOutput) SDKResponseMetadata ¶
func (s DeleteFunctionConcurrencyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteFunctionConcurrencyOutput) String ¶
func (s DeleteFunctionConcurrencyOutput) String() string
String returns the string representation
type DeleteFunctionConcurrencyRequest ¶
type DeleteFunctionConcurrencyRequest struct { *aws.Request Input *DeleteFunctionConcurrencyInput Copy func(*DeleteFunctionConcurrencyInput) DeleteFunctionConcurrencyRequest }
DeleteFunctionConcurrencyRequest is a API request type for the DeleteFunctionConcurrency API operation.
func (DeleteFunctionConcurrencyRequest) Send ¶
func (r DeleteFunctionConcurrencyRequest) Send(ctx context.Context) (*DeleteFunctionConcurrencyOutput, error)
Send marshals and sends the DeleteFunctionConcurrency API request.
type DeleteFunctionInput ¶
type DeleteFunctionInput struct { // The name of the Lambda function or version. // // Name formats // // * Function name - my-function (name-only), my-function:1 (with version). // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // You can append a version number or alias to any of the formats. The length // constraint applies only to the full ARN. If you specify only the function // name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Specify a version to delete. You can't delete a version that's referenced // by an alias. Qualifier *string `location:"querystring" locationName:"Qualifier" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunctionRequest
func (DeleteFunctionInput) GoString ¶
func (s DeleteFunctionInput) GoString() string
GoString returns the string representation
func (DeleteFunctionInput) MarshalFields ¶
func (s DeleteFunctionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteFunctionInput) String ¶
func (s DeleteFunctionInput) String() string
String returns the string representation
func (*DeleteFunctionInput) Validate ¶
func (s *DeleteFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFunctionOutput ¶
type DeleteFunctionOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunctionOutput
func (DeleteFunctionOutput) GoString ¶
func (s DeleteFunctionOutput) GoString() string
GoString returns the string representation
func (DeleteFunctionOutput) MarshalFields ¶
func (s DeleteFunctionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteFunctionOutput) SDKResponseMetadata ¶
func (s DeleteFunctionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteFunctionOutput) String ¶
func (s DeleteFunctionOutput) String() string
String returns the string representation
type DeleteFunctionRequest ¶
type DeleteFunctionRequest struct { *aws.Request Input *DeleteFunctionInput Copy func(*DeleteFunctionInput) DeleteFunctionRequest }
DeleteFunctionRequest is a API request type for the DeleteFunction API operation.
func (DeleteFunctionRequest) Send ¶
func (r DeleteFunctionRequest) Send(ctx context.Context) (*DeleteFunctionOutput, error)
Send marshals and sends the DeleteFunction API request.
type DeleteLayerVersionInput ¶
type DeleteLayerVersionInput struct { // The name or Amazon Resource Name (ARN) of the layer. // // LayerName is a required field LayerName *string `location:"uri" locationName:"LayerName" min:"1" type:"string" required:"true"` // The version number. // // VersionNumber is a required field VersionNumber *int64 `location:"uri" locationName:"VersionNumber" type:"long" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteLayerVersionRequest
func (DeleteLayerVersionInput) GoString ¶
func (s DeleteLayerVersionInput) GoString() string
GoString returns the string representation
func (DeleteLayerVersionInput) MarshalFields ¶
func (s DeleteLayerVersionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteLayerVersionInput) String ¶
func (s DeleteLayerVersionInput) String() string
String returns the string representation
func (*DeleteLayerVersionInput) Validate ¶
func (s *DeleteLayerVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLayerVersionOutput ¶
type DeleteLayerVersionOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteLayerVersionOutput
func (DeleteLayerVersionOutput) GoString ¶
func (s DeleteLayerVersionOutput) GoString() string
GoString returns the string representation
func (DeleteLayerVersionOutput) MarshalFields ¶
func (s DeleteLayerVersionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (DeleteLayerVersionOutput) SDKResponseMetadata ¶
func (s DeleteLayerVersionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteLayerVersionOutput) String ¶
func (s DeleteLayerVersionOutput) String() string
String returns the string representation
type DeleteLayerVersionRequest ¶
type DeleteLayerVersionRequest struct { *aws.Request Input *DeleteLayerVersionInput Copy func(*DeleteLayerVersionInput) DeleteLayerVersionRequest }
DeleteLayerVersionRequest is a API request type for the DeleteLayerVersion API operation.
func (DeleteLayerVersionRequest) Send ¶
func (r DeleteLayerVersionRequest) Send(ctx context.Context) (*DeleteLayerVersionOutput, error)
Send marshals and sends the DeleteLayerVersion API request.
type Environment ¶
type Environment struct { // Environment variable key-value pairs. Variables map[string]string `type:"map"` // contains filtered or unexported fields }
A function's environment variable settings. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/Environment
func (Environment) GoString ¶
func (s Environment) GoString() string
GoString returns the string representation
func (Environment) MarshalFields ¶
func (s Environment) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (Environment) String ¶
func (s Environment) String() string
String returns the string representation
type EnvironmentError ¶
type EnvironmentError struct { // The error code. ErrorCode *string `type:"string"` // The error message. Message *string `type:"string"` // contains filtered or unexported fields }
Error messages for environment variables that couldn't be applied. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/EnvironmentError
func (EnvironmentError) GoString ¶
func (s EnvironmentError) GoString() string
GoString returns the string representation
func (EnvironmentError) MarshalFields ¶
func (s EnvironmentError) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (EnvironmentError) String ¶
func (s EnvironmentError) String() string
String returns the string representation
type EnvironmentResponse ¶
type EnvironmentResponse struct { // Error messages for environment variables that couldn't be applied. Error *EnvironmentError `type:"structure"` // Environment variable key-value pairs. Variables map[string]string `type:"map"` // contains filtered or unexported fields }
The results of a configuration update that applied environment variables. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/EnvironmentResponse
func (EnvironmentResponse) GoString ¶
func (s EnvironmentResponse) GoString() string
GoString returns the string representation
func (EnvironmentResponse) MarshalFields ¶
func (s EnvironmentResponse) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (EnvironmentResponse) String ¶
func (s EnvironmentResponse) String() string
String returns the string representation
type EventSourcePosition ¶
type EventSourcePosition string
const ( EventSourcePositionTrimHorizon EventSourcePosition = "TRIM_HORIZON" EventSourcePositionLatest EventSourcePosition = "LATEST" EventSourcePositionAtTimestamp EventSourcePosition = "AT_TIMESTAMP" )
Enum values for EventSourcePosition
func (EventSourcePosition) MarshalValue ¶
func (enum EventSourcePosition) MarshalValue() (string, error)
func (EventSourcePosition) MarshalValueBuf ¶
func (enum EventSourcePosition) MarshalValueBuf(b []byte) ([]byte, error)
type FunctionCode ¶
type FunctionCode struct { // An Amazon S3 bucket in the same AWS Region as your function. The bucket can // be in a different AWS account. S3Bucket *string `min:"3" type:"string"` // The Amazon S3 key of the deployment package. S3Key *string `min:"1" type:"string"` // For versioned objects, the version of the deployment package object to use. S3ObjectVersion *string `min:"1" type:"string"` // The base64-encoded contents of the deployment package. AWS SDK and AWS CLI // clients handle the encoding for you. // // ZipFile is automatically base64 encoded/decoded by the SDK. ZipFile []byte `type:"blob"` // contains filtered or unexported fields }
The code for the Lambda function. You can specify either an object in Amazon S3, or upload a deployment package directly. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/FunctionCode
func (FunctionCode) GoString ¶
func (s FunctionCode) GoString() string
GoString returns the string representation
func (FunctionCode) MarshalFields ¶
func (s FunctionCode) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (FunctionCode) String ¶
func (s FunctionCode) String() string
String returns the string representation
func (*FunctionCode) Validate ¶
func (s *FunctionCode) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FunctionCodeLocation ¶
type FunctionCodeLocation struct { // A presigned URL that you can use to download the deployment package. Location *string `type:"string"` // The service that's hosting the file. RepositoryType *string `type:"string"` // contains filtered or unexported fields }
Details about a function's deployment package. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/FunctionCodeLocation
func (FunctionCodeLocation) GoString ¶
func (s FunctionCodeLocation) GoString() string
GoString returns the string representation
func (FunctionCodeLocation) MarshalFields ¶
func (s FunctionCodeLocation) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (FunctionCodeLocation) String ¶
func (s FunctionCodeLocation) String() string
String returns the string representation
type FunctionVersion ¶
type FunctionVersion string
const ( FunctionVersionAll FunctionVersion = "ALL" )
Enum values for FunctionVersion
func (FunctionVersion) MarshalValue ¶
func (enum FunctionVersion) MarshalValue() (string, error)
func (FunctionVersion) MarshalValueBuf ¶
func (enum FunctionVersion) MarshalValueBuf(b []byte) ([]byte, error)
type GetAccountSettingsInput ¶
type GetAccountSettingsInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetAccountSettingsRequest
func (GetAccountSettingsInput) GoString ¶
func (s GetAccountSettingsInput) GoString() string
GoString returns the string representation
func (GetAccountSettingsInput) MarshalFields ¶
func (s GetAccountSettingsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetAccountSettingsInput) String ¶
func (s GetAccountSettingsInput) String() string
String returns the string representation
type GetAccountSettingsOutput ¶
type GetAccountSettingsOutput struct { // Limits that are related to concurrency and code storage. AccountLimit *AccountLimit `type:"structure"` // The number of functions and amount of storage in use. AccountUsage *AccountUsage `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetAccountSettingsResponse
func (GetAccountSettingsOutput) GoString ¶
func (s GetAccountSettingsOutput) GoString() string
GoString returns the string representation
func (GetAccountSettingsOutput) MarshalFields ¶
func (s GetAccountSettingsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetAccountSettingsOutput) SDKResponseMetadata ¶
func (s GetAccountSettingsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetAccountSettingsOutput) String ¶
func (s GetAccountSettingsOutput) String() string
String returns the string representation
type GetAccountSettingsRequest ¶
type GetAccountSettingsRequest struct { *aws.Request Input *GetAccountSettingsInput Copy func(*GetAccountSettingsInput) GetAccountSettingsRequest }
GetAccountSettingsRequest is a API request type for the GetAccountSettings API operation.
func (GetAccountSettingsRequest) Send ¶
func (r GetAccountSettingsRequest) Send(ctx context.Context) (*GetAccountSettingsOutput, error)
Send marshals and sends the GetAccountSettings API request.
type GetAliasInput ¶
type GetAliasInput struct { // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The name of the alias. // // Name is a required field Name *string `location:"uri" locationName:"Name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetAliasRequest
func (GetAliasInput) GoString ¶
func (s GetAliasInput) GoString() string
GoString returns the string representation
func (GetAliasInput) MarshalFields ¶
func (s GetAliasInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetAliasInput) String ¶
func (s GetAliasInput) String() string
String returns the string representation
func (*GetAliasInput) Validate ¶
func (s *GetAliasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAliasRequest ¶
type GetAliasRequest struct { *aws.Request Input *GetAliasInput Copy func(*GetAliasInput) GetAliasRequest }
GetAliasRequest is a API request type for the GetAlias API operation.
func (GetAliasRequest) Send ¶
func (r GetAliasRequest) Send(ctx context.Context) (*UpdateAliasOutput, error)
Send marshals and sends the GetAlias API request.
type GetEventSourceMappingInput ¶
type GetEventSourceMappingInput struct { // The identifier of the event source mapping. // // UUID is a required field UUID *string `location:"uri" locationName:"UUID" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetEventSourceMappingRequest
func (GetEventSourceMappingInput) GoString ¶
func (s GetEventSourceMappingInput) GoString() string
GoString returns the string representation
func (GetEventSourceMappingInput) MarshalFields ¶
func (s GetEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetEventSourceMappingInput) String ¶
func (s GetEventSourceMappingInput) String() string
String returns the string representation
func (*GetEventSourceMappingInput) Validate ¶
func (s *GetEventSourceMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEventSourceMappingRequest ¶
type GetEventSourceMappingRequest struct { *aws.Request Input *GetEventSourceMappingInput Copy func(*GetEventSourceMappingInput) GetEventSourceMappingRequest }
GetEventSourceMappingRequest is a API request type for the GetEventSourceMapping API operation.
func (GetEventSourceMappingRequest) Send ¶
func (r GetEventSourceMappingRequest) Send(ctx context.Context) (*UpdateEventSourceMappingOutput, error)
Send marshals and sends the GetEventSourceMapping API request.
type GetFunctionConfigurationInput ¶
type GetFunctionConfigurationInput struct { // The name of the Lambda function, version, or alias. // // Name formats // // * Function name - my-function (name-only), my-function:v1 (with alias). // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // You can append a version number or alias to any of the formats. The length // constraint applies only to the full ARN. If you specify only the function // name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Specify a version or alias to get details about a published version of the // function. Qualifier *string `location:"querystring" locationName:"Qualifier" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionConfigurationRequest
func (GetFunctionConfigurationInput) GoString ¶
func (s GetFunctionConfigurationInput) GoString() string
GoString returns the string representation
func (GetFunctionConfigurationInput) MarshalFields ¶
func (s GetFunctionConfigurationInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetFunctionConfigurationInput) String ¶
func (s GetFunctionConfigurationInput) String() string
String returns the string representation
func (*GetFunctionConfigurationInput) Validate ¶
func (s *GetFunctionConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFunctionConfigurationRequest ¶
type GetFunctionConfigurationRequest struct { *aws.Request Input *GetFunctionConfigurationInput Copy func(*GetFunctionConfigurationInput) GetFunctionConfigurationRequest }
GetFunctionConfigurationRequest is a API request type for the GetFunctionConfiguration API operation.
func (GetFunctionConfigurationRequest) Send ¶
func (r GetFunctionConfigurationRequest) Send(ctx context.Context) (*UpdateFunctionConfigurationOutput, error)
Send marshals and sends the GetFunctionConfiguration API request.
type GetFunctionInput ¶
type GetFunctionInput struct { // The name of the Lambda function, version, or alias. // // Name formats // // * Function name - my-function (name-only), my-function:v1 (with alias). // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // You can append a version number or alias to any of the formats. The length // constraint applies only to the full ARN. If you specify only the function // name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Specify a version or alias to get details about a published version of the // function. Qualifier *string `location:"querystring" locationName:"Qualifier" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionRequest
func (GetFunctionInput) GoString ¶
func (s GetFunctionInput) GoString() string
GoString returns the string representation
func (GetFunctionInput) MarshalFields ¶
func (s GetFunctionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetFunctionInput) String ¶
func (s GetFunctionInput) String() string
String returns the string representation
func (*GetFunctionInput) Validate ¶
func (s *GetFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetFunctionOutput ¶
type GetFunctionOutput struct { // The deployment package of the function or version. Code *FunctionCodeLocation `type:"structure"` // The function's reserved concurrency (https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html). Concurrency *PutFunctionConcurrencyOutput `type:"structure"` // The configuration of the function or version. Configuration *UpdateFunctionConfigurationOutput `type:"structure"` // The function's tags (https://docs.aws.amazon.com/lambda/latest/dg/tagging.html). Tags map[string]string `type:"map"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionResponse
func (GetFunctionOutput) GoString ¶
func (s GetFunctionOutput) GoString() string
GoString returns the string representation
func (GetFunctionOutput) MarshalFields ¶
func (s GetFunctionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetFunctionOutput) SDKResponseMetadata ¶
func (s GetFunctionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetFunctionOutput) String ¶
func (s GetFunctionOutput) String() string
String returns the string representation
type GetFunctionRequest ¶
type GetFunctionRequest struct { *aws.Request Input *GetFunctionInput Copy func(*GetFunctionInput) GetFunctionRequest }
GetFunctionRequest is a API request type for the GetFunction API operation.
func (GetFunctionRequest) Send ¶
func (r GetFunctionRequest) Send(ctx context.Context) (*GetFunctionOutput, error)
Send marshals and sends the GetFunction API request.
type GetLayerVersionByArnInput ¶
type GetLayerVersionByArnInput struct { // The ARN of the layer version. // // Arn is a required field Arn *string `location:"querystring" locationName:"Arn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionByArnRequest
func (GetLayerVersionByArnInput) GoString ¶
func (s GetLayerVersionByArnInput) GoString() string
GoString returns the string representation
func (GetLayerVersionByArnInput) MarshalFields ¶
func (s GetLayerVersionByArnInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetLayerVersionByArnInput) String ¶
func (s GetLayerVersionByArnInput) String() string
String returns the string representation
func (*GetLayerVersionByArnInput) Validate ¶
func (s *GetLayerVersionByArnInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLayerVersionByArnOutput ¶
type GetLayerVersionByArnOutput struct { // The layer's compatible runtimes. CompatibleRuntimes []Runtime `type:"list"` // Details about the layer version. Content *LayerVersionContentOutput `type:"structure"` // The date that the layer version was created, in ISO-8601 format (https://www.w3.org/TR/NOTE-datetime) // (YYYY-MM-DDThh:mm:ss.sTZD). CreatedDate *string `type:"string"` // The description of the version. Description *string `type:"string"` // The ARN of the layer. LayerArn *string `min:"1" type:"string"` // The ARN of the layer version. LayerVersionArn *string `min:"1" type:"string"` // The layer's software license. LicenseInfo *string `type:"string"` // The version number. Version *int64 `type:"long"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionOutput
func (GetLayerVersionByArnOutput) GoString ¶
func (s GetLayerVersionByArnOutput) GoString() string
GoString returns the string representation
func (GetLayerVersionByArnOutput) MarshalFields ¶
func (s GetLayerVersionByArnOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetLayerVersionByArnOutput) SDKResponseMetadata ¶
func (s GetLayerVersionByArnOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetLayerVersionByArnOutput) String ¶
func (s GetLayerVersionByArnOutput) String() string
String returns the string representation
type GetLayerVersionByArnRequest ¶
type GetLayerVersionByArnRequest struct { *aws.Request Input *GetLayerVersionByArnInput Copy func(*GetLayerVersionByArnInput) GetLayerVersionByArnRequest }
GetLayerVersionByArnRequest is a API request type for the GetLayerVersionByArn API operation.
func (GetLayerVersionByArnRequest) Send ¶
func (r GetLayerVersionByArnRequest) Send(ctx context.Context) (*GetLayerVersionByArnOutput, error)
Send marshals and sends the GetLayerVersionByArn API request.
type GetLayerVersionInput ¶
type GetLayerVersionInput struct { // The name or Amazon Resource Name (ARN) of the layer. // // LayerName is a required field LayerName *string `location:"uri" locationName:"LayerName" min:"1" type:"string" required:"true"` // The version number. // // VersionNumber is a required field VersionNumber *int64 `location:"uri" locationName:"VersionNumber" type:"long" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionRequest
func (GetLayerVersionInput) GoString ¶
func (s GetLayerVersionInput) GoString() string
GoString returns the string representation
func (GetLayerVersionInput) MarshalFields ¶
func (s GetLayerVersionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetLayerVersionInput) String ¶
func (s GetLayerVersionInput) String() string
String returns the string representation
func (*GetLayerVersionInput) Validate ¶
func (s *GetLayerVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLayerVersionPolicyInput ¶
type GetLayerVersionPolicyInput struct { // The name or Amazon Resource Name (ARN) of the layer. // // LayerName is a required field LayerName *string `location:"uri" locationName:"LayerName" min:"1" type:"string" required:"true"` // The version number. // // VersionNumber is a required field VersionNumber *int64 `location:"uri" locationName:"VersionNumber" type:"long" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionPolicyRequest
func (GetLayerVersionPolicyInput) GoString ¶
func (s GetLayerVersionPolicyInput) GoString() string
GoString returns the string representation
func (GetLayerVersionPolicyInput) MarshalFields ¶
func (s GetLayerVersionPolicyInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetLayerVersionPolicyInput) String ¶
func (s GetLayerVersionPolicyInput) String() string
String returns the string representation
func (*GetLayerVersionPolicyInput) Validate ¶
func (s *GetLayerVersionPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLayerVersionPolicyOutput ¶
type GetLayerVersionPolicyOutput struct { // The policy document. Policy *string `type:"string"` // A unique identifier for the current revision of the policy. RevisionId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionPolicyResponse
func (GetLayerVersionPolicyOutput) GoString ¶
func (s GetLayerVersionPolicyOutput) GoString() string
GoString returns the string representation
func (GetLayerVersionPolicyOutput) MarshalFields ¶
func (s GetLayerVersionPolicyOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetLayerVersionPolicyOutput) SDKResponseMetadata ¶
func (s GetLayerVersionPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetLayerVersionPolicyOutput) String ¶
func (s GetLayerVersionPolicyOutput) String() string
String returns the string representation
type GetLayerVersionPolicyRequest ¶
type GetLayerVersionPolicyRequest struct { *aws.Request Input *GetLayerVersionPolicyInput Copy func(*GetLayerVersionPolicyInput) GetLayerVersionPolicyRequest }
GetLayerVersionPolicyRequest is a API request type for the GetLayerVersionPolicy API operation.
func (GetLayerVersionPolicyRequest) Send ¶
func (r GetLayerVersionPolicyRequest) Send(ctx context.Context) (*GetLayerVersionPolicyOutput, error)
Send marshals and sends the GetLayerVersionPolicy API request.
type GetLayerVersionRequest ¶
type GetLayerVersionRequest struct { *aws.Request Input *GetLayerVersionInput Copy func(*GetLayerVersionInput) GetLayerVersionRequest }
GetLayerVersionRequest is a API request type for the GetLayerVersion API operation.
func (GetLayerVersionRequest) Send ¶
func (r GetLayerVersionRequest) Send(ctx context.Context) (*GetLayerVersionByArnOutput, error)
Send marshals and sends the GetLayerVersion API request.
type GetPolicyInput ¶
type GetPolicyInput struct { // The name of the Lambda function, version, or alias. // // Name formats // // * Function name - my-function (name-only), my-function:v1 (with alias). // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // You can append a version number or alias to any of the formats. The length // constraint applies only to the full ARN. If you specify only the function // name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Specify a version or alias to get the policy for that resource. Qualifier *string `location:"querystring" locationName:"Qualifier" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetPolicyRequest
func (GetPolicyInput) GoString ¶
func (s GetPolicyInput) GoString() string
GoString returns the string representation
func (GetPolicyInput) MarshalFields ¶
func (s GetPolicyInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetPolicyInput) String ¶
func (s GetPolicyInput) String() string
String returns the string representation
func (*GetPolicyInput) Validate ¶
func (s *GetPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetPolicyOutput ¶
type GetPolicyOutput struct { // The resource-based policy. Policy *string `type:"string"` // A unique identifier for the current revision of the policy. RevisionId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetPolicyResponse
func (GetPolicyOutput) GoString ¶
func (s GetPolicyOutput) GoString() string
GoString returns the string representation
func (GetPolicyOutput) MarshalFields ¶
func (s GetPolicyOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (GetPolicyOutput) SDKResponseMetadata ¶
func (s GetPolicyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (GetPolicyOutput) String ¶
func (s GetPolicyOutput) String() string
String returns the string representation
type GetPolicyRequest ¶
type GetPolicyRequest struct { *aws.Request Input *GetPolicyInput Copy func(*GetPolicyInput) GetPolicyRequest }
GetPolicyRequest is a API request type for the GetPolicy API operation.
func (GetPolicyRequest) Send ¶
func (r GetPolicyRequest) Send(ctx context.Context) (*GetPolicyOutput, error)
Send marshals and sends the GetPolicy API request.
type InvocationType ¶
type InvocationType string
const ( InvocationTypeEvent InvocationType = "Event" InvocationTypeRequestResponse InvocationType = "RequestResponse" InvocationTypeDryRun InvocationType = "DryRun" )
Enum values for InvocationType
func (InvocationType) MarshalValue ¶
func (enum InvocationType) MarshalValue() (string, error)
func (InvocationType) MarshalValueBuf ¶
func (enum InvocationType) MarshalValueBuf(b []byte) ([]byte, error)
type InvokeAsyncInput ¶
type InvokeAsyncInput struct { // The name of the Lambda function. // // Name formats // // * Function name - my-function. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The JSON that you want to provide to your Lambda function as input. // // InvokeArgs is a required field InvokeArgs io.ReadSeeker `type:"blob" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvokeAsyncRequest
func (InvokeAsyncInput) GoString ¶
func (s InvokeAsyncInput) GoString() string
GoString returns the string representation
func (InvokeAsyncInput) MarshalFields ¶
func (s InvokeAsyncInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (InvokeAsyncInput) String ¶
func (s InvokeAsyncInput) String() string
String returns the string representation
func (*InvokeAsyncInput) Validate ¶
func (s *InvokeAsyncInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InvokeAsyncOutput ¶
type InvokeAsyncOutput struct { // The status code. Status *int64 `location:"statusCode" type:"integer"` // contains filtered or unexported fields }
A success response (202 Accepted) indicates that the request is queued for invocation. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvokeAsyncResponse
func (InvokeAsyncOutput) GoString ¶
func (s InvokeAsyncOutput) GoString() string
GoString returns the string representation
func (InvokeAsyncOutput) MarshalFields ¶
func (s InvokeAsyncOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (InvokeAsyncOutput) SDKResponseMetadata ¶
func (s InvokeAsyncOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (InvokeAsyncOutput) String ¶
func (s InvokeAsyncOutput) String() string
String returns the string representation
type InvokeAsyncRequest ¶
type InvokeAsyncRequest struct { *aws.Request Input *InvokeAsyncInput Copy func(*InvokeAsyncInput) InvokeAsyncRequest }
InvokeAsyncRequest is a API request type for the InvokeAsync API operation.
func (InvokeAsyncRequest) Send ¶
func (r InvokeAsyncRequest) Send(ctx context.Context) (*InvokeAsyncOutput, error)
Send marshals and sends the InvokeAsync API request.
type InvokeInput ¶
type InvokeInput struct { // Up to 3583 bytes of base64-encoded data about the invoking client to pass // to the function in the context object. ClientContext *string `location:"header" locationName:"X-Amz-Client-Context" type:"string"` // The name of the Lambda function, version, or alias. // // Name formats // // * Function name - my-function (name-only), my-function:v1 (with alias). // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // You can append a version number or alias to any of the formats. The length // constraint applies only to the full ARN. If you specify only the function // name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Choose from the following options. // // * RequestResponse (default) - Invoke the function synchronously. Keep // the connection open until the function returns a response or times out. // The API response includes the function response and additional data. // // * Event - Invoke the function asynchronously. Send events that fail multiple // times to the function's dead-letter queue (if it's configured). The API // response only includes a status code. // // * DryRun - Validate parameter values and verify that the user or role // has permission to invoke the function. InvocationType InvocationType `location:"header" locationName:"X-Amz-Invocation-Type" type:"string" enum:"true"` // Set to Tail to include the execution log in the response. LogType LogType `location:"header" locationName:"X-Amz-Log-Type" type:"string" enum:"true"` // The JSON that you want to provide to your Lambda function as input. Payload []byte `type:"blob"` // Specify a version or alias to invoke a published version of the function. Qualifier *string `location:"querystring" locationName:"Qualifier" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvocationRequest
func (InvokeInput) GoString ¶
func (s InvokeInput) GoString() string
GoString returns the string representation
func (InvokeInput) MarshalFields ¶
func (s InvokeInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (InvokeInput) String ¶
func (s InvokeInput) String() string
String returns the string representation
func (*InvokeInput) Validate ¶
func (s *InvokeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type InvokeOutput ¶
type InvokeOutput struct { // The version of the function that executed. When you invoke a function with // an alias, this indicates which version the alias resolved to. ExecutedVersion *string `location:"header" locationName:"X-Amz-Executed-Version" min:"1" type:"string"` // If present, indicates that an error occurred during function execution. Details // about the error are included in the response payload. // // * Handled - The runtime caught an error thrown by the function and formatted // it into a JSON document. // // * Unhandled - The runtime didn't handle the error. For example, the function // ran out of memory or timed out. FunctionError *string `location:"header" locationName:"X-Amz-Function-Error" type:"string"` // The last 4 KB of the execution log, which is base64 encoded. LogResult *string `location:"header" locationName:"X-Amz-Log-Result" type:"string"` // The response from the function, or an error object. Payload []byte `type:"blob"` // The HTTP status code is in the 200 range for a successful request. For the // RequestResponse invocation type, this status code is 200. For the Event invocation // type, this status code is 202. For the DryRun invocation type, the status // code is 204. StatusCode *int64 `location:"statusCode" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvocationResponse
func (InvokeOutput) GoString ¶
func (s InvokeOutput) GoString() string
GoString returns the string representation
func (InvokeOutput) MarshalFields ¶
func (s InvokeOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (InvokeOutput) SDKResponseMetadata ¶
func (s InvokeOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (InvokeOutput) String ¶
func (s InvokeOutput) String() string
String returns the string representation
type InvokeRequest ¶
type InvokeRequest struct { *aws.Request Input *InvokeInput Copy func(*InvokeInput) InvokeRequest }
InvokeRequest is a API request type for the Invoke API operation.
func (InvokeRequest) Send ¶
func (r InvokeRequest) Send(ctx context.Context) (*InvokeOutput, error)
Send marshals and sends the Invoke API request.
type Lambda ¶
Lambda provides the API operation methods for making requests to AWS Lambda. See this package's package overview docs for details on the service.
Lambda methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
New creates a new instance of the Lambda client with a config.
Example:
// Create a Lambda client from just a config. svc := lambda.New(myConfig)
func (*Lambda) AddLayerVersionPermissionRequest ¶
func (c *Lambda) AddLayerVersionPermissionRequest(input *AddLayerVersionPermissionInput) AddLayerVersionPermissionRequest
AddLayerVersionPermissionRequest returns a request value for making API operation for AWS Lambda.
Adds permissions to the resource-based policy of a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Use this action to grant layer usage permission to other accounts. You can grant permission to a single account, all AWS accounts, or all accounts in an organization.
To revoke permission, call RemoveLayerVersionPermission with the statement ID that you specified when you added it.
// Example sending a request using the AddLayerVersionPermissionRequest method. req := client.AddLayerVersionPermissionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AddLayerVersionPermission
func (*Lambda) AddPermissionRequest ¶
func (c *Lambda) AddPermissionRequest(input *AddPermissionInput) AddPermissionRequest
AddPermissionRequest returns a request value for making API operation for AWS Lambda.
Grants an AWS service or another account permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function.
To grant permission to another account, specify the account ID as the Principal. For AWS services, the principal is a domain-style identifier defined by the service, like s3.amazonaws.com or sns.amazonaws.com. For AWS services, you can also specify the ARN or owning account of the associated resource as the SourceArn or SourceAccount. If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function.
This action adds a statement to a resource-based permission policy for the function. For more information about function policies, see Lambda Function Policies (https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html).
// Example sending a request using the AddPermissionRequest method. req := client.AddPermissionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AddPermission
add-permission
This example adds a permission for an S3 bucket to invoke a Lambda function.
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.AddPermissionInput{
Action: aws.String("lambda:InvokeFunction"),
FunctionName: aws.String("MyFunction"),
Principal: aws.String("s3.amazonaws.com"),
SourceAccount: aws.String("123456789012"),
SourceArn: aws.String("arn:aws:s3:::examplebucket/*"),
StatementId: aws.String("ID-1"),
}
req := svc.AddPermissionRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeResourceConflictException:
fmt.Println(lambda.ErrCodeResourceConflictException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodePolicyLengthExceededException:
fmt.Println(lambda.ErrCodePolicyLengthExceededException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodePreconditionFailedException:
fmt.Println(lambda.ErrCodePreconditionFailedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) CreateAliasRequest ¶
func (c *Lambda) CreateAliasRequest(input *CreateAliasInput) CreateAliasRequest
CreateAliasRequest returns a request value for making API operation for AWS Lambda.
Creates an alias (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html) for a Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a different version.
You can also map an alias to split invocation requests between two versions. Use the RoutingConfig parameter to specify a second version and the percentage of invocation requests that it receives.
// Example sending a request using the CreateAliasRequest method. req := client.CreateAliasRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateAlias
func (*Lambda) CreateEventSourceMappingRequest ¶
func (c *Lambda) CreateEventSourceMappingRequest(input *CreateEventSourceMappingInput) CreateEventSourceMappingRequest
CreateEventSourceMappingRequest returns a request value for making API operation for AWS Lambda.
Creates a mapping between an event source and an AWS Lambda function. Lambda reads items from the event source and triggers the function.
For details about each event source type, see the following topics.
Using AWS Lambda with Amazon Kinesis (https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html)
Using AWS Lambda with Amazon SQS (https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html)
Using AWS Lambda with Amazon DynamoDB (https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html)
// Example sending a request using the CreateEventSourceMappingRequest method. req := client.CreateEventSourceMappingRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateEventSourceMapping
func (*Lambda) CreateFunctionRequest ¶
func (c *Lambda) CreateFunctionRequest(input *CreateFunctionInput) CreateFunctionRequest
CreateFunctionRequest returns a request value for making API operation for AWS Lambda.
Creates a Lambda function. To create a function, you need a deployment package (https://docs.aws.amazon.com/lambda/latest/dg/deployment-package-v2.html) and an execution role (https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role). The deployment package contains your function code. The execution role grants the function permission to use AWS services, such as Amazon CloudWatch Logs for log streaming and AWS X-Ray for request tracing.
A function has an unpublished version, and can have published versions and aliases. The unpublished version changes when you update your function's code and configuration. A published version is a snapshot of your function code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be changed to map to a different version. Use the Publish parameter to create version 1 of your function from its initial configuration.
The other parameters let you configure version-specific and function-level settings. You can modify version-specific settings later with UpdateFunctionConfiguration. Function-level settings apply to both the unpublished and published versions of the function, and include tags (TagResource) and per-function concurrency limits (PutFunctionConcurrency).
If another account or an AWS service invokes your function, use AddPermission to grant permission by creating a resource-based IAM policy. You can grant permissions at the function level, on a version, or on an alias.
To invoke your function directly, use Invoke. To invoke your function in response to events in other AWS services, create an event source mapping (CreateEventSourceMapping), or configure a function trigger in the other service. For more information, see Invoking Functions (https://docs.aws.amazon.com/lambda/latest/dg/invoking-lambda-functions.html).
// Example sending a request using the CreateFunctionRequest method. req := client.CreateFunctionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/CreateFunction
create-function
This example creates a Lambda function.
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.CreateFunctionInput{
Code: &lambda.FunctionCode{},
Description: aws.String(""),
FunctionName: aws.String("MyFunction"),
Handler: aws.String("souce_file.handler_name"),
MemorySize: aws.Int64(128),
Publish: aws.Bool(true),
Role: aws.String("arn:aws:iam::123456789012:role/service-role/role-name"),
Runtime: lambda.RuntimeNodejs810,
Timeout: aws.Int64(15),
VpcConfig: &lambda.VpcConfig{},
}
req := svc.CreateFunctionRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeResourceConflictException:
fmt.Println(lambda.ErrCodeResourceConflictException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeCodeStorageExceededException:
fmt.Println(lambda.ErrCodeCodeStorageExceededException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) DeleteAliasRequest ¶
func (c *Lambda) DeleteAliasRequest(input *DeleteAliasInput) DeleteAliasRequest
DeleteAliasRequest returns a request value for making API operation for AWS Lambda.
Deletes a Lambda function alias (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html).
// Example sending a request using the DeleteAliasRequest method. req := client.DeleteAliasRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteAlias
To delete a Lambda function alias
This operation deletes a Lambda function alias
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.DeleteAliasInput{
FunctionName: aws.String("myFunction"),
Name: aws.String("alias"),
}
req := svc.DeleteAliasRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) DeleteEventSourceMappingRequest ¶
func (c *Lambda) DeleteEventSourceMappingRequest(input *DeleteEventSourceMappingInput) DeleteEventSourceMappingRequest
DeleteEventSourceMappingRequest returns a request value for making API operation for AWS Lambda.
Deletes an event source mapping (https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html). You can get the identifier of a mapping from the output of ListEventSourceMappings.
// Example sending a request using the DeleteEventSourceMappingRequest method. req := client.DeleteEventSourceMappingRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteEventSourceMapping
To delete a Lambda function event source mapping
This operation deletes a Lambda function event source mapping
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.DeleteEventSourceMappingInput{
UUID: aws.String("12345kxodurf3443"),
}
req := svc.DeleteEventSourceMappingRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeResourceInUseException:
fmt.Println(lambda.ErrCodeResourceInUseException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) DeleteFunctionConcurrencyRequest ¶
func (c *Lambda) DeleteFunctionConcurrencyRequest(input *DeleteFunctionConcurrencyInput) DeleteFunctionConcurrencyRequest
DeleteFunctionConcurrencyRequest returns a request value for making API operation for AWS Lambda.
Removes a concurrent execution limit from a function.
// Example sending a request using the DeleteFunctionConcurrencyRequest method. req := client.DeleteFunctionConcurrencyRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunctionConcurrency
func (*Lambda) DeleteFunctionRequest ¶
func (c *Lambda) DeleteFunctionRequest(input *DeleteFunctionInput) DeleteFunctionRequest
DeleteFunctionRequest returns a request value for making API operation for AWS Lambda.
Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted.
To delete Lambda event source mappings that invoke a function, use DeleteEventSourceMapping. For AWS services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.
// Example sending a request using the DeleteFunctionRequest method. req := client.DeleteFunctionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteFunction
To delete a Lambda function
This operation deletes a Lambda function
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.DeleteFunctionInput{
FunctionName: aws.String("myFunction"),
Qualifier: aws.String("1"),
}
req := svc.DeleteFunctionRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeResourceConflictException:
fmt.Println(lambda.ErrCodeResourceConflictException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) DeleteLayerVersionRequest ¶
func (c *Lambda) DeleteLayerVersionRequest(input *DeleteLayerVersionInput) DeleteLayerVersionRequest
DeleteLayerVersionRequest returns a request value for making API operation for AWS Lambda.
Deletes a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it.
// Example sending a request using the DeleteLayerVersionRequest method. req := client.DeleteLayerVersionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/DeleteLayerVersion
func (*Lambda) GetAccountSettingsRequest ¶
func (c *Lambda) GetAccountSettingsRequest(input *GetAccountSettingsInput) GetAccountSettingsRequest
GetAccountSettingsRequest returns a request value for making API operation for AWS Lambda.
Retrieves details about your account's limits (https://docs.aws.amazon.com/lambda/latest/dg/limits.html) and usage in an AWS Region.
// Example sending a request using the GetAccountSettingsRequest method. req := client.GetAccountSettingsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetAccountSettings
To retrieves a Lambda customer's account settings
This operation retrieves a Lambda customer's account settings
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.GetAccountSettingsInput{}
req := svc.GetAccountSettingsRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) GetAliasRequest ¶
func (c *Lambda) GetAliasRequest(input *GetAliasInput) GetAliasRequest
GetAliasRequest returns a request value for making API operation for AWS Lambda.
Returns details about a Lambda function alias (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html).
// Example sending a request using the GetAliasRequest method. req := client.GetAliasRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetAlias
To retrieve a Lambda function alias
This operation retrieves a Lambda function alias
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.GetAliasInput{
FunctionName: aws.String("myFunction"),
Name: aws.String("myFunctionAlias"),
}
req := svc.GetAliasRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) GetEventSourceMappingRequest ¶
func (c *Lambda) GetEventSourceMappingRequest(input *GetEventSourceMappingInput) GetEventSourceMappingRequest
GetEventSourceMappingRequest returns a request value for making API operation for AWS Lambda.
Returns details about an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings.
// Example sending a request using the GetEventSourceMappingRequest method. req := client.GetEventSourceMappingRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetEventSourceMapping
To retrieve a Lambda function's event source mapping
This operation retrieves a Lambda function's event source mapping
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.GetEventSourceMappingInput{
UUID: aws.String("123489-xxxxx-kdla8d89d7"),
}
req := svc.GetEventSourceMappingRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) GetFunctionConfigurationRequest ¶
func (c *Lambda) GetFunctionConfigurationRequest(input *GetFunctionConfigurationInput) GetFunctionConfigurationRequest
GetFunctionConfigurationRequest returns a request value for making API operation for AWS Lambda.
Returns the version-specific settings of a Lambda function or version. The output includes only options that can vary between versions of a function. To modify these settings, use UpdateFunctionConfiguration.
To get all of a function's details, including function-level settings, use GetFunction.
// Example sending a request using the GetFunctionConfigurationRequest method. req := client.GetFunctionConfigurationRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunctionConfiguration
To retrieve a Lambda function's event source mapping
This operation retrieves a Lambda function's event source mapping
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.GetFunctionConfigurationInput{
FunctionName: aws.String("myFunction"),
Qualifier: aws.String("1"),
}
req := svc.GetFunctionConfigurationRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) GetFunctionRequest ¶
func (c *Lambda) GetFunctionRequest(input *GetFunctionInput) GetFunctionRequest
GetFunctionRequest returns a request value for making API operation for AWS Lambda.
Returns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are returned.
// Example sending a request using the GetFunctionRequest method. req := client.GetFunctionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetFunction
To retrieve a Lambda function's event source mapping
This operation retrieves a Lambda function's event source mapping
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.GetFunctionInput{
FunctionName: aws.String("myFunction"),
Qualifier: aws.String("1"),
}
req := svc.GetFunctionRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) GetLayerVersionByArnRequest ¶
func (c *Lambda) GetLayerVersionByArnRequest(input *GetLayerVersionByArnInput) GetLayerVersionByArnRequest
GetLayerVersionByArnRequest returns a request value for making API operation for AWS Lambda.
Returns information about a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), with a link to download the layer archive that's valid for 10 minutes.
// Example sending a request using the GetLayerVersionByArnRequest method. req := client.GetLayerVersionByArnRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionByArn
func (*Lambda) GetLayerVersionPolicyRequest ¶
func (c *Lambda) GetLayerVersionPolicyRequest(input *GetLayerVersionPolicyInput) GetLayerVersionPolicyRequest
GetLayerVersionPolicyRequest returns a request value for making API operation for AWS Lambda.
Returns the permission policy for a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). For more information, see AddLayerVersionPermission.
// Example sending a request using the GetLayerVersionPolicyRequest method. req := client.GetLayerVersionPolicyRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersionPolicy
func (*Lambda) GetLayerVersionRequest ¶
func (c *Lambda) GetLayerVersionRequest(input *GetLayerVersionInput) GetLayerVersionRequest
GetLayerVersionRequest returns a request value for making API operation for AWS Lambda.
Returns information about a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html), with a link to download the layer archive that's valid for 10 minutes.
// Example sending a request using the GetLayerVersionRequest method. req := client.GetLayerVersionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetLayerVersion
func (*Lambda) GetPolicyRequest ¶
func (c *Lambda) GetPolicyRequest(input *GetPolicyInput) GetPolicyRequest
GetPolicyRequest returns a request value for making API operation for AWS Lambda.
Returns the resource-based IAM policy (https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html) for a function, version, or alias.
// Example sending a request using the GetPolicyRequest method. req := client.GetPolicyRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetPolicy
To retrieve a Lambda function policy
This operation retrieves a Lambda function policy
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.GetPolicyInput{
FunctionName: aws.String("myFunction"),
Qualifier: aws.String("1"),
}
req := svc.GetPolicyRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) InvokeAsyncRequest ¶
func (c *Lambda) InvokeAsyncRequest(input *InvokeAsyncInput) InvokeAsyncRequest
InvokeAsyncRequest returns a request value for making API operation for AWS Lambda.
For asynchronous function invocation, use Invoke.
Invokes a function asynchronously.
// Example sending a request using the InvokeAsyncRequest method. req := client.InvokeAsyncRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvokeAsync
To invoke a Lambda function asynchronously
This operation invokes a Lambda function asynchronously
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"strings"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.InvokeAsyncInput{
FunctionName: aws.String("myFunction"),
InvokeArgs: aws.ReadSeekCloser(strings.NewReader("fileb://file-path/input.json")),
}
req := svc.InvokeAsyncRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidRequestContentException:
fmt.Println(lambda.ErrCodeInvalidRequestContentException, aerr.Error())
case lambda.ErrCodeInvalidRuntimeException:
fmt.Println(lambda.ErrCodeInvalidRuntimeException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) InvokeRequest ¶
func (c *Lambda) InvokeRequest(input *InvokeInput) InvokeRequest
InvokeRequest returns a request value for making API operation for AWS Lambda.
Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or asynchronously. To invoke a function asynchronously, set InvocationType to Event.
For synchronous invocation, details about the function response, including errors, are included in the response body and headers. For either invocation type, you can find more information in the execution log (https://docs.aws.amazon.com/lambda/latest/dg/monitoring-functions.html) and trace (https://docs.aws.amazon.com/lambda/latest/dg/dlq.html). To record function errors for asynchronous invocations, configure your function with a dead letter queue (https://docs.aws.amazon.com/lambda/latest/dg/dlq.html).
When an error occurs, your function may be invoked multiple times. Retry behavior varies by error type, client, event source, and invocation type. For example, if you invoke a function asynchronously and it returns an error, Lambda executes the function up to two more times. For more information, see Retry Behavior (https://docs.aws.amazon.com/lambda/latest/dg/retries-on-errors.html).
The status code in the API response doesn't reflect function errors. Error codes are reserved for errors that prevent your function from executing, such as permissions errors, limit errors (https://docs.aws.amazon.com/lambda/latest/dg/limits.html), or issues with your function's code and configuration. For example, Lambda returns TooManyRequestsException if executing the function would cause you to exceed a concurrency limit at either the account level (ConcurrentInvocationLimitExceeded) or function level (ReservedFunctionConcurrentInvocationLimitExceeded).
For functions with a long timeout, your client might be disconnected during synchronous invocation while it waits for a response. Configure your HTTP client, SDK, firewall, proxy, or operating system to allow for long connections with timeout or keep-alive settings.
This operation requires permission for the lambda:InvokeFunction action.
// Example sending a request using the InvokeRequest method. req := client.InvokeRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/Invoke
To invoke a Lambda function
This operation invokes a Lambda function
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.InvokeInput{
ClientContext: aws.String("MyApp"),
FunctionName: aws.String("MyFunction"),
InvocationType: lambda.InvocationTypeEvent,
LogType: lambda.LogTypeTail,
Payload: []byte("fileb://file-path/input.json"),
Qualifier: aws.String("1"),
}
req := svc.InvokeRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidRequestContentException:
fmt.Println(lambda.ErrCodeInvalidRequestContentException, aerr.Error())
case lambda.ErrCodeRequestTooLargeException:
fmt.Println(lambda.ErrCodeRequestTooLargeException, aerr.Error())
case lambda.ErrCodeUnsupportedMediaTypeException:
fmt.Println(lambda.ErrCodeUnsupportedMediaTypeException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeEC2UnexpectedException:
fmt.Println(lambda.ErrCodeEC2UnexpectedException, aerr.Error())
case lambda.ErrCodeSubnetIPAddressLimitReachedException:
fmt.Println(lambda.ErrCodeSubnetIPAddressLimitReachedException, aerr.Error())
case lambda.ErrCodeENILimitReachedException:
fmt.Println(lambda.ErrCodeENILimitReachedException, aerr.Error())
case lambda.ErrCodeEC2ThrottledException:
fmt.Println(lambda.ErrCodeEC2ThrottledException, aerr.Error())
case lambda.ErrCodeEC2AccessDeniedException:
fmt.Println(lambda.ErrCodeEC2AccessDeniedException, aerr.Error())
case lambda.ErrCodeInvalidSubnetIDException:
fmt.Println(lambda.ErrCodeInvalidSubnetIDException, aerr.Error())
case lambda.ErrCodeInvalidSecurityGroupIDException:
fmt.Println(lambda.ErrCodeInvalidSecurityGroupIDException, aerr.Error())
case lambda.ErrCodeInvalidZipFileException:
fmt.Println(lambda.ErrCodeInvalidZipFileException, aerr.Error())
case lambda.ErrCodeKMSDisabledException:
fmt.Println(lambda.ErrCodeKMSDisabledException, aerr.Error())
case lambda.ErrCodeKMSInvalidStateException:
fmt.Println(lambda.ErrCodeKMSInvalidStateException, aerr.Error())
case lambda.ErrCodeKMSAccessDeniedException:
fmt.Println(lambda.ErrCodeKMSAccessDeniedException, aerr.Error())
case lambda.ErrCodeKMSNotFoundException:
fmt.Println(lambda.ErrCodeKMSNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidRuntimeException:
fmt.Println(lambda.ErrCodeInvalidRuntimeException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) ListAliasesRequest ¶
func (c *Lambda) ListAliasesRequest(input *ListAliasesInput) ListAliasesRequest
ListAliasesRequest returns a request value for making API operation for AWS Lambda.
Returns a list of aliases (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html) for a Lambda function.
// Example sending a request using the ListAliasesRequest method. req := client.ListAliasesRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListAliases
To retrieve a Lambda function aliases
This operation retrieves a Lambda function's aliases
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.ListAliasesInput{
FunctionName: aws.String("myFunction"),
FunctionVersion: aws.String("1"),
Marker: aws.String(""),
MaxItems: aws.Int64(123),
}
req := svc.ListAliasesRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) ListEventSourceMappingsRequest ¶
func (c *Lambda) ListEventSourceMappingsRequest(input *ListEventSourceMappingsInput) ListEventSourceMappingsRequest
ListEventSourceMappingsRequest returns a request value for making API operation for AWS Lambda.
Lists event source mappings. Specify an EventSourceArn to only show event source mappings for a single event source.
// Example sending a request using the ListEventSourceMappingsRequest method. req := client.ListEventSourceMappingsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListEventSourceMappings
func (*Lambda) ListFunctionsRequest ¶
func (c *Lambda) ListFunctionsRequest(input *ListFunctionsInput) ListFunctionsRequest
ListFunctionsRequest returns a request value for making API operation for AWS Lambda.
Returns a list of Lambda functions, with the version-specific configuration of each.
Set FunctionVersion to ALL to include all published versions of each function in addition to the unpublished version. To get more information about a function or version, use GetFunction.
// Example sending a request using the ListFunctionsRequest method. req := client.ListFunctionsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListFunctions
To retrieve a list of Lambda functions
This operation retrieves a Lambda functions
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.ListFunctionsInput{
Marker: aws.String(""),
MaxItems: aws.Int64(123),
}
req := svc.ListFunctionsRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) ListLayerVersionsRequest ¶
func (c *Lambda) ListLayerVersionsRequest(input *ListLayerVersionsInput) ListLayerVersionsRequest
ListLayerVersionsRequest returns a request value for making API operation for AWS Lambda.
Lists the versions of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Versions that have been deleted aren't listed. Specify a runtime identifier (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) to list only versions that indicate that they're compatible with that runtime.
// Example sending a request using the ListLayerVersionsRequest method. req := client.ListLayerVersionsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersions
func (*Lambda) ListLayersRequest ¶
func (c *Lambda) ListLayersRequest(input *ListLayersInput) ListLayersRequest
ListLayersRequest returns a request value for making API operation for AWS Lambda.
Lists AWS Lambda layers (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) and shows information about the latest version of each. Specify a runtime identifier (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) to list only layers that indicate that they're compatible with that runtime.
// Example sending a request using the ListLayersRequest method. req := client.ListLayersRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayers
func (*Lambda) ListTagsRequest ¶
func (c *Lambda) ListTagsRequest(input *ListTagsInput) ListTagsRequest
ListTagsRequest returns a request value for making API operation for AWS Lambda.
Returns a function's tags (https://docs.aws.amazon.com/lambda/latest/dg/tagging.html). You can also view tags with GetFunction.
// Example sending a request using the ListTagsRequest method. req := client.ListTagsRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListTags
func (*Lambda) ListVersionsByFunctionRequest ¶
func (c *Lambda) ListVersionsByFunctionRequest(input *ListVersionsByFunctionInput) ListVersionsByFunctionRequest
ListVersionsByFunctionRequest returns a request value for making API operation for AWS Lambda.
Returns a list of versions (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html), with the version-specific configuration of each.
// Example sending a request using the ListVersionsByFunctionRequest method. req := client.ListVersionsByFunctionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListVersionsByFunction
To retrieve a list of Lambda function versions
This operation retrieves a Lambda function versions
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.ListVersionsByFunctionInput{
FunctionName: aws.String("myFunction"),
Marker: aws.String(""),
MaxItems: aws.Int64(123),
}
req := svc.ListVersionsByFunctionRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) PublishLayerVersionRequest ¶
func (c *Lambda) PublishLayerVersionRequest(input *PublishLayerVersionInput) PublishLayerVersionRequest
PublishLayerVersionRequest returns a request value for making API operation for AWS Lambda.
Creates an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) from a ZIP archive. Each time you call PublishLayerVersion with the same version name, a new version is created.
Add layers to your function with CreateFunction or UpdateFunctionConfiguration.
// Example sending a request using the PublishLayerVersionRequest method. req := client.PublishLayerVersionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersion
func (*Lambda) PublishVersionRequest ¶
func (c *Lambda) PublishVersionRequest(input *PublishVersionInput) PublishVersionRequest
PublishVersionRequest returns a request value for making API operation for AWS Lambda.
Creates a version (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html) from the current code and configuration of a function. Use versions to create a snapshot of your function code and configuration that doesn't change.
AWS Lambda doesn't publish a version if the function's configuration and code haven't changed since the last version. Use UpdateFunctionCode or UpdateFunctionConfiguration to update the function before publishing a version.
Clients can invoke versions directly or with an alias. To create an alias, use CreateAlias.
// Example sending a request using the PublishVersionRequest method. req := client.PublishVersionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishVersion
To publish a version of a Lambda function
This operation publishes a version of a Lambda function
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.PublishVersionInput{
CodeSha256: aws.String(""),
Description: aws.String(""),
FunctionName: aws.String("myFunction"),
}
req := svc.PublishVersionRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeCodeStorageExceededException:
fmt.Println(lambda.ErrCodeCodeStorageExceededException, aerr.Error())
case lambda.ErrCodePreconditionFailedException:
fmt.Println(lambda.ErrCodePreconditionFailedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) PutFunctionConcurrencyRequest ¶
func (c *Lambda) PutFunctionConcurrencyRequest(input *PutFunctionConcurrencyInput) PutFunctionConcurrencyRequest
PutFunctionConcurrencyRequest returns a request value for making API operation for AWS Lambda.
Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level.
Concurrency settings apply to the function as a whole, including all published versions and the unpublished version. Reserving concurrency both ensures that your function has capacity to process the specified number of events simultaneously, and prevents it from scaling beyond that level. Use GetFunction to see the current setting for a function.
Use GetAccountSettings to see your regional concurrency limit. You can reserve concurrency for as many functions as you like, as long as you leave at least 100 simultaneous executions unreserved for functions that aren't configured with a per-function limit. For more information, see Managing Concurrency (https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html).
// Example sending a request using the PutFunctionConcurrencyRequest method. req := client.PutFunctionConcurrencyRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PutFunctionConcurrency
func (*Lambda) RemoveLayerVersionPermissionRequest ¶
func (c *Lambda) RemoveLayerVersionPermissionRequest(input *RemoveLayerVersionPermissionInput) RemoveLayerVersionPermissionRequest
RemoveLayerVersionPermissionRequest returns a request value for making API operation for AWS Lambda.
Removes a statement from the permissions policy for a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). For more information, see AddLayerVersionPermission.
// Example sending a request using the RemoveLayerVersionPermissionRequest method. req := client.RemoveLayerVersionPermissionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemoveLayerVersionPermission
func (*Lambda) RemovePermissionRequest ¶
func (c *Lambda) RemovePermissionRequest(input *RemovePermissionInput) RemovePermissionRequest
RemovePermissionRequest returns a request value for making API operation for AWS Lambda.
Revokes function-use permission from an AWS service or another account. You can get the ID of the statement from the output of GetPolicy.
// Example sending a request using the RemovePermissionRequest method. req := client.RemovePermissionRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemovePermission
To remove a Lambda function's permissions
This operation removes a Lambda function's permissions
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.RemovePermissionInput{
FunctionName: aws.String("myFunction"),
Qualifier: aws.String("1"),
StatementId: aws.String("role-statement-id"),
}
req := svc.RemovePermissionRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodePreconditionFailedException:
fmt.Println(lambda.ErrCodePreconditionFailedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) TagResourceRequest ¶
func (c *Lambda) TagResourceRequest(input *TagResourceInput) TagResourceRequest
TagResourceRequest returns a request value for making API operation for AWS Lambda.
Adds tags (https://docs.aws.amazon.com/lambda/latest/dg/tagging.html) to a function.
// Example sending a request using the TagResourceRequest method. req := client.TagResourceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/TagResource
func (*Lambda) UntagResourceRequest ¶
func (c *Lambda) UntagResourceRequest(input *UntagResourceInput) UntagResourceRequest
UntagResourceRequest returns a request value for making API operation for AWS Lambda.
Removes tags (https://docs.aws.amazon.com/lambda/latest/dg/tagging.html) from a function.
// Example sending a request using the UntagResourceRequest method. req := client.UntagResourceRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UntagResource
func (*Lambda) UpdateAliasRequest ¶
func (c *Lambda) UpdateAliasRequest(input *UpdateAliasInput) UpdateAliasRequest
UpdateAliasRequest returns a request value for making API operation for AWS Lambda.
Updates the configuration of a Lambda function alias (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html).
// Example sending a request using the UpdateAliasRequest method. req := client.UpdateAliasRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateAlias
To update a Lambda function alias
This operation updates a Lambda function alias
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.UpdateAliasInput{
Description: aws.String(""),
FunctionName: aws.String("myFunction"),
FunctionVersion: aws.String("1"),
Name: aws.String("functionAlias"),
}
req := svc.UpdateAliasRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodePreconditionFailedException:
fmt.Println(lambda.ErrCodePreconditionFailedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) UpdateEventSourceMappingRequest ¶
func (c *Lambda) UpdateEventSourceMappingRequest(input *UpdateEventSourceMappingInput) UpdateEventSourceMappingRequest
UpdateEventSourceMappingRequest returns a request value for making API operation for AWS Lambda.
Updates an event source mapping. You can change the function that AWS Lambda invokes, or pause invocation and resume later from the same location.
// Example sending a request using the UpdateEventSourceMappingRequest method. req := client.UpdateEventSourceMappingRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateEventSourceMapping
To update a Lambda function event source mapping
This operation updates a Lambda function event source mapping
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.UpdateEventSourceMappingInput{
BatchSize: aws.Int64(123),
Enabled: aws.Bool(true),
FunctionName: aws.String("myFunction"),
UUID: aws.String("1234xCy789012"),
}
req := svc.UpdateEventSourceMappingRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeResourceConflictException:
fmt.Println(lambda.ErrCodeResourceConflictException, aerr.Error())
case lambda.ErrCodeResourceInUseException:
fmt.Println(lambda.ErrCodeResourceInUseException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) UpdateFunctionCodeRequest ¶
func (c *Lambda) UpdateFunctionCodeRequest(input *UpdateFunctionCodeInput) UpdateFunctionCodeRequest
UpdateFunctionCodeRequest returns a request value for making API operation for AWS Lambda.
Updates a Lambda function's code.
The function's code is locked when you publish a version. You can't modify the code of a published version, only the unpublished version.
// Example sending a request using the UpdateFunctionCodeRequest method. req := client.UpdateFunctionCodeRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionCode
To update a Lambda function's code
This operation updates a Lambda function's code
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.UpdateFunctionCodeInput{
FunctionName: aws.String("myFunction"),
Publish: aws.Bool(true),
S3Bucket: aws.String("myBucket"),
S3Key: aws.String("myKey"),
S3ObjectVersion: aws.String("1"),
ZipFile: []byte("fileb://file-path/file.zip"),
}
req := svc.UpdateFunctionCodeRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeCodeStorageExceededException:
fmt.Println(lambda.ErrCodeCodeStorageExceededException, aerr.Error())
case lambda.ErrCodePreconditionFailedException:
fmt.Println(lambda.ErrCodePreconditionFailedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
func (*Lambda) UpdateFunctionConfigurationRequest ¶
func (c *Lambda) UpdateFunctionConfigurationRequest(input *UpdateFunctionConfigurationInput) UpdateFunctionConfigurationRequest
UpdateFunctionConfigurationRequest returns a request value for making API operation for AWS Lambda.
Modify the version-specific settings of a Lambda function.
These settings can vary between versions of a function and are locked when you publish a version. You can't modify the configuration of a published version, only the unpublished version.
To configure function concurrency, use PutFunctionConcurrency. To grant invoke permissions to an account or AWS service, use AddPermission.
// Example sending a request using the UpdateFunctionConfigurationRequest method. req := client.UpdateFunctionConfigurationRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionConfiguration
To update a Lambda function's configuration
This operation updates a Lambda function's configuration
Code:play
Example (Shared00)¶
package main
import (
"context"
"fmt"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/aws/awserr"
"github.com/aws/aws-sdk-go-v2/aws/external"
"github.com/aws/aws-sdk-go-v2/service/lambda"
)
func main() {
cfg, err := external.LoadDefaultAWSConfig()
if err != nil {
panic("failed to load config, " + err.Error())
}
svc := lambda.New(cfg)
input := &lambda.UpdateFunctionConfigurationInput{
Description: aws.String(""),
FunctionName: aws.String("myFunction"),
Handler: aws.String("index.handler"),
MemorySize: aws.Int64(128),
Role: aws.String("arn:aws:iam::123456789012:role/lambda_basic_execution"),
Runtime: lambda.RuntimePython27,
Timeout: aws.Int64(123),
VpcConfig: &lambda.VpcConfig{},
}
req := svc.UpdateFunctionConfigurationRequest(input)
result, err := req.Send(context.Background())
if err != nil {
if aerr, ok := err.(awserr.Error); ok {
switch aerr.Code() {
case lambda.ErrCodeServiceException:
fmt.Println(lambda.ErrCodeServiceException, aerr.Error())
case lambda.ErrCodeResourceNotFoundException:
fmt.Println(lambda.ErrCodeResourceNotFoundException, aerr.Error())
case lambda.ErrCodeInvalidParameterValueException:
fmt.Println(lambda.ErrCodeInvalidParameterValueException, aerr.Error())
case lambda.ErrCodeTooManyRequestsException:
fmt.Println(lambda.ErrCodeTooManyRequestsException, aerr.Error())
case lambda.ErrCodeResourceConflictException:
fmt.Println(lambda.ErrCodeResourceConflictException, aerr.Error())
case lambda.ErrCodePreconditionFailedException:
fmt.Println(lambda.ErrCodePreconditionFailedException, aerr.Error())
default:
fmt.Println(aerr.Error())
}
} else {
// Print the error, cast err to awserr.Error to get the Code and
// Message from an error.
fmt.Println(err.Error())
}
return
}
fmt.Println(result)
}
type Layer ¶
type Layer struct { // The Amazon Resource Name (ARN) of the function layer. Arn *string `min:"1" type:"string"` // The size of the layer archive in bytes. CodeSize *int64 `type:"long"` // contains filtered or unexported fields }
An AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/Layer
func (Layer) GoString ¶
GoString returns the string representation
func (Layer) MarshalFields ¶
func (s Layer) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (Layer) String ¶
String returns the string representation
type LayerVersionContentInput ¶
type LayerVersionContentInput struct { // The Amazon S3 bucket of the layer archive. S3Bucket *string `min:"3" type:"string"` // The Amazon S3 key of the layer archive. S3Key *string `min:"1" type:"string"` // For versioned objects, the version of the layer archive object to use. S3ObjectVersion *string `min:"1" type:"string"` // The base64-encoded contents of the layer archive. AWS SDK and AWS CLI clients // handle the encoding for you. // // ZipFile is automatically base64 encoded/decoded by the SDK. ZipFile []byte `type:"blob"` // contains filtered or unexported fields }
A ZIP archive that contains the contents of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). You can specify either an Amazon S3 location, or upload a layer archive directly. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/LayerVersionContentInput
func (LayerVersionContentInput) GoString ¶
func (s LayerVersionContentInput) GoString() string
GoString returns the string representation
func (LayerVersionContentInput) MarshalFields ¶
func (s LayerVersionContentInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (LayerVersionContentInput) String ¶
func (s LayerVersionContentInput) String() string
String returns the string representation
func (*LayerVersionContentInput) Validate ¶
func (s *LayerVersionContentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LayerVersionContentOutput ¶
type LayerVersionContentOutput struct { // The SHA-256 hash of the layer archive. CodeSha256 *string `type:"string"` // The size of the layer archive in bytes. CodeSize *int64 `type:"long"` // A link to the layer archive in Amazon S3 that is valid for 10 minutes. Location *string `type:"string"` // contains filtered or unexported fields }
Details about a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/LayerVersionContentOutput
func (LayerVersionContentOutput) GoString ¶
func (s LayerVersionContentOutput) GoString() string
GoString returns the string representation
func (LayerVersionContentOutput) MarshalFields ¶
func (s LayerVersionContentOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (LayerVersionContentOutput) String ¶
func (s LayerVersionContentOutput) String() string
String returns the string representation
type LayerVersionsListItem ¶
type LayerVersionsListItem struct { // The layer's compatible runtimes. CompatibleRuntimes []Runtime `type:"list"` // The date that the version was created, in ISO 8601 format. For example, 2018-11-27T15:10:45.123+0000. CreatedDate *string `type:"string"` // The description of the version. Description *string `type:"string"` // The ARN of the layer version. LayerVersionArn *string `min:"1" type:"string"` // The layer's open-source license. LicenseInfo *string `type:"string"` // The version number. Version *int64 `type:"long"` // contains filtered or unexported fields }
Details about a version of an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/LayerVersionsListItem
func (LayerVersionsListItem) GoString ¶
func (s LayerVersionsListItem) GoString() string
GoString returns the string representation
func (LayerVersionsListItem) MarshalFields ¶
func (s LayerVersionsListItem) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (LayerVersionsListItem) String ¶
func (s LayerVersionsListItem) String() string
String returns the string representation
type LayersListItem ¶
type LayersListItem struct { // The newest version of the layer. LatestMatchingVersion *LayerVersionsListItem `type:"structure"` // The Amazon Resource Name (ARN) of the function layer. LayerArn *string `min:"1" type:"string"` // The name of the layer. LayerName *string `min:"1" type:"string"` // contains filtered or unexported fields }
Details about an AWS Lambda layer (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/LayersListItem
func (LayersListItem) GoString ¶
func (s LayersListItem) GoString() string
GoString returns the string representation
func (LayersListItem) MarshalFields ¶
func (s LayersListItem) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (LayersListItem) String ¶
func (s LayersListItem) String() string
String returns the string representation
type ListAliasesInput ¶
type ListAliasesInput struct { // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Specify a function version to only list aliases that invoke that version. FunctionVersion *string `location:"querystring" locationName:"FunctionVersion" min:"1" type:"string"` // Specify the pagination token that's returned by a previous request to retrieve // the next page of results. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // Limit the number of aliases returned. MaxItems *int64 `location:"querystring" locationName:"MaxItems" min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListAliasesRequest
func (ListAliasesInput) GoString ¶
func (s ListAliasesInput) GoString() string
GoString returns the string representation
func (ListAliasesInput) MarshalFields ¶
func (s ListAliasesInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListAliasesInput) String ¶
func (s ListAliasesInput) String() string
String returns the string representation
func (*ListAliasesInput) Validate ¶
func (s *ListAliasesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAliasesOutput ¶
type ListAliasesOutput struct { // A list of aliases. Aliases []UpdateAliasOutput `type:"list"` // The pagination token that's included if more results are available. NextMarker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListAliasesResponse
func (ListAliasesOutput) GoString ¶
func (s ListAliasesOutput) GoString() string
GoString returns the string representation
func (ListAliasesOutput) MarshalFields ¶
func (s ListAliasesOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListAliasesOutput) SDKResponseMetadata ¶
func (s ListAliasesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListAliasesOutput) String ¶
func (s ListAliasesOutput) String() string
String returns the string representation
type ListAliasesRequest ¶
type ListAliasesRequest struct { *aws.Request Input *ListAliasesInput Copy func(*ListAliasesInput) ListAliasesRequest }
ListAliasesRequest is a API request type for the ListAliases API operation.
func (ListAliasesRequest) Send ¶
func (r ListAliasesRequest) Send(ctx context.Context) (*ListAliasesOutput, error)
Send marshals and sends the ListAliases API request.
type ListEventSourceMappingsInput ¶
type ListEventSourceMappingsInput struct { // The Amazon Resource Name (ARN) of the event source. // // * Amazon Kinesis - The ARN of the data stream or a stream consumer. // // * Amazon DynamoDB Streams - The ARN of the stream. // // * Amazon Simple Queue Service - The ARN of the queue. EventSourceArn *string `location:"querystring" locationName:"EventSourceArn" type:"string"` // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it's limited to 64 characters in length. FunctionName *string `location:"querystring" locationName:"FunctionName" min:"1" type:"string"` // A pagination token returned by a previous call. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of event source mappings to return. MaxItems *int64 `location:"querystring" locationName:"MaxItems" min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListEventSourceMappingsRequest
func (ListEventSourceMappingsInput) GoString ¶
func (s ListEventSourceMappingsInput) GoString() string
GoString returns the string representation
func (ListEventSourceMappingsInput) MarshalFields ¶
func (s ListEventSourceMappingsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListEventSourceMappingsInput) String ¶
func (s ListEventSourceMappingsInput) String() string
String returns the string representation
func (*ListEventSourceMappingsInput) Validate ¶
func (s *ListEventSourceMappingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListEventSourceMappingsOutput ¶
type ListEventSourceMappingsOutput struct { // A list of event source mappings. EventSourceMappings []UpdateEventSourceMappingOutput `type:"list"` // A pagination token that's returned when the response doesn't contain all // event source mappings. NextMarker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListEventSourceMappingsResponse
func (ListEventSourceMappingsOutput) GoString ¶
func (s ListEventSourceMappingsOutput) GoString() string
GoString returns the string representation
func (ListEventSourceMappingsOutput) MarshalFields ¶
func (s ListEventSourceMappingsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListEventSourceMappingsOutput) SDKResponseMetadata ¶
func (s ListEventSourceMappingsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListEventSourceMappingsOutput) String ¶
func (s ListEventSourceMappingsOutput) String() string
String returns the string representation
type ListEventSourceMappingsPager ¶
ListEventSourceMappingsPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListEventSourceMappingsPager) CurrentPage ¶
func (p *ListEventSourceMappingsPager) CurrentPage() *ListEventSourceMappingsOutput
type ListEventSourceMappingsRequest ¶
type ListEventSourceMappingsRequest struct { *aws.Request Input *ListEventSourceMappingsInput Copy func(*ListEventSourceMappingsInput) ListEventSourceMappingsRequest }
ListEventSourceMappingsRequest is a API request type for the ListEventSourceMappings API operation.
func (*ListEventSourceMappingsRequest) Paginate ¶
func (p *ListEventSourceMappingsRequest) Paginate(opts ...aws.Option) ListEventSourceMappingsPager
Paginate pages iterates over the pages of a ListEventSourceMappingsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListEventSourceMappings operation. req := client.ListEventSourceMappingsRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListEventSourceMappingsRequest) Send ¶
func (r ListEventSourceMappingsRequest) Send(ctx context.Context) (*ListEventSourceMappingsOutput, error)
Send marshals and sends the ListEventSourceMappings API request.
type ListFunctionsInput ¶
type ListFunctionsInput struct { // Set to ALL to include entries for all published versions of each function. FunctionVersion FunctionVersion `location:"querystring" locationName:"FunctionVersion" type:"string" enum:"true"` // Specify the pagination token that's returned by a previous request to retrieve // the next page of results. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // For Lambda@Edge functions, the AWS Region of the master function. For example, // us-east-2 or ALL. If specified, you must set FunctionVersion to ALL. MasterRegion *string `location:"querystring" locationName:"MasterRegion" type:"string"` // Specify a value between 1 and 50 to limit the number of functions in the // response. MaxItems *int64 `location:"querystring" locationName:"MaxItems" min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListFunctionsRequest
func (ListFunctionsInput) GoString ¶
func (s ListFunctionsInput) GoString() string
GoString returns the string representation
func (ListFunctionsInput) MarshalFields ¶
func (s ListFunctionsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListFunctionsInput) String ¶
func (s ListFunctionsInput) String() string
String returns the string representation
func (*ListFunctionsInput) Validate ¶
func (s *ListFunctionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFunctionsOutput ¶
type ListFunctionsOutput struct { // A list of Lambda functions. Functions []UpdateFunctionConfigurationOutput `type:"list"` // The pagination token that's included if more results are available. NextMarker *string `type:"string"` // contains filtered or unexported fields }
A list of Lambda functions. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListFunctionsResponse
func (ListFunctionsOutput) GoString ¶
func (s ListFunctionsOutput) GoString() string
GoString returns the string representation
func (ListFunctionsOutput) MarshalFields ¶
func (s ListFunctionsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListFunctionsOutput) SDKResponseMetadata ¶
func (s ListFunctionsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListFunctionsOutput) String ¶
func (s ListFunctionsOutput) String() string
String returns the string representation
type ListFunctionsPager ¶
ListFunctionsPager is used to paginate the request. This can be done by calling Next and CurrentPage.
func (*ListFunctionsPager) CurrentPage ¶
func (p *ListFunctionsPager) CurrentPage() *ListFunctionsOutput
type ListFunctionsRequest ¶
type ListFunctionsRequest struct { *aws.Request Input *ListFunctionsInput Copy func(*ListFunctionsInput) ListFunctionsRequest }
ListFunctionsRequest is a API request type for the ListFunctions API operation.
func (*ListFunctionsRequest) Paginate ¶
func (p *ListFunctionsRequest) Paginate(opts ...aws.Option) ListFunctionsPager
Paginate pages iterates over the pages of a ListFunctionsRequest operation, calling the Next method for each page. Using the paginators Next method will depict whether or not there are more pages.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListFunctions operation. req := client.ListFunctionsRequest(input) p := req.Paginate() for p.Next() { page := p.CurrentPage() } if err := p.Err(); err != nil { return err }
func (ListFunctionsRequest) Send ¶
func (r ListFunctionsRequest) Send(ctx context.Context) (*ListFunctionsOutput, error)
Send marshals and sends the ListFunctions API request.
type ListLayerVersionsInput ¶
type ListLayerVersionsInput struct { // A runtime identifier. For example, go1.x. CompatibleRuntime Runtime `location:"querystring" locationName:"CompatibleRuntime" type:"string" enum:"true"` // The name or Amazon Resource Name (ARN) of the layer. // // LayerName is a required field LayerName *string `location:"uri" locationName:"LayerName" min:"1" type:"string" required:"true"` // A pagination token returned by a previous call. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of versions to return. MaxItems *int64 `location:"querystring" locationName:"MaxItems" min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersionsRequest
func (ListLayerVersionsInput) GoString ¶
func (s ListLayerVersionsInput) GoString() string
GoString returns the string representation
func (ListLayerVersionsInput) MarshalFields ¶
func (s ListLayerVersionsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListLayerVersionsInput) String ¶
func (s ListLayerVersionsInput) String() string
String returns the string representation
func (*ListLayerVersionsInput) Validate ¶
func (s *ListLayerVersionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListLayerVersionsOutput ¶
type ListLayerVersionsOutput struct { // A list of versions. LayerVersions []LayerVersionsListItem `type:"list"` // A pagination token returned when the response doesn't contain all versions. NextMarker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayerVersionsResponse
func (ListLayerVersionsOutput) GoString ¶
func (s ListLayerVersionsOutput) GoString() string
GoString returns the string representation
func (ListLayerVersionsOutput) MarshalFields ¶
func (s ListLayerVersionsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListLayerVersionsOutput) SDKResponseMetadata ¶
func (s ListLayerVersionsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListLayerVersionsOutput) String ¶
func (s ListLayerVersionsOutput) String() string
String returns the string representation
type ListLayerVersionsRequest ¶
type ListLayerVersionsRequest struct { *aws.Request Input *ListLayerVersionsInput Copy func(*ListLayerVersionsInput) ListLayerVersionsRequest }
ListLayerVersionsRequest is a API request type for the ListLayerVersions API operation.
func (ListLayerVersionsRequest) Send ¶
func (r ListLayerVersionsRequest) Send(ctx context.Context) (*ListLayerVersionsOutput, error)
Send marshals and sends the ListLayerVersions API request.
type ListLayersInput ¶
type ListLayersInput struct { // A runtime identifier. For example, go1.x. CompatibleRuntime Runtime `location:"querystring" locationName:"CompatibleRuntime" type:"string" enum:"true"` // A pagination token returned by a previous call. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // The maximum number of layers to return. MaxItems *int64 `location:"querystring" locationName:"MaxItems" min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayersRequest
func (ListLayersInput) GoString ¶
func (s ListLayersInput) GoString() string
GoString returns the string representation
func (ListLayersInput) MarshalFields ¶
func (s ListLayersInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListLayersInput) String ¶
func (s ListLayersInput) String() string
String returns the string representation
func (*ListLayersInput) Validate ¶
func (s *ListLayersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListLayersOutput ¶
type ListLayersOutput struct { // A list of function layers. Layers []LayersListItem `type:"list"` // A pagination token returned when the response doesn't contain all layers. NextMarker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListLayersResponse
func (ListLayersOutput) GoString ¶
func (s ListLayersOutput) GoString() string
GoString returns the string representation
func (ListLayersOutput) MarshalFields ¶
func (s ListLayersOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListLayersOutput) SDKResponseMetadata ¶
func (s ListLayersOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListLayersOutput) String ¶
func (s ListLayersOutput) String() string
String returns the string representation
type ListLayersRequest ¶
type ListLayersRequest struct { *aws.Request Input *ListLayersInput Copy func(*ListLayersInput) ListLayersRequest }
ListLayersRequest is a API request type for the ListLayers API operation.
func (ListLayersRequest) Send ¶
func (r ListLayersRequest) Send(ctx context.Context) (*ListLayersOutput, error)
Send marshals and sends the ListLayers API request.
type ListTagsInput ¶
type ListTagsInput struct { // The function's Amazon Resource Name (ARN). // // Resource is a required field Resource *string `location:"uri" locationName:"ARN" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListTagsRequest
func (ListTagsInput) GoString ¶
func (s ListTagsInput) GoString() string
GoString returns the string representation
func (ListTagsInput) MarshalFields ¶
func (s ListTagsInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListTagsInput) String ¶
func (s ListTagsInput) String() string
String returns the string representation
func (*ListTagsInput) Validate ¶
func (s *ListTagsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsOutput ¶
type ListTagsOutput struct { // The function's tags. Tags map[string]string `type:"map"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListTagsResponse
func (ListTagsOutput) GoString ¶
func (s ListTagsOutput) GoString() string
GoString returns the string representation
func (ListTagsOutput) MarshalFields ¶
func (s ListTagsOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListTagsOutput) SDKResponseMetadata ¶
func (s ListTagsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListTagsOutput) String ¶
func (s ListTagsOutput) String() string
String returns the string representation
type ListTagsRequest ¶
type ListTagsRequest struct { *aws.Request Input *ListTagsInput Copy func(*ListTagsInput) ListTagsRequest }
ListTagsRequest is a API request type for the ListTags API operation.
func (ListTagsRequest) Send ¶
func (r ListTagsRequest) Send(ctx context.Context) (*ListTagsOutput, error)
Send marshals and sends the ListTags API request.
type ListVersionsByFunctionInput ¶
type ListVersionsByFunctionInput struct { // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Specify the pagination token that's returned by a previous request to retrieve // the next page of results. Marker *string `location:"querystring" locationName:"Marker" type:"string"` // Limit the number of versions that are returned. MaxItems *int64 `location:"querystring" locationName:"MaxItems" min:"1" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListVersionsByFunctionRequest
func (ListVersionsByFunctionInput) GoString ¶
func (s ListVersionsByFunctionInput) GoString() string
GoString returns the string representation
func (ListVersionsByFunctionInput) MarshalFields ¶
func (s ListVersionsByFunctionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListVersionsByFunctionInput) String ¶
func (s ListVersionsByFunctionInput) String() string
String returns the string representation
func (*ListVersionsByFunctionInput) Validate ¶
func (s *ListVersionsByFunctionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListVersionsByFunctionOutput ¶
type ListVersionsByFunctionOutput struct { // The pagination token that's included if more results are available. NextMarker *string `type:"string"` // A list of Lambda function versions. Versions []UpdateFunctionConfigurationOutput `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListVersionsByFunctionResponse
func (ListVersionsByFunctionOutput) GoString ¶
func (s ListVersionsByFunctionOutput) GoString() string
GoString returns the string representation
func (ListVersionsByFunctionOutput) MarshalFields ¶
func (s ListVersionsByFunctionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (ListVersionsByFunctionOutput) SDKResponseMetadata ¶
func (s ListVersionsByFunctionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (ListVersionsByFunctionOutput) String ¶
func (s ListVersionsByFunctionOutput) String() string
String returns the string representation
type ListVersionsByFunctionRequest ¶
type ListVersionsByFunctionRequest struct { *aws.Request Input *ListVersionsByFunctionInput Copy func(*ListVersionsByFunctionInput) ListVersionsByFunctionRequest }
ListVersionsByFunctionRequest is a API request type for the ListVersionsByFunction API operation.
func (ListVersionsByFunctionRequest) Send ¶
func (r ListVersionsByFunctionRequest) Send(ctx context.Context) (*ListVersionsByFunctionOutput, error)
Send marshals and sends the ListVersionsByFunction API request.
type LogType ¶
type LogType string
Enum values for LogType
func (LogType) MarshalValue ¶
func (LogType) MarshalValueBuf ¶
type PublishLayerVersionInput ¶
type PublishLayerVersionInput struct { // A list of compatible function runtimes (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). // Used for filtering with ListLayers and ListLayerVersions. CompatibleRuntimes []Runtime `type:"list"` // The function layer archive. // // Content is a required field Content *LayerVersionContentInput `type:"structure" required:"true"` // The description of the version. Description *string `type:"string"` // The name or Amazon Resource Name (ARN) of the layer. // // LayerName is a required field LayerName *string `location:"uri" locationName:"LayerName" min:"1" type:"string" required:"true"` // The layer's software license. It can be any of the following: // // * An SPDX license identifier (https://spdx.org/licenses/). For example, // MIT. // // * The URL of a license hosted on the internet. For example, https://opensource.org/licenses/MIT. // // * The full text of the license. LicenseInfo *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersionRequest
func (PublishLayerVersionInput) GoString ¶
func (s PublishLayerVersionInput) GoString() string
GoString returns the string representation
func (PublishLayerVersionInput) MarshalFields ¶
func (s PublishLayerVersionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (PublishLayerVersionInput) String ¶
func (s PublishLayerVersionInput) String() string
String returns the string representation
func (*PublishLayerVersionInput) Validate ¶
func (s *PublishLayerVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PublishLayerVersionOutput ¶
type PublishLayerVersionOutput struct { // The layer's compatible runtimes. CompatibleRuntimes []Runtime `type:"list"` // Details about the layer version. Content *LayerVersionContentOutput `type:"structure"` // The date that the layer version was created, in ISO-8601 format (https://www.w3.org/TR/NOTE-datetime) // (YYYY-MM-DDThh:mm:ss.sTZD). CreatedDate *string `type:"string"` // The description of the version. Description *string `type:"string"` // The ARN of the layer. LayerArn *string `min:"1" type:"string"` // The ARN of the layer version. LayerVersionArn *string `min:"1" type:"string"` // The layer's software license. LicenseInfo *string `type:"string"` // The version number. Version *int64 `type:"long"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishLayerVersionResponse
func (PublishLayerVersionOutput) GoString ¶
func (s PublishLayerVersionOutput) GoString() string
GoString returns the string representation
func (PublishLayerVersionOutput) MarshalFields ¶
func (s PublishLayerVersionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (PublishLayerVersionOutput) SDKResponseMetadata ¶
func (s PublishLayerVersionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (PublishLayerVersionOutput) String ¶
func (s PublishLayerVersionOutput) String() string
String returns the string representation
type PublishLayerVersionRequest ¶
type PublishLayerVersionRequest struct { *aws.Request Input *PublishLayerVersionInput Copy func(*PublishLayerVersionInput) PublishLayerVersionRequest }
PublishLayerVersionRequest is a API request type for the PublishLayerVersion API operation.
func (PublishLayerVersionRequest) Send ¶
func (r PublishLayerVersionRequest) Send(ctx context.Context) (*PublishLayerVersionOutput, error)
Send marshals and sends the PublishLayerVersion API request.
type PublishVersionInput ¶
type PublishVersionInput struct { // Only publish a version if the hash value matches the value that's specified. // Use this option to avoid publishing a version if the function code has changed // since you last updated it. You can get the hash for the version that you // uploaded from the output of UpdateFunctionCode. CodeSha256 *string `type:"string"` // A description for the version to override the description in the function // configuration. Description *string `type:"string"` // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Only update the function if the revision ID matches the ID that's specified. // Use this option to avoid publishing a version if the function configuration // has changed since you last updated it. RevisionId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PublishVersionRequest
func (PublishVersionInput) GoString ¶
func (s PublishVersionInput) GoString() string
GoString returns the string representation
func (PublishVersionInput) MarshalFields ¶
func (s PublishVersionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (PublishVersionInput) String ¶
func (s PublishVersionInput) String() string
String returns the string representation
func (*PublishVersionInput) Validate ¶
func (s *PublishVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PublishVersionRequest ¶
type PublishVersionRequest struct { *aws.Request Input *PublishVersionInput Copy func(*PublishVersionInput) PublishVersionRequest }
PublishVersionRequest is a API request type for the PublishVersion API operation.
func (PublishVersionRequest) Send ¶
func (r PublishVersionRequest) Send(ctx context.Context) (*UpdateFunctionConfigurationOutput, error)
Send marshals and sends the PublishVersion API request.
type PutFunctionConcurrencyInput ¶
type PutFunctionConcurrencyInput struct { // The name of the Lambda function. // // Name formats // // * Function name - my-function. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The number of simultaneous executions to reserve for the function. // // ReservedConcurrentExecutions is a required field ReservedConcurrentExecutions *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PutFunctionConcurrencyRequest
func (PutFunctionConcurrencyInput) GoString ¶
func (s PutFunctionConcurrencyInput) GoString() string
GoString returns the string representation
func (PutFunctionConcurrencyInput) MarshalFields ¶
func (s PutFunctionConcurrencyInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (PutFunctionConcurrencyInput) String ¶
func (s PutFunctionConcurrencyInput) String() string
String returns the string representation
func (*PutFunctionConcurrencyInput) Validate ¶
func (s *PutFunctionConcurrencyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PutFunctionConcurrencyOutput ¶
type PutFunctionConcurrencyOutput struct { // The number of concurrent executions that are reserved for this function. // For more information, see Managing Concurrency (https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html). ReservedConcurrentExecutions *int64 `type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/Concurrency
func (PutFunctionConcurrencyOutput) GoString ¶
func (s PutFunctionConcurrencyOutput) GoString() string
GoString returns the string representation
func (PutFunctionConcurrencyOutput) MarshalFields ¶
func (s PutFunctionConcurrencyOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (PutFunctionConcurrencyOutput) SDKResponseMetadata ¶
func (s PutFunctionConcurrencyOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (PutFunctionConcurrencyOutput) String ¶
func (s PutFunctionConcurrencyOutput) String() string
String returns the string representation
type PutFunctionConcurrencyRequest ¶
type PutFunctionConcurrencyRequest struct { *aws.Request Input *PutFunctionConcurrencyInput Copy func(*PutFunctionConcurrencyInput) PutFunctionConcurrencyRequest }
PutFunctionConcurrencyRequest is a API request type for the PutFunctionConcurrency API operation.
func (PutFunctionConcurrencyRequest) Send ¶
func (r PutFunctionConcurrencyRequest) Send(ctx context.Context) (*PutFunctionConcurrencyOutput, error)
Send marshals and sends the PutFunctionConcurrency API request.
type RemoveLayerVersionPermissionInput ¶
type RemoveLayerVersionPermissionInput struct { // The name or Amazon Resource Name (ARN) of the layer. // // LayerName is a required field LayerName *string `location:"uri" locationName:"LayerName" min:"1" type:"string" required:"true"` // Only update the policy if the revision ID matches the ID specified. Use this // option to avoid modifying a policy that has changed since you last read it. RevisionId *string `location:"querystring" locationName:"RevisionId" type:"string"` // The identifier that was specified when the statement was added. // // StatementId is a required field StatementId *string `location:"uri" locationName:"StatementId" min:"1" type:"string" required:"true"` // The version number. // // VersionNumber is a required field VersionNumber *int64 `location:"uri" locationName:"VersionNumber" type:"long" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemoveLayerVersionPermissionRequest
func (RemoveLayerVersionPermissionInput) GoString ¶
func (s RemoveLayerVersionPermissionInput) GoString() string
GoString returns the string representation
func (RemoveLayerVersionPermissionInput) MarshalFields ¶
func (s RemoveLayerVersionPermissionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (RemoveLayerVersionPermissionInput) String ¶
func (s RemoveLayerVersionPermissionInput) String() string
String returns the string representation
func (*RemoveLayerVersionPermissionInput) Validate ¶
func (s *RemoveLayerVersionPermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveLayerVersionPermissionOutput ¶
type RemoveLayerVersionPermissionOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemoveLayerVersionPermissionOutput
func (RemoveLayerVersionPermissionOutput) GoString ¶
func (s RemoveLayerVersionPermissionOutput) GoString() string
GoString returns the string representation
func (RemoveLayerVersionPermissionOutput) MarshalFields ¶
func (s RemoveLayerVersionPermissionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (RemoveLayerVersionPermissionOutput) SDKResponseMetadata ¶
func (s RemoveLayerVersionPermissionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemoveLayerVersionPermissionOutput) String ¶
func (s RemoveLayerVersionPermissionOutput) String() string
String returns the string representation
type RemoveLayerVersionPermissionRequest ¶
type RemoveLayerVersionPermissionRequest struct { *aws.Request Input *RemoveLayerVersionPermissionInput Copy func(*RemoveLayerVersionPermissionInput) RemoveLayerVersionPermissionRequest }
RemoveLayerVersionPermissionRequest is a API request type for the RemoveLayerVersionPermission API operation.
func (RemoveLayerVersionPermissionRequest) Send ¶
func (r RemoveLayerVersionPermissionRequest) Send(ctx context.Context) (*RemoveLayerVersionPermissionOutput, error)
Send marshals and sends the RemoveLayerVersionPermission API request.
type RemovePermissionInput ¶
type RemovePermissionInput struct { // The name of the Lambda function, version, or alias. // // Name formats // // * Function name - my-function (name-only), my-function:v1 (with alias). // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // You can append a version number or alias to any of the formats. The length // constraint applies only to the full ARN. If you specify only the function // name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Specify a version or alias to remove permissions from a published version // of the function. Qualifier *string `location:"querystring" locationName:"Qualifier" min:"1" type:"string"` // Only update the policy if the revision ID matches the ID that's specified. // Use this option to avoid modifying a policy that has changed since you last // read it. RevisionId *string `location:"querystring" locationName:"RevisionId" type:"string"` // Statement ID of the permission to remove. // // StatementId is a required field StatementId *string `location:"uri" locationName:"StatementId" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemovePermissionRequest
func (RemovePermissionInput) GoString ¶
func (s RemovePermissionInput) GoString() string
GoString returns the string representation
func (RemovePermissionInput) MarshalFields ¶
func (s RemovePermissionInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (RemovePermissionInput) String ¶
func (s RemovePermissionInput) String() string
String returns the string representation
func (*RemovePermissionInput) Validate ¶
func (s *RemovePermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemovePermissionOutput ¶
type RemovePermissionOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/RemovePermissionOutput
func (RemovePermissionOutput) GoString ¶
func (s RemovePermissionOutput) GoString() string
GoString returns the string representation
func (RemovePermissionOutput) MarshalFields ¶
func (s RemovePermissionOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (RemovePermissionOutput) SDKResponseMetadata ¶
func (s RemovePermissionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemovePermissionOutput) String ¶
func (s RemovePermissionOutput) String() string
String returns the string representation
type RemovePermissionRequest ¶
type RemovePermissionRequest struct { *aws.Request Input *RemovePermissionInput Copy func(*RemovePermissionInput) RemovePermissionRequest }
RemovePermissionRequest is a API request type for the RemovePermission API operation.
func (RemovePermissionRequest) Send ¶
func (r RemovePermissionRequest) Send(ctx context.Context) (*RemovePermissionOutput, error)
Send marshals and sends the RemovePermission API request.
type Runtime ¶
type Runtime string
const ( RuntimeNodejs Runtime = "nodejs" RuntimeNodejs43 Runtime = "nodejs4.3" RuntimeNodejs610 Runtime = "nodejs6.10" RuntimeNodejs810 Runtime = "nodejs8.10" RuntimeJava8 Runtime = "java8" RuntimePython27 Runtime = "python2.7" RuntimePython36 Runtime = "python3.6" RuntimePython37 Runtime = "python3.7" RuntimeDotnetcore10 Runtime = "dotnetcore1.0" RuntimeDotnetcore20 Runtime = "dotnetcore2.0" RuntimeDotnetcore21 Runtime = "dotnetcore2.1" RuntimeNodejs43Edge Runtime = "nodejs4.3-edge" RuntimeGo1X Runtime = "go1.x" RuntimeRuby25 Runtime = "ruby2.5" RuntimeProvided Runtime = "provided" )
Enum values for Runtime
func (Runtime) MarshalValue ¶
func (Runtime) MarshalValueBuf ¶
type TagResourceInput ¶
type TagResourceInput struct { // The function's Amazon Resource Name (ARN). // // Resource is a required field Resource *string `location:"uri" locationName:"ARN" type:"string" required:"true"` // A list of tags to apply to the function. // // Tags is a required field Tags map[string]string `type:"map" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/TagResourceRequest
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation
func (TagResourceInput) MarshalFields ¶
func (s TagResourceInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/TagResourceOutput
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation
func (TagResourceOutput) MarshalFields ¶
func (s TagResourceOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (TagResourceOutput) SDKResponseMetadata ¶
func (s TagResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation
type TagResourceRequest ¶
type TagResourceRequest struct { *aws.Request Input *TagResourceInput Copy func(*TagResourceInput) TagResourceRequest }
TagResourceRequest is a API request type for the TagResource API operation.
func (TagResourceRequest) Send ¶
func (r TagResourceRequest) Send(ctx context.Context) (*TagResourceOutput, error)
Send marshals and sends the TagResource API request.
type ThrottleReason ¶
type ThrottleReason string
const ( ThrottleReasonConcurrentInvocationLimitExceeded ThrottleReason = "ConcurrentInvocationLimitExceeded" ThrottleReasonFunctionInvocationRateLimitExceeded ThrottleReason = "FunctionInvocationRateLimitExceeded" ThrottleReasonReservedFunctionConcurrentInvocationLimitExceeded ThrottleReason = "ReservedFunctionConcurrentInvocationLimitExceeded" ThrottleReasonReservedFunctionInvocationRateLimitExceeded ThrottleReason = "ReservedFunctionInvocationRateLimitExceeded" ThrottleReasonCallerRateLimitExceeded ThrottleReason = "CallerRateLimitExceeded" )
Enum values for ThrottleReason
func (ThrottleReason) MarshalValue ¶
func (enum ThrottleReason) MarshalValue() (string, error)
func (ThrottleReason) MarshalValueBuf ¶
func (enum ThrottleReason) MarshalValueBuf(b []byte) ([]byte, error)
type TracingConfig ¶
type TracingConfig struct { // The tracing mode. Mode TracingMode `type:"string" enum:"true"` // contains filtered or unexported fields }
The function's AWS X-Ray tracing configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/TracingConfig
func (TracingConfig) GoString ¶
func (s TracingConfig) GoString() string
GoString returns the string representation
func (TracingConfig) MarshalFields ¶
func (s TracingConfig) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (TracingConfig) String ¶
func (s TracingConfig) String() string
String returns the string representation
type TracingConfigResponse ¶
type TracingConfigResponse struct { // The tracing mode. Mode TracingMode `type:"string" enum:"true"` // contains filtered or unexported fields }
The function's AWS X-Ray tracing configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/TracingConfigResponse
func (TracingConfigResponse) GoString ¶
func (s TracingConfigResponse) GoString() string
GoString returns the string representation
func (TracingConfigResponse) MarshalFields ¶
func (s TracingConfigResponse) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (TracingConfigResponse) String ¶
func (s TracingConfigResponse) String() string
String returns the string representation
type TracingMode ¶
type TracingMode string
const ( TracingModeActive TracingMode = "Active" TracingModePassThrough TracingMode = "PassThrough" )
Enum values for TracingMode
func (TracingMode) MarshalValue ¶
func (enum TracingMode) MarshalValue() (string, error)
func (TracingMode) MarshalValueBuf ¶
func (enum TracingMode) MarshalValueBuf(b []byte) ([]byte, error)
type UntagResourceInput ¶
type UntagResourceInput struct { // The function's Amazon Resource Name (ARN). // // Resource is a required field Resource *string `location:"uri" locationName:"ARN" type:"string" required:"true"` // A list of tag keys to remove from the function. // // TagKeys is a required field TagKeys []string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UntagResourceRequest
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation
func (UntagResourceInput) MarshalFields ¶
func (s UntagResourceInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UntagResourceOutput
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation
func (UntagResourceOutput) MarshalFields ¶
func (s UntagResourceOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UntagResourceOutput) SDKResponseMetadata ¶
func (s UntagResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation
type UntagResourceRequest ¶
type UntagResourceRequest struct { *aws.Request Input *UntagResourceInput Copy func(*UntagResourceInput) UntagResourceRequest }
UntagResourceRequest is a API request type for the UntagResource API operation.
func (UntagResourceRequest) Send ¶
func (r UntagResourceRequest) Send(ctx context.Context) (*UntagResourceOutput, error)
Send marshals and sends the UntagResource API request.
type UpdateAliasInput ¶
type UpdateAliasInput struct { // A description of the alias. Description *string `type:"string"` // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The function version that the alias invokes. FunctionVersion *string `min:"1" type:"string"` // The name of the alias. // // Name is a required field Name *string `location:"uri" locationName:"Name" min:"1" type:"string" required:"true"` // Only update the alias if the revision ID matches the ID that's specified. // Use this option to avoid modifying an alias that has changed since you last // read it. RevisionId *string `type:"string"` // The routing configuration (https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) // of the alias. RoutingConfig *AliasRoutingConfiguration `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateAliasRequest
func (UpdateAliasInput) GoString ¶
func (s UpdateAliasInput) GoString() string
GoString returns the string representation
func (UpdateAliasInput) MarshalFields ¶
func (s UpdateAliasInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateAliasInput) String ¶
func (s UpdateAliasInput) String() string
String returns the string representation
func (*UpdateAliasInput) Validate ¶
func (s *UpdateAliasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAliasOutput ¶
type UpdateAliasOutput struct { // The Amazon Resource Name (ARN) of the alias. AliasArn *string `type:"string"` // A description of the alias. Description *string `type:"string"` // The function version that the alias invokes. FunctionVersion *string `min:"1" type:"string"` // The name of the alias. Name *string `min:"1" type:"string"` // A unique identifier that changes when you update the alias. RevisionId *string `type:"string"` // The routing configuration (https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html) // of the alias. RoutingConfig *AliasRoutingConfiguration `type:"structure"` // contains filtered or unexported fields }
Provides configuration information about a Lambda function alias (https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetAliasOutput
func (UpdateAliasOutput) GoString ¶
func (s UpdateAliasOutput) GoString() string
GoString returns the string representation
func (UpdateAliasOutput) MarshalFields ¶
func (s UpdateAliasOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateAliasOutput) SDKResponseMetadata ¶
func (s UpdateAliasOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateAliasOutput) String ¶
func (s UpdateAliasOutput) String() string
String returns the string representation
type UpdateAliasRequest ¶
type UpdateAliasRequest struct { *aws.Request Input *UpdateAliasInput Copy func(*UpdateAliasInput) UpdateAliasRequest }
UpdateAliasRequest is a API request type for the UpdateAlias API operation.
func (UpdateAliasRequest) Send ¶
func (r UpdateAliasRequest) Send(ctx context.Context) (*UpdateAliasOutput, error)
Send marshals and sends the UpdateAlias API request.
type UpdateEventSourceMappingInput ¶
type UpdateEventSourceMappingInput struct { // The maximum number of items to retrieve in a single batch. // // * Amazon Kinesis - Default 100. Max 10,000. // // * Amazon DynamoDB Streams - Default 100. Max 1,000. // // * Amazon Simple Queue Service - Default 10. Max 10. BatchSize *int64 `min:"1" type:"integer"` // Disables the event source mapping to pause polling and invocation. Enabled *bool `type:"boolean"` // The name of the Lambda function. // // Name formats // // * Function name - MyFunction. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction. // // * Version or Alias ARN - arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. // // * Partial ARN - 123456789012:function:MyFunction. // // The length constraint applies only to the full ARN. If you specify only the // function name, it's limited to 64 characters in length. FunctionName *string `min:"1" type:"string"` // The identifier of the event source mapping. // // UUID is a required field UUID *string `location:"uri" locationName:"UUID" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateEventSourceMappingRequest
func (UpdateEventSourceMappingInput) GoString ¶
func (s UpdateEventSourceMappingInput) GoString() string
GoString returns the string representation
func (UpdateEventSourceMappingInput) MarshalFields ¶
func (s UpdateEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateEventSourceMappingInput) String ¶
func (s UpdateEventSourceMappingInput) String() string
String returns the string representation
func (*UpdateEventSourceMappingInput) Validate ¶
func (s *UpdateEventSourceMappingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateEventSourceMappingOutput ¶
type UpdateEventSourceMappingOutput struct { // The maximum number of items to retrieve in a single batch. BatchSize *int64 `min:"1" type:"integer"` // The Amazon Resource Name (ARN) of the event source. EventSourceArn *string `type:"string"` // The ARN of the Lambda function. FunctionArn *string `type:"string"` // The date that the event source mapping was last updated. LastModified *time.Time `type:"timestamp" timestampFormat:"unix"` // The result of the last AWS Lambda invocation of your Lambda function. LastProcessingResult *string `type:"string"` // The state of the event source mapping. It can be one of the following: Creating, // Enabling, Enabled, Disabling, Disabled, Updating, or Deleting. State *string `type:"string"` // The cause of the last state change, either User initiated or Lambda initiated. StateTransitionReason *string `type:"string"` // The identifier of the event source mapping. UUID *string `type:"string"` // contains filtered or unexported fields }
A mapping between an AWS resource and an AWS Lambda function. See CreateEventSourceMapping for details. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetEventSourceMappingOutput
func (UpdateEventSourceMappingOutput) GoString ¶
func (s UpdateEventSourceMappingOutput) GoString() string
GoString returns the string representation
func (UpdateEventSourceMappingOutput) MarshalFields ¶
func (s UpdateEventSourceMappingOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateEventSourceMappingOutput) SDKResponseMetadata ¶
func (s UpdateEventSourceMappingOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateEventSourceMappingOutput) String ¶
func (s UpdateEventSourceMappingOutput) String() string
String returns the string representation
type UpdateEventSourceMappingRequest ¶
type UpdateEventSourceMappingRequest struct { *aws.Request Input *UpdateEventSourceMappingInput Copy func(*UpdateEventSourceMappingInput) UpdateEventSourceMappingRequest }
UpdateEventSourceMappingRequest is a API request type for the UpdateEventSourceMapping API operation.
func (UpdateEventSourceMappingRequest) Send ¶
func (r UpdateEventSourceMappingRequest) Send(ctx context.Context) (*UpdateEventSourceMappingOutput, error)
Send marshals and sends the UpdateEventSourceMapping API request.
type UpdateFunctionCodeInput ¶
type UpdateFunctionCodeInput struct { // Set to true to validate the request parameters and access permissions without // modifying the function code. DryRun *bool `type:"boolean"` // The name of the Lambda function. // // Name formats // // * Function name - my-function. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // Set to true to publish a new version of the function after updating the code. // This has the same effect as calling PublishVersion separately. Publish *bool `type:"boolean"` // Only update the function if the revision ID matches the ID that's specified. // Use this option to avoid modifying a function that has changed since you // last read it. RevisionId *string `type:"string"` // An Amazon S3 bucket in the same AWS Region as your function. The bucket can // be in a different AWS account. S3Bucket *string `min:"3" type:"string"` // The Amazon S3 key of the deployment package. S3Key *string `min:"1" type:"string"` // For versioned objects, the version of the deployment package object to use. S3ObjectVersion *string `min:"1" type:"string"` // The base64-encoded contents of the deployment package. AWS SDK and AWS CLI // clients handle the encoding for you. // // ZipFile is automatically base64 encoded/decoded by the SDK. ZipFile []byte `type:"blob"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionCodeRequest
func (UpdateFunctionCodeInput) GoString ¶
func (s UpdateFunctionCodeInput) GoString() string
GoString returns the string representation
func (UpdateFunctionCodeInput) MarshalFields ¶
func (s UpdateFunctionCodeInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateFunctionCodeInput) String ¶
func (s UpdateFunctionCodeInput) String() string
String returns the string representation
func (*UpdateFunctionCodeInput) Validate ¶
func (s *UpdateFunctionCodeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFunctionCodeRequest ¶
type UpdateFunctionCodeRequest struct { *aws.Request Input *UpdateFunctionCodeInput Copy func(*UpdateFunctionCodeInput) UpdateFunctionCodeRequest }
UpdateFunctionCodeRequest is a API request type for the UpdateFunctionCode API operation.
func (UpdateFunctionCodeRequest) Send ¶
func (r UpdateFunctionCodeRequest) Send(ctx context.Context) (*UpdateFunctionConfigurationOutput, error)
Send marshals and sends the UpdateFunctionCode API request.
type UpdateFunctionConfigurationInput ¶
type UpdateFunctionConfigurationInput struct { // A dead letter queue configuration that specifies the queue or topic where // Lambda sends asynchronous events when they fail processing. For more information, // see Dead Letter Queues (https://docs.aws.amazon.com/lambda/latest/dg/dlq.html). DeadLetterConfig *DeadLetterConfig `type:"structure"` // A description of the function. Description *string `type:"string"` // Environment variables that are accessible from function code during execution. Environment *Environment `type:"structure"` // The name of the Lambda function. // // Name formats // // * Function name - my-function. // // * Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function. // // * Partial ARN - 123456789012:function:my-function. // // The length constraint applies only to the full ARN. If you specify only the // function name, it is limited to 64 characters in length. // // FunctionName is a required field FunctionName *string `location:"uri" locationName:"FunctionName" min:"1" type:"string" required:"true"` // The name of the method within your code that Lambda calls to execute your // function. The format includes the file name. It can also include namespaces // and other qualifiers, depending on the runtime. For more information, see // Programming Model (https://docs.aws.amazon.com/lambda/latest/dg/programming-model-v2.html). Handler *string `type:"string"` // The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt // your function's environment variables. If it's not provided, AWS Lambda uses // a default service key. KMSKeyArn *string `type:"string"` // A list of function layers (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) // to add to the function's execution environment. Specify each layer by its // ARN, including the version. Layers []string `type:"list"` // The amount of memory that your function has access to. Increasing the function's // memory also increases its CPU allocation. The default value is 128 MB. The // value must be a multiple of 64 MB. MemorySize *int64 `min:"128" type:"integer"` // Only update the function if the revision ID matches the ID that's specified. // Use this option to avoid modifying a function that has changed since you // last read it. RevisionId *string `type:"string"` // The Amazon Resource Name (ARN) of the function's execution role. Role *string `type:"string"` // The identifier of the function's runtime (https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html). Runtime Runtime `type:"string" enum:"true"` // The amount of time that Lambda allows a function to run before stopping it. // The default is 3 seconds. The maximum allowed value is 900 seconds. Timeout *int64 `min:"1" type:"integer"` // Set Mode to Active to sample and trace a subset of incoming requests with // AWS X-Ray. TracingConfig *TracingConfig `type:"structure"` // For network connectivity to AWS resources in a VPC, specify a list of security // groups and subnets in the VPC. When you connect a function to a VPC, it can // only access resources and the internet through that VPC. For more information, // see VPC Settings (https://docs.aws.amazon.com/lambda/latest/dg/vpc.html). VpcConfig *VpcConfig `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionConfigurationRequest
func (UpdateFunctionConfigurationInput) GoString ¶
func (s UpdateFunctionConfigurationInput) GoString() string
GoString returns the string representation
func (UpdateFunctionConfigurationInput) MarshalFields ¶
func (s UpdateFunctionConfigurationInput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateFunctionConfigurationInput) String ¶
func (s UpdateFunctionConfigurationInput) String() string
String returns the string representation
func (*UpdateFunctionConfigurationInput) Validate ¶
func (s *UpdateFunctionConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFunctionConfigurationOutput ¶
type UpdateFunctionConfigurationOutput struct { // The SHA256 hash of the function's deployment package. CodeSha256 *string `type:"string"` // The size of the function's deployment package, in bytes. CodeSize *int64 `type:"long"` // The function's dead letter queue. DeadLetterConfig *DeadLetterConfig `type:"structure"` // The function's description. Description *string `type:"string"` // The function's environment variables. Environment *EnvironmentResponse `type:"structure"` // The function's Amazon Resource Name (ARN). FunctionArn *string `type:"string"` // The name of the function. FunctionName *string `min:"1" type:"string"` // The function that Lambda calls to begin executing your function. Handler *string `type:"string"` // The KMS key that's used to encrypt the function's environment variables. // This key is only returned if you've configured a customer-managed CMK. KMSKeyArn *string `type:"string"` // The date and time that the function was last updated, in ISO-8601 format // (https://www.w3.org/TR/NOTE-datetime) (YYYY-MM-DDThh:mm:ss.sTZD). LastModified *string `type:"string"` // The function's layers (https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html). Layers []Layer `type:"list"` // For Lambda@Edge functions, the ARN of the master function. MasterArn *string `type:"string"` // The memory that's allocated to the function. MemorySize *int64 `min:"128" type:"integer"` // The latest updated revision of the function or alias. RevisionId *string `type:"string"` // The function's execution role. Role *string `type:"string"` // The runtime environment for the Lambda function. Runtime Runtime `type:"string" enum:"true"` // The amount of time that Lambda allows a function to run before stopping it. Timeout *int64 `min:"1" type:"integer"` // The function's AWS X-Ray tracing configuration. TracingConfig *TracingConfigResponse `type:"structure"` // The version of the Lambda function. Version *string `min:"1" type:"string"` // The function's networking configuration. VpcConfig *VpcConfigResponse `type:"structure"` // contains filtered or unexported fields }
Details about a function's configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionCodeOutput
func (UpdateFunctionConfigurationOutput) GoString ¶
func (s UpdateFunctionConfigurationOutput) GoString() string
GoString returns the string representation
func (UpdateFunctionConfigurationOutput) MarshalFields ¶
func (s UpdateFunctionConfigurationOutput) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (UpdateFunctionConfigurationOutput) SDKResponseMetadata ¶
func (s UpdateFunctionConfigurationOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (UpdateFunctionConfigurationOutput) String ¶
func (s UpdateFunctionConfigurationOutput) String() string
String returns the string representation
type UpdateFunctionConfigurationRequest ¶
type UpdateFunctionConfigurationRequest struct { *aws.Request Input *UpdateFunctionConfigurationInput Copy func(*UpdateFunctionConfigurationInput) UpdateFunctionConfigurationRequest }
UpdateFunctionConfigurationRequest is a API request type for the UpdateFunctionConfiguration API operation.
func (UpdateFunctionConfigurationRequest) Send ¶
func (r UpdateFunctionConfigurationRequest) Send(ctx context.Context) (*UpdateFunctionConfigurationOutput, error)
Send marshals and sends the UpdateFunctionConfiguration API request.
type VpcConfig ¶
type VpcConfig struct { // A list of VPC security groups IDs. SecurityGroupIds []string `type:"list"` // A list of VPC subnet IDs. SubnetIds []string `type:"list"` // contains filtered or unexported fields }
The VPC security groups and subnets that are attached to a Lambda function. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/VpcConfig
func (VpcConfig) GoString ¶
GoString returns the string representation
func (VpcConfig) MarshalFields ¶
func (s VpcConfig) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (VpcConfig) String ¶
String returns the string representation
type VpcConfigResponse ¶
type VpcConfigResponse struct { // A list of VPC security groups IDs. SecurityGroupIds []string `type:"list"` // A list of VPC subnet IDs. SubnetIds []string `type:"list"` // The ID of the VPC. VpcId *string `type:"string"` // contains filtered or unexported fields }
The VPC security groups and subnets that are attached to a Lambda function. Please also see https://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/VpcConfigResponse
func (VpcConfigResponse) GoString ¶
func (s VpcConfigResponse) GoString() string
GoString returns the string representation
func (VpcConfigResponse) MarshalFields ¶
func (s VpcConfigResponse) MarshalFields(e protocol.FieldEncoder) error
MarshalFields encodes the AWS API shape using the passed in protocol encoder.
func (VpcConfigResponse) String ¶
func (s VpcConfigResponse) String() string
String returns the string representation
Source Files ¶
api.go doc.go errors.go service.go
Directories ¶
Path | Synopsis |
---|---|
service/lambda/lambdaiface | Package lambdaiface provides an interface to enable mocking the AWS Lambda service client for testing your code. |
- Version
- v0.8.0
- Published
- Apr 25, 2019
- Platform
- darwin/amd64
- Imports
- 8 packages
- Last checked
- 5 minutes ago –
Tools for package owners.