Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const EndpointsID + const ErrCodeCodeStorageExceededException + const ErrCodeEC2AccessDeniedException + const ErrCodeEC2ThrottledException + const ErrCodeEC2UnexpectedException + const ErrCodeENILimitReachedException + const ErrCodeInvalidParameterValueException + const ErrCodeInvalidRequestContentException + const ErrCodeInvalidRuntimeException + const ErrCodeInvalidSecurityGroupIDException + const ErrCodeInvalidSubnetIDException + const ErrCodeInvalidZipFileException + const ErrCodeKMSAccessDeniedException + const ErrCodeKMSDisabledException + const ErrCodeKMSInvalidStateException + const ErrCodeKMSNotFoundException + const ErrCodePolicyLengthExceededException + const ErrCodeRequestTooLargeException + const ErrCodeResourceConflictException + const ErrCodeResourceNotFoundException + const ErrCodeServiceException + const ErrCodeSubnetIPAddressLimitReachedException + const ErrCodeTooManyRequestsException + const ErrCodeUnsupportedMediaTypeException + const EventSourcePositionAtTimestamp + const EventSourcePositionLatest + const EventSourcePositionTrimHorizon + const FunctionVersionAll + const InvocationTypeDryRun + const InvocationTypeEvent + const InvocationTypeRequestResponse + const LogTypeNone + const LogTypeTail + const RuntimeDotnetcore10 + const RuntimeJava8 + const RuntimeNodejs + const RuntimeNodejs43 + const RuntimeNodejs43Edge + const RuntimeNodejs610 + const RuntimePython27 + const RuntimePython36 + const ServiceName + const ThrottleReasonCallerRateLimitExceeded + const ThrottleReasonConcurrentInvocationLimitExceeded + const ThrottleReasonFunctionInvocationRateLimitExceeded + const TracingModeActive + const TracingModePassThrough + type AccountLimit struct + CodeSizeUnzipped *int64 + CodeSizeZipped *int64 + ConcurrentExecutions *int64 + TotalCodeSize *int64 + func (s *AccountLimit) MarshalFields(e protocol.FieldEncoder) error + func (s *AccountLimit) SetCodeSizeUnzipped(v int64) *AccountLimit + func (s *AccountLimit) SetCodeSizeZipped(v int64) *AccountLimit + func (s *AccountLimit) SetConcurrentExecutions(v int64) *AccountLimit + func (s *AccountLimit) SetTotalCodeSize(v int64) *AccountLimit + func (s AccountLimit) GoString() string + func (s AccountLimit) String() string + type AccountUsage struct + FunctionCount *int64 + TotalCodeSize *int64 + func (s *AccountUsage) MarshalFields(e protocol.FieldEncoder) error + func (s *AccountUsage) SetFunctionCount(v int64) *AccountUsage + func (s *AccountUsage) SetTotalCodeSize(v int64) *AccountUsage + func (s AccountUsage) GoString() string + func (s AccountUsage) String() string + type AddPermissionInput struct + Action *string + EventSourceToken *string + FunctionName *string + Principal *string + Qualifier *string + SourceAccount *string + SourceArn *string + StatementId *string + func (s *AddPermissionInput) MarshalFields(e protocol.FieldEncoder) error + func (s *AddPermissionInput) SetAction(v string) *AddPermissionInput + func (s *AddPermissionInput) SetEventSourceToken(v string) *AddPermissionInput + func (s *AddPermissionInput) SetFunctionName(v string) *AddPermissionInput + func (s *AddPermissionInput) SetPrincipal(v string) *AddPermissionInput + func (s *AddPermissionInput) SetQualifier(v string) *AddPermissionInput + func (s *AddPermissionInput) SetSourceAccount(v string) *AddPermissionInput + func (s *AddPermissionInput) SetSourceArn(v string) *AddPermissionInput + func (s *AddPermissionInput) SetStatementId(v string) *AddPermissionInput + func (s *AddPermissionInput) Validate() error + func (s AddPermissionInput) GoString() string + func (s AddPermissionInput) String() string + type AddPermissionOutput struct + Statement *string + func (s *AddPermissionOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *AddPermissionOutput) SetStatement(v string) *AddPermissionOutput + func (s AddPermissionOutput) GoString() string + func (s AddPermissionOutput) String() string + type AliasConfiguration struct + AliasArn *string + Description *string + FunctionVersion *string + Name *string + func (s *AliasConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s *AliasConfiguration) SetAliasArn(v string) *AliasConfiguration + func (s *AliasConfiguration) SetDescription(v string) *AliasConfiguration + func (s *AliasConfiguration) SetFunctionVersion(v string) *AliasConfiguration + func (s *AliasConfiguration) SetName(v string) *AliasConfiguration + func (s AliasConfiguration) GoString() string + func (s AliasConfiguration) String() string + type CreateAliasInput struct + Description *string + FunctionName *string + FunctionVersion *string + Name *string + func (s *CreateAliasInput) MarshalFields(e protocol.FieldEncoder) error + func (s *CreateAliasInput) SetDescription(v string) *CreateAliasInput + func (s *CreateAliasInput) SetFunctionName(v string) *CreateAliasInput + func (s *CreateAliasInput) SetFunctionVersion(v string) *CreateAliasInput + func (s *CreateAliasInput) SetName(v string) *CreateAliasInput + func (s *CreateAliasInput) Validate() error + func (s CreateAliasInput) GoString() string + func (s CreateAliasInput) String() string + type CreateEventSourceMappingInput struct + BatchSize *int64 + Enabled *bool + EventSourceArn *string + FunctionName *string + StartingPosition *string + StartingPositionTimestamp *time.Time + func (s *CreateEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error + func (s *CreateEventSourceMappingInput) SetBatchSize(v int64) *CreateEventSourceMappingInput + func (s *CreateEventSourceMappingInput) SetEnabled(v bool) *CreateEventSourceMappingInput + func (s *CreateEventSourceMappingInput) SetEventSourceArn(v string) *CreateEventSourceMappingInput + func (s *CreateEventSourceMappingInput) SetFunctionName(v string) *CreateEventSourceMappingInput + func (s *CreateEventSourceMappingInput) SetStartingPosition(v string) *CreateEventSourceMappingInput + func (s *CreateEventSourceMappingInput) SetStartingPositionTimestamp(v time.Time) *CreateEventSourceMappingInput + func (s *CreateEventSourceMappingInput) Validate() error + func (s CreateEventSourceMappingInput) GoString() string + func (s CreateEventSourceMappingInput) String() string + type CreateFunctionInput struct + Code *FunctionCode + DeadLetterConfig *DeadLetterConfig + Description *string + Environment *Environment + FunctionName *string + Handler *string + KMSKeyArn *string + MemorySize *int64 + Publish *bool + Role *string + Runtime *string + Tags map[string]*string + Timeout *int64 + TracingConfig *TracingConfig + VpcConfig *VpcConfig + func (s *CreateFunctionInput) MarshalFields(e protocol.FieldEncoder) error + func (s *CreateFunctionInput) SetCode(v *FunctionCode) *CreateFunctionInput + func (s *CreateFunctionInput) SetDeadLetterConfig(v *DeadLetterConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetDescription(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetEnvironment(v *Environment) *CreateFunctionInput + func (s *CreateFunctionInput) SetFunctionName(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetHandler(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetKMSKeyArn(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetMemorySize(v int64) *CreateFunctionInput + func (s *CreateFunctionInput) SetPublish(v bool) *CreateFunctionInput + func (s *CreateFunctionInput) SetRole(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetRuntime(v string) *CreateFunctionInput + func (s *CreateFunctionInput) SetTags(v map[string]*string) *CreateFunctionInput + func (s *CreateFunctionInput) SetTimeout(v int64) *CreateFunctionInput + func (s *CreateFunctionInput) SetTracingConfig(v *TracingConfig) *CreateFunctionInput + func (s *CreateFunctionInput) SetVpcConfig(v *VpcConfig) *CreateFunctionInput + func (s *CreateFunctionInput) Validate() error + func (s CreateFunctionInput) GoString() string + func (s CreateFunctionInput) String() string + type DeadLetterConfig struct + TargetArn *string + func (s *DeadLetterConfig) MarshalFields(e protocol.FieldEncoder) error + func (s *DeadLetterConfig) SetTargetArn(v string) *DeadLetterConfig + func (s DeadLetterConfig) GoString() string + func (s DeadLetterConfig) String() string + type DeleteAliasInput struct + FunctionName *string + Name *string + func (s *DeleteAliasInput) MarshalFields(e protocol.FieldEncoder) error + func (s *DeleteAliasInput) SetFunctionName(v string) *DeleteAliasInput + func (s *DeleteAliasInput) SetName(v string) *DeleteAliasInput + func (s *DeleteAliasInput) Validate() error + func (s DeleteAliasInput) GoString() string + func (s DeleteAliasInput) String() string + type DeleteAliasOutput struct + func (s *DeleteAliasOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteAliasOutput) GoString() string + func (s DeleteAliasOutput) String() string + type DeleteEventSourceMappingInput struct + UUID *string + func (s *DeleteEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error + func (s *DeleteEventSourceMappingInput) SetUUID(v string) *DeleteEventSourceMappingInput + func (s *DeleteEventSourceMappingInput) Validate() error + func (s DeleteEventSourceMappingInput) GoString() string + func (s DeleteEventSourceMappingInput) String() string + type DeleteFunctionInput struct + FunctionName *string + Qualifier *string + func (s *DeleteFunctionInput) MarshalFields(e protocol.FieldEncoder) error + func (s *DeleteFunctionInput) SetFunctionName(v string) *DeleteFunctionInput + func (s *DeleteFunctionInput) SetQualifier(v string) *DeleteFunctionInput + func (s *DeleteFunctionInput) Validate() error + func (s DeleteFunctionInput) GoString() string + func (s DeleteFunctionInput) String() string + type DeleteFunctionOutput struct + func (s *DeleteFunctionOutput) MarshalFields(e protocol.FieldEncoder) error + func (s DeleteFunctionOutput) GoString() string + func (s DeleteFunctionOutput) String() string + type Environment struct + Variables map[string]*string + func (s *Environment) MarshalFields(e protocol.FieldEncoder) error + func (s *Environment) SetVariables(v map[string]*string) *Environment + func (s Environment) GoString() string + func (s Environment) String() string + type EnvironmentError struct + ErrorCode *string + Message *string + func (s *EnvironmentError) MarshalFields(e protocol.FieldEncoder) error + func (s *EnvironmentError) SetErrorCode(v string) *EnvironmentError + func (s *EnvironmentError) SetMessage(v string) *EnvironmentError + func (s EnvironmentError) GoString() string + func (s EnvironmentError) String() string + type EnvironmentResponse struct + Error *EnvironmentError + Variables map[string]*string + func (s *EnvironmentResponse) MarshalFields(e protocol.FieldEncoder) error + func (s *EnvironmentResponse) SetError(v *EnvironmentError) *EnvironmentResponse + func (s *EnvironmentResponse) SetVariables(v map[string]*string) *EnvironmentResponse + func (s EnvironmentResponse) GoString() string + func (s EnvironmentResponse) String() string + type EventSourceMappingConfiguration struct + BatchSize *int64 + EventSourceArn *string + FunctionArn *string + LastModified *time.Time + LastProcessingResult *string + State *string + StateTransitionReason *string + UUID *string + func (s *EventSourceMappingConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s *EventSourceMappingConfiguration) SetBatchSize(v int64) *EventSourceMappingConfiguration + func (s *EventSourceMappingConfiguration) SetEventSourceArn(v string) *EventSourceMappingConfiguration + func (s *EventSourceMappingConfiguration) SetFunctionArn(v string) *EventSourceMappingConfiguration + func (s *EventSourceMappingConfiguration) SetLastModified(v time.Time) *EventSourceMappingConfiguration + func (s *EventSourceMappingConfiguration) SetLastProcessingResult(v string) *EventSourceMappingConfiguration + func (s *EventSourceMappingConfiguration) SetState(v string) *EventSourceMappingConfiguration + func (s *EventSourceMappingConfiguration) SetStateTransitionReason(v string) *EventSourceMappingConfiguration + func (s *EventSourceMappingConfiguration) SetUUID(v string) *EventSourceMappingConfiguration + func (s EventSourceMappingConfiguration) GoString() string + func (s EventSourceMappingConfiguration) String() string + type FunctionCode struct + S3Bucket *string + S3Key *string + S3ObjectVersion *string + ZipFile []byte + func (s *FunctionCode) MarshalFields(e protocol.FieldEncoder) error + func (s *FunctionCode) SetS3Bucket(v string) *FunctionCode + func (s *FunctionCode) SetS3Key(v string) *FunctionCode + func (s *FunctionCode) SetS3ObjectVersion(v string) *FunctionCode + func (s *FunctionCode) SetZipFile(v []byte) *FunctionCode + func (s *FunctionCode) Validate() error + func (s FunctionCode) GoString() string + func (s FunctionCode) String() string + type FunctionCodeLocation struct + Location *string + RepositoryType *string + func (s *FunctionCodeLocation) MarshalFields(e protocol.FieldEncoder) error + func (s *FunctionCodeLocation) SetLocation(v string) *FunctionCodeLocation + func (s *FunctionCodeLocation) SetRepositoryType(v string) *FunctionCodeLocation + func (s FunctionCodeLocation) GoString() string + func (s FunctionCodeLocation) String() string + type FunctionConfiguration struct + CodeSha256 *string + CodeSize *int64 + DeadLetterConfig *DeadLetterConfig + Description *string + Environment *EnvironmentResponse + FunctionArn *string + FunctionName *string + Handler *string + KMSKeyArn *string + LastModified *string + MasterArn *string + MemorySize *int64 + Role *string + Runtime *string + Timeout *int64 + TracingConfig *TracingConfigResponse + Version *string + VpcConfig *VpcConfigResponse + func (s *FunctionConfiguration) MarshalFields(e protocol.FieldEncoder) error + func (s *FunctionConfiguration) SetCodeSha256(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetCodeSize(v int64) *FunctionConfiguration + func (s *FunctionConfiguration) SetDeadLetterConfig(v *DeadLetterConfig) *FunctionConfiguration + func (s *FunctionConfiguration) SetDescription(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetEnvironment(v *EnvironmentResponse) *FunctionConfiguration + func (s *FunctionConfiguration) SetFunctionArn(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetFunctionName(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetHandler(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetKMSKeyArn(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetLastModified(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetMasterArn(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetMemorySize(v int64) *FunctionConfiguration + func (s *FunctionConfiguration) SetRole(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetRuntime(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetTimeout(v int64) *FunctionConfiguration + func (s *FunctionConfiguration) SetTracingConfig(v *TracingConfigResponse) *FunctionConfiguration + func (s *FunctionConfiguration) SetVersion(v string) *FunctionConfiguration + func (s *FunctionConfiguration) SetVpcConfig(v *VpcConfigResponse) *FunctionConfiguration + func (s FunctionConfiguration) GoString() string + func (s FunctionConfiguration) String() string + type GetAccountSettingsInput struct + func (s *GetAccountSettingsInput) MarshalFields(e protocol.FieldEncoder) error + func (s GetAccountSettingsInput) GoString() string + func (s GetAccountSettingsInput) String() string + type GetAccountSettingsOutput struct + AccountLimit *AccountLimit + AccountUsage *AccountUsage + func (s *GetAccountSettingsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetAccountSettingsOutput) SetAccountLimit(v *AccountLimit) *GetAccountSettingsOutput + func (s *GetAccountSettingsOutput) SetAccountUsage(v *AccountUsage) *GetAccountSettingsOutput + func (s GetAccountSettingsOutput) GoString() string + func (s GetAccountSettingsOutput) String() string + type GetAliasInput struct + FunctionName *string + Name *string + func (s *GetAliasInput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetAliasInput) SetFunctionName(v string) *GetAliasInput + func (s *GetAliasInput) SetName(v string) *GetAliasInput + func (s *GetAliasInput) Validate() error + func (s GetAliasInput) GoString() string + func (s GetAliasInput) String() string + type GetEventSourceMappingInput struct + UUID *string + func (s *GetEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetEventSourceMappingInput) SetUUID(v string) *GetEventSourceMappingInput + func (s *GetEventSourceMappingInput) Validate() error + func (s GetEventSourceMappingInput) GoString() string + func (s GetEventSourceMappingInput) String() string + type GetFunctionConfigurationInput struct + FunctionName *string + Qualifier *string + func (s *GetFunctionConfigurationInput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetFunctionConfigurationInput) SetFunctionName(v string) *GetFunctionConfigurationInput + func (s *GetFunctionConfigurationInput) SetQualifier(v string) *GetFunctionConfigurationInput + func (s *GetFunctionConfigurationInput) Validate() error + func (s GetFunctionConfigurationInput) GoString() string + func (s GetFunctionConfigurationInput) String() string + type GetFunctionInput struct + FunctionName *string + Qualifier *string + func (s *GetFunctionInput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetFunctionInput) SetFunctionName(v string) *GetFunctionInput + func (s *GetFunctionInput) SetQualifier(v string) *GetFunctionInput + func (s *GetFunctionInput) Validate() error + func (s GetFunctionInput) GoString() string + func (s GetFunctionInput) String() string + type GetFunctionOutput struct + Code *FunctionCodeLocation + Configuration *FunctionConfiguration + Tags map[string]*string + func (s *GetFunctionOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetFunctionOutput) SetCode(v *FunctionCodeLocation) *GetFunctionOutput + func (s *GetFunctionOutput) SetConfiguration(v *FunctionConfiguration) *GetFunctionOutput + func (s *GetFunctionOutput) SetTags(v map[string]*string) *GetFunctionOutput + func (s GetFunctionOutput) GoString() string + func (s GetFunctionOutput) String() string + type GetPolicyInput struct + FunctionName *string + Qualifier *string + func (s *GetPolicyInput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetPolicyInput) SetFunctionName(v string) *GetPolicyInput + func (s *GetPolicyInput) SetQualifier(v string) *GetPolicyInput + func (s *GetPolicyInput) Validate() error + func (s GetPolicyInput) GoString() string + func (s GetPolicyInput) String() string + type GetPolicyOutput struct + Policy *string + func (s *GetPolicyOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *GetPolicyOutput) SetPolicy(v string) *GetPolicyOutput + func (s GetPolicyOutput) GoString() string + func (s GetPolicyOutput) String() string + type InvokeAsyncInput struct + FunctionName *string + InvokeArgs io.ReadSeeker + func (s *InvokeAsyncInput) MarshalFields(e protocol.FieldEncoder) error + func (s *InvokeAsyncInput) SetFunctionName(v string) *InvokeAsyncInput + func (s *InvokeAsyncInput) SetInvokeArgs(v io.ReadSeeker) *InvokeAsyncInput + func (s *InvokeAsyncInput) Validate() error + func (s InvokeAsyncInput) GoString() string + func (s InvokeAsyncInput) String() string + type InvokeAsyncOutput struct + Status *int64 + func (s *InvokeAsyncOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *InvokeAsyncOutput) SetStatus(v int64) *InvokeAsyncOutput + func (s InvokeAsyncOutput) GoString() string + func (s InvokeAsyncOutput) String() string + type InvokeInput struct + ClientContext *string + FunctionName *string + InvocationType *string + LogType *string + Payload []byte + Qualifier *string + func (s *InvokeInput) MarshalFields(e protocol.FieldEncoder) error + func (s *InvokeInput) SetClientContext(v string) *InvokeInput + func (s *InvokeInput) SetFunctionName(v string) *InvokeInput + func (s *InvokeInput) SetInvocationType(v string) *InvokeInput + func (s *InvokeInput) SetLogType(v string) *InvokeInput + func (s *InvokeInput) SetPayload(v []byte) *InvokeInput + func (s *InvokeInput) SetQualifier(v string) *InvokeInput + func (s *InvokeInput) Validate() error + func (s InvokeInput) GoString() string + func (s InvokeInput) String() string + type InvokeOutput struct + FunctionError *string + LogResult *string + Payload []byte + StatusCode *int64 + func (s *InvokeOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *InvokeOutput) SetFunctionError(v string) *InvokeOutput + func (s *InvokeOutput) SetLogResult(v string) *InvokeOutput + func (s *InvokeOutput) SetPayload(v []byte) *InvokeOutput + func (s *InvokeOutput) SetStatusCode(v int64) *InvokeOutput + func (s InvokeOutput) GoString() string + func (s InvokeOutput) String() string + type Lambda struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *Lambda + func (c *Lambda) AddPermission(input *AddPermissionInput) (*AddPermissionOutput, error) + func (c *Lambda) AddPermissionRequest(input *AddPermissionInput) (req *request.Request, output *AddPermissionOutput) + func (c *Lambda) AddPermissionWithContext(ctx aws.Context, input *AddPermissionInput, opts ...request.Option) (*AddPermissionOutput, error) + func (c *Lambda) CreateAlias(input *CreateAliasInput) (*AliasConfiguration, error) + func (c *Lambda) CreateAliasRequest(input *CreateAliasInput) (req *request.Request, output *AliasConfiguration) + func (c *Lambda) CreateAliasWithContext(ctx aws.Context, input *CreateAliasInput, opts ...request.Option) (*AliasConfiguration, error) + func (c *Lambda) CreateEventSourceMapping(input *CreateEventSourceMappingInput) (*EventSourceMappingConfiguration, error) + func (c *Lambda) CreateEventSourceMappingRequest(input *CreateEventSourceMappingInput) (req *request.Request, output *EventSourceMappingConfiguration) + func (c *Lambda) CreateEventSourceMappingWithContext(ctx aws.Context, input *CreateEventSourceMappingInput, opts ...request.Option) (*EventSourceMappingConfiguration, error) + func (c *Lambda) CreateFunction(input *CreateFunctionInput) (*FunctionConfiguration, error) + func (c *Lambda) CreateFunctionRequest(input *CreateFunctionInput) (req *request.Request, output *FunctionConfiguration) + func (c *Lambda) CreateFunctionWithContext(ctx aws.Context, input *CreateFunctionInput, opts ...request.Option) (*FunctionConfiguration, error) + func (c *Lambda) DeleteAlias(input *DeleteAliasInput) (*DeleteAliasOutput, error) + func (c *Lambda) DeleteAliasRequest(input *DeleteAliasInput) (req *request.Request, output *DeleteAliasOutput) + func (c *Lambda) DeleteAliasWithContext(ctx aws.Context, input *DeleteAliasInput, opts ...request.Option) (*DeleteAliasOutput, error) + func (c *Lambda) DeleteEventSourceMapping(input *DeleteEventSourceMappingInput) (*EventSourceMappingConfiguration, error) + func (c *Lambda) DeleteEventSourceMappingRequest(input *DeleteEventSourceMappingInput) (req *request.Request, output *EventSourceMappingConfiguration) + func (c *Lambda) DeleteEventSourceMappingWithContext(ctx aws.Context, input *DeleteEventSourceMappingInput, opts ...request.Option) (*EventSourceMappingConfiguration, error) + func (c *Lambda) DeleteFunction(input *DeleteFunctionInput) (*DeleteFunctionOutput, error) + func (c *Lambda) DeleteFunctionRequest(input *DeleteFunctionInput) (req *request.Request, output *DeleteFunctionOutput) + func (c *Lambda) DeleteFunctionWithContext(ctx aws.Context, input *DeleteFunctionInput, opts ...request.Option) (*DeleteFunctionOutput, error) + func (c *Lambda) GetAccountSettings(input *GetAccountSettingsInput) (*GetAccountSettingsOutput, error) + func (c *Lambda) GetAccountSettingsRequest(input *GetAccountSettingsInput) (req *request.Request, output *GetAccountSettingsOutput) + func (c *Lambda) GetAccountSettingsWithContext(ctx aws.Context, input *GetAccountSettingsInput, opts ...request.Option) (*GetAccountSettingsOutput, error) + func (c *Lambda) GetAlias(input *GetAliasInput) (*AliasConfiguration, error) + func (c *Lambda) GetAliasRequest(input *GetAliasInput) (req *request.Request, output *AliasConfiguration) + func (c *Lambda) GetAliasWithContext(ctx aws.Context, input *GetAliasInput, opts ...request.Option) (*AliasConfiguration, error) + func (c *Lambda) GetEventSourceMapping(input *GetEventSourceMappingInput) (*EventSourceMappingConfiguration, error) + func (c *Lambda) GetEventSourceMappingRequest(input *GetEventSourceMappingInput) (req *request.Request, output *EventSourceMappingConfiguration) + func (c *Lambda) GetEventSourceMappingWithContext(ctx aws.Context, input *GetEventSourceMappingInput, opts ...request.Option) (*EventSourceMappingConfiguration, error) + func (c *Lambda) GetFunction(input *GetFunctionInput) (*GetFunctionOutput, error) + func (c *Lambda) GetFunctionConfiguration(input *GetFunctionConfigurationInput) (*FunctionConfiguration, error) + func (c *Lambda) GetFunctionConfigurationRequest(input *GetFunctionConfigurationInput) (req *request.Request, output *FunctionConfiguration) + func (c *Lambda) GetFunctionConfigurationWithContext(ctx aws.Context, input *GetFunctionConfigurationInput, opts ...request.Option) (*FunctionConfiguration, error) + func (c *Lambda) GetFunctionRequest(input *GetFunctionInput) (req *request.Request, output *GetFunctionOutput) + func (c *Lambda) GetFunctionWithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.Option) (*GetFunctionOutput, error) + func (c *Lambda) GetPolicy(input *GetPolicyInput) (*GetPolicyOutput, error) + func (c *Lambda) GetPolicyRequest(input *GetPolicyInput) (req *request.Request, output *GetPolicyOutput) + func (c *Lambda) GetPolicyWithContext(ctx aws.Context, input *GetPolicyInput, opts ...request.Option) (*GetPolicyOutput, error) + func (c *Lambda) Invoke(input *InvokeInput) (*InvokeOutput, error) + func (c *Lambda) InvokeAsync(input *InvokeAsyncInput) (*InvokeAsyncOutput, error) + func (c *Lambda) InvokeAsyncRequest(input *InvokeAsyncInput) (req *request.Request, output *InvokeAsyncOutput) + func (c *Lambda) InvokeAsyncWithContext(ctx aws.Context, input *InvokeAsyncInput, opts ...request.Option) (*InvokeAsyncOutput, error) + func (c *Lambda) InvokeRequest(input *InvokeInput) (req *request.Request, output *InvokeOutput) + func (c *Lambda) InvokeWithContext(ctx aws.Context, input *InvokeInput, opts ...request.Option) (*InvokeOutput, error) + func (c *Lambda) ListAliases(input *ListAliasesInput) (*ListAliasesOutput, error) + func (c *Lambda) ListAliasesRequest(input *ListAliasesInput) (req *request.Request, output *ListAliasesOutput) + func (c *Lambda) ListAliasesWithContext(ctx aws.Context, input *ListAliasesInput, opts ...request.Option) (*ListAliasesOutput, error) + func (c *Lambda) ListEventSourceMappings(input *ListEventSourceMappingsInput) (*ListEventSourceMappingsOutput, error) + func (c *Lambda) ListEventSourceMappingsPages(input *ListEventSourceMappingsInput, ...) error + func (c *Lambda) ListEventSourceMappingsPagesWithContext(ctx aws.Context, input *ListEventSourceMappingsInput, ...) error + func (c *Lambda) ListEventSourceMappingsRequest(input *ListEventSourceMappingsInput) (req *request.Request, output *ListEventSourceMappingsOutput) + func (c *Lambda) ListEventSourceMappingsWithContext(ctx aws.Context, input *ListEventSourceMappingsInput, opts ...request.Option) (*ListEventSourceMappingsOutput, error) + func (c *Lambda) ListFunctions(input *ListFunctionsInput) (*ListFunctionsOutput, error) + func (c *Lambda) ListFunctionsPages(input *ListFunctionsInput, fn func(*ListFunctionsOutput, bool) bool) error + func (c *Lambda) ListFunctionsPagesWithContext(ctx aws.Context, input *ListFunctionsInput, ...) error + func (c *Lambda) ListFunctionsRequest(input *ListFunctionsInput) (req *request.Request, output *ListFunctionsOutput) + func (c *Lambda) ListFunctionsWithContext(ctx aws.Context, input *ListFunctionsInput, opts ...request.Option) (*ListFunctionsOutput, error) + func (c *Lambda) ListTags(input *ListTagsInput) (*ListTagsOutput, error) + func (c *Lambda) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput) + func (c *Lambda) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error) + func (c *Lambda) ListVersionsByFunction(input *ListVersionsByFunctionInput) (*ListVersionsByFunctionOutput, error) + func (c *Lambda) ListVersionsByFunctionRequest(input *ListVersionsByFunctionInput) (req *request.Request, output *ListVersionsByFunctionOutput) + func (c *Lambda) ListVersionsByFunctionWithContext(ctx aws.Context, input *ListVersionsByFunctionInput, opts ...request.Option) (*ListVersionsByFunctionOutput, error) + func (c *Lambda) PublishVersion(input *PublishVersionInput) (*FunctionConfiguration, error) + func (c *Lambda) PublishVersionRequest(input *PublishVersionInput) (req *request.Request, output *FunctionConfiguration) + func (c *Lambda) PublishVersionWithContext(ctx aws.Context, input *PublishVersionInput, opts ...request.Option) (*FunctionConfiguration, error) + func (c *Lambda) RemovePermission(input *RemovePermissionInput) (*RemovePermissionOutput, error) + func (c *Lambda) RemovePermissionRequest(input *RemovePermissionInput) (req *request.Request, output *RemovePermissionOutput) + func (c *Lambda) RemovePermissionWithContext(ctx aws.Context, input *RemovePermissionInput, opts ...request.Option) (*RemovePermissionOutput, error) + func (c *Lambda) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *Lambda) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *Lambda) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *Lambda) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *Lambda) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *Lambda) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *Lambda) UpdateAlias(input *UpdateAliasInput) (*AliasConfiguration, error) + func (c *Lambda) UpdateAliasRequest(input *UpdateAliasInput) (req *request.Request, output *AliasConfiguration) + func (c *Lambda) UpdateAliasWithContext(ctx aws.Context, input *UpdateAliasInput, opts ...request.Option) (*AliasConfiguration, error) + func (c *Lambda) UpdateEventSourceMapping(input *UpdateEventSourceMappingInput) (*EventSourceMappingConfiguration, error) + func (c *Lambda) UpdateEventSourceMappingRequest(input *UpdateEventSourceMappingInput) (req *request.Request, output *EventSourceMappingConfiguration) + func (c *Lambda) UpdateEventSourceMappingWithContext(ctx aws.Context, input *UpdateEventSourceMappingInput, opts ...request.Option) (*EventSourceMappingConfiguration, error) + func (c *Lambda) UpdateFunctionCode(input *UpdateFunctionCodeInput) (*FunctionConfiguration, error) + func (c *Lambda) UpdateFunctionCodeRequest(input *UpdateFunctionCodeInput) (req *request.Request, output *FunctionConfiguration) + func (c *Lambda) UpdateFunctionCodeWithContext(ctx aws.Context, input *UpdateFunctionCodeInput, opts ...request.Option) (*FunctionConfiguration, error) + func (c *Lambda) UpdateFunctionConfiguration(input *UpdateFunctionConfigurationInput) (*FunctionConfiguration, error) + func (c *Lambda) UpdateFunctionConfigurationRequest(input *UpdateFunctionConfigurationInput) (req *request.Request, output *FunctionConfiguration) + func (c *Lambda) UpdateFunctionConfigurationWithContext(ctx aws.Context, input *UpdateFunctionConfigurationInput, ...) (*FunctionConfiguration, error) + type ListAliasesInput struct + FunctionName *string + FunctionVersion *string + Marker *string + MaxItems *int64 + func (s *ListAliasesInput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListAliasesInput) SetFunctionName(v string) *ListAliasesInput + func (s *ListAliasesInput) SetFunctionVersion(v string) *ListAliasesInput + func (s *ListAliasesInput) SetMarker(v string) *ListAliasesInput + func (s *ListAliasesInput) SetMaxItems(v int64) *ListAliasesInput + func (s *ListAliasesInput) Validate() error + func (s ListAliasesInput) GoString() string + func (s ListAliasesInput) String() string + type ListAliasesOutput struct + Aliases []*AliasConfiguration + NextMarker *string + func (s *ListAliasesOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListAliasesOutput) SetAliases(v []*AliasConfiguration) *ListAliasesOutput + func (s *ListAliasesOutput) SetNextMarker(v string) *ListAliasesOutput + func (s ListAliasesOutput) GoString() string + func (s ListAliasesOutput) String() string + type ListEventSourceMappingsInput struct + EventSourceArn *string + FunctionName *string + Marker *string + MaxItems *int64 + func (s *ListEventSourceMappingsInput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListEventSourceMappingsInput) SetEventSourceArn(v string) *ListEventSourceMappingsInput + func (s *ListEventSourceMappingsInput) SetFunctionName(v string) *ListEventSourceMappingsInput + func (s *ListEventSourceMappingsInput) SetMarker(v string) *ListEventSourceMappingsInput + func (s *ListEventSourceMappingsInput) SetMaxItems(v int64) *ListEventSourceMappingsInput + func (s *ListEventSourceMappingsInput) Validate() error + func (s ListEventSourceMappingsInput) GoString() string + func (s ListEventSourceMappingsInput) String() string + type ListEventSourceMappingsOutput struct + EventSourceMappings []*EventSourceMappingConfiguration + NextMarker *string + func (s *ListEventSourceMappingsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListEventSourceMappingsOutput) SetEventSourceMappings(v []*EventSourceMappingConfiguration) *ListEventSourceMappingsOutput + func (s *ListEventSourceMappingsOutput) SetNextMarker(v string) *ListEventSourceMappingsOutput + func (s ListEventSourceMappingsOutput) GoString() string + func (s ListEventSourceMappingsOutput) String() string + type ListFunctionsInput struct + FunctionVersion *string + Marker *string + MasterRegion *string + MaxItems *int64 + func (s *ListFunctionsInput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListFunctionsInput) SetFunctionVersion(v string) *ListFunctionsInput + func (s *ListFunctionsInput) SetMarker(v string) *ListFunctionsInput + func (s *ListFunctionsInput) SetMasterRegion(v string) *ListFunctionsInput + func (s *ListFunctionsInput) SetMaxItems(v int64) *ListFunctionsInput + func (s *ListFunctionsInput) Validate() error + func (s ListFunctionsInput) GoString() string + func (s ListFunctionsInput) String() string + type ListFunctionsOutput struct + Functions []*FunctionConfiguration + NextMarker *string + func (s *ListFunctionsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListFunctionsOutput) SetFunctions(v []*FunctionConfiguration) *ListFunctionsOutput + func (s *ListFunctionsOutput) SetNextMarker(v string) *ListFunctionsOutput + func (s ListFunctionsOutput) GoString() string + func (s ListFunctionsOutput) String() string + type ListTagsInput struct + Resource *string + func (s *ListTagsInput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListTagsInput) SetResource(v string) *ListTagsInput + func (s *ListTagsInput) Validate() error + func (s ListTagsInput) GoString() string + func (s ListTagsInput) String() string + type ListTagsOutput struct + Tags map[string]*string + func (s *ListTagsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListTagsOutput) SetTags(v map[string]*string) *ListTagsOutput + func (s ListTagsOutput) GoString() string + func (s ListTagsOutput) String() string + type ListVersionsByFunctionInput struct + FunctionName *string + Marker *string + MaxItems *int64 + func (s *ListVersionsByFunctionInput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListVersionsByFunctionInput) SetFunctionName(v string) *ListVersionsByFunctionInput + func (s *ListVersionsByFunctionInput) SetMarker(v string) *ListVersionsByFunctionInput + func (s *ListVersionsByFunctionInput) SetMaxItems(v int64) *ListVersionsByFunctionInput + func (s *ListVersionsByFunctionInput) Validate() error + func (s ListVersionsByFunctionInput) GoString() string + func (s ListVersionsByFunctionInput) String() string + type ListVersionsByFunctionOutput struct + NextMarker *string + Versions []*FunctionConfiguration + func (s *ListVersionsByFunctionOutput) MarshalFields(e protocol.FieldEncoder) error + func (s *ListVersionsByFunctionOutput) SetNextMarker(v string) *ListVersionsByFunctionOutput + func (s *ListVersionsByFunctionOutput) SetVersions(v []*FunctionConfiguration) *ListVersionsByFunctionOutput + func (s ListVersionsByFunctionOutput) GoString() string + func (s ListVersionsByFunctionOutput) String() string + type PublishVersionInput struct + CodeSha256 *string + Description *string + FunctionName *string + func (s *PublishVersionInput) MarshalFields(e protocol.FieldEncoder) error + func (s *PublishVersionInput) SetCodeSha256(v string) *PublishVersionInput + func (s *PublishVersionInput) SetDescription(v string) *PublishVersionInput + func (s *PublishVersionInput) SetFunctionName(v string) *PublishVersionInput + func (s *PublishVersionInput) Validate() error + func (s PublishVersionInput) GoString() string + func (s PublishVersionInput) String() string + type RemovePermissionInput struct + FunctionName *string + Qualifier *string + StatementId *string + func (s *RemovePermissionInput) MarshalFields(e protocol.FieldEncoder) error + func (s *RemovePermissionInput) SetFunctionName(v string) *RemovePermissionInput + func (s *RemovePermissionInput) SetQualifier(v string) *RemovePermissionInput + func (s *RemovePermissionInput) SetStatementId(v string) *RemovePermissionInput + func (s *RemovePermissionInput) Validate() error + func (s RemovePermissionInput) GoString() string + func (s RemovePermissionInput) String() string + type RemovePermissionOutput struct + func (s *RemovePermissionOutput) MarshalFields(e protocol.FieldEncoder) error + func (s RemovePermissionOutput) GoString() string + func (s RemovePermissionOutput) String() string + type TagResourceInput struct + Resource *string + Tags map[string]*string + func (s *TagResourceInput) MarshalFields(e protocol.FieldEncoder) error + func (s *TagResourceInput) SetResource(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s *TagResourceOutput) MarshalFields(e protocol.FieldEncoder) error + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type TracingConfig struct + Mode *string + func (s *TracingConfig) MarshalFields(e protocol.FieldEncoder) error + func (s *TracingConfig) SetMode(v string) *TracingConfig + func (s TracingConfig) GoString() string + func (s TracingConfig) String() string + type TracingConfigResponse struct + Mode *string + func (s *TracingConfigResponse) MarshalFields(e protocol.FieldEncoder) error + func (s *TracingConfigResponse) SetMode(v string) *TracingConfigResponse + func (s TracingConfigResponse) GoString() string + func (s TracingConfigResponse) String() string + type UntagResourceInput struct + Resource *string + TagKeys []*string + func (s *UntagResourceInput) MarshalFields(e protocol.FieldEncoder) error + func (s *UntagResourceInput) SetResource(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s *UntagResourceOutput) MarshalFields(e protocol.FieldEncoder) error + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateAliasInput struct + Description *string + FunctionName *string + FunctionVersion *string + Name *string + func (s *UpdateAliasInput) MarshalFields(e protocol.FieldEncoder) error + func (s *UpdateAliasInput) SetDescription(v string) *UpdateAliasInput + func (s *UpdateAliasInput) SetFunctionName(v string) *UpdateAliasInput + func (s *UpdateAliasInput) SetFunctionVersion(v string) *UpdateAliasInput + func (s *UpdateAliasInput) SetName(v string) *UpdateAliasInput + func (s *UpdateAliasInput) Validate() error + func (s UpdateAliasInput) GoString() string + func (s UpdateAliasInput) String() string + type UpdateEventSourceMappingInput struct + BatchSize *int64 + Enabled *bool + FunctionName *string + UUID *string + func (s *UpdateEventSourceMappingInput) MarshalFields(e protocol.FieldEncoder) error + func (s *UpdateEventSourceMappingInput) SetBatchSize(v int64) *UpdateEventSourceMappingInput + func (s *UpdateEventSourceMappingInput) SetEnabled(v bool) *UpdateEventSourceMappingInput + func (s *UpdateEventSourceMappingInput) SetFunctionName(v string) *UpdateEventSourceMappingInput + func (s *UpdateEventSourceMappingInput) SetUUID(v string) *UpdateEventSourceMappingInput + func (s *UpdateEventSourceMappingInput) Validate() error + func (s UpdateEventSourceMappingInput) GoString() string + func (s UpdateEventSourceMappingInput) String() string + type UpdateFunctionCodeInput struct + DryRun *bool + FunctionName *string + Publish *bool + S3Bucket *string + S3Key *string + S3ObjectVersion *string + ZipFile []byte + func (s *UpdateFunctionCodeInput) MarshalFields(e protocol.FieldEncoder) error + func (s *UpdateFunctionCodeInput) SetDryRun(v bool) *UpdateFunctionCodeInput + func (s *UpdateFunctionCodeInput) SetFunctionName(v string) *UpdateFunctionCodeInput + func (s *UpdateFunctionCodeInput) SetPublish(v bool) *UpdateFunctionCodeInput + func (s *UpdateFunctionCodeInput) SetS3Bucket(v string) *UpdateFunctionCodeInput + func (s *UpdateFunctionCodeInput) SetS3Key(v string) *UpdateFunctionCodeInput + func (s *UpdateFunctionCodeInput) SetS3ObjectVersion(v string) *UpdateFunctionCodeInput + func (s *UpdateFunctionCodeInput) SetZipFile(v []byte) *UpdateFunctionCodeInput + func (s *UpdateFunctionCodeInput) Validate() error + func (s UpdateFunctionCodeInput) GoString() string + func (s UpdateFunctionCodeInput) String() string + type UpdateFunctionConfigurationInput struct + DeadLetterConfig *DeadLetterConfig + Description *string + Environment *Environment + FunctionName *string + Handler *string + KMSKeyArn *string + MemorySize *int64 + Role *string + Runtime *string + Timeout *int64 + TracingConfig *TracingConfig + VpcConfig *VpcConfig + func (s *UpdateFunctionConfigurationInput) MarshalFields(e protocol.FieldEncoder) error + func (s *UpdateFunctionConfigurationInput) SetDeadLetterConfig(v *DeadLetterConfig) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetDescription(v string) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetEnvironment(v *Environment) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetFunctionName(v string) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetHandler(v string) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetKMSKeyArn(v string) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetMemorySize(v int64) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetRole(v string) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetRuntime(v string) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetTimeout(v int64) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetTracingConfig(v *TracingConfig) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) SetVpcConfig(v *VpcConfig) *UpdateFunctionConfigurationInput + func (s *UpdateFunctionConfigurationInput) Validate() error + func (s UpdateFunctionConfigurationInput) GoString() string + func (s UpdateFunctionConfigurationInput) String() string + type VpcConfig struct + SecurityGroupIds []*string + SubnetIds []*string + func (s *VpcConfig) MarshalFields(e protocol.FieldEncoder) error + func (s *VpcConfig) SetSecurityGroupIds(v []*string) *VpcConfig + func (s *VpcConfig) SetSubnetIds(v []*string) *VpcConfig + func (s VpcConfig) GoString() string + func (s VpcConfig) String() string + type VpcConfigResponse struct + SecurityGroupIds []*string + SubnetIds []*string + VpcId *string + func (s *VpcConfigResponse) MarshalFields(e protocol.FieldEncoder) error + func (s *VpcConfigResponse) SetSecurityGroupIds(v []*string) *VpcConfigResponse + func (s *VpcConfigResponse) SetSubnetIds(v []*string) *VpcConfigResponse + func (s *VpcConfigResponse) SetVpcId(v string) *VpcConfigResponse + func (s VpcConfigResponse) GoString() string + func (s VpcConfigResponse) String() string