Documentation ¶
Index ¶
- Constants
- func NewAWSSES(logger logger.Logger) bindings.OutputBinding
- type AWSSES
- func (a *AWSSES) GetComponentMetadata() (metadataInfo contribMetadata.MetadataMap)
- func (a *AWSSES) Init(_ context.Context, metadata bindings.Metadata) error
- func (a *AWSSES) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
- func (a *AWSSES) Operations() []bindings.OperationKind
Constants ¶
View Source
const (
// The character encoding for the email.
CharSet = "UTF-8"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWSSES ¶
type AWSSES struct {
// contains filtered or unexported fields
}
AWSSES is an AWS SNS binding.
func (*AWSSES) GetComponentMetadata ¶ added in v1.11.0
func (a *AWSSES) GetComponentMetadata() (metadataInfo contribMetadata.MetadataMap)
GetComponentMetadata returns the metadata of the component.
func (*AWSSES) Invoke ¶
func (a *AWSSES) Invoke(ctx context.Context, req *bindings.InvokeRequest) (*bindings.InvokeResponse, error)
func (*AWSSES) Operations ¶
func (a *AWSSES) Operations() []bindings.OperationKind
Click to show internal directories.
Click to hide internal directories.