Documentation
¶
Overview ¶
Package lambda provides the client and types for making API requests to AWS Lambda.
Overview ¶
Lambda is a compute service that lets you run code without provisioning or managing servers. Lambda runs your code on a high-availability compute infrastructure and performs all of the administration of the compute resources, including server and operating system maintenance, capacity provisioning and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any type of application or backend service. For more information about the Lambda service, see What is Lambda (https://docs.aws.amazon.com/lambda/latest/dg/welcome.html) in the Lambda Developer Guide.
The Lambda API Reference provides information about each of the API methods, including details about the parameters in each API request and response.
You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools to access the API. For installation instructions, see Tools for Amazon Web Services (http://aws.amazon.com/tools/).
For a list of Region-specific endpoints that Lambda supports, see Lambda endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/lambda-service.html/) in the Amazon Web Services General Reference..
When making the API calls, you will need to authenticate your request by providing a signature. Lambda supports signature version 4. For more information, see Signature Version 4 signing process (https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) in the Amazon Web Services General Reference..
CA certificates ¶
Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate environment and do not manage your own computer, you might need to ask an administrator to assist with the update process. The following list shows minimum operating system and Java versions:
Microsoft Windows versions that have updates from January 2005 or later installed contain at least one of the required CAs in their trust list.
Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X 10.5 (October 2007), and later versions contain at least one of the required CAs in their trust list.
Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all contain at least one of the required CAs in their default trusted CA list.
Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, including Java 6 (December 2006), 7, and 8, contain at least one of the required CAs in their default trusted CA list.
When accessing the Lambda management console or Lambda API endpoints, whether through browsers or programmatically, you will need to ensure your client machines support any of the following CAs:
Amazon Root CA 1
Starfield Services Root Certificate Authority - G2
Starfield Class 2 Certification Authority
Root certificates from the first two authorities are available from Amazon trust services (https://www.amazontrust.com/repository/), but keeping your computer up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see Amazon Web Services Certificate Manager FAQs. (http://aws.amazon.com/certificate-manager/faqs/#certificates)
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 contact 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
- func Architecture_Values() []string
- func CodeSigningPolicy_Values() []string
- func EndPointType_Values() []string
- func EventSourcePosition_Values() []string
- func FullDocument_Values() []string
- func FunctionResponseType_Values() []string
- func FunctionUrlAuthType_Values() []string
- func FunctionVersion_Values() []string
- func InvocationType_Values() []string
- func InvokeMode_Values() []string
- func LastUpdateStatusReasonCode_Values() []string
- func LastUpdateStatus_Values() []string
- func LogType_Values() []string
- func PackageType_Values() []string
- func ProvisionedConcurrencyStatusEnum_Values() []string
- func ResponseStreamingInvocationType_Values() []string
- func Runtime_Values() []string
- func SnapStartApplyOn_Values() []string
- func SnapStartOptimizationStatus_Values() []string
- func SourceAccessType_Values() []string
- func StateReasonCode_Values() []string
- func State_Values() []string
- func ThrottleReason_Values() []string
- func TracingMode_Values() []string
- func UpdateRuntimeOn_Values() []string
- type AccountLimit
- func (s AccountLimit) GoString() string
- 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) SetUnreservedConcurrentExecutions(v int64) *AccountLimit
- func (s AccountLimit) String() string
- type AccountUsage
- type AddLayerVersionPermissionInput
- func (s AddLayerVersionPermissionInput) GoString() string
- func (s *AddLayerVersionPermissionInput) SetAction(v string) *AddLayerVersionPermissionInput
- func (s *AddLayerVersionPermissionInput) SetLayerName(v string) *AddLayerVersionPermissionInput
- func (s *AddLayerVersionPermissionInput) SetOrganizationId(v string) *AddLayerVersionPermissionInput
- func (s *AddLayerVersionPermissionInput) SetPrincipal(v string) *AddLayerVersionPermissionInput
- func (s *AddLayerVersionPermissionInput) SetRevisionId(v string) *AddLayerVersionPermissionInput
- func (s *AddLayerVersionPermissionInput) SetStatementId(v string) *AddLayerVersionPermissionInput
- func (s *AddLayerVersionPermissionInput) SetVersionNumber(v int64) *AddLayerVersionPermissionInput
- func (s AddLayerVersionPermissionInput) String() string
- func (s *AddLayerVersionPermissionInput) Validate() error
- type AddLayerVersionPermissionOutput
- func (s AddLayerVersionPermissionOutput) GoString() string
- func (s *AddLayerVersionPermissionOutput) SetRevisionId(v string) *AddLayerVersionPermissionOutput
- func (s *AddLayerVersionPermissionOutput) SetStatement(v string) *AddLayerVersionPermissionOutput
- func (s AddLayerVersionPermissionOutput) String() string
- type AddPermissionInput
- func (s AddPermissionInput) GoString() string
- func (s *AddPermissionInput) SetAction(v string) *AddPermissionInput
- func (s *AddPermissionInput) SetEventSourceToken(v string) *AddPermissionInput
- func (s *AddPermissionInput) SetFunctionName(v string) *AddPermissionInput
- func (s *AddPermissionInput) SetFunctionUrlAuthType(v string) *AddPermissionInput
- func (s *AddPermissionInput) SetPrincipal(v string) *AddPermissionInput
- func (s *AddPermissionInput) SetPrincipalOrgID(v string) *AddPermissionInput
- func (s *AddPermissionInput) SetQualifier(v string) *AddPermissionInput
- func (s *AddPermissionInput) SetRevisionId(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) String() string
- func (s *AddPermissionInput) Validate() error
- type AddPermissionOutput
- type AliasConfiguration
- func (s AliasConfiguration) GoString() string
- 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) SetRevisionId(v string) *AliasConfiguration
- func (s *AliasConfiguration) SetRoutingConfig(v *AliasRoutingConfiguration) *AliasConfiguration
- func (s AliasConfiguration) String() string
- type AliasRoutingConfiguration
- type AllowedPublishers
- type AmazonManagedKafkaEventSourceConfig
- type CodeSigningConfig
- func (s CodeSigningConfig) GoString() string
- func (s *CodeSigningConfig) SetAllowedPublishers(v *AllowedPublishers) *CodeSigningConfig
- func (s *CodeSigningConfig) SetCodeSigningConfigArn(v string) *CodeSigningConfig
- func (s *CodeSigningConfig) SetCodeSigningConfigId(v string) *CodeSigningConfig
- func (s *CodeSigningConfig) SetCodeSigningPolicies(v *CodeSigningPolicies) *CodeSigningConfig
- func (s *CodeSigningConfig) SetDescription(v string) *CodeSigningConfig
- func (s *CodeSigningConfig) SetLastModified(v string) *CodeSigningConfig
- func (s CodeSigningConfig) String() string
- type CodeSigningConfigNotFoundException
- func (s *CodeSigningConfigNotFoundException) Code() string
- func (s *CodeSigningConfigNotFoundException) Error() string
- func (s CodeSigningConfigNotFoundException) GoString() string
- func (s *CodeSigningConfigNotFoundException) Message() string
- func (s *CodeSigningConfigNotFoundException) OrigErr() error
- func (s *CodeSigningConfigNotFoundException) RequestID() string
- func (s *CodeSigningConfigNotFoundException) StatusCode() int
- func (s CodeSigningConfigNotFoundException) String() string
- type CodeSigningPolicies
- type CodeStorageExceededException
- func (s *CodeStorageExceededException) Code() string
- func (s *CodeStorageExceededException) Error() string
- func (s CodeStorageExceededException) GoString() string
- func (s *CodeStorageExceededException) Message() string
- func (s *CodeStorageExceededException) OrigErr() error
- func (s *CodeStorageExceededException) RequestID() string
- func (s *CodeStorageExceededException) StatusCode() int
- func (s CodeStorageExceededException) String() string
- type CodeVerificationFailedException
- func (s *CodeVerificationFailedException) Code() string
- func (s *CodeVerificationFailedException) Error() string
- func (s CodeVerificationFailedException) GoString() string
- func (s *CodeVerificationFailedException) Message() string
- func (s *CodeVerificationFailedException) OrigErr() error
- func (s *CodeVerificationFailedException) RequestID() string
- func (s *CodeVerificationFailedException) StatusCode() int
- func (s CodeVerificationFailedException) String() string
- type Cors
- func (s Cors) GoString() string
- func (s *Cors) SetAllowCredentials(v bool) *Cors
- func (s *Cors) SetAllowHeaders(v []*string) *Cors
- func (s *Cors) SetAllowMethods(v []*string) *Cors
- func (s *Cors) SetAllowOrigins(v []*string) *Cors
- func (s *Cors) SetExposeHeaders(v []*string) *Cors
- func (s *Cors) SetMaxAge(v int64) *Cors
- func (s Cors) String() string
- type CreateAliasInput
- func (s CreateAliasInput) GoString() string
- 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) SetRoutingConfig(v *AliasRoutingConfiguration) *CreateAliasInput
- func (s CreateAliasInput) String() string
- func (s *CreateAliasInput) Validate() error
- type CreateCodeSigningConfigInput
- func (s CreateCodeSigningConfigInput) GoString() string
- func (s *CreateCodeSigningConfigInput) SetAllowedPublishers(v *AllowedPublishers) *CreateCodeSigningConfigInput
- func (s *CreateCodeSigningConfigInput) SetCodeSigningPolicies(v *CodeSigningPolicies) *CreateCodeSigningConfigInput
- func (s *CreateCodeSigningConfigInput) SetDescription(v string) *CreateCodeSigningConfigInput
- func (s CreateCodeSigningConfigInput) String() string
- func (s *CreateCodeSigningConfigInput) Validate() error
- type CreateCodeSigningConfigOutput
- type CreateEventSourceMappingInput
- func (s CreateEventSourceMappingInput) GoString() string
- func (s *CreateEventSourceMappingInput) SetAmazonManagedKafkaEventSourceConfig(v *AmazonManagedKafkaEventSourceConfig) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetBatchSize(v int64) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetBisectBatchOnFunctionError(v bool) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetDestinationConfig(v *DestinationConfig) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetDocumentDBEventSourceConfig(v *DocumentDBEventSourceConfig) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetEnabled(v bool) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetEventSourceArn(v string) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetFilterCriteria(v *FilterCriteria) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetFunctionName(v string) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetFunctionResponseTypes(v []*string) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetMaximumBatchingWindowInSeconds(v int64) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetMaximumRecordAgeInSeconds(v int64) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetMaximumRetryAttempts(v int64) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetParallelizationFactor(v int64) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetQueues(v []*string) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetScalingConfig(v *ScalingConfig) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetSelfManagedEventSource(v *SelfManagedEventSource) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetSelfManagedKafkaEventSourceConfig(v *SelfManagedKafkaEventSourceConfig) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetSourceAccessConfigurations(v []*SourceAccessConfiguration) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetStartingPosition(v string) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetStartingPositionTimestamp(v time.Time) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetTopics(v []*string) *CreateEventSourceMappingInput
- func (s *CreateEventSourceMappingInput) SetTumblingWindowInSeconds(v int64) *CreateEventSourceMappingInput
- func (s CreateEventSourceMappingInput) String() string
- func (s *CreateEventSourceMappingInput) Validate() error
- type CreateFunctionInput
- func (s CreateFunctionInput) GoString() string
- func (s *CreateFunctionInput) SetArchitectures(v []*string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetCode(v *FunctionCode) *CreateFunctionInput
- func (s *CreateFunctionInput) SetCodeSigningConfigArn(v string) *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) SetEphemeralStorage(v *EphemeralStorage) *CreateFunctionInput
- func (s *CreateFunctionInput) SetFileSystemConfigs(v []*FileSystemConfig) *CreateFunctionInput
- func (s *CreateFunctionInput) SetFunctionName(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetHandler(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetImageConfig(v *ImageConfig) *CreateFunctionInput
- func (s *CreateFunctionInput) SetKMSKeyArn(v string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetLayers(v []*string) *CreateFunctionInput
- func (s *CreateFunctionInput) SetMemorySize(v int64) *CreateFunctionInput
- func (s *CreateFunctionInput) SetPackageType(v string) *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) SetSnapStart(v *SnapStart) *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) String() string
- func (s *CreateFunctionInput) Validate() error
- type CreateFunctionUrlConfigInput
- func (s CreateFunctionUrlConfigInput) GoString() string
- func (s *CreateFunctionUrlConfigInput) SetAuthType(v string) *CreateFunctionUrlConfigInput
- func (s *CreateFunctionUrlConfigInput) SetCors(v *Cors) *CreateFunctionUrlConfigInput
- func (s *CreateFunctionUrlConfigInput) SetFunctionName(v string) *CreateFunctionUrlConfigInput
- func (s *CreateFunctionUrlConfigInput) SetInvokeMode(v string) *CreateFunctionUrlConfigInput
- func (s *CreateFunctionUrlConfigInput) SetQualifier(v string) *CreateFunctionUrlConfigInput
- func (s CreateFunctionUrlConfigInput) String() string
- func (s *CreateFunctionUrlConfigInput) Validate() error
- type CreateFunctionUrlConfigOutput
- func (s CreateFunctionUrlConfigOutput) GoString() string
- func (s *CreateFunctionUrlConfigOutput) SetAuthType(v string) *CreateFunctionUrlConfigOutput
- func (s *CreateFunctionUrlConfigOutput) SetCors(v *Cors) *CreateFunctionUrlConfigOutput
- func (s *CreateFunctionUrlConfigOutput) SetCreationTime(v string) *CreateFunctionUrlConfigOutput
- func (s *CreateFunctionUrlConfigOutput) SetFunctionArn(v string) *CreateFunctionUrlConfigOutput
- func (s *CreateFunctionUrlConfigOutput) SetFunctionUrl(v string) *CreateFunctionUrlConfigOutput
- func (s *CreateFunctionUrlConfigOutput) SetInvokeMode(v string) *CreateFunctionUrlConfigOutput
- func (s CreateFunctionUrlConfigOutput) String() string
- type DeadLetterConfig
- type DeleteAliasInput
- type DeleteAliasOutput
- type DeleteCodeSigningConfigInput
- type DeleteCodeSigningConfigOutput
- type DeleteEventSourceMappingInput
- type DeleteFunctionCodeSigningConfigInput
- func (s DeleteFunctionCodeSigningConfigInput) GoString() string
- func (s *DeleteFunctionCodeSigningConfigInput) SetFunctionName(v string) *DeleteFunctionCodeSigningConfigInput
- func (s DeleteFunctionCodeSigningConfigInput) String() string
- func (s *DeleteFunctionCodeSigningConfigInput) Validate() error
- type DeleteFunctionCodeSigningConfigOutput
- type DeleteFunctionConcurrencyInput
- type DeleteFunctionConcurrencyOutput
- type DeleteFunctionEventInvokeConfigInput
- func (s DeleteFunctionEventInvokeConfigInput) GoString() string
- func (s *DeleteFunctionEventInvokeConfigInput) SetFunctionName(v string) *DeleteFunctionEventInvokeConfigInput
- func (s *DeleteFunctionEventInvokeConfigInput) SetQualifier(v string) *DeleteFunctionEventInvokeConfigInput
- func (s DeleteFunctionEventInvokeConfigInput) String() string
- func (s *DeleteFunctionEventInvokeConfigInput) Validate() error
- type DeleteFunctionEventInvokeConfigOutput
- type DeleteFunctionInput
- type DeleteFunctionOutput
- type DeleteFunctionUrlConfigInput
- func (s DeleteFunctionUrlConfigInput) GoString() string
- func (s *DeleteFunctionUrlConfigInput) SetFunctionName(v string) *DeleteFunctionUrlConfigInput
- func (s *DeleteFunctionUrlConfigInput) SetQualifier(v string) *DeleteFunctionUrlConfigInput
- func (s DeleteFunctionUrlConfigInput) String() string
- func (s *DeleteFunctionUrlConfigInput) Validate() error
- type DeleteFunctionUrlConfigOutput
- type DeleteLayerVersionInput
- func (s DeleteLayerVersionInput) GoString() string
- func (s *DeleteLayerVersionInput) SetLayerName(v string) *DeleteLayerVersionInput
- func (s *DeleteLayerVersionInput) SetVersionNumber(v int64) *DeleteLayerVersionInput
- func (s DeleteLayerVersionInput) String() string
- func (s *DeleteLayerVersionInput) Validate() error
- type DeleteLayerVersionOutput
- type DeleteProvisionedConcurrencyConfigInput
- func (s DeleteProvisionedConcurrencyConfigInput) GoString() string
- func (s *DeleteProvisionedConcurrencyConfigInput) SetFunctionName(v string) *DeleteProvisionedConcurrencyConfigInput
- func (s *DeleteProvisionedConcurrencyConfigInput) SetQualifier(v string) *DeleteProvisionedConcurrencyConfigInput
- func (s DeleteProvisionedConcurrencyConfigInput) String() string
- func (s *DeleteProvisionedConcurrencyConfigInput) Validate() error
- type DeleteProvisionedConcurrencyConfigOutput
- type DestinationConfig
- type DocumentDBEventSourceConfig
- func (s DocumentDBEventSourceConfig) GoString() string
- func (s *DocumentDBEventSourceConfig) SetCollectionName(v string) *DocumentDBEventSourceConfig
- func (s *DocumentDBEventSourceConfig) SetDatabaseName(v string) *DocumentDBEventSourceConfig
- func (s *DocumentDBEventSourceConfig) SetFullDocument(v string) *DocumentDBEventSourceConfig
- func (s DocumentDBEventSourceConfig) String() string
- func (s *DocumentDBEventSourceConfig) Validate() error
- type EC2AccessDeniedException
- func (s *EC2AccessDeniedException) Code() string
- func (s *EC2AccessDeniedException) Error() string
- func (s EC2AccessDeniedException) GoString() string
- func (s *EC2AccessDeniedException) Message() string
- func (s *EC2AccessDeniedException) OrigErr() error
- func (s *EC2AccessDeniedException) RequestID() string
- func (s *EC2AccessDeniedException) StatusCode() int
- func (s EC2AccessDeniedException) String() string
- type EC2ThrottledException
- func (s *EC2ThrottledException) Code() string
- func (s *EC2ThrottledException) Error() string
- func (s EC2ThrottledException) GoString() string
- func (s *EC2ThrottledException) Message() string
- func (s *EC2ThrottledException) OrigErr() error
- func (s *EC2ThrottledException) RequestID() string
- func (s *EC2ThrottledException) StatusCode() int
- func (s EC2ThrottledException) String() string
- type EC2UnexpectedException
- func (s *EC2UnexpectedException) Code() string
- func (s *EC2UnexpectedException) Error() string
- func (s EC2UnexpectedException) GoString() string
- func (s *EC2UnexpectedException) Message() string
- func (s *EC2UnexpectedException) OrigErr() error
- func (s *EC2UnexpectedException) RequestID() string
- func (s *EC2UnexpectedException) StatusCode() int
- func (s EC2UnexpectedException) String() string
- type EFSIOException
- func (s *EFSIOException) Code() string
- func (s *EFSIOException) Error() string
- func (s EFSIOException) GoString() string
- func (s *EFSIOException) Message() string
- func (s *EFSIOException) OrigErr() error
- func (s *EFSIOException) RequestID() string
- func (s *EFSIOException) StatusCode() int
- func (s EFSIOException) String() string
- type EFSMountConnectivityException
- func (s *EFSMountConnectivityException) Code() string
- func (s *EFSMountConnectivityException) Error() string
- func (s EFSMountConnectivityException) GoString() string
- func (s *EFSMountConnectivityException) Message() string
- func (s *EFSMountConnectivityException) OrigErr() error
- func (s *EFSMountConnectivityException) RequestID() string
- func (s *EFSMountConnectivityException) StatusCode() int
- func (s EFSMountConnectivityException) String() string
- type EFSMountFailureException
- func (s *EFSMountFailureException) Code() string
- func (s *EFSMountFailureException) Error() string
- func (s EFSMountFailureException) GoString() string
- func (s *EFSMountFailureException) Message() string
- func (s *EFSMountFailureException) OrigErr() error
- func (s *EFSMountFailureException) RequestID() string
- func (s *EFSMountFailureException) StatusCode() int
- func (s EFSMountFailureException) String() string
- type EFSMountTimeoutException
- func (s *EFSMountTimeoutException) Code() string
- func (s *EFSMountTimeoutException) Error() string
- func (s EFSMountTimeoutException) GoString() string
- func (s *EFSMountTimeoutException) Message() string
- func (s *EFSMountTimeoutException) OrigErr() error
- func (s *EFSMountTimeoutException) RequestID() string
- func (s *EFSMountTimeoutException) StatusCode() int
- func (s EFSMountTimeoutException) String() string
- type ENILimitReachedException
- func (s *ENILimitReachedException) Code() string
- func (s *ENILimitReachedException) Error() string
- func (s ENILimitReachedException) GoString() string
- func (s *ENILimitReachedException) Message() string
- func (s *ENILimitReachedException) OrigErr() error
- func (s *ENILimitReachedException) RequestID() string
- func (s *ENILimitReachedException) StatusCode() int
- func (s ENILimitReachedException) String() string
- type Environment
- type EnvironmentError
- type EnvironmentResponse
- type EphemeralStorage
- type EventSourceMappingConfiguration
- func (s EventSourceMappingConfiguration) GoString() string
- func (s *EventSourceMappingConfiguration) SetAmazonManagedKafkaEventSourceConfig(v *AmazonManagedKafkaEventSourceConfig) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetBatchSize(v int64) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetBisectBatchOnFunctionError(v bool) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetDestinationConfig(v *DestinationConfig) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetDocumentDBEventSourceConfig(v *DocumentDBEventSourceConfig) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetEventSourceArn(v string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetFilterCriteria(v *FilterCriteria) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetFunctionArn(v string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetFunctionResponseTypes(v []*string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetLastModified(v time.Time) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetLastProcessingResult(v string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetMaximumBatchingWindowInSeconds(v int64) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetMaximumRecordAgeInSeconds(v int64) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetMaximumRetryAttempts(v int64) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetParallelizationFactor(v int64) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetQueues(v []*string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetScalingConfig(v *ScalingConfig) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetSelfManagedEventSource(v *SelfManagedEventSource) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetSelfManagedKafkaEventSourceConfig(v *SelfManagedKafkaEventSourceConfig) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetSourceAccessConfigurations(v []*SourceAccessConfiguration) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetStartingPosition(v string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetStartingPositionTimestamp(v time.Time) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetState(v string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetStateTransitionReason(v string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetTopics(v []*string) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetTumblingWindowInSeconds(v int64) *EventSourceMappingConfiguration
- func (s *EventSourceMappingConfiguration) SetUUID(v string) *EventSourceMappingConfiguration
- func (s EventSourceMappingConfiguration) String() string
- type FileSystemConfig
- type Filter
- type FilterCriteria
- type FunctionCode
- func (s FunctionCode) GoString() string
- func (s *FunctionCode) SetImageUri(v string) *FunctionCode
- 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) String() string
- func (s *FunctionCode) Validate() error
- type FunctionCodeLocation
- func (s FunctionCodeLocation) GoString() string
- func (s *FunctionCodeLocation) SetImageUri(v string) *FunctionCodeLocation
- func (s *FunctionCodeLocation) SetLocation(v string) *FunctionCodeLocation
- func (s *FunctionCodeLocation) SetRepositoryType(v string) *FunctionCodeLocation
- func (s *FunctionCodeLocation) SetResolvedImageUri(v string) *FunctionCodeLocation
- func (s FunctionCodeLocation) String() string
- type FunctionConfiguration
- func (s FunctionConfiguration) GoString() string
- func (s *FunctionConfiguration) SetArchitectures(v []*string) *FunctionConfiguration
- 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) SetEphemeralStorage(v *EphemeralStorage) *FunctionConfiguration
- func (s *FunctionConfiguration) SetFileSystemConfigs(v []*FileSystemConfig) *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) SetImageConfigResponse(v *ImageConfigResponse) *FunctionConfiguration
- func (s *FunctionConfiguration) SetKMSKeyArn(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetLastModified(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetLastUpdateStatus(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetLastUpdateStatusReason(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetLastUpdateStatusReasonCode(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetLayers(v []*Layer) *FunctionConfiguration
- func (s *FunctionConfiguration) SetMasterArn(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetMemorySize(v int64) *FunctionConfiguration
- func (s *FunctionConfiguration) SetPackageType(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetRevisionId(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetRole(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetRuntime(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetRuntimeVersionConfig(v *RuntimeVersionConfig) *FunctionConfiguration
- func (s *FunctionConfiguration) SetSigningJobArn(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetSigningProfileVersionArn(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetSnapStart(v *SnapStartResponse) *FunctionConfiguration
- func (s *FunctionConfiguration) SetState(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetStateReason(v string) *FunctionConfiguration
- func (s *FunctionConfiguration) SetStateReasonCode(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) String() string
- type FunctionEventInvokeConfig
- func (s FunctionEventInvokeConfig) GoString() string
- func (s *FunctionEventInvokeConfig) SetDestinationConfig(v *DestinationConfig) *FunctionEventInvokeConfig
- func (s *FunctionEventInvokeConfig) SetFunctionArn(v string) *FunctionEventInvokeConfig
- func (s *FunctionEventInvokeConfig) SetLastModified(v time.Time) *FunctionEventInvokeConfig
- func (s *FunctionEventInvokeConfig) SetMaximumEventAgeInSeconds(v int64) *FunctionEventInvokeConfig
- func (s *FunctionEventInvokeConfig) SetMaximumRetryAttempts(v int64) *FunctionEventInvokeConfig
- func (s FunctionEventInvokeConfig) String() string
- type FunctionUrlConfig
- func (s FunctionUrlConfig) GoString() string
- func (s *FunctionUrlConfig) SetAuthType(v string) *FunctionUrlConfig
- func (s *FunctionUrlConfig) SetCors(v *Cors) *FunctionUrlConfig
- func (s *FunctionUrlConfig) SetCreationTime(v string) *FunctionUrlConfig
- func (s *FunctionUrlConfig) SetFunctionArn(v string) *FunctionUrlConfig
- func (s *FunctionUrlConfig) SetFunctionUrl(v string) *FunctionUrlConfig
- func (s *FunctionUrlConfig) SetInvokeMode(v string) *FunctionUrlConfig
- func (s *FunctionUrlConfig) SetLastModifiedTime(v string) *FunctionUrlConfig
- func (s FunctionUrlConfig) String() string
- type GetAccountSettingsInput
- type GetAccountSettingsOutput
- type GetAliasInput
- type GetCodeSigningConfigInput
- type GetCodeSigningConfigOutput
- type GetEventSourceMappingInput
- type GetFunctionCodeSigningConfigInput
- type GetFunctionCodeSigningConfigOutput
- func (s GetFunctionCodeSigningConfigOutput) GoString() string
- func (s *GetFunctionCodeSigningConfigOutput) SetCodeSigningConfigArn(v string) *GetFunctionCodeSigningConfigOutput
- func (s *GetFunctionCodeSigningConfigOutput) SetFunctionName(v string) *GetFunctionCodeSigningConfigOutput
- func (s GetFunctionCodeSigningConfigOutput) String() string
- type GetFunctionConcurrencyInput
- type GetFunctionConcurrencyOutput
- type GetFunctionConfigurationInput
- func (s GetFunctionConfigurationInput) GoString() string
- func (s *GetFunctionConfigurationInput) SetFunctionName(v string) *GetFunctionConfigurationInput
- func (s *GetFunctionConfigurationInput) SetQualifier(v string) *GetFunctionConfigurationInput
- func (s GetFunctionConfigurationInput) String() string
- func (s *GetFunctionConfigurationInput) Validate() error
- type GetFunctionEventInvokeConfigInput
- func (s GetFunctionEventInvokeConfigInput) GoString() string
- func (s *GetFunctionEventInvokeConfigInput) SetFunctionName(v string) *GetFunctionEventInvokeConfigInput
- func (s *GetFunctionEventInvokeConfigInput) SetQualifier(v string) *GetFunctionEventInvokeConfigInput
- func (s GetFunctionEventInvokeConfigInput) String() string
- func (s *GetFunctionEventInvokeConfigInput) Validate() error
- type GetFunctionEventInvokeConfigOutput
- func (s GetFunctionEventInvokeConfigOutput) GoString() string
- func (s *GetFunctionEventInvokeConfigOutput) SetDestinationConfig(v *DestinationConfig) *GetFunctionEventInvokeConfigOutput
- func (s *GetFunctionEventInvokeConfigOutput) SetFunctionArn(v string) *GetFunctionEventInvokeConfigOutput
- func (s *GetFunctionEventInvokeConfigOutput) SetLastModified(v time.Time) *GetFunctionEventInvokeConfigOutput
- func (s *GetFunctionEventInvokeConfigOutput) SetMaximumEventAgeInSeconds(v int64) *GetFunctionEventInvokeConfigOutput
- func (s *GetFunctionEventInvokeConfigOutput) SetMaximumRetryAttempts(v int64) *GetFunctionEventInvokeConfigOutput
- func (s GetFunctionEventInvokeConfigOutput) String() string
- type GetFunctionInput
- type GetFunctionOutput
- func (s GetFunctionOutput) GoString() string
- func (s *GetFunctionOutput) SetCode(v *FunctionCodeLocation) *GetFunctionOutput
- func (s *GetFunctionOutput) SetConcurrency(v *PutFunctionConcurrencyOutput) *GetFunctionOutput
- func (s *GetFunctionOutput) SetConfiguration(v *FunctionConfiguration) *GetFunctionOutput
- func (s *GetFunctionOutput) SetTags(v map[string]*string) *GetFunctionOutput
- func (s GetFunctionOutput) String() string
- type GetFunctionUrlConfigInput
- func (s GetFunctionUrlConfigInput) GoString() string
- func (s *GetFunctionUrlConfigInput) SetFunctionName(v string) *GetFunctionUrlConfigInput
- func (s *GetFunctionUrlConfigInput) SetQualifier(v string) *GetFunctionUrlConfigInput
- func (s GetFunctionUrlConfigInput) String() string
- func (s *GetFunctionUrlConfigInput) Validate() error
- type GetFunctionUrlConfigOutput
- func (s GetFunctionUrlConfigOutput) GoString() string
- func (s *GetFunctionUrlConfigOutput) SetAuthType(v string) *GetFunctionUrlConfigOutput
- func (s *GetFunctionUrlConfigOutput) SetCors(v *Cors) *GetFunctionUrlConfigOutput
- func (s *GetFunctionUrlConfigOutput) SetCreationTime(v string) *GetFunctionUrlConfigOutput
- func (s *GetFunctionUrlConfigOutput) SetFunctionArn(v string) *GetFunctionUrlConfigOutput
- func (s *GetFunctionUrlConfigOutput) SetFunctionUrl(v string) *GetFunctionUrlConfigOutput
- func (s *GetFunctionUrlConfigOutput) SetInvokeMode(v string) *GetFunctionUrlConfigOutput
- func (s *GetFunctionUrlConfigOutput) SetLastModifiedTime(v string) *GetFunctionUrlConfigOutput
- func (s GetFunctionUrlConfigOutput) String() string
- type GetLayerVersionByArnInput
- type GetLayerVersionByArnOutput
- func (s GetLayerVersionByArnOutput) GoString() string
- func (s *GetLayerVersionByArnOutput) SetCompatibleArchitectures(v []*string) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetCompatibleRuntimes(v []*string) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetContent(v *LayerVersionContentOutput) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetCreatedDate(v string) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetDescription(v string) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetLayerArn(v string) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetLayerVersionArn(v string) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetLicenseInfo(v string) *GetLayerVersionByArnOutput
- func (s *GetLayerVersionByArnOutput) SetVersion(v int64) *GetLayerVersionByArnOutput
- func (s GetLayerVersionByArnOutput) String() string
- type GetLayerVersionInput
- type GetLayerVersionOutput
- func (s GetLayerVersionOutput) GoString() string
- func (s *GetLayerVersionOutput) SetCompatibleArchitectures(v []*string) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetCompatibleRuntimes(v []*string) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetContent(v *LayerVersionContentOutput) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetCreatedDate(v string) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetDescription(v string) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetLayerArn(v string) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetLayerVersionArn(v string) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetLicenseInfo(v string) *GetLayerVersionOutput
- func (s *GetLayerVersionOutput) SetVersion(v int64) *GetLayerVersionOutput
- func (s GetLayerVersionOutput) String() string
- type GetLayerVersionPolicyInput
- func (s GetLayerVersionPolicyInput) GoString() string
- func (s *GetLayerVersionPolicyInput) SetLayerName(v string) *GetLayerVersionPolicyInput
- func (s *GetLayerVersionPolicyInput) SetVersionNumber(v int64) *GetLayerVersionPolicyInput
- func (s GetLayerVersionPolicyInput) String() string
- func (s *GetLayerVersionPolicyInput) Validate() error
- type GetLayerVersionPolicyOutput
- type GetPolicyInput
- type GetPolicyOutput
- type GetProvisionedConcurrencyConfigInput
- func (s GetProvisionedConcurrencyConfigInput) GoString() string
- func (s *GetProvisionedConcurrencyConfigInput) SetFunctionName(v string) *GetProvisionedConcurrencyConfigInput
- func (s *GetProvisionedConcurrencyConfigInput) SetQualifier(v string) *GetProvisionedConcurrencyConfigInput
- func (s GetProvisionedConcurrencyConfigInput) String() string
- func (s *GetProvisionedConcurrencyConfigInput) Validate() error
- type GetProvisionedConcurrencyConfigOutput
- func (s GetProvisionedConcurrencyConfigOutput) GoString() string
- func (s *GetProvisionedConcurrencyConfigOutput) SetAllocatedProvisionedConcurrentExecutions(v int64) *GetProvisionedConcurrencyConfigOutput
- func (s *GetProvisionedConcurrencyConfigOutput) SetAvailableProvisionedConcurrentExecutions(v int64) *GetProvisionedConcurrencyConfigOutput
- func (s *GetProvisionedConcurrencyConfigOutput) SetLastModified(v string) *GetProvisionedConcurrencyConfigOutput
- func (s *GetProvisionedConcurrencyConfigOutput) SetRequestedProvisionedConcurrentExecutions(v int64) *GetProvisionedConcurrencyConfigOutput
- func (s *GetProvisionedConcurrencyConfigOutput) SetStatus(v string) *GetProvisionedConcurrencyConfigOutput
- func (s *GetProvisionedConcurrencyConfigOutput) SetStatusReason(v string) *GetProvisionedConcurrencyConfigOutput
- func (s GetProvisionedConcurrencyConfigOutput) String() string
- type GetRuntimeManagementConfigInput
- func (s GetRuntimeManagementConfigInput) GoString() string
- func (s *GetRuntimeManagementConfigInput) SetFunctionName(v string) *GetRuntimeManagementConfigInput
- func (s *GetRuntimeManagementConfigInput) SetQualifier(v string) *GetRuntimeManagementConfigInput
- func (s GetRuntimeManagementConfigInput) String() string
- func (s *GetRuntimeManagementConfigInput) Validate() error
- type GetRuntimeManagementConfigOutput
- func (s GetRuntimeManagementConfigOutput) GoString() string
- func (s *GetRuntimeManagementConfigOutput) SetFunctionArn(v string) *GetRuntimeManagementConfigOutput
- func (s *GetRuntimeManagementConfigOutput) SetRuntimeVersionArn(v string) *GetRuntimeManagementConfigOutput
- func (s *GetRuntimeManagementConfigOutput) SetUpdateRuntimeOn(v string) *GetRuntimeManagementConfigOutput
- func (s GetRuntimeManagementConfigOutput) String() string
- type ImageConfig
- type ImageConfigError
- type ImageConfigResponse
- type InvalidCodeSignatureException
- func (s *InvalidCodeSignatureException) Code() string
- func (s *InvalidCodeSignatureException) Error() string
- func (s InvalidCodeSignatureException) GoString() string
- func (s *InvalidCodeSignatureException) Message() string
- func (s *InvalidCodeSignatureException) OrigErr() error
- func (s *InvalidCodeSignatureException) RequestID() string
- func (s *InvalidCodeSignatureException) StatusCode() int
- func (s InvalidCodeSignatureException) String() string
- type InvalidParameterValueException
- func (s *InvalidParameterValueException) Code() string
- func (s *InvalidParameterValueException) Error() string
- func (s InvalidParameterValueException) GoString() string
- func (s *InvalidParameterValueException) Message() string
- func (s *InvalidParameterValueException) OrigErr() error
- func (s *InvalidParameterValueException) RequestID() string
- func (s *InvalidParameterValueException) StatusCode() int
- func (s InvalidParameterValueException) String() string
- type InvalidRequestContentException
- func (s *InvalidRequestContentException) Code() string
- func (s *InvalidRequestContentException) Error() string
- func (s InvalidRequestContentException) GoString() string
- func (s *InvalidRequestContentException) Message() string
- func (s *InvalidRequestContentException) OrigErr() error
- func (s *InvalidRequestContentException) RequestID() string
- func (s *InvalidRequestContentException) StatusCode() int
- func (s InvalidRequestContentException) String() string
- type InvalidRuntimeException
- func (s *InvalidRuntimeException) Code() string
- func (s *InvalidRuntimeException) Error() string
- func (s InvalidRuntimeException) GoString() string
- func (s *InvalidRuntimeException) Message() string
- func (s *InvalidRuntimeException) OrigErr() error
- func (s *InvalidRuntimeException) RequestID() string
- func (s *InvalidRuntimeException) StatusCode() int
- func (s InvalidRuntimeException) String() string
- type InvalidSecurityGroupIDException
- func (s *InvalidSecurityGroupIDException) Code() string
- func (s *InvalidSecurityGroupIDException) Error() string
- func (s InvalidSecurityGroupIDException) GoString() string
- func (s *InvalidSecurityGroupIDException) Message() string
- func (s *InvalidSecurityGroupIDException) OrigErr() error
- func (s *InvalidSecurityGroupIDException) RequestID() string
- func (s *InvalidSecurityGroupIDException) StatusCode() int
- func (s InvalidSecurityGroupIDException) String() string
- type InvalidSubnetIDException
- func (s *InvalidSubnetIDException) Code() string
- func (s *InvalidSubnetIDException) Error() string
- func (s InvalidSubnetIDException) GoString() string
- func (s *InvalidSubnetIDException) Message() string
- func (s *InvalidSubnetIDException) OrigErr() error
- func (s *InvalidSubnetIDException) RequestID() string
- func (s *InvalidSubnetIDException) StatusCode() int
- func (s InvalidSubnetIDException) String() string
- type InvalidZipFileException
- func (s *InvalidZipFileException) Code() string
- func (s *InvalidZipFileException) Error() string
- func (s InvalidZipFileException) GoString() string
- func (s *InvalidZipFileException) Message() string
- func (s *InvalidZipFileException) OrigErr() error
- func (s *InvalidZipFileException) RequestID() string
- func (s *InvalidZipFileException) StatusCode() int
- func (s InvalidZipFileException) String() string
- type InvokeAsyncInputdeprecated
- type InvokeAsyncOutputdeprecated
- type InvokeInput
- func (s InvokeInput) GoString() string
- 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) String() string
- func (s *InvokeInput) Validate() error
- type InvokeOutput
- func (s InvokeOutput) GoString() string
- func (s *InvokeOutput) SetExecutedVersion(v string) *InvokeOutput
- 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) String() string
- type InvokeResponseStreamUpdate
- func (s InvokeResponseStreamUpdate) GoString() string
- func (s *InvokeResponseStreamUpdate) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error)
- func (s *InvokeResponseStreamUpdate) SetPayload(v []byte) *InvokeResponseStreamUpdate
- func (s InvokeResponseStreamUpdate) String() string
- func (s *InvokeResponseStreamUpdate) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error
- type InvokeWithResponseStreamCompleteEvent
- func (s InvokeWithResponseStreamCompleteEvent) GoString() string
- func (s *InvokeWithResponseStreamCompleteEvent) MarshalEvent(pm protocol.PayloadMarshaler) (msg eventstream.Message, err error)
- func (s *InvokeWithResponseStreamCompleteEvent) SetErrorCode(v string) *InvokeWithResponseStreamCompleteEvent
- func (s *InvokeWithResponseStreamCompleteEvent) SetErrorDetails(v string) *InvokeWithResponseStreamCompleteEvent
- func (s *InvokeWithResponseStreamCompleteEvent) SetLogResult(v string) *InvokeWithResponseStreamCompleteEvent
- func (s InvokeWithResponseStreamCompleteEvent) String() string
- func (s *InvokeWithResponseStreamCompleteEvent) UnmarshalEvent(payloadUnmarshaler protocol.PayloadUnmarshaler, msg eventstream.Message) error
- type InvokeWithResponseStreamEventStream
- type InvokeWithResponseStreamInput
- func (s InvokeWithResponseStreamInput) GoString() string
- func (s *InvokeWithResponseStreamInput) SetClientContext(v string) *InvokeWithResponseStreamInput
- func (s *InvokeWithResponseStreamInput) SetFunctionName(v string) *InvokeWithResponseStreamInput
- func (s *InvokeWithResponseStreamInput) SetInvocationType(v string) *InvokeWithResponseStreamInput
- func (s *InvokeWithResponseStreamInput) SetLogType(v string) *InvokeWithResponseStreamInput
- func (s *InvokeWithResponseStreamInput) SetPayload(v []byte) *InvokeWithResponseStreamInput
- func (s *InvokeWithResponseStreamInput) SetQualifier(v string) *InvokeWithResponseStreamInput
- func (s InvokeWithResponseStreamInput) String() string
- func (s *InvokeWithResponseStreamInput) Validate() error
- type InvokeWithResponseStreamOutput
- func (s *InvokeWithResponseStreamOutput) GetStream() *InvokeWithResponseStreamEventStream
- func (s InvokeWithResponseStreamOutput) GoString() string
- func (s *InvokeWithResponseStreamOutput) SetExecutedVersion(v string) *InvokeWithResponseStreamOutput
- func (s *InvokeWithResponseStreamOutput) SetResponseStreamContentType(v string) *InvokeWithResponseStreamOutput
- func (s *InvokeWithResponseStreamOutput) SetStatusCode(v int64) *InvokeWithResponseStreamOutput
- func (s InvokeWithResponseStreamOutput) String() string
- type InvokeWithResponseStreamResponseEventEvent
- type InvokeWithResponseStreamResponseEventReader
- type InvokeWithResponseStreamResponseEventUnknownEvent
- type KMSAccessDeniedException
- func (s *KMSAccessDeniedException) Code() string
- func (s *KMSAccessDeniedException) Error() string
- func (s KMSAccessDeniedException) GoString() string
- func (s *KMSAccessDeniedException) Message() string
- func (s *KMSAccessDeniedException) OrigErr() error
- func (s *KMSAccessDeniedException) RequestID() string
- func (s *KMSAccessDeniedException) StatusCode() int
- func (s KMSAccessDeniedException) String() string
- type KMSDisabledException
- func (s *KMSDisabledException) Code() string
- func (s *KMSDisabledException) Error() string
- func (s KMSDisabledException) GoString() string
- func (s *KMSDisabledException) Message() string
- func (s *KMSDisabledException) OrigErr() error
- func (s *KMSDisabledException) RequestID() string
- func (s *KMSDisabledException) StatusCode() int
- func (s KMSDisabledException) String() string
- type KMSInvalidStateException
- func (s *KMSInvalidStateException) Code() string
- func (s *KMSInvalidStateException) Error() string
- func (s KMSInvalidStateException) GoString() string
- func (s *KMSInvalidStateException) Message() string
- func (s *KMSInvalidStateException) OrigErr() error
- func (s *KMSInvalidStateException) RequestID() string
- func (s *KMSInvalidStateException) StatusCode() int
- func (s KMSInvalidStateException) String() string
- type KMSNotFoundException
- func (s *KMSNotFoundException) Code() string
- func (s *KMSNotFoundException) Error() string
- func (s KMSNotFoundException) GoString() string
- func (s *KMSNotFoundException) Message() string
- func (s *KMSNotFoundException) OrigErr() error
- func (s *KMSNotFoundException) RequestID() string
- func (s *KMSNotFoundException) StatusCode() int
- func (s KMSNotFoundException) String() string
- type Lambda
- func (c *Lambda) AddLayerVersionPermission(input *AddLayerVersionPermissionInput) (*AddLayerVersionPermissionOutput, error)
- func (c *Lambda) AddLayerVersionPermissionRequest(input *AddLayerVersionPermissionInput) (req *request.Request, output *AddLayerVersionPermissionOutput)
- func (c *Lambda) AddLayerVersionPermissionWithContext(ctx aws.Context, input *AddLayerVersionPermissionInput, opts ...request.Option) (*AddLayerVersionPermissionOutput, error)
- 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) CreateCodeSigningConfig(input *CreateCodeSigningConfigInput) (*CreateCodeSigningConfigOutput, error)
- func (c *Lambda) CreateCodeSigningConfigRequest(input *CreateCodeSigningConfigInput) (req *request.Request, output *CreateCodeSigningConfigOutput)
- func (c *Lambda) CreateCodeSigningConfigWithContext(ctx aws.Context, input *CreateCodeSigningConfigInput, opts ...request.Option) (*CreateCodeSigningConfigOutput, 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) CreateFunctionUrlConfig(input *CreateFunctionUrlConfigInput) (*CreateFunctionUrlConfigOutput, error)
- func (c *Lambda) CreateFunctionUrlConfigRequest(input *CreateFunctionUrlConfigInput) (req *request.Request, output *CreateFunctionUrlConfigOutput)
- func (c *Lambda) CreateFunctionUrlConfigWithContext(ctx aws.Context, input *CreateFunctionUrlConfigInput, opts ...request.Option) (*CreateFunctionUrlConfigOutput, error)
- 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) DeleteCodeSigningConfig(input *DeleteCodeSigningConfigInput) (*DeleteCodeSigningConfigOutput, error)
- func (c *Lambda) DeleteCodeSigningConfigRequest(input *DeleteCodeSigningConfigInput) (req *request.Request, output *DeleteCodeSigningConfigOutput)
- func (c *Lambda) DeleteCodeSigningConfigWithContext(ctx aws.Context, input *DeleteCodeSigningConfigInput, opts ...request.Option) (*DeleteCodeSigningConfigOutput, 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) DeleteFunctionCodeSigningConfig(input *DeleteFunctionCodeSigningConfigInput) (*DeleteFunctionCodeSigningConfigOutput, error)
- func (c *Lambda) DeleteFunctionCodeSigningConfigRequest(input *DeleteFunctionCodeSigningConfigInput) (req *request.Request, output *DeleteFunctionCodeSigningConfigOutput)
- func (c *Lambda) DeleteFunctionCodeSigningConfigWithContext(ctx aws.Context, input *DeleteFunctionCodeSigningConfigInput, ...) (*DeleteFunctionCodeSigningConfigOutput, error)
- func (c *Lambda) DeleteFunctionConcurrency(input *DeleteFunctionConcurrencyInput) (*DeleteFunctionConcurrencyOutput, error)
- func (c *Lambda) DeleteFunctionConcurrencyRequest(input *DeleteFunctionConcurrencyInput) (req *request.Request, output *DeleteFunctionConcurrencyOutput)
- func (c *Lambda) DeleteFunctionConcurrencyWithContext(ctx aws.Context, input *DeleteFunctionConcurrencyInput, opts ...request.Option) (*DeleteFunctionConcurrencyOutput, error)
- func (c *Lambda) DeleteFunctionEventInvokeConfig(input *DeleteFunctionEventInvokeConfigInput) (*DeleteFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) DeleteFunctionEventInvokeConfigRequest(input *DeleteFunctionEventInvokeConfigInput) (req *request.Request, output *DeleteFunctionEventInvokeConfigOutput)
- func (c *Lambda) DeleteFunctionEventInvokeConfigWithContext(ctx aws.Context, input *DeleteFunctionEventInvokeConfigInput, ...) (*DeleteFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) DeleteFunctionRequest(input *DeleteFunctionInput) (req *request.Request, output *DeleteFunctionOutput)
- func (c *Lambda) DeleteFunctionUrlConfig(input *DeleteFunctionUrlConfigInput) (*DeleteFunctionUrlConfigOutput, error)
- func (c *Lambda) DeleteFunctionUrlConfigRequest(input *DeleteFunctionUrlConfigInput) (req *request.Request, output *DeleteFunctionUrlConfigOutput)
- func (c *Lambda) DeleteFunctionUrlConfigWithContext(ctx aws.Context, input *DeleteFunctionUrlConfigInput, opts ...request.Option) (*DeleteFunctionUrlConfigOutput, error)
- func (c *Lambda) DeleteFunctionWithContext(ctx aws.Context, input *DeleteFunctionInput, opts ...request.Option) (*DeleteFunctionOutput, error)
- func (c *Lambda) DeleteLayerVersion(input *DeleteLayerVersionInput) (*DeleteLayerVersionOutput, error)
- func (c *Lambda) DeleteLayerVersionRequest(input *DeleteLayerVersionInput) (req *request.Request, output *DeleteLayerVersionOutput)
- func (c *Lambda) DeleteLayerVersionWithContext(ctx aws.Context, input *DeleteLayerVersionInput, opts ...request.Option) (*DeleteLayerVersionOutput, error)
- func (c *Lambda) DeleteProvisionedConcurrencyConfig(input *DeleteProvisionedConcurrencyConfigInput) (*DeleteProvisionedConcurrencyConfigOutput, error)
- func (c *Lambda) DeleteProvisionedConcurrencyConfigRequest(input *DeleteProvisionedConcurrencyConfigInput) (req *request.Request, output *DeleteProvisionedConcurrencyConfigOutput)
- func (c *Lambda) DeleteProvisionedConcurrencyConfigWithContext(ctx aws.Context, input *DeleteProvisionedConcurrencyConfigInput, ...) (*DeleteProvisionedConcurrencyConfigOutput, 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) GetCodeSigningConfig(input *GetCodeSigningConfigInput) (*GetCodeSigningConfigOutput, error)
- func (c *Lambda) GetCodeSigningConfigRequest(input *GetCodeSigningConfigInput) (req *request.Request, output *GetCodeSigningConfigOutput)
- func (c *Lambda) GetCodeSigningConfigWithContext(ctx aws.Context, input *GetCodeSigningConfigInput, opts ...request.Option) (*GetCodeSigningConfigOutput, 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) GetFunctionCodeSigningConfig(input *GetFunctionCodeSigningConfigInput) (*GetFunctionCodeSigningConfigOutput, error)
- func (c *Lambda) GetFunctionCodeSigningConfigRequest(input *GetFunctionCodeSigningConfigInput) (req *request.Request, output *GetFunctionCodeSigningConfigOutput)
- func (c *Lambda) GetFunctionCodeSigningConfigWithContext(ctx aws.Context, input *GetFunctionCodeSigningConfigInput, ...) (*GetFunctionCodeSigningConfigOutput, error)
- func (c *Lambda) GetFunctionConcurrency(input *GetFunctionConcurrencyInput) (*GetFunctionConcurrencyOutput, error)
- func (c *Lambda) GetFunctionConcurrencyRequest(input *GetFunctionConcurrencyInput) (req *request.Request, output *GetFunctionConcurrencyOutput)
- func (c *Lambda) GetFunctionConcurrencyWithContext(ctx aws.Context, input *GetFunctionConcurrencyInput, opts ...request.Option) (*GetFunctionConcurrencyOutput, 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) GetFunctionEventInvokeConfig(input *GetFunctionEventInvokeConfigInput) (*GetFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) GetFunctionEventInvokeConfigRequest(input *GetFunctionEventInvokeConfigInput) (req *request.Request, output *GetFunctionEventInvokeConfigOutput)
- func (c *Lambda) GetFunctionEventInvokeConfigWithContext(ctx aws.Context, input *GetFunctionEventInvokeConfigInput, ...) (*GetFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) GetFunctionRequest(input *GetFunctionInput) (req *request.Request, output *GetFunctionOutput)
- func (c *Lambda) GetFunctionUrlConfig(input *GetFunctionUrlConfigInput) (*GetFunctionUrlConfigOutput, error)
- func (c *Lambda) GetFunctionUrlConfigRequest(input *GetFunctionUrlConfigInput) (req *request.Request, output *GetFunctionUrlConfigOutput)
- func (c *Lambda) GetFunctionUrlConfigWithContext(ctx aws.Context, input *GetFunctionUrlConfigInput, opts ...request.Option) (*GetFunctionUrlConfigOutput, error)
- func (c *Lambda) GetFunctionWithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.Option) (*GetFunctionOutput, error)
- func (c *Lambda) GetLayerVersion(input *GetLayerVersionInput) (*GetLayerVersionOutput, error)
- func (c *Lambda) GetLayerVersionByArn(input *GetLayerVersionByArnInput) (*GetLayerVersionByArnOutput, error)
- func (c *Lambda) GetLayerVersionByArnRequest(input *GetLayerVersionByArnInput) (req *request.Request, output *GetLayerVersionByArnOutput)
- func (c *Lambda) GetLayerVersionByArnWithContext(ctx aws.Context, input *GetLayerVersionByArnInput, opts ...request.Option) (*GetLayerVersionByArnOutput, error)
- func (c *Lambda) GetLayerVersionPolicy(input *GetLayerVersionPolicyInput) (*GetLayerVersionPolicyOutput, error)
- func (c *Lambda) GetLayerVersionPolicyRequest(input *GetLayerVersionPolicyInput) (req *request.Request, output *GetLayerVersionPolicyOutput)
- func (c *Lambda) GetLayerVersionPolicyWithContext(ctx aws.Context, input *GetLayerVersionPolicyInput, opts ...request.Option) (*GetLayerVersionPolicyOutput, error)
- func (c *Lambda) GetLayerVersionRequest(input *GetLayerVersionInput) (req *request.Request, output *GetLayerVersionOutput)
- func (c *Lambda) GetLayerVersionWithContext(ctx aws.Context, input *GetLayerVersionInput, opts ...request.Option) (*GetLayerVersionOutput, 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) GetProvisionedConcurrencyConfig(input *GetProvisionedConcurrencyConfigInput) (*GetProvisionedConcurrencyConfigOutput, error)
- func (c *Lambda) GetProvisionedConcurrencyConfigRequest(input *GetProvisionedConcurrencyConfigInput) (req *request.Request, output *GetProvisionedConcurrencyConfigOutput)
- func (c *Lambda) GetProvisionedConcurrencyConfigWithContext(ctx aws.Context, input *GetProvisionedConcurrencyConfigInput, ...) (*GetProvisionedConcurrencyConfigOutput, error)
- func (c *Lambda) GetRuntimeManagementConfig(input *GetRuntimeManagementConfigInput) (*GetRuntimeManagementConfigOutput, error)
- func (c *Lambda) GetRuntimeManagementConfigRequest(input *GetRuntimeManagementConfigInput) (req *request.Request, output *GetRuntimeManagementConfigOutput)
- func (c *Lambda) GetRuntimeManagementConfigWithContext(ctx aws.Context, input *GetRuntimeManagementConfigInput, ...) (*GetRuntimeManagementConfigOutput, error)
- func (c *Lambda) Invoke(input *InvokeInput) (*InvokeOutput, error)
- func (c *Lambda) InvokeAsync(input *InvokeAsyncInput) (*InvokeAsyncOutput, error)deprecated
- func (c *Lambda) InvokeAsyncRequest(input *InvokeAsyncInput) (req *request.Request, output *InvokeAsyncOutput)deprecated
- func (c *Lambda) InvokeAsyncWithContext(ctx aws.Context, input *InvokeAsyncInput, opts ...request.Option) (*InvokeAsyncOutput, error)deprecated
- 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) InvokeWithResponseStream(input *InvokeWithResponseStreamInput) (*InvokeWithResponseStreamOutput, error)
- func (c *Lambda) InvokeWithResponseStreamRequest(input *InvokeWithResponseStreamInput) (req *request.Request, output *InvokeWithResponseStreamOutput)
- func (c *Lambda) InvokeWithResponseStreamWithContext(ctx aws.Context, input *InvokeWithResponseStreamInput, opts ...request.Option) (*InvokeWithResponseStreamOutput, error)
- func (c *Lambda) ListAliases(input *ListAliasesInput) (*ListAliasesOutput, error)
- func (c *Lambda) ListAliasesPages(input *ListAliasesInput, fn func(*ListAliasesOutput, bool) bool) error
- func (c *Lambda) ListAliasesPagesWithContext(ctx aws.Context, input *ListAliasesInput, ...) 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) ListCodeSigningConfigs(input *ListCodeSigningConfigsInput) (*ListCodeSigningConfigsOutput, error)
- func (c *Lambda) ListCodeSigningConfigsPages(input *ListCodeSigningConfigsInput, ...) error
- func (c *Lambda) ListCodeSigningConfigsPagesWithContext(ctx aws.Context, input *ListCodeSigningConfigsInput, ...) error
- func (c *Lambda) ListCodeSigningConfigsRequest(input *ListCodeSigningConfigsInput) (req *request.Request, output *ListCodeSigningConfigsOutput)
- func (c *Lambda) ListCodeSigningConfigsWithContext(ctx aws.Context, input *ListCodeSigningConfigsInput, opts ...request.Option) (*ListCodeSigningConfigsOutput, 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) ListFunctionEventInvokeConfigs(input *ListFunctionEventInvokeConfigsInput) (*ListFunctionEventInvokeConfigsOutput, error)
- func (c *Lambda) ListFunctionEventInvokeConfigsPages(input *ListFunctionEventInvokeConfigsInput, ...) error
- func (c *Lambda) ListFunctionEventInvokeConfigsPagesWithContext(ctx aws.Context, input *ListFunctionEventInvokeConfigsInput, ...) error
- func (c *Lambda) ListFunctionEventInvokeConfigsRequest(input *ListFunctionEventInvokeConfigsInput) (req *request.Request, output *ListFunctionEventInvokeConfigsOutput)
- func (c *Lambda) ListFunctionEventInvokeConfigsWithContext(ctx aws.Context, input *ListFunctionEventInvokeConfigsInput, ...) (*ListFunctionEventInvokeConfigsOutput, error)
- func (c *Lambda) ListFunctionUrlConfigs(input *ListFunctionUrlConfigsInput) (*ListFunctionUrlConfigsOutput, error)
- func (c *Lambda) ListFunctionUrlConfigsPages(input *ListFunctionUrlConfigsInput, ...) error
- func (c *Lambda) ListFunctionUrlConfigsPagesWithContext(ctx aws.Context, input *ListFunctionUrlConfigsInput, ...) error
- func (c *Lambda) ListFunctionUrlConfigsRequest(input *ListFunctionUrlConfigsInput) (req *request.Request, output *ListFunctionUrlConfigsOutput)
- func (c *Lambda) ListFunctionUrlConfigsWithContext(ctx aws.Context, input *ListFunctionUrlConfigsInput, opts ...request.Option) (*ListFunctionUrlConfigsOutput, error)
- func (c *Lambda) ListFunctions(input *ListFunctionsInput) (*ListFunctionsOutput, error)
- func (c *Lambda) ListFunctionsByCodeSigningConfig(input *ListFunctionsByCodeSigningConfigInput) (*ListFunctionsByCodeSigningConfigOutput, error)
- func (c *Lambda) ListFunctionsByCodeSigningConfigPages(input *ListFunctionsByCodeSigningConfigInput, ...) error
- func (c *Lambda) ListFunctionsByCodeSigningConfigPagesWithContext(ctx aws.Context, input *ListFunctionsByCodeSigningConfigInput, ...) error
- func (c *Lambda) ListFunctionsByCodeSigningConfigRequest(input *ListFunctionsByCodeSigningConfigInput) (req *request.Request, output *ListFunctionsByCodeSigningConfigOutput)
- func (c *Lambda) ListFunctionsByCodeSigningConfigWithContext(ctx aws.Context, input *ListFunctionsByCodeSigningConfigInput, ...) (*ListFunctionsByCodeSigningConfigOutput, 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) ListLayerVersions(input *ListLayerVersionsInput) (*ListLayerVersionsOutput, error)
- func (c *Lambda) ListLayerVersionsPages(input *ListLayerVersionsInput, fn func(*ListLayerVersionsOutput, bool) bool) error
- func (c *Lambda) ListLayerVersionsPagesWithContext(ctx aws.Context, input *ListLayerVersionsInput, ...) error
- func (c *Lambda) ListLayerVersionsRequest(input *ListLayerVersionsInput) (req *request.Request, output *ListLayerVersionsOutput)
- func (c *Lambda) ListLayerVersionsWithContext(ctx aws.Context, input *ListLayerVersionsInput, opts ...request.Option) (*ListLayerVersionsOutput, error)
- func (c *Lambda) ListLayers(input *ListLayersInput) (*ListLayersOutput, error)
- func (c *Lambda) ListLayersPages(input *ListLayersInput, fn func(*ListLayersOutput, bool) bool) error
- func (c *Lambda) ListLayersPagesWithContext(ctx aws.Context, input *ListLayersInput, fn func(*ListLayersOutput, bool) bool, ...) error
- func (c *Lambda) ListLayersRequest(input *ListLayersInput) (req *request.Request, output *ListLayersOutput)
- func (c *Lambda) ListLayersWithContext(ctx aws.Context, input *ListLayersInput, opts ...request.Option) (*ListLayersOutput, error)
- func (c *Lambda) ListProvisionedConcurrencyConfigs(input *ListProvisionedConcurrencyConfigsInput) (*ListProvisionedConcurrencyConfigsOutput, error)
- func (c *Lambda) ListProvisionedConcurrencyConfigsPages(input *ListProvisionedConcurrencyConfigsInput, ...) error
- func (c *Lambda) ListProvisionedConcurrencyConfigsPagesWithContext(ctx aws.Context, input *ListProvisionedConcurrencyConfigsInput, ...) error
- func (c *Lambda) ListProvisionedConcurrencyConfigsRequest(input *ListProvisionedConcurrencyConfigsInput) (req *request.Request, output *ListProvisionedConcurrencyConfigsOutput)
- func (c *Lambda) ListProvisionedConcurrencyConfigsWithContext(ctx aws.Context, input *ListProvisionedConcurrencyConfigsInput, ...) (*ListProvisionedConcurrencyConfigsOutput, 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) ListVersionsByFunctionPages(input *ListVersionsByFunctionInput, ...) error
- func (c *Lambda) ListVersionsByFunctionPagesWithContext(ctx aws.Context, input *ListVersionsByFunctionInput, ...) 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) PublishLayerVersion(input *PublishLayerVersionInput) (*PublishLayerVersionOutput, error)
- func (c *Lambda) PublishLayerVersionRequest(input *PublishLayerVersionInput) (req *request.Request, output *PublishLayerVersionOutput)
- func (c *Lambda) PublishLayerVersionWithContext(ctx aws.Context, input *PublishLayerVersionInput, opts ...request.Option) (*PublishLayerVersionOutput, 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) PutFunctionCodeSigningConfig(input *PutFunctionCodeSigningConfigInput) (*PutFunctionCodeSigningConfigOutput, error)
- func (c *Lambda) PutFunctionCodeSigningConfigRequest(input *PutFunctionCodeSigningConfigInput) (req *request.Request, output *PutFunctionCodeSigningConfigOutput)
- func (c *Lambda) PutFunctionCodeSigningConfigWithContext(ctx aws.Context, input *PutFunctionCodeSigningConfigInput, ...) (*PutFunctionCodeSigningConfigOutput, error)
- func (c *Lambda) PutFunctionConcurrency(input *PutFunctionConcurrencyInput) (*PutFunctionConcurrencyOutput, error)
- func (c *Lambda) PutFunctionConcurrencyRequest(input *PutFunctionConcurrencyInput) (req *request.Request, output *PutFunctionConcurrencyOutput)
- func (c *Lambda) PutFunctionConcurrencyWithContext(ctx aws.Context, input *PutFunctionConcurrencyInput, opts ...request.Option) (*PutFunctionConcurrencyOutput, error)
- func (c *Lambda) PutFunctionEventInvokeConfig(input *PutFunctionEventInvokeConfigInput) (*PutFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) PutFunctionEventInvokeConfigRequest(input *PutFunctionEventInvokeConfigInput) (req *request.Request, output *PutFunctionEventInvokeConfigOutput)
- func (c *Lambda) PutFunctionEventInvokeConfigWithContext(ctx aws.Context, input *PutFunctionEventInvokeConfigInput, ...) (*PutFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) PutProvisionedConcurrencyConfig(input *PutProvisionedConcurrencyConfigInput) (*PutProvisionedConcurrencyConfigOutput, error)
- func (c *Lambda) PutProvisionedConcurrencyConfigRequest(input *PutProvisionedConcurrencyConfigInput) (req *request.Request, output *PutProvisionedConcurrencyConfigOutput)
- func (c *Lambda) PutProvisionedConcurrencyConfigWithContext(ctx aws.Context, input *PutProvisionedConcurrencyConfigInput, ...) (*PutProvisionedConcurrencyConfigOutput, error)
- func (c *Lambda) PutRuntimeManagementConfig(input *PutRuntimeManagementConfigInput) (*PutRuntimeManagementConfigOutput, error)
- func (c *Lambda) PutRuntimeManagementConfigRequest(input *PutRuntimeManagementConfigInput) (req *request.Request, output *PutRuntimeManagementConfigOutput)
- func (c *Lambda) PutRuntimeManagementConfigWithContext(ctx aws.Context, input *PutRuntimeManagementConfigInput, ...) (*PutRuntimeManagementConfigOutput, error)
- func (c *Lambda) RemoveLayerVersionPermission(input *RemoveLayerVersionPermissionInput) (*RemoveLayerVersionPermissionOutput, error)
- func (c *Lambda) RemoveLayerVersionPermissionRequest(input *RemoveLayerVersionPermissionInput) (req *request.Request, output *RemoveLayerVersionPermissionOutput)
- func (c *Lambda) RemoveLayerVersionPermissionWithContext(ctx aws.Context, input *RemoveLayerVersionPermissionInput, ...) (*RemoveLayerVersionPermissionOutput, 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) UpdateCodeSigningConfig(input *UpdateCodeSigningConfigInput) (*UpdateCodeSigningConfigOutput, error)
- func (c *Lambda) UpdateCodeSigningConfigRequest(input *UpdateCodeSigningConfigInput) (req *request.Request, output *UpdateCodeSigningConfigOutput)
- func (c *Lambda) UpdateCodeSigningConfigWithContext(ctx aws.Context, input *UpdateCodeSigningConfigInput, opts ...request.Option) (*UpdateCodeSigningConfigOutput, 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)
- func (c *Lambda) UpdateFunctionEventInvokeConfig(input *UpdateFunctionEventInvokeConfigInput) (*UpdateFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) UpdateFunctionEventInvokeConfigRequest(input *UpdateFunctionEventInvokeConfigInput) (req *request.Request, output *UpdateFunctionEventInvokeConfigOutput)
- func (c *Lambda) UpdateFunctionEventInvokeConfigWithContext(ctx aws.Context, input *UpdateFunctionEventInvokeConfigInput, ...) (*UpdateFunctionEventInvokeConfigOutput, error)
- func (c *Lambda) UpdateFunctionUrlConfig(input *UpdateFunctionUrlConfigInput) (*UpdateFunctionUrlConfigOutput, error)
- func (c *Lambda) UpdateFunctionUrlConfigRequest(input *UpdateFunctionUrlConfigInput) (req *request.Request, output *UpdateFunctionUrlConfigOutput)
- func (c *Lambda) UpdateFunctionUrlConfigWithContext(ctx aws.Context, input *UpdateFunctionUrlConfigInput, opts ...request.Option) (*UpdateFunctionUrlConfigOutput, error)
- func (c *Lambda) WaitUntilFunctionActive(input *GetFunctionConfigurationInput) error
- func (c *Lambda) WaitUntilFunctionActiveV2(input *GetFunctionInput) error
- func (c *Lambda) WaitUntilFunctionActiveV2WithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.WaiterOption) error
- func (c *Lambda) WaitUntilFunctionActiveWithContext(ctx aws.Context, input *GetFunctionConfigurationInput, ...) error
- func (c *Lambda) WaitUntilFunctionExists(input *GetFunctionInput) error
- func (c *Lambda) WaitUntilFunctionExistsWithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.WaiterOption) error
- func (c *Lambda) WaitUntilFunctionUpdated(input *GetFunctionConfigurationInput) error
- func (c *Lambda) WaitUntilFunctionUpdatedV2(input *GetFunctionInput) error
- func (c *Lambda) WaitUntilFunctionUpdatedV2WithContext(ctx aws.Context, input *GetFunctionInput, opts ...request.WaiterOption) error
- func (c *Lambda) WaitUntilFunctionUpdatedWithContext(ctx aws.Context, input *GetFunctionConfigurationInput, ...) error
- func (c *Lambda) WaitUntilPublishedVersionActive(input *GetFunctionConfigurationInput) error
- func (c *Lambda) WaitUntilPublishedVersionActiveWithContext(ctx aws.Context, input *GetFunctionConfigurationInput, ...) error
- type Layer
- type LayerVersionContentInput
- func (s LayerVersionContentInput) GoString() string
- func (s *LayerVersionContentInput) SetS3Bucket(v string) *LayerVersionContentInput
- func (s *LayerVersionContentInput) SetS3Key(v string) *LayerVersionContentInput
- func (s *LayerVersionContentInput) SetS3ObjectVersion(v string) *LayerVersionContentInput
- func (s *LayerVersionContentInput) SetZipFile(v []byte) *LayerVersionContentInput
- func (s LayerVersionContentInput) String() string
- func (s *LayerVersionContentInput) Validate() error
- type LayerVersionContentOutput
- func (s LayerVersionContentOutput) GoString() string
- func (s *LayerVersionContentOutput) SetCodeSha256(v string) *LayerVersionContentOutput
- func (s *LayerVersionContentOutput) SetCodeSize(v int64) *LayerVersionContentOutput
- func (s *LayerVersionContentOutput) SetLocation(v string) *LayerVersionContentOutput
- func (s *LayerVersionContentOutput) SetSigningJobArn(v string) *LayerVersionContentOutput
- func (s *LayerVersionContentOutput) SetSigningProfileVersionArn(v string) *LayerVersionContentOutput
- func (s LayerVersionContentOutput) String() string
- type LayerVersionsListItem
- func (s LayerVersionsListItem) GoString() string
- func (s *LayerVersionsListItem) SetCompatibleArchitectures(v []*string) *LayerVersionsListItem
- func (s *LayerVersionsListItem) SetCompatibleRuntimes(v []*string) *LayerVersionsListItem
- func (s *LayerVersionsListItem) SetCreatedDate(v string) *LayerVersionsListItem
- func (s *LayerVersionsListItem) SetDescription(v string) *LayerVersionsListItem
- func (s *LayerVersionsListItem) SetLayerVersionArn(v string) *LayerVersionsListItem
- func (s *LayerVersionsListItem) SetLicenseInfo(v string) *LayerVersionsListItem
- func (s *LayerVersionsListItem) SetVersion(v int64) *LayerVersionsListItem
- func (s LayerVersionsListItem) String() string
- type LayersListItem
- func (s LayersListItem) GoString() string
- func (s *LayersListItem) SetLatestMatchingVersion(v *LayerVersionsListItem) *LayersListItem
- func (s *LayersListItem) SetLayerArn(v string) *LayersListItem
- func (s *LayersListItem) SetLayerName(v string) *LayersListItem
- func (s LayersListItem) String() string
- type ListAliasesInput
- func (s ListAliasesInput) GoString() string
- 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) String() string
- func (s *ListAliasesInput) Validate() error
- type ListAliasesOutput
- type ListCodeSigningConfigsInput
- func (s ListCodeSigningConfigsInput) GoString() string
- func (s *ListCodeSigningConfigsInput) SetMarker(v string) *ListCodeSigningConfigsInput
- func (s *ListCodeSigningConfigsInput) SetMaxItems(v int64) *ListCodeSigningConfigsInput
- func (s ListCodeSigningConfigsInput) String() string
- func (s *ListCodeSigningConfigsInput) Validate() error
- type ListCodeSigningConfigsOutput
- func (s ListCodeSigningConfigsOutput) GoString() string
- func (s *ListCodeSigningConfigsOutput) SetCodeSigningConfigs(v []*CodeSigningConfig) *ListCodeSigningConfigsOutput
- func (s *ListCodeSigningConfigsOutput) SetNextMarker(v string) *ListCodeSigningConfigsOutput
- func (s ListCodeSigningConfigsOutput) String() string
- type ListEventSourceMappingsInput
- func (s ListEventSourceMappingsInput) GoString() string
- 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) String() string
- func (s *ListEventSourceMappingsInput) Validate() error
- type ListEventSourceMappingsOutput
- func (s ListEventSourceMappingsOutput) GoString() string
- func (s *ListEventSourceMappingsOutput) SetEventSourceMappings(v []*EventSourceMappingConfiguration) *ListEventSourceMappingsOutput
- func (s *ListEventSourceMappingsOutput) SetNextMarker(v string) *ListEventSourceMappingsOutput
- func (s ListEventSourceMappingsOutput) String() string
- type ListFunctionEventInvokeConfigsInput
- func (s ListFunctionEventInvokeConfigsInput) GoString() string
- func (s *ListFunctionEventInvokeConfigsInput) SetFunctionName(v string) *ListFunctionEventInvokeConfigsInput
- func (s *ListFunctionEventInvokeConfigsInput) SetMarker(v string) *ListFunctionEventInvokeConfigsInput
- func (s *ListFunctionEventInvokeConfigsInput) SetMaxItems(v int64) *ListFunctionEventInvokeConfigsInput
- func (s ListFunctionEventInvokeConfigsInput) String() string
- func (s *ListFunctionEventInvokeConfigsInput) Validate() error
- type ListFunctionEventInvokeConfigsOutput
- func (s ListFunctionEventInvokeConfigsOutput) GoString() string
- func (s *ListFunctionEventInvokeConfigsOutput) SetFunctionEventInvokeConfigs(v []*FunctionEventInvokeConfig) *ListFunctionEventInvokeConfigsOutput
- func (s *ListFunctionEventInvokeConfigsOutput) SetNextMarker(v string) *ListFunctionEventInvokeConfigsOutput
- func (s ListFunctionEventInvokeConfigsOutput) String() string
- type ListFunctionUrlConfigsInput
- func (s ListFunctionUrlConfigsInput) GoString() string
- func (s *ListFunctionUrlConfigsInput) SetFunctionName(v string) *ListFunctionUrlConfigsInput
- func (s *ListFunctionUrlConfigsInput) SetMarker(v string) *ListFunctionUrlConfigsInput
- func (s *ListFunctionUrlConfigsInput) SetMaxItems(v int64) *ListFunctionUrlConfigsInput
- func (s ListFunctionUrlConfigsInput) String() string
- func (s *ListFunctionUrlConfigsInput) Validate() error
- type ListFunctionUrlConfigsOutput
- func (s ListFunctionUrlConfigsOutput) GoString() string
- func (s *ListFunctionUrlConfigsOutput) SetFunctionUrlConfigs(v []*FunctionUrlConfig) *ListFunctionUrlConfigsOutput
- func (s *ListFunctionUrlConfigsOutput) SetNextMarker(v string) *ListFunctionUrlConfigsOutput
- func (s ListFunctionUrlConfigsOutput) String() string
- type ListFunctionsByCodeSigningConfigInput
- func (s ListFunctionsByCodeSigningConfigInput) GoString() string
- func (s *ListFunctionsByCodeSigningConfigInput) SetCodeSigningConfigArn(v string) *ListFunctionsByCodeSigningConfigInput
- func (s *ListFunctionsByCodeSigningConfigInput) SetMarker(v string) *ListFunctionsByCodeSigningConfigInput
- func (s *ListFunctionsByCodeSigningConfigInput) SetMaxItems(v int64) *ListFunctionsByCodeSigningConfigInput
- func (s ListFunctionsByCodeSigningConfigInput) String() string
- func (s *ListFunctionsByCodeSigningConfigInput) Validate() error
- type ListFunctionsByCodeSigningConfigOutput
- func (s ListFunctionsByCodeSigningConfigOutput) GoString() string
- func (s *ListFunctionsByCodeSigningConfigOutput) SetFunctionArns(v []*string) *ListFunctionsByCodeSigningConfigOutput
- func (s *ListFunctionsByCodeSigningConfigOutput) SetNextMarker(v string) *ListFunctionsByCodeSigningConfigOutput
- func (s ListFunctionsByCodeSigningConfigOutput) String() string
- type ListFunctionsInput
- func (s ListFunctionsInput) GoString() string
- 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) String() string
- func (s *ListFunctionsInput) Validate() error
- type ListFunctionsOutput
- type ListLayerVersionsInput
- func (s ListLayerVersionsInput) GoString() string
- func (s *ListLayerVersionsInput) SetCompatibleArchitecture(v string) *ListLayerVersionsInput
- func (s *ListLayerVersionsInput) SetCompatibleRuntime(v string) *ListLayerVersionsInput
- func (s *ListLayerVersionsInput) SetLayerName(v string) *ListLayerVersionsInput
- func (s *ListLayerVersionsInput) SetMarker(v string) *ListLayerVersionsInput
- func (s *ListLayerVersionsInput) SetMaxItems(v int64) *ListLayerVersionsInput
- func (s ListLayerVersionsInput) String() string
- func (s *ListLayerVersionsInput) Validate() error
- type ListLayerVersionsOutput
- type ListLayersInput
- func (s ListLayersInput) GoString() string
- func (s *ListLayersInput) SetCompatibleArchitecture(v string) *ListLayersInput
- func (s *ListLayersInput) SetCompatibleRuntime(v string) *ListLayersInput
- func (s *ListLayersInput) SetMarker(v string) *ListLayersInput
- func (s *ListLayersInput) SetMaxItems(v int64) *ListLayersInput
- func (s ListLayersInput) String() string
- func (s *ListLayersInput) Validate() error
- type ListLayersOutput
- type ListProvisionedConcurrencyConfigsInput
- func (s ListProvisionedConcurrencyConfigsInput) GoString() string
- func (s *ListProvisionedConcurrencyConfigsInput) SetFunctionName(v string) *ListProvisionedConcurrencyConfigsInput
- func (s *ListProvisionedConcurrencyConfigsInput) SetMarker(v string) *ListProvisionedConcurrencyConfigsInput
- func (s *ListProvisionedConcurrencyConfigsInput) SetMaxItems(v int64) *ListProvisionedConcurrencyConfigsInput
- func (s ListProvisionedConcurrencyConfigsInput) String() string
- func (s *ListProvisionedConcurrencyConfigsInput) Validate() error
- type ListProvisionedConcurrencyConfigsOutput
- func (s ListProvisionedConcurrencyConfigsOutput) GoString() string
- func (s *ListProvisionedConcurrencyConfigsOutput) SetNextMarker(v string) *ListProvisionedConcurrencyConfigsOutput
- func (s *ListProvisionedConcurrencyConfigsOutput) SetProvisionedConcurrencyConfigs(v []*ProvisionedConcurrencyConfigListItem) *ListProvisionedConcurrencyConfigsOutput
- func (s ListProvisionedConcurrencyConfigsOutput) String() string
- type ListTagsInput
- type ListTagsOutput
- type ListVersionsByFunctionInput
- func (s ListVersionsByFunctionInput) GoString() string
- func (s *ListVersionsByFunctionInput) SetFunctionName(v string) *ListVersionsByFunctionInput
- func (s *ListVersionsByFunctionInput) SetMarker(v string) *ListVersionsByFunctionInput
- func (s *ListVersionsByFunctionInput) SetMaxItems(v int64) *ListVersionsByFunctionInput
- func (s ListVersionsByFunctionInput) String() string
- func (s *ListVersionsByFunctionInput) Validate() error
- type ListVersionsByFunctionOutput
- func (s ListVersionsByFunctionOutput) GoString() string
- func (s *ListVersionsByFunctionOutput) SetNextMarker(v string) *ListVersionsByFunctionOutput
- func (s *ListVersionsByFunctionOutput) SetVersions(v []*FunctionConfiguration) *ListVersionsByFunctionOutput
- func (s ListVersionsByFunctionOutput) String() string
- type OnFailure
- type OnSuccess
- type PolicyLengthExceededException
- func (s *PolicyLengthExceededException) Code() string
- func (s *PolicyLengthExceededException) Error() string
- func (s PolicyLengthExceededException) GoString() string
- func (s *PolicyLengthExceededException) Message() string
- func (s *PolicyLengthExceededException) OrigErr() error
- func (s *PolicyLengthExceededException) RequestID() string
- func (s *PolicyLengthExceededException) StatusCode() int
- func (s PolicyLengthExceededException) String() string
- type PreconditionFailedException
- func (s *PreconditionFailedException) Code() string
- func (s *PreconditionFailedException) Error() string
- func (s PreconditionFailedException) GoString() string
- func (s *PreconditionFailedException) Message() string
- func (s *PreconditionFailedException) OrigErr() error
- func (s *PreconditionFailedException) RequestID() string
- func (s *PreconditionFailedException) StatusCode() int
- func (s PreconditionFailedException) String() string
- type ProvisionedConcurrencyConfigListItem
- func (s ProvisionedConcurrencyConfigListItem) GoString() string
- func (s *ProvisionedConcurrencyConfigListItem) SetAllocatedProvisionedConcurrentExecutions(v int64) *ProvisionedConcurrencyConfigListItem
- func (s *ProvisionedConcurrencyConfigListItem) SetAvailableProvisionedConcurrentExecutions(v int64) *ProvisionedConcurrencyConfigListItem
- func (s *ProvisionedConcurrencyConfigListItem) SetFunctionArn(v string) *ProvisionedConcurrencyConfigListItem
- func (s *ProvisionedConcurrencyConfigListItem) SetLastModified(v string) *ProvisionedConcurrencyConfigListItem
- func (s *ProvisionedConcurrencyConfigListItem) SetRequestedProvisionedConcurrentExecutions(v int64) *ProvisionedConcurrencyConfigListItem
- func (s *ProvisionedConcurrencyConfigListItem) SetStatus(v string) *ProvisionedConcurrencyConfigListItem
- func (s *ProvisionedConcurrencyConfigListItem) SetStatusReason(v string) *ProvisionedConcurrencyConfigListItem
- func (s ProvisionedConcurrencyConfigListItem) String() string
- type ProvisionedConcurrencyConfigNotFoundException
- func (s *ProvisionedConcurrencyConfigNotFoundException) Code() string
- func (s *ProvisionedConcurrencyConfigNotFoundException) Error() string
- func (s ProvisionedConcurrencyConfigNotFoundException) GoString() string
- func (s *ProvisionedConcurrencyConfigNotFoundException) Message() string
- func (s *ProvisionedConcurrencyConfigNotFoundException) OrigErr() error
- func (s *ProvisionedConcurrencyConfigNotFoundException) RequestID() string
- func (s *ProvisionedConcurrencyConfigNotFoundException) StatusCode() int
- func (s ProvisionedConcurrencyConfigNotFoundException) String() string
- type PublishLayerVersionInput
- func (s PublishLayerVersionInput) GoString() string
- func (s *PublishLayerVersionInput) SetCompatibleArchitectures(v []*string) *PublishLayerVersionInput
- func (s *PublishLayerVersionInput) SetCompatibleRuntimes(v []*string) *PublishLayerVersionInput
- func (s *PublishLayerVersionInput) SetContent(v *LayerVersionContentInput) *PublishLayerVersionInput
- func (s *PublishLayerVersionInput) SetDescription(v string) *PublishLayerVersionInput
- func (s *PublishLayerVersionInput) SetLayerName(v string) *PublishLayerVersionInput
- func (s *PublishLayerVersionInput) SetLicenseInfo(v string) *PublishLayerVersionInput
- func (s PublishLayerVersionInput) String() string
- func (s *PublishLayerVersionInput) Validate() error
- type PublishLayerVersionOutput
- func (s PublishLayerVersionOutput) GoString() string
- func (s *PublishLayerVersionOutput) SetCompatibleArchitectures(v []*string) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetCompatibleRuntimes(v []*string) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetContent(v *LayerVersionContentOutput) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetCreatedDate(v string) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetDescription(v string) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetLayerArn(v string) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetLayerVersionArn(v string) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetLicenseInfo(v string) *PublishLayerVersionOutput
- func (s *PublishLayerVersionOutput) SetVersion(v int64) *PublishLayerVersionOutput
- func (s PublishLayerVersionOutput) String() string
- type PublishVersionInput
- func (s PublishVersionInput) GoString() string
- func (s *PublishVersionInput) SetCodeSha256(v string) *PublishVersionInput
- func (s *PublishVersionInput) SetDescription(v string) *PublishVersionInput
- func (s *PublishVersionInput) SetFunctionName(v string) *PublishVersionInput
- func (s *PublishVersionInput) SetRevisionId(v string) *PublishVersionInput
- func (s PublishVersionInput) String() string
- func (s *PublishVersionInput) Validate() error
- type PutFunctionCodeSigningConfigInput
- func (s PutFunctionCodeSigningConfigInput) GoString() string
- func (s *PutFunctionCodeSigningConfigInput) SetCodeSigningConfigArn(v string) *PutFunctionCodeSigningConfigInput
- func (s *PutFunctionCodeSigningConfigInput) SetFunctionName(v string) *PutFunctionCodeSigningConfigInput
- func (s PutFunctionCodeSigningConfigInput) String() string
- func (s *PutFunctionCodeSigningConfigInput) Validate() error
- type PutFunctionCodeSigningConfigOutput
- func (s PutFunctionCodeSigningConfigOutput) GoString() string
- func (s *PutFunctionCodeSigningConfigOutput) SetCodeSigningConfigArn(v string) *PutFunctionCodeSigningConfigOutput
- func (s *PutFunctionCodeSigningConfigOutput) SetFunctionName(v string) *PutFunctionCodeSigningConfigOutput
- func (s PutFunctionCodeSigningConfigOutput) String() string
- type PutFunctionConcurrencyInput
- func (s PutFunctionConcurrencyInput) GoString() string
- func (s *PutFunctionConcurrencyInput) SetFunctionName(v string) *PutFunctionConcurrencyInput
- func (s *PutFunctionConcurrencyInput) SetReservedConcurrentExecutions(v int64) *PutFunctionConcurrencyInput
- func (s PutFunctionConcurrencyInput) String() string
- func (s *PutFunctionConcurrencyInput) Validate() error
- type PutFunctionConcurrencyOutput
- type PutFunctionEventInvokeConfigInput
- func (s PutFunctionEventInvokeConfigInput) GoString() string
- func (s *PutFunctionEventInvokeConfigInput) SetDestinationConfig(v *DestinationConfig) *PutFunctionEventInvokeConfigInput
- func (s *PutFunctionEventInvokeConfigInput) SetFunctionName(v string) *PutFunctionEventInvokeConfigInput
- func (s *PutFunctionEventInvokeConfigInput) SetMaximumEventAgeInSeconds(v int64) *PutFunctionEventInvokeConfigInput
- func (s *PutFunctionEventInvokeConfigInput) SetMaximumRetryAttempts(v int64) *PutFunctionEventInvokeConfigInput
- func (s *PutFunctionEventInvokeConfigInput) SetQualifier(v string) *PutFunctionEventInvokeConfigInput
- func (s PutFunctionEventInvokeConfigInput) String() string
- func (s *PutFunctionEventInvokeConfigInput) Validate() error
- type PutFunctionEventInvokeConfigOutput
- func (s PutFunctionEventInvokeConfigOutput) GoString() string
- func (s *PutFunctionEventInvokeConfigOutput) SetDestinationConfig(v *DestinationConfig) *PutFunctionEventInvokeConfigOutput
- func (s *PutFunctionEventInvokeConfigOutput) SetFunctionArn(v string) *PutFunctionEventInvokeConfigOutput
- func (s *PutFunctionEventInvokeConfigOutput) SetLastModified(v time.Time) *PutFunctionEventInvokeConfigOutput
- func (s *PutFunctionEventInvokeConfigOutput) SetMaximumEventAgeInSeconds(v int64) *PutFunctionEventInvokeConfigOutput
- func (s *PutFunctionEventInvokeConfigOutput) SetMaximumRetryAttempts(v int64) *PutFunctionEventInvokeConfigOutput
- func (s PutFunctionEventInvokeConfigOutput) String() string
- type PutProvisionedConcurrencyConfigInput
- func (s PutProvisionedConcurrencyConfigInput) GoString() string
- func (s *PutProvisionedConcurrencyConfigInput) SetFunctionName(v string) *PutProvisionedConcurrencyConfigInput
- func (s *PutProvisionedConcurrencyConfigInput) SetProvisionedConcurrentExecutions(v int64) *PutProvisionedConcurrencyConfigInput
- func (s *PutProvisionedConcurrencyConfigInput) SetQualifier(v string) *PutProvisionedConcurrencyConfigInput
- func (s PutProvisionedConcurrencyConfigInput) String() string
- func (s *PutProvisionedConcurrencyConfigInput) Validate() error
- type PutProvisionedConcurrencyConfigOutput
- func (s PutProvisionedConcurrencyConfigOutput) GoString() string
- func (s *PutProvisionedConcurrencyConfigOutput) SetAllocatedProvisionedConcurrentExecutions(v int64) *PutProvisionedConcurrencyConfigOutput
- func (s *PutProvisionedConcurrencyConfigOutput) SetAvailableProvisionedConcurrentExecutions(v int64) *PutProvisionedConcurrencyConfigOutput
- func (s *PutProvisionedConcurrencyConfigOutput) SetLastModified(v string) *PutProvisionedConcurrencyConfigOutput
- func (s *PutProvisionedConcurrencyConfigOutput) SetRequestedProvisionedConcurrentExecutions(v int64) *PutProvisionedConcurrencyConfigOutput
- func (s *PutProvisionedConcurrencyConfigOutput) SetStatus(v string) *PutProvisionedConcurrencyConfigOutput
- func (s *PutProvisionedConcurrencyConfigOutput) SetStatusReason(v string) *PutProvisionedConcurrencyConfigOutput
- func (s PutProvisionedConcurrencyConfigOutput) String() string
- type PutRuntimeManagementConfigInput
- func (s PutRuntimeManagementConfigInput) GoString() string
- func (s *PutRuntimeManagementConfigInput) SetFunctionName(v string) *PutRuntimeManagementConfigInput
- func (s *PutRuntimeManagementConfigInput) SetQualifier(v string) *PutRuntimeManagementConfigInput
- func (s *PutRuntimeManagementConfigInput) SetRuntimeVersionArn(v string) *PutRuntimeManagementConfigInput
- func (s *PutRuntimeManagementConfigInput) SetUpdateRuntimeOn(v string) *PutRuntimeManagementConfigInput
- func (s PutRuntimeManagementConfigInput) String() string
- func (s *PutRuntimeManagementConfigInput) Validate() error
- type PutRuntimeManagementConfigOutput
- func (s PutRuntimeManagementConfigOutput) GoString() string
- func (s *PutRuntimeManagementConfigOutput) SetFunctionArn(v string) *PutRuntimeManagementConfigOutput
- func (s *PutRuntimeManagementConfigOutput) SetRuntimeVersionArn(v string) *PutRuntimeManagementConfigOutput
- func (s *PutRuntimeManagementConfigOutput) SetUpdateRuntimeOn(v string) *PutRuntimeManagementConfigOutput
- func (s PutRuntimeManagementConfigOutput) String() string
- type RecursiveInvocationException
- func (s *RecursiveInvocationException) Code() string
- func (s *RecursiveInvocationException) Error() string
- func (s RecursiveInvocationException) GoString() string
- func (s *RecursiveInvocationException) Message() string
- func (s *RecursiveInvocationException) OrigErr() error
- func (s *RecursiveInvocationException) RequestID() string
- func (s *RecursiveInvocationException) StatusCode() int
- func (s RecursiveInvocationException) String() string
- type RemoveLayerVersionPermissionInput
- func (s RemoveLayerVersionPermissionInput) GoString() string
- func (s *RemoveLayerVersionPermissionInput) SetLayerName(v string) *RemoveLayerVersionPermissionInput
- func (s *RemoveLayerVersionPermissionInput) SetRevisionId(v string) *RemoveLayerVersionPermissionInput
- func (s *RemoveLayerVersionPermissionInput) SetStatementId(v string) *RemoveLayerVersionPermissionInput
- func (s *RemoveLayerVersionPermissionInput) SetVersionNumber(v int64) *RemoveLayerVersionPermissionInput
- func (s RemoveLayerVersionPermissionInput) String() string
- func (s *RemoveLayerVersionPermissionInput) Validate() error
- type RemoveLayerVersionPermissionOutput
- type RemovePermissionInput
- func (s RemovePermissionInput) GoString() string
- func (s *RemovePermissionInput) SetFunctionName(v string) *RemovePermissionInput
- func (s *RemovePermissionInput) SetQualifier(v string) *RemovePermissionInput
- func (s *RemovePermissionInput) SetRevisionId(v string) *RemovePermissionInput
- func (s *RemovePermissionInput) SetStatementId(v string) *RemovePermissionInput
- func (s RemovePermissionInput) String() string
- func (s *RemovePermissionInput) Validate() error
- type RemovePermissionOutput
- type RequestTooLargeException
- func (s *RequestTooLargeException) Code() string
- func (s *RequestTooLargeException) Error() string
- func (s RequestTooLargeException) GoString() string
- func (s *RequestTooLargeException) Message() string
- func (s *RequestTooLargeException) OrigErr() error
- func (s *RequestTooLargeException) RequestID() string
- func (s *RequestTooLargeException) StatusCode() int
- func (s RequestTooLargeException) String() string
- type ResourceConflictException
- func (s *ResourceConflictException) Code() string
- func (s *ResourceConflictException) Error() string
- func (s ResourceConflictException) GoString() string
- func (s *ResourceConflictException) Message() string
- func (s *ResourceConflictException) OrigErr() error
- func (s *ResourceConflictException) RequestID() string
- func (s *ResourceConflictException) StatusCode() int
- func (s ResourceConflictException) String() string
- type ResourceInUseException
- func (s *ResourceInUseException) Code() string
- func (s *ResourceInUseException) Error() string
- func (s ResourceInUseException) GoString() string
- func (s *ResourceInUseException) Message() string
- func (s *ResourceInUseException) OrigErr() error
- func (s *ResourceInUseException) RequestID() string
- func (s *ResourceInUseException) StatusCode() int
- func (s ResourceInUseException) String() string
- type ResourceNotFoundException
- func (s *ResourceNotFoundException) Code() string
- func (s *ResourceNotFoundException) Error() string
- func (s ResourceNotFoundException) GoString() string
- func (s *ResourceNotFoundException) Message() string
- func (s *ResourceNotFoundException) OrigErr() error
- func (s *ResourceNotFoundException) RequestID() string
- func (s *ResourceNotFoundException) StatusCode() int
- func (s ResourceNotFoundException) String() string
- type ResourceNotReadyException
- func (s *ResourceNotReadyException) Code() string
- func (s *ResourceNotReadyException) Error() string
- func (s ResourceNotReadyException) GoString() string
- func (s *ResourceNotReadyException) Message() string
- func (s *ResourceNotReadyException) OrigErr() error
- func (s *ResourceNotReadyException) RequestID() string
- func (s *ResourceNotReadyException) StatusCode() int
- func (s ResourceNotReadyException) String() string
- type RuntimeVersionConfig
- type RuntimeVersionError
- type ScalingConfig
- type SelfManagedEventSource
- type SelfManagedKafkaEventSourceConfig
- type ServiceException
- func (s *ServiceException) Code() string
- func (s *ServiceException) Error() string
- func (s ServiceException) GoString() string
- func (s *ServiceException) Message() string
- func (s *ServiceException) OrigErr() error
- func (s *ServiceException) RequestID() string
- func (s *ServiceException) StatusCode() int
- func (s ServiceException) String() string
- type SnapStart
- type SnapStartException
- func (s *SnapStartException) Code() string
- func (s *SnapStartException) Error() string
- func (s SnapStartException) GoString() string
- func (s *SnapStartException) Message() string
- func (s *SnapStartException) OrigErr() error
- func (s *SnapStartException) RequestID() string
- func (s *SnapStartException) StatusCode() int
- func (s SnapStartException) String() string
- type SnapStartNotReadyException
- func (s *SnapStartNotReadyException) Code() string
- func (s *SnapStartNotReadyException) Error() string
- func (s SnapStartNotReadyException) GoString() string
- func (s *SnapStartNotReadyException) Message() string
- func (s *SnapStartNotReadyException) OrigErr() error
- func (s *SnapStartNotReadyException) RequestID() string
- func (s *SnapStartNotReadyException) StatusCode() int
- func (s SnapStartNotReadyException) String() string
- type SnapStartResponse
- type SnapStartTimeoutException
- func (s *SnapStartTimeoutException) Code() string
- func (s *SnapStartTimeoutException) Error() string
- func (s SnapStartTimeoutException) GoString() string
- func (s *SnapStartTimeoutException) Message() string
- func (s *SnapStartTimeoutException) OrigErr() error
- func (s *SnapStartTimeoutException) RequestID() string
- func (s *SnapStartTimeoutException) StatusCode() int
- func (s SnapStartTimeoutException) String() string
- type SourceAccessConfiguration
- func (s SourceAccessConfiguration) GoString() string
- func (s *SourceAccessConfiguration) SetType(v string) *SourceAccessConfiguration
- func (s *SourceAccessConfiguration) SetURI(v string) *SourceAccessConfiguration
- func (s SourceAccessConfiguration) String() string
- func (s *SourceAccessConfiguration) Validate() error
- type SubnetIPAddressLimitReachedException
- func (s *SubnetIPAddressLimitReachedException) Code() string
- func (s *SubnetIPAddressLimitReachedException) Error() string
- func (s SubnetIPAddressLimitReachedException) GoString() string
- func (s *SubnetIPAddressLimitReachedException) Message() string
- func (s *SubnetIPAddressLimitReachedException) OrigErr() error
- func (s *SubnetIPAddressLimitReachedException) RequestID() string
- func (s *SubnetIPAddressLimitReachedException) StatusCode() int
- func (s SubnetIPAddressLimitReachedException) String() string
- type TagResourceInput
- type TagResourceOutput
- type TooManyRequestsException
- func (s *TooManyRequestsException) Code() string
- func (s *TooManyRequestsException) Error() string
- func (s TooManyRequestsException) GoString() string
- func (s *TooManyRequestsException) Message() string
- func (s *TooManyRequestsException) OrigErr() error
- func (s *TooManyRequestsException) RequestID() string
- func (s *TooManyRequestsException) StatusCode() int
- func (s TooManyRequestsException) String() string
- type TracingConfig
- type TracingConfigResponse
- type UnsupportedMediaTypeException
- func (s *UnsupportedMediaTypeException) Code() string
- func (s *UnsupportedMediaTypeException) Error() string
- func (s UnsupportedMediaTypeException) GoString() string
- func (s *UnsupportedMediaTypeException) Message() string
- func (s *UnsupportedMediaTypeException) OrigErr() error
- func (s *UnsupportedMediaTypeException) RequestID() string
- func (s *UnsupportedMediaTypeException) StatusCode() int
- func (s UnsupportedMediaTypeException) String() string
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateAliasInput
- func (s UpdateAliasInput) GoString() string
- 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) SetRevisionId(v string) *UpdateAliasInput
- func (s *UpdateAliasInput) SetRoutingConfig(v *AliasRoutingConfiguration) *UpdateAliasInput
- func (s UpdateAliasInput) String() string
- func (s *UpdateAliasInput) Validate() error
- type UpdateCodeSigningConfigInput
- func (s UpdateCodeSigningConfigInput) GoString() string
- func (s *UpdateCodeSigningConfigInput) SetAllowedPublishers(v *AllowedPublishers) *UpdateCodeSigningConfigInput
- func (s *UpdateCodeSigningConfigInput) SetCodeSigningConfigArn(v string) *UpdateCodeSigningConfigInput
- func (s *UpdateCodeSigningConfigInput) SetCodeSigningPolicies(v *CodeSigningPolicies) *UpdateCodeSigningConfigInput
- func (s *UpdateCodeSigningConfigInput) SetDescription(v string) *UpdateCodeSigningConfigInput
- func (s UpdateCodeSigningConfigInput) String() string
- func (s *UpdateCodeSigningConfigInput) Validate() error
- type UpdateCodeSigningConfigOutput
- type UpdateEventSourceMappingInput
- func (s UpdateEventSourceMappingInput) GoString() string
- func (s *UpdateEventSourceMappingInput) SetBatchSize(v int64) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetBisectBatchOnFunctionError(v bool) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetDestinationConfig(v *DestinationConfig) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetDocumentDBEventSourceConfig(v *DocumentDBEventSourceConfig) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetEnabled(v bool) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetFilterCriteria(v *FilterCriteria) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetFunctionName(v string) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetFunctionResponseTypes(v []*string) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetMaximumBatchingWindowInSeconds(v int64) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetMaximumRecordAgeInSeconds(v int64) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetMaximumRetryAttempts(v int64) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetParallelizationFactor(v int64) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetScalingConfig(v *ScalingConfig) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetSourceAccessConfigurations(v []*SourceAccessConfiguration) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetTumblingWindowInSeconds(v int64) *UpdateEventSourceMappingInput
- func (s *UpdateEventSourceMappingInput) SetUUID(v string) *UpdateEventSourceMappingInput
- func (s UpdateEventSourceMappingInput) String() string
- func (s *UpdateEventSourceMappingInput) Validate() error
- type UpdateFunctionCodeInput
- func (s UpdateFunctionCodeInput) GoString() string
- func (s *UpdateFunctionCodeInput) SetArchitectures(v []*string) *UpdateFunctionCodeInput
- func (s *UpdateFunctionCodeInput) SetDryRun(v bool) *UpdateFunctionCodeInput
- func (s *UpdateFunctionCodeInput) SetFunctionName(v string) *UpdateFunctionCodeInput
- func (s *UpdateFunctionCodeInput) SetImageUri(v string) *UpdateFunctionCodeInput
- func (s *UpdateFunctionCodeInput) SetPublish(v bool) *UpdateFunctionCodeInput
- func (s *UpdateFunctionCodeInput) SetRevisionId(v string) *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) String() string
- func (s *UpdateFunctionCodeInput) Validate() error
- type UpdateFunctionConfigurationInput
- func (s UpdateFunctionConfigurationInput) GoString() string
- func (s *UpdateFunctionConfigurationInput) SetDeadLetterConfig(v *DeadLetterConfig) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetDescription(v string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetEnvironment(v *Environment) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetEphemeralStorage(v *EphemeralStorage) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetFileSystemConfigs(v []*FileSystemConfig) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetFunctionName(v string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetHandler(v string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetImageConfig(v *ImageConfig) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetKMSKeyArn(v string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetLayers(v []*string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetMemorySize(v int64) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetRevisionId(v string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetRole(v string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetRuntime(v string) *UpdateFunctionConfigurationInput
- func (s *UpdateFunctionConfigurationInput) SetSnapStart(v *SnapStart) *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) String() string
- func (s *UpdateFunctionConfigurationInput) Validate() error
- type UpdateFunctionEventInvokeConfigInput
- func (s UpdateFunctionEventInvokeConfigInput) GoString() string
- func (s *UpdateFunctionEventInvokeConfigInput) SetDestinationConfig(v *DestinationConfig) *UpdateFunctionEventInvokeConfigInput
- func (s *UpdateFunctionEventInvokeConfigInput) SetFunctionName(v string) *UpdateFunctionEventInvokeConfigInput
- func (s *UpdateFunctionEventInvokeConfigInput) SetMaximumEventAgeInSeconds(v int64) *UpdateFunctionEventInvokeConfigInput
- func (s *UpdateFunctionEventInvokeConfigInput) SetMaximumRetryAttempts(v int64) *UpdateFunctionEventInvokeConfigInput
- func (s *UpdateFunctionEventInvokeConfigInput) SetQualifier(v string) *UpdateFunctionEventInvokeConfigInput
- func (s UpdateFunctionEventInvokeConfigInput) String() string
- func (s *UpdateFunctionEventInvokeConfigInput) Validate() error
- type UpdateFunctionEventInvokeConfigOutput
- func (s UpdateFunctionEventInvokeConfigOutput) GoString() string
- func (s *UpdateFunctionEventInvokeConfigOutput) SetDestinationConfig(v *DestinationConfig) *UpdateFunctionEventInvokeConfigOutput
- func (s *UpdateFunctionEventInvokeConfigOutput) SetFunctionArn(v string) *UpdateFunctionEventInvokeConfigOutput
- func (s *UpdateFunctionEventInvokeConfigOutput) SetLastModified(v time.Time) *UpdateFunctionEventInvokeConfigOutput
- func (s *UpdateFunctionEventInvokeConfigOutput) SetMaximumEventAgeInSeconds(v int64) *UpdateFunctionEventInvokeConfigOutput
- func (s *UpdateFunctionEventInvokeConfigOutput) SetMaximumRetryAttempts(v int64) *UpdateFunctionEventInvokeConfigOutput
- func (s UpdateFunctionEventInvokeConfigOutput) String() string
- type UpdateFunctionUrlConfigInput
- func (s UpdateFunctionUrlConfigInput) GoString() string
- func (s *UpdateFunctionUrlConfigInput) SetAuthType(v string) *UpdateFunctionUrlConfigInput
- func (s *UpdateFunctionUrlConfigInput) SetCors(v *Cors) *UpdateFunctionUrlConfigInput
- func (s *UpdateFunctionUrlConfigInput) SetFunctionName(v string) *UpdateFunctionUrlConfigInput
- func (s *UpdateFunctionUrlConfigInput) SetInvokeMode(v string) *UpdateFunctionUrlConfigInput
- func (s *UpdateFunctionUrlConfigInput) SetQualifier(v string) *UpdateFunctionUrlConfigInput
- func (s UpdateFunctionUrlConfigInput) String() string
- func (s *UpdateFunctionUrlConfigInput) Validate() error
- type UpdateFunctionUrlConfigOutput
- func (s UpdateFunctionUrlConfigOutput) GoString() string
- func (s *UpdateFunctionUrlConfigOutput) SetAuthType(v string) *UpdateFunctionUrlConfigOutput
- func (s *UpdateFunctionUrlConfigOutput) SetCors(v *Cors) *UpdateFunctionUrlConfigOutput
- func (s *UpdateFunctionUrlConfigOutput) SetCreationTime(v string) *UpdateFunctionUrlConfigOutput
- func (s *UpdateFunctionUrlConfigOutput) SetFunctionArn(v string) *UpdateFunctionUrlConfigOutput
- func (s *UpdateFunctionUrlConfigOutput) SetFunctionUrl(v string) *UpdateFunctionUrlConfigOutput
- func (s *UpdateFunctionUrlConfigOutput) SetInvokeMode(v string) *UpdateFunctionUrlConfigOutput
- func (s *UpdateFunctionUrlConfigOutput) SetLastModifiedTime(v string) *UpdateFunctionUrlConfigOutput
- func (s UpdateFunctionUrlConfigOutput) String() string
- type VpcConfig
- type VpcConfigResponse
- func (s VpcConfigResponse) GoString() string
- func (s *VpcConfigResponse) SetSecurityGroupIds(v []*string) *VpcConfigResponse
- func (s *VpcConfigResponse) SetSubnetIds(v []*string) *VpcConfigResponse
- func (s *VpcConfigResponse) SetVpcId(v string) *VpcConfigResponse
- func (s VpcConfigResponse) String() string
Examples ¶
- Lambda.AddLayerVersionPermission (Shared00)
- Lambda.AddPermission (Shared00)
- Lambda.AddPermission (Shared01)
- Lambda.CreateAlias (Shared00)
- Lambda.CreateEventSourceMapping (Shared00)
- Lambda.CreateFunction (Shared00)
- Lambda.DeleteAlias (Shared00)
- Lambda.DeleteEventSourceMapping (Shared00)
- Lambda.DeleteFunction (Shared00)
- Lambda.DeleteFunctionConcurrency (Shared00)
- Lambda.DeleteFunctionEventInvokeConfig (Shared00)
- Lambda.DeleteLayerVersion (Shared00)
- Lambda.DeleteProvisionedConcurrencyConfig (Shared00)
- Lambda.GetAccountSettings (Shared00)
- Lambda.GetAlias (Shared00)
- Lambda.GetEventSourceMapping (Shared00)
- Lambda.GetFunction (Shared00)
- Lambda.GetFunctionConcurrency (Shared00)
- Lambda.GetFunctionConfiguration (Shared00)
- Lambda.GetFunctionEventInvokeConfig (Shared00)
- Lambda.GetLayerVersion (Shared00)
- Lambda.GetLayerVersionByArn (Shared00)
- Lambda.GetPolicy (Shared00)
- Lambda.GetProvisionedConcurrencyConfig (Shared00)
- Lambda.GetProvisionedConcurrencyConfig (Shared01)
- Lambda.Invoke (Shared00)
- Lambda.Invoke (Shared01)
- Lambda.InvokeAsync (Shared00)
- Lambda.ListAliases (Shared00)
- Lambda.ListEventSourceMappings (Shared00)
- Lambda.ListFunctionEventInvokeConfigs (Shared00)
- Lambda.ListFunctions (Shared00)
- Lambda.ListLayerVersions (Shared00)
- Lambda.ListLayers (Shared00)
- Lambda.ListProvisionedConcurrencyConfigs (Shared00)
- Lambda.ListTags (Shared00)
- Lambda.ListVersionsByFunction (Shared00)
- Lambda.PublishLayerVersion (Shared00)
- Lambda.PublishVersion (Shared00)
- Lambda.PutFunctionConcurrency (Shared00)
- Lambda.PutFunctionEventInvokeConfig (Shared00)
- Lambda.PutProvisionedConcurrencyConfig (Shared00)
- Lambda.RemoveLayerVersionPermission (Shared00)
- Lambda.RemovePermission (Shared00)
- Lambda.TagResource (Shared00)
- Lambda.UntagResource (Shared00)
- Lambda.UpdateAlias (Shared00)
- Lambda.UpdateEventSourceMapping (Shared00)
- Lambda.UpdateFunctionCode (Shared00)
- Lambda.UpdateFunctionConfiguration (Shared00)
- Lambda.UpdateFunctionEventInvokeConfig (Shared00)
Constants ¶
const ( // ArchitectureX8664 is a Architecture enum value ArchitectureX8664 = "x86_64" // ArchitectureArm64 is a Architecture enum value ArchitectureArm64 = "arm64" )
const ( // CodeSigningPolicyWarn is a CodeSigningPolicy enum value CodeSigningPolicyWarn = "Warn" // CodeSigningPolicyEnforce is a CodeSigningPolicy enum value CodeSigningPolicyEnforce = "Enforce" )
const ( // EventSourcePositionTrimHorizon is a EventSourcePosition enum value EventSourcePositionTrimHorizon = "TRIM_HORIZON" // EventSourcePositionLatest is a EventSourcePosition enum value EventSourcePositionLatest = "LATEST" // EventSourcePositionAtTimestamp is a EventSourcePosition enum value EventSourcePositionAtTimestamp = "AT_TIMESTAMP" )
const ( // FullDocumentUpdateLookup is a FullDocument enum value FullDocumentUpdateLookup = "UpdateLookup" // FullDocumentDefault is a FullDocument enum value FullDocumentDefault = "Default" )
const ( // FunctionUrlAuthTypeNone is a FunctionUrlAuthType enum value FunctionUrlAuthTypeNone = "NONE" // FunctionUrlAuthTypeAwsIam is a FunctionUrlAuthType enum value FunctionUrlAuthTypeAwsIam = "AWS_IAM" )
const ( // InvocationTypeEvent is a InvocationType enum value InvocationTypeEvent = "Event" // InvocationTypeRequestResponse is a InvocationType enum value InvocationTypeRequestResponse = "RequestResponse" // InvocationTypeDryRun is a InvocationType enum value InvocationTypeDryRun = "DryRun" )
const ( // InvokeModeBuffered is a InvokeMode enum value InvokeModeBuffered = "BUFFERED" // InvokeModeResponseStream is a InvokeMode enum value InvokeModeResponseStream = "RESPONSE_STREAM" )
const ( // LastUpdateStatusSuccessful is a LastUpdateStatus enum value LastUpdateStatusSuccessful = "Successful" // LastUpdateStatusFailed is a LastUpdateStatus enum value LastUpdateStatusFailed = "Failed" // LastUpdateStatusInProgress is a LastUpdateStatus enum value LastUpdateStatusInProgress = "InProgress" )
const ( // LastUpdateStatusReasonCodeEniLimitExceeded is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeEniLimitExceeded = "EniLimitExceeded" // LastUpdateStatusReasonCodeInsufficientRolePermissions is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInsufficientRolePermissions = "InsufficientRolePermissions" // LastUpdateStatusReasonCodeInvalidConfiguration is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInvalidConfiguration = "InvalidConfiguration" // LastUpdateStatusReasonCodeInternalError is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInternalError = "InternalError" // LastUpdateStatusReasonCodeSubnetOutOfIpaddresses is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeSubnetOutOfIpaddresses = "SubnetOutOfIPAddresses" // LastUpdateStatusReasonCodeInvalidSubnet is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInvalidSubnet = "InvalidSubnet" // LastUpdateStatusReasonCodeInvalidSecurityGroup is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInvalidSecurityGroup = "InvalidSecurityGroup" // LastUpdateStatusReasonCodeImageDeleted is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeImageDeleted = "ImageDeleted" // LastUpdateStatusReasonCodeImageAccessDenied is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeImageAccessDenied = "ImageAccessDenied" // LastUpdateStatusReasonCodeInvalidImage is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInvalidImage = "InvalidImage" // LastUpdateStatusReasonCodeKmskeyAccessDenied is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeKmskeyAccessDenied = "KMSKeyAccessDenied" // LastUpdateStatusReasonCodeKmskeyNotFound is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeKmskeyNotFound = "KMSKeyNotFound" // LastUpdateStatusReasonCodeInvalidStateKmskey is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInvalidStateKmskey = "InvalidStateKMSKey" // LastUpdateStatusReasonCodeDisabledKmskey is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeDisabledKmskey = "DisabledKMSKey" // LastUpdateStatusReasonCodeEfsioerror is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeEfsioerror = "EFSIOError" // LastUpdateStatusReasonCodeEfsmountConnectivityError is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeEfsmountConnectivityError = "EFSMountConnectivityError" // LastUpdateStatusReasonCodeEfsmountFailure is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeEfsmountFailure = "EFSMountFailure" // LastUpdateStatusReasonCodeEfsmountTimeout is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeEfsmountTimeout = "EFSMountTimeout" // LastUpdateStatusReasonCodeInvalidRuntime is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInvalidRuntime = "InvalidRuntime" // LastUpdateStatusReasonCodeInvalidZipFileException is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeInvalidZipFileException = "InvalidZipFileException" // LastUpdateStatusReasonCodeFunctionError is a LastUpdateStatusReasonCode enum value LastUpdateStatusReasonCodeFunctionError = "FunctionError" )
const ( // LogTypeNone is a LogType enum value LogTypeNone = "None" // LogTypeTail is a LogType enum value LogTypeTail = "Tail" )
const ( // PackageTypeZip is a PackageType enum value PackageTypeZip = "Zip" // PackageTypeImage is a PackageType enum value PackageTypeImage = "Image" )
const ( // ProvisionedConcurrencyStatusEnumInProgress is a ProvisionedConcurrencyStatusEnum enum value ProvisionedConcurrencyStatusEnumInProgress = "IN_PROGRESS" // ProvisionedConcurrencyStatusEnumReady is a ProvisionedConcurrencyStatusEnum enum value ProvisionedConcurrencyStatusEnumReady = "READY" // ProvisionedConcurrencyStatusEnumFailed is a ProvisionedConcurrencyStatusEnum enum value ProvisionedConcurrencyStatusEnumFailed = "FAILED" )
const ( // ResponseStreamingInvocationTypeRequestResponse is a ResponseStreamingInvocationType enum value ResponseStreamingInvocationTypeRequestResponse = "RequestResponse" // ResponseStreamingInvocationTypeDryRun is a ResponseStreamingInvocationType enum value ResponseStreamingInvocationTypeDryRun = "DryRun" )
const ( // RuntimeNodejs is a Runtime enum value RuntimeNodejs = "nodejs" // RuntimeNodejs43 is a Runtime enum value RuntimeNodejs43 = "nodejs4.3" // RuntimeNodejs610 is a Runtime enum value RuntimeNodejs610 = "nodejs6.10" // RuntimeNodejs810 is a Runtime enum value RuntimeNodejs810 = "nodejs8.10" // RuntimeNodejs10X is a Runtime enum value RuntimeNodejs10X = "nodejs10.x" // RuntimeNodejs12X is a Runtime enum value RuntimeNodejs12X = "nodejs12.x" // RuntimeNodejs14X is a Runtime enum value RuntimeNodejs14X = "nodejs14.x" // RuntimeNodejs16X is a Runtime enum value RuntimeNodejs16X = "nodejs16.x" // RuntimeJava8 is a Runtime enum value RuntimeJava8 = "java8" // RuntimeJava8Al2 is a Runtime enum value RuntimeJava8Al2 = "java8.al2" // RuntimeJava11 is a Runtime enum value RuntimeJava11 = "java11" // RuntimePython27 is a Runtime enum value RuntimePython27 = "python2.7" // RuntimePython36 is a Runtime enum value RuntimePython36 = "python3.6" // RuntimePython37 is a Runtime enum value RuntimePython37 = "python3.7" // RuntimePython38 is a Runtime enum value RuntimePython38 = "python3.8" // RuntimePython39 is a Runtime enum value RuntimePython39 = "python3.9" // RuntimeDotnetcore10 is a Runtime enum value RuntimeDotnetcore10 = "dotnetcore1.0" // RuntimeDotnetcore20 is a Runtime enum value RuntimeDotnetcore20 = "dotnetcore2.0" // RuntimeDotnetcore21 is a Runtime enum value RuntimeDotnetcore21 = "dotnetcore2.1" // RuntimeDotnetcore31 is a Runtime enum value RuntimeDotnetcore31 = "dotnetcore3.1" // RuntimeDotnet6 is a Runtime enum value RuntimeDotnet6 = "dotnet6" // RuntimeNodejs43Edge is a Runtime enum value RuntimeNodejs43Edge = "nodejs4.3-edge" // RuntimeGo1X is a Runtime enum value RuntimeGo1X = "go1.x" // RuntimeRuby25 is a Runtime enum value RuntimeRuby25 = "ruby2.5" // RuntimeRuby27 is a Runtime enum value RuntimeRuby27 = "ruby2.7" // RuntimeProvided is a Runtime enum value RuntimeProvided = "provided" // RuntimeProvidedAl2 is a Runtime enum value RuntimeProvidedAl2 = "provided.al2" // RuntimeNodejs18X is a Runtime enum value RuntimeNodejs18X = "nodejs18.x" // RuntimePython310 is a Runtime enum value RuntimePython310 = "python3.10" // RuntimeJava17 is a Runtime enum value RuntimeJava17 = "java17" // RuntimeRuby32 is a Runtime enum value RuntimeRuby32 = "ruby3.2" // RuntimePython311 is a Runtime enum value RuntimePython311 = "python3.11" )
const ( // SnapStartApplyOnPublishedVersions is a SnapStartApplyOn enum value SnapStartApplyOnPublishedVersions = "PublishedVersions" // SnapStartApplyOnNone is a SnapStartApplyOn enum value SnapStartApplyOnNone = "None" )
const ( // SnapStartOptimizationStatusOn is a SnapStartOptimizationStatus enum value SnapStartOptimizationStatusOn = "On" // SnapStartOptimizationStatusOff is a SnapStartOptimizationStatus enum value SnapStartOptimizationStatusOff = "Off" )
const ( // SourceAccessTypeBasicAuth is a SourceAccessType enum value SourceAccessTypeBasicAuth = "BASIC_AUTH" // SourceAccessTypeVpcSubnet is a SourceAccessType enum value SourceAccessTypeVpcSubnet = "VPC_SUBNET" // SourceAccessTypeVpcSecurityGroup is a SourceAccessType enum value SourceAccessTypeVpcSecurityGroup = "VPC_SECURITY_GROUP" // SourceAccessTypeSaslScram512Auth is a SourceAccessType enum value SourceAccessTypeSaslScram512Auth = "SASL_SCRAM_512_AUTH" // SourceAccessTypeSaslScram256Auth is a SourceAccessType enum value SourceAccessTypeSaslScram256Auth = "SASL_SCRAM_256_AUTH" // SourceAccessTypeVirtualHost is a SourceAccessType enum value SourceAccessTypeVirtualHost = "VIRTUAL_HOST" // SourceAccessTypeClientCertificateTlsAuth is a SourceAccessType enum value SourceAccessTypeClientCertificateTlsAuth = "CLIENT_CERTIFICATE_TLS_AUTH" // SourceAccessTypeServerRootCaCertificate is a SourceAccessType enum value SourceAccessTypeServerRootCaCertificate = "SERVER_ROOT_CA_CERTIFICATE" )
const ( // StatePending is a State enum value StatePending = "Pending" // StateActive is a State enum value StateActive = "Active" // StateInactive is a State enum value StateInactive = "Inactive" // StateFailed is a State enum value StateFailed = "Failed" )
const ( // StateReasonCodeIdle is a StateReasonCode enum value StateReasonCodeIdle = "Idle" // StateReasonCodeCreating is a StateReasonCode enum value StateReasonCodeCreating = "Creating" // StateReasonCodeRestoring is a StateReasonCode enum value StateReasonCodeRestoring = "Restoring" // StateReasonCodeEniLimitExceeded is a StateReasonCode enum value StateReasonCodeEniLimitExceeded = "EniLimitExceeded" // StateReasonCodeInsufficientRolePermissions is a StateReasonCode enum value StateReasonCodeInsufficientRolePermissions = "InsufficientRolePermissions" // StateReasonCodeInvalidConfiguration is a StateReasonCode enum value StateReasonCodeInvalidConfiguration = "InvalidConfiguration" // StateReasonCodeInternalError is a StateReasonCode enum value StateReasonCodeInternalError = "InternalError" // StateReasonCodeSubnetOutOfIpaddresses is a StateReasonCode enum value StateReasonCodeSubnetOutOfIpaddresses = "SubnetOutOfIPAddresses" // StateReasonCodeInvalidSubnet is a StateReasonCode enum value StateReasonCodeInvalidSubnet = "InvalidSubnet" // StateReasonCodeInvalidSecurityGroup is a StateReasonCode enum value StateReasonCodeInvalidSecurityGroup = "InvalidSecurityGroup" // StateReasonCodeImageDeleted is a StateReasonCode enum value StateReasonCodeImageDeleted = "ImageDeleted" // StateReasonCodeImageAccessDenied is a StateReasonCode enum value StateReasonCodeImageAccessDenied = "ImageAccessDenied" // StateReasonCodeInvalidImage is a StateReasonCode enum value StateReasonCodeInvalidImage = "InvalidImage" // StateReasonCodeKmskeyAccessDenied is a StateReasonCode enum value StateReasonCodeKmskeyAccessDenied = "KMSKeyAccessDenied" // StateReasonCodeKmskeyNotFound is a StateReasonCode enum value StateReasonCodeKmskeyNotFound = "KMSKeyNotFound" // StateReasonCodeInvalidStateKmskey is a StateReasonCode enum value StateReasonCodeInvalidStateKmskey = "InvalidStateKMSKey" // StateReasonCodeDisabledKmskey is a StateReasonCode enum value StateReasonCodeDisabledKmskey = "DisabledKMSKey" // StateReasonCodeEfsioerror is a StateReasonCode enum value StateReasonCodeEfsioerror = "EFSIOError" // StateReasonCodeEfsmountConnectivityError is a StateReasonCode enum value StateReasonCodeEfsmountConnectivityError = "EFSMountConnectivityError" // StateReasonCodeEfsmountFailure is a StateReasonCode enum value StateReasonCodeEfsmountFailure = "EFSMountFailure" // StateReasonCodeEfsmountTimeout is a StateReasonCode enum value StateReasonCodeEfsmountTimeout = "EFSMountTimeout" // StateReasonCodeInvalidRuntime is a StateReasonCode enum value StateReasonCodeInvalidRuntime = "InvalidRuntime" // StateReasonCodeInvalidZipFileException is a StateReasonCode enum value StateReasonCodeInvalidZipFileException = "InvalidZipFileException" // StateReasonCodeFunctionError is a StateReasonCode enum value StateReasonCodeFunctionError = "FunctionError" )
const ( // ThrottleReasonConcurrentInvocationLimitExceeded is a ThrottleReason enum value ThrottleReasonConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded" // ThrottleReasonFunctionInvocationRateLimitExceeded is a ThrottleReason enum value ThrottleReasonFunctionInvocationRateLimitExceeded = "FunctionInvocationRateLimitExceeded" // ThrottleReasonReservedFunctionConcurrentInvocationLimitExceeded is a ThrottleReason enum value ThrottleReasonReservedFunctionConcurrentInvocationLimitExceeded = "ReservedFunctionConcurrentInvocationLimitExceeded" // ThrottleReasonReservedFunctionInvocationRateLimitExceeded is a ThrottleReason enum value ThrottleReasonReservedFunctionInvocationRateLimitExceeded = "ReservedFunctionInvocationRateLimitExceeded" // ThrottleReasonCallerRateLimitExceeded is a ThrottleReason enum value ThrottleReasonCallerRateLimitExceeded = "CallerRateLimitExceeded" // ThrottleReasonConcurrentSnapshotCreateLimitExceeded is a ThrottleReason enum value ThrottleReasonConcurrentSnapshotCreateLimitExceeded = "ConcurrentSnapshotCreateLimitExceeded" )
const ( // TracingModeActive is a TracingMode enum value TracingModeActive = "Active" // TracingModePassThrough is a TracingMode enum value TracingModePassThrough = "PassThrough" )
const ( // UpdateRuntimeOnAuto is a UpdateRuntimeOn enum value UpdateRuntimeOnAuto = "Auto" // UpdateRuntimeOnManual is a UpdateRuntimeOn enum value UpdateRuntimeOnManual = "Manual" // UpdateRuntimeOnFunctionUpdate is a UpdateRuntimeOn enum value UpdateRuntimeOnFunctionUpdate = "FunctionUpdate" )
const ( // ErrCodeCodeSigningConfigNotFoundException for service response error code // "CodeSigningConfigNotFoundException". // // The specified code signing configuration does not exist. ErrCodeCodeSigningConfigNotFoundException = "CodeSigningConfigNotFoundException" // ErrCodeCodeStorageExceededException for service response error code // "CodeStorageExceededException". // // Your Amazon Web Services account has exceeded its maximum total code size. // For more information, see Lambda quotas (https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html). ErrCodeCodeStorageExceededException = "CodeStorageExceededException" // ErrCodeCodeVerificationFailedException for service response error code // "CodeVerificationFailedException". // // The code signature failed one or more of the validation checks for signature // mismatch or expiry, and the code signing policy is set to ENFORCE. Lambda // blocks the deployment. ErrCodeCodeVerificationFailedException = "CodeVerificationFailedException" // ErrCodeEC2AccessDeniedException for service response error code // "EC2AccessDeniedException". // // Need additional permissions to configure VPC settings. ErrCodeEC2AccessDeniedException = "EC2AccessDeniedException" // ErrCodeEC2ThrottledException for service response error code // "EC2ThrottledException". // // Amazon EC2 throttled Lambda during Lambda function initialization using the // execution role provided for the function. ErrCodeEC2ThrottledException = "EC2ThrottledException" // ErrCodeEC2UnexpectedException for service response error code // "EC2UnexpectedException". // // Lambda received an unexpected Amazon EC2 client exception while setting up // for the Lambda function. ErrCodeEC2UnexpectedException = "EC2UnexpectedException" // ErrCodeEFSIOException for service response error code // "EFSIOException". // // An error occurred when reading from or writing to a connected file system. ErrCodeEFSIOException = "EFSIOException" // ErrCodeEFSMountConnectivityException for service response error code // "EFSMountConnectivityException". // // The Lambda function couldn't make a network connection to the configured // file system. ErrCodeEFSMountConnectivityException = "EFSMountConnectivityException" // ErrCodeEFSMountFailureException for service response error code // "EFSMountFailureException". // // The Lambda function couldn't mount the configured file system due to a permission // or configuration issue. ErrCodeEFSMountFailureException = "EFSMountFailureException" // ErrCodeEFSMountTimeoutException for service response error code // "EFSMountTimeoutException". // // The Lambda function made a network connection to the configured file system, // but the mount operation timed out. ErrCodeEFSMountTimeoutException = "EFSMountTimeoutException" // ErrCodeENILimitReachedException for service response error code // "ENILimitReachedException". // // Lambda couldn't create an elastic network interface in the VPC, specified // as part of Lambda function configuration, because the limit for network interfaces // has been reached. For more information, see Lambda quotas (https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html). ErrCodeENILimitReachedException = "ENILimitReachedException" // ErrCodeInvalidCodeSignatureException for service response error code // "InvalidCodeSignatureException". // // The code signature failed the integrity check. If the integrity check fails, // then Lambda blocks deployment, even if the code signing policy is set to // WARN. ErrCodeInvalidCodeSignatureException = "InvalidCodeSignatureException" // ErrCodeInvalidParameterValueException for service response error code // "InvalidParameterValueException". // // One of the parameters in the request is not valid. 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 // not valid. ErrCodeInvalidSecurityGroupIDException = "InvalidSecurityGroupIDException" // ErrCodeInvalidSubnetIDException for service response error code // "InvalidSubnetIDException". // // The subnet ID provided in the Lambda function VPC configuration is not valid. ErrCodeInvalidSubnetIDException = "InvalidSubnetIDException" // ErrCodeInvalidZipFileException for service response error code // "InvalidZipFileException". // // Lambda could not unzip the deployment package. ErrCodeInvalidZipFileException = "InvalidZipFileException" // ErrCodeKMSAccessDeniedException for service response error code // "KMSAccessDeniedException". // // Lambda couldn't 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 couldn't 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 couldn't decrypt the environment variables because the state of the // KMS key used is not valid for Decrypt. Check the function's KMS key settings. ErrCodeKMSInvalidStateException = "KMSInvalidStateException" // ErrCodeKMSNotFoundException for service response error code // "KMSNotFoundException". // // Lambda couldn't 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. For more information, // see Lambda quotas (https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-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 operation to // retrieve the latest RevisionId for your resource. ErrCodePreconditionFailedException = "PreconditionFailedException" // ErrCodeProvisionedConcurrencyConfigNotFoundException for service response error code // "ProvisionedConcurrencyConfigNotFoundException". // // The specified configuration does not exist. ErrCodeProvisionedConcurrencyConfigNotFoundException = "ProvisionedConcurrencyConfigNotFoundException" // ErrCodeRecursiveInvocationException for service response error code // "RecursiveInvocationException". // // Lambda has detected your function being invoked in a recursive loop with // other Amazon Web Services resources and stopped your function's invocation. ErrCodeRecursiveInvocationException = "RecursiveInvocationException" // ErrCodeRequestTooLargeException for service response error code // "RequestTooLargeException". // // The request payload exceeded the Invoke request body JSON input quota. For // more information, see Lambda quotas (https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html). ErrCodeRequestTooLargeException = "RequestTooLargeException" // ErrCodeResourceConflictException for service response error code // "ResourceConflictException". // // The resource already exists, or another operation is in progress. ErrCodeResourceConflictException = "ResourceConflictException" // ErrCodeResourceInUseException for service response error code // "ResourceInUseException". // // The operation conflicts with the resource's availability. For example, you // tried to update an event source mapping in the CREATING state, or you tried // to delete an event source mapping currently UPDATING. ErrCodeResourceInUseException = "ResourceInUseException" // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // The resource specified in the request does not exist. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeResourceNotReadyException for service response error code // "ResourceNotReadyException". // // The function is inactive and its VPC connection is no longer available. Wait // for the VPC connection to reestablish and try again. ErrCodeResourceNotReadyException = "ResourceNotReadyException" // ErrCodeServiceException for service response error code // "ServiceException". // // The Lambda service encountered an internal error. ErrCodeServiceException = "ServiceException" // ErrCodeSnapStartException for service response error code // "SnapStartException". // // The afterRestore() runtime hook (https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html) // encountered an error. For more information, check the Amazon CloudWatch logs. ErrCodeSnapStartException = "SnapStartException" // ErrCodeSnapStartNotReadyException for service response error code // "SnapStartNotReadyException". // // Lambda is initializing your function. You can invoke the function when the // function state (https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html) // becomes Active. ErrCodeSnapStartNotReadyException = "SnapStartNotReadyException" // ErrCodeSnapStartTimeoutException for service response error code // "SnapStartTimeoutException". // // Lambda couldn't restore the snapshot within the timeout limit. ErrCodeSnapStartTimeoutException = "SnapStartTimeoutException" // ErrCodeSubnetIPAddressLimitReachedException for service response error code // "SubnetIPAddressLimitReachedException". // // Lambda couldn't 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". // // The request throughput limit was exceeded. For more information, see Lambda // quotas (https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests). 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" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Lambda" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// EndPointTypeKafkaBootstrapServers is a EndPointType enum value
EndPointTypeKafkaBootstrapServers = "KAFKA_BOOTSTRAP_SERVERS"
)
const (
// FunctionResponseTypeReportBatchItemFailures is a FunctionResponseType enum value
FunctionResponseTypeReportBatchItemFailures = "ReportBatchItemFailures"
)
const (
// FunctionVersionAll is a FunctionVersion enum value
FunctionVersionAll = "ALL"
)
Variables ¶
This section is empty.
Functions ¶
func Architecture_Values ¶ added in v1.40.52
func Architecture_Values() []string
Architecture_Values returns all elements of the Architecture enum
func CodeSigningPolicy_Values ¶ added in v1.35.34
func CodeSigningPolicy_Values() []string
CodeSigningPolicy_Values returns all elements of the CodeSigningPolicy enum
func EndPointType_Values ¶ added in v1.36.9
func EndPointType_Values() []string
EndPointType_Values returns all elements of the EndPointType enum
func EventSourcePosition_Values ¶ added in v1.34.3
func EventSourcePosition_Values() []string
EventSourcePosition_Values returns all elements of the EventSourcePosition enum
func FullDocument_Values ¶ added in v1.44.210
func FullDocument_Values() []string
FullDocument_Values returns all elements of the FullDocument enum
func FunctionResponseType_Values ¶ added in v1.36.9
func FunctionResponseType_Values() []string
FunctionResponseType_Values returns all elements of the FunctionResponseType enum
func FunctionUrlAuthType_Values ¶ added in v1.43.34
func FunctionUrlAuthType_Values() []string
FunctionUrlAuthType_Values returns all elements of the FunctionUrlAuthType enum
func FunctionVersion_Values ¶ added in v1.34.3
func FunctionVersion_Values() []string
FunctionVersion_Values returns all elements of the FunctionVersion enum
func InvocationType_Values ¶ added in v1.34.3
func InvocationType_Values() []string
InvocationType_Values returns all elements of the InvocationType enum
func InvokeMode_Values ¶ added in v1.44.239
func InvokeMode_Values() []string
InvokeMode_Values returns all elements of the InvokeMode enum
func LastUpdateStatusReasonCode_Values ¶ added in v1.34.3
func LastUpdateStatusReasonCode_Values() []string
LastUpdateStatusReasonCode_Values returns all elements of the LastUpdateStatusReasonCode enum
func LastUpdateStatus_Values ¶ added in v1.34.3
func LastUpdateStatus_Values() []string
LastUpdateStatus_Values returns all elements of the LastUpdateStatus enum
func LogType_Values ¶ added in v1.34.3
func LogType_Values() []string
LogType_Values returns all elements of the LogType enum
func PackageType_Values ¶ added in v1.35.37
func PackageType_Values() []string
PackageType_Values returns all elements of the PackageType enum
func ProvisionedConcurrencyStatusEnum_Values ¶ added in v1.34.3
func ProvisionedConcurrencyStatusEnum_Values() []string
ProvisionedConcurrencyStatusEnum_Values returns all elements of the ProvisionedConcurrencyStatusEnum enum
func ResponseStreamingInvocationType_Values ¶ added in v1.44.239
func ResponseStreamingInvocationType_Values() []string
ResponseStreamingInvocationType_Values returns all elements of the ResponseStreamingInvocationType enum
func Runtime_Values ¶ added in v1.34.3
func Runtime_Values() []string
Runtime_Values returns all elements of the Runtime enum
func SnapStartApplyOn_Values ¶ added in v1.44.147
func SnapStartApplyOn_Values() []string
SnapStartApplyOn_Values returns all elements of the SnapStartApplyOn enum
func SnapStartOptimizationStatus_Values ¶ added in v1.44.147
func SnapStartOptimizationStatus_Values() []string
SnapStartOptimizationStatus_Values returns all elements of the SnapStartOptimizationStatus enum
func SourceAccessType_Values ¶ added in v1.35.22
func SourceAccessType_Values() []string
SourceAccessType_Values returns all elements of the SourceAccessType enum
func StateReasonCode_Values ¶ added in v1.34.3
func StateReasonCode_Values() []string
StateReasonCode_Values returns all elements of the StateReasonCode enum
func State_Values ¶ added in v1.34.3
func State_Values() []string
State_Values returns all elements of the State enum
func ThrottleReason_Values ¶ added in v1.34.3
func ThrottleReason_Values() []string
ThrottleReason_Values returns all elements of the ThrottleReason enum
func TracingMode_Values ¶ added in v1.34.3
func TracingMode_Values() []string
TracingMode_Values returns all elements of the TracingMode enum
func UpdateRuntimeOn_Values ¶ added in v1.44.185
func UpdateRuntimeOn_Values() []string
UpdateRuntimeOn_Values returns all elements of the UpdateRuntimeOn enum
Types ¶
type AccountLimit ¶ added in v1.5.13
type AccountLimit struct { // The maximum size of a function's deployment package and layers when they're // extracted. CodeSizeUnzipped *int64 `type:"long"` // The maximum size of a deployment package when it's uploaded directly to 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 storage. All file and storage sizes are in bytes.
func (AccountLimit) GoString ¶ added in v1.5.13
func (s AccountLimit) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccountLimit) SetCodeSizeUnzipped ¶ added in v1.5.13
func (s *AccountLimit) SetCodeSizeUnzipped(v int64) *AccountLimit
SetCodeSizeUnzipped sets the CodeSizeUnzipped field's value.
func (*AccountLimit) SetCodeSizeZipped ¶ added in v1.5.13
func (s *AccountLimit) SetCodeSizeZipped(v int64) *AccountLimit
SetCodeSizeZipped sets the CodeSizeZipped field's value.
func (*AccountLimit) SetConcurrentExecutions ¶ added in v1.5.13
func (s *AccountLimit) SetConcurrentExecutions(v int64) *AccountLimit
SetConcurrentExecutions sets the ConcurrentExecutions field's value.
func (*AccountLimit) SetTotalCodeSize ¶ added in v1.5.13
func (s *AccountLimit) SetTotalCodeSize(v int64) *AccountLimit
SetTotalCodeSize sets the TotalCodeSize field's value.
func (*AccountLimit) SetUnreservedConcurrentExecutions ¶ added in v1.12.38
func (s *AccountLimit) SetUnreservedConcurrentExecutions(v int64) *AccountLimit
SetUnreservedConcurrentExecutions sets the UnreservedConcurrentExecutions field's value.
func (AccountLimit) String ¶ added in v1.5.13
func (s AccountLimit) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AccountUsage ¶ added in v1.5.13
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.
func (AccountUsage) GoString ¶ added in v1.5.13
func (s AccountUsage) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccountUsage) SetFunctionCount ¶ added in v1.5.13
func (s *AccountUsage) SetFunctionCount(v int64) *AccountUsage
SetFunctionCount sets the FunctionCount field's value.
func (*AccountUsage) SetTotalCodeSize ¶ added in v1.5.13
func (s *AccountUsage) SetTotalCodeSize(v int64) *AccountUsage
SetTotalCodeSize sets the TotalCodeSize field's value.
func (AccountUsage) String ¶ added in v1.5.13
func (s AccountUsage) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AddLayerVersionPermissionInput ¶ added in v1.15.87
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 layer usage permission to all accounts in an // organization, or all Amazon Web Services accounts (if organizationId is not // specified). For the last case, make sure that you really do want all Amazon // Web Services accounts to have usage permission to this layer. // // 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 }
func (AddLayerVersionPermissionInput) GoString ¶ added in v1.15.87
func (s AddLayerVersionPermissionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddLayerVersionPermissionInput) SetAction ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) SetAction(v string) *AddLayerVersionPermissionInput
SetAction sets the Action field's value.
func (*AddLayerVersionPermissionInput) SetLayerName ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) SetLayerName(v string) *AddLayerVersionPermissionInput
SetLayerName sets the LayerName field's value.
func (*AddLayerVersionPermissionInput) SetOrganizationId ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) SetOrganizationId(v string) *AddLayerVersionPermissionInput
SetOrganizationId sets the OrganizationId field's value.
func (*AddLayerVersionPermissionInput) SetPrincipal ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) SetPrincipal(v string) *AddLayerVersionPermissionInput
SetPrincipal sets the Principal field's value.
func (*AddLayerVersionPermissionInput) SetRevisionId ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) SetRevisionId(v string) *AddLayerVersionPermissionInput
SetRevisionId sets the RevisionId field's value.
func (*AddLayerVersionPermissionInput) SetStatementId ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) SetStatementId(v string) *AddLayerVersionPermissionInput
SetStatementId sets the StatementId field's value.
func (*AddLayerVersionPermissionInput) SetVersionNumber ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) SetVersionNumber(v int64) *AddLayerVersionPermissionInput
SetVersionNumber sets the VersionNumber field's value.
func (AddLayerVersionPermissionInput) String ¶ added in v1.15.87
func (s AddLayerVersionPermissionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddLayerVersionPermissionInput) Validate ¶ added in v1.15.87
func (s *AddLayerVersionPermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddLayerVersionPermissionOutput ¶ added in v1.15.87
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 }
func (AddLayerVersionPermissionOutput) GoString ¶ added in v1.15.87
func (s AddLayerVersionPermissionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddLayerVersionPermissionOutput) SetRevisionId ¶ added in v1.15.87
func (s *AddLayerVersionPermissionOutput) SetRevisionId(v string) *AddLayerVersionPermissionOutput
SetRevisionId sets the RevisionId field's value.
func (*AddLayerVersionPermissionOutput) SetStatement ¶ added in v1.15.87
func (s *AddLayerVersionPermissionOutput) SetStatement(v string) *AddLayerVersionPermissionOutput
SetStatement sets the Statement field's value.
func (AddLayerVersionPermissionOutput) String ¶ added in v1.15.87
func (s AddLayerVersionPermissionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
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 the invoker must supply. 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 type of authentication that your function URL uses. Set to AWS_IAM if // you want to restrict access to authenticated users only. Set to NONE if you // want to bypass IAM authentication to create a public endpoint. For more information, // see Security and auth model for Lambda function URLs (https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html). FunctionUrlAuthType *string `type:"string" enum:"FunctionUrlAuthType"` // The Amazon Web Service or Amazon Web Services 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"` // The identifier for your organization in Organizations. Use this to grant // permissions to all the Amazon Web Services accounts under this organization. PrincipalOrgID *string `min:"12" type:"string"` // 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"` // Update the policy only 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 Amazon Web Service, the ID of the Amazon Web Services account that owns // the resource. Use this together with SourceArn to ensure that the specified // account owns the resource. It is possible for an Amazon S3 bucket to be deleted // by its owner and recreated by another account. SourceAccount *string `type:"string"` // For Amazon Web Services, the ARN of the Amazon Web Services resource that // invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic. // // Note that Lambda configures the comparison using the StringLike operator. 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 }
func (AddPermissionInput) GoString ¶ added in v0.6.5
func (s AddPermissionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddPermissionInput) SetAction ¶ added in v1.5.0
func (s *AddPermissionInput) SetAction(v string) *AddPermissionInput
SetAction sets the Action field's value.
func (*AddPermissionInput) SetEventSourceToken ¶ added in v1.5.0
func (s *AddPermissionInput) SetEventSourceToken(v string) *AddPermissionInput
SetEventSourceToken sets the EventSourceToken field's value.
func (*AddPermissionInput) SetFunctionName ¶ added in v1.5.0
func (s *AddPermissionInput) SetFunctionName(v string) *AddPermissionInput
SetFunctionName sets the FunctionName field's value.
func (*AddPermissionInput) SetFunctionUrlAuthType ¶ added in v1.43.34
func (s *AddPermissionInput) SetFunctionUrlAuthType(v string) *AddPermissionInput
SetFunctionUrlAuthType sets the FunctionUrlAuthType field's value.
func (*AddPermissionInput) SetPrincipal ¶ added in v1.5.0
func (s *AddPermissionInput) SetPrincipal(v string) *AddPermissionInput
SetPrincipal sets the Principal field's value.
func (*AddPermissionInput) SetPrincipalOrgID ¶ added in v1.43.17
func (s *AddPermissionInput) SetPrincipalOrgID(v string) *AddPermissionInput
SetPrincipalOrgID sets the PrincipalOrgID field's value.
func (*AddPermissionInput) SetQualifier ¶ added in v1.5.0
func (s *AddPermissionInput) SetQualifier(v string) *AddPermissionInput
SetQualifier sets the Qualifier field's value.
func (*AddPermissionInput) SetRevisionId ¶ added in v1.12.69
func (s *AddPermissionInput) SetRevisionId(v string) *AddPermissionInput
SetRevisionId sets the RevisionId field's value.
func (*AddPermissionInput) SetSourceAccount ¶ added in v1.5.0
func (s *AddPermissionInput) SetSourceAccount(v string) *AddPermissionInput
SetSourceAccount sets the SourceAccount field's value.
func (*AddPermissionInput) SetSourceArn ¶ added in v1.5.0
func (s *AddPermissionInput) SetSourceArn(v string) *AddPermissionInput
SetSourceArn sets the SourceArn field's value.
func (*AddPermissionInput) SetStatementId ¶ added in v1.5.0
func (s *AddPermissionInput) SetStatementId(v string) *AddPermissionInput
SetStatementId sets the StatementId field's value.
func (AddPermissionInput) String ¶ added in v0.6.5
func (s AddPermissionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddPermissionInput) Validate ¶ added in v1.1.21
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 }
func (AddPermissionOutput) GoString ¶ added in v0.6.5
func (s AddPermissionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AddPermissionOutput) SetStatement ¶ added in v1.5.0
func (s *AddPermissionOutput) SetStatement(v string) *AddPermissionOutput
SetStatement sets the Statement field's value.
func (AddPermissionOutput) String ¶ added in v0.6.5
func (s AddPermissionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AliasConfiguration ¶ added in v0.9.14
type AliasConfiguration 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/configuration-aliases.html).
func (AliasConfiguration) GoString ¶ added in v0.9.14
func (s AliasConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AliasConfiguration) SetAliasArn ¶ added in v1.5.0
func (s *AliasConfiguration) SetAliasArn(v string) *AliasConfiguration
SetAliasArn sets the AliasArn field's value.
func (*AliasConfiguration) SetDescription ¶ added in v1.5.0
func (s *AliasConfiguration) SetDescription(v string) *AliasConfiguration
SetDescription sets the Description field's value.
func (*AliasConfiguration) SetFunctionVersion ¶ added in v1.5.0
func (s *AliasConfiguration) SetFunctionVersion(v string) *AliasConfiguration
SetFunctionVersion sets the FunctionVersion field's value.
func (*AliasConfiguration) SetName ¶ added in v1.5.0
func (s *AliasConfiguration) SetName(v string) *AliasConfiguration
SetName sets the Name field's value.
func (*AliasConfiguration) SetRevisionId ¶ added in v1.12.69
func (s *AliasConfiguration) SetRevisionId(v string) *AliasConfiguration
SetRevisionId sets the RevisionId field's value.
func (*AliasConfiguration) SetRoutingConfig ¶ added in v1.12.35
func (s *AliasConfiguration) SetRoutingConfig(v *AliasRoutingConfiguration) *AliasConfiguration
SetRoutingConfig sets the RoutingConfig field's value.
func (AliasConfiguration) String ¶ added in v0.9.14
func (s AliasConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AliasRoutingConfiguration ¶ added in v1.12.35
type AliasRoutingConfiguration struct { // The second version, 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.
func (AliasRoutingConfiguration) GoString ¶ added in v1.12.35
func (s AliasRoutingConfiguration) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AliasRoutingConfiguration) SetAdditionalVersionWeights ¶ added in v1.12.35
func (s *AliasRoutingConfiguration) SetAdditionalVersionWeights(v map[string]*float64) *AliasRoutingConfiguration
SetAdditionalVersionWeights sets the AdditionalVersionWeights field's value.
func (AliasRoutingConfiguration) String ¶ added in v1.12.35
func (s AliasRoutingConfiguration) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AllowedPublishers ¶ added in v1.35.34
type AllowedPublishers struct { // The Amazon Resource Name (ARN) for each of the signing profiles. A signing // profile defines a trusted user who can sign a code package. // // SigningProfileVersionArns is a required field SigningProfileVersionArns []*string `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
List of signing profiles that can sign a code package.
func (AllowedPublishers) GoString ¶ added in v1.35.34
func (s AllowedPublishers) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllowedPublishers) SetSigningProfileVersionArns ¶ added in v1.35.34
func (s *AllowedPublishers) SetSigningProfileVersionArns(v []*string) *AllowedPublishers
SetSigningProfileVersionArns sets the SigningProfileVersionArns field's value.
func (AllowedPublishers) String ¶ added in v1.35.34
func (s AllowedPublishers) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AllowedPublishers) Validate ¶ added in v1.35.34
func (s *AllowedPublishers) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AmazonManagedKafkaEventSourceConfig ¶ added in v1.44.79
type AmazonManagedKafkaEventSourceConfig struct { // The identifier for the Kafka consumer group to join. The consumer group ID // must be unique among all your Kafka event sources. After creating a Kafka // event source mapping with the consumer group ID specified, you cannot update // this value. For more information, see Customizable consumer group ID (https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id). ConsumerGroupId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.
func (AmazonManagedKafkaEventSourceConfig) GoString ¶ added in v1.44.79
func (s AmazonManagedKafkaEventSourceConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AmazonManagedKafkaEventSourceConfig) SetConsumerGroupId ¶ added in v1.44.79
func (s *AmazonManagedKafkaEventSourceConfig) SetConsumerGroupId(v string) *AmazonManagedKafkaEventSourceConfig
SetConsumerGroupId sets the ConsumerGroupId field's value.
func (AmazonManagedKafkaEventSourceConfig) String ¶ added in v1.44.79
func (s AmazonManagedKafkaEventSourceConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AmazonManagedKafkaEventSourceConfig) Validate ¶ added in v1.44.79
func (s *AmazonManagedKafkaEventSourceConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CodeSigningConfig ¶ added in v1.35.34
type CodeSigningConfig struct { // List of allowed publishers. // // AllowedPublishers is a required field AllowedPublishers *AllowedPublishers `type:"structure" required:"true"` // The Amazon Resource Name (ARN) of the Code signing configuration. // // CodeSigningConfigArn is a required field CodeSigningConfigArn *string `type:"string" required:"true"` // Unique identifer for the Code signing configuration. // // CodeSigningConfigId is a required field CodeSigningConfigId *string `type:"string" required:"true"` // The code signing policy controls the validation failure action for signature // mismatch or expiry. // // CodeSigningPolicies is a required field CodeSigningPolicies *CodeSigningPolicies `type:"structure" required:"true"` // Code signing configuration description. Description *string `type:"string"` // The date and time that the Code signing configuration was last modified, // in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). // // LastModified is a required field LastModified *string `type:"string" required:"true"` // contains filtered or unexported fields }
Details about a Code signing configuration (https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html).
func (CodeSigningConfig) GoString ¶ added in v1.35.34
func (s CodeSigningConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeSigningConfig) SetAllowedPublishers ¶ added in v1.35.34
func (s *CodeSigningConfig) SetAllowedPublishers(v *AllowedPublishers) *CodeSigningConfig
SetAllowedPublishers sets the AllowedPublishers field's value.
func (*CodeSigningConfig) SetCodeSigningConfigArn ¶ added in v1.35.34
func (s *CodeSigningConfig) SetCodeSigningConfigArn(v string) *CodeSigningConfig
SetCodeSigningConfigArn sets the CodeSigningConfigArn field's value.
func (*CodeSigningConfig) SetCodeSigningConfigId ¶ added in v1.35.34
func (s *CodeSigningConfig) SetCodeSigningConfigId(v string) *CodeSigningConfig
SetCodeSigningConfigId sets the CodeSigningConfigId field's value.
func (*CodeSigningConfig) SetCodeSigningPolicies ¶ added in v1.35.34
func (s *CodeSigningConfig) SetCodeSigningPolicies(v *CodeSigningPolicies) *CodeSigningConfig
SetCodeSigningPolicies sets the CodeSigningPolicies field's value.
func (*CodeSigningConfig) SetDescription ¶ added in v1.35.34
func (s *CodeSigningConfig) SetDescription(v string) *CodeSigningConfig
SetDescription sets the Description field's value.
func (*CodeSigningConfig) SetLastModified ¶ added in v1.35.34
func (s *CodeSigningConfig) SetLastModified(v string) *CodeSigningConfig
SetLastModified sets the LastModified field's value.
func (CodeSigningConfig) String ¶ added in v1.35.34
func (s CodeSigningConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CodeSigningConfigNotFoundException ¶ added in v1.35.34
type CodeSigningConfigNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` Type *string `type:"string"` // contains filtered or unexported fields }
The specified code signing configuration does not exist.
func (*CodeSigningConfigNotFoundException) Code ¶ added in v1.35.34
func (s *CodeSigningConfigNotFoundException) Code() string
Code returns the exception type name.
func (*CodeSigningConfigNotFoundException) Error ¶ added in v1.35.34
func (s *CodeSigningConfigNotFoundException) Error() string
func (CodeSigningConfigNotFoundException) GoString ¶ added in v1.35.34
func (s CodeSigningConfigNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeSigningConfigNotFoundException) Message ¶ added in v1.35.34
func (s *CodeSigningConfigNotFoundException) Message() string
Message returns the exception's message.
func (*CodeSigningConfigNotFoundException) OrigErr ¶ added in v1.35.34
func (s *CodeSigningConfigNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*CodeSigningConfigNotFoundException) RequestID ¶ added in v1.35.34
func (s *CodeSigningConfigNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*CodeSigningConfigNotFoundException) StatusCode ¶ added in v1.35.34
func (s *CodeSigningConfigNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (CodeSigningConfigNotFoundException) String ¶ added in v1.35.34
func (s CodeSigningConfigNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CodeSigningPolicies ¶ added in v1.35.34
type CodeSigningPolicies struct { // Code signing configuration policy for deployment validation failure. If you // set the policy to Enforce, Lambda blocks the deployment request if signature // validation checks fail. If you set the policy to Warn, Lambda allows the // deployment and creates a CloudWatch log. // // Default value: Warn UntrustedArtifactOnDeployment *string `type:"string" enum:"CodeSigningPolicy"` // contains filtered or unexported fields }
Code signing configuration policies (https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html#config-codesigning-policies) specify the validation failure action for signature mismatch or expiry.
func (CodeSigningPolicies) GoString ¶ added in v1.35.34
func (s CodeSigningPolicies) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeSigningPolicies) SetUntrustedArtifactOnDeployment ¶ added in v1.35.34
func (s *CodeSigningPolicies) SetUntrustedArtifactOnDeployment(v string) *CodeSigningPolicies
SetUntrustedArtifactOnDeployment sets the UntrustedArtifactOnDeployment field's value.
func (CodeSigningPolicies) String ¶ added in v1.35.34
func (s CodeSigningPolicies) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CodeStorageExceededException ¶ added in v1.28.0
type CodeStorageExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // The exception type. Type *string `type:"string"` // contains filtered or unexported fields }
Your Amazon Web Services account has exceeded its maximum total code size. For more information, see Lambda quotas (https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html).
func (*CodeStorageExceededException) Code ¶ added in v1.28.0
func (s *CodeStorageExceededException) Code() string
Code returns the exception type name.
func (*CodeStorageExceededException) Error ¶ added in v1.28.0
func (s *CodeStorageExceededException) Error() string
func (CodeStorageExceededException) GoString ¶ added in v1.28.0
func (s CodeStorageExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CodeStorageExceededException) Message ¶ added in v1.28.0
func (s *CodeStorageExceededException) Message() string
Message returns the exception's message.
func (*CodeStorageExceededException) OrigErr ¶ added in v1.28.0
func (s *CodeStorageExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.