workmailmessageflow

package
v1.38.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2021 License: Apache-2.0 Imports: 10 Imported by: 15

Documentation

Overview

Package workmailmessageflow provides the client and types for making API requests to Amazon WorkMail Message Flow.

The WorkMail Message Flow API provides access to email messages as they are being sent and received by a WorkMail organization.

See https://docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01 for more information on this service.

See workmailmessageflow package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/workmailmessageflow/

Using the Client

To contact Amazon WorkMail Message Flow 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 Amazon WorkMail Message Flow client WorkMailMessageFlow for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/workmailmessageflow/#New

Index

Constants

View Source
const (

	// ErrCodeInvalidContentLocation for service response error code
	// "InvalidContentLocation".
	//
	// WorkMail could not access the updated email content. Possible reasons:
	//
	//    * You made the request in a region other than your S3 bucket region.
	//
	//    * The S3 bucket owner (https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-owner-condition.html)
	//    is not the same as the calling AWS account.
	//
	//    * You have an incomplete or missing S3 bucket policy. For more information
	//    about policies, see Updating message content with AWS Lambda (https://docs.aws.amazon.com/workmail/latest/adminguide/update-with-lambda.html)
	//    in the WorkMail Administrator Guide.
	ErrCodeInvalidContentLocation = "InvalidContentLocation"

	// ErrCodeMessageFrozen for service response error code
	// "MessageFrozen".
	//
	// The requested email is not eligible for update. This is usually the case
	// for a redirected email.
	ErrCodeMessageFrozen = "MessageFrozen"

	// ErrCodeMessageRejected for service response error code
	// "MessageRejected".
	//
	// The requested email could not be updated due to an error in the MIME content.
	// Check the error message for more information about what caused the error.
	ErrCodeMessageRejected = "MessageRejected"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The requested email message is not found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"
)
View Source
const (
	ServiceName = "WorkMailMessageFlow" // Name of service.
	EndpointsID = "workmailmessageflow" // ID to lookup a service endpoint with.
	ServiceID   = "WorkMailMessageFlow" // ServiceID is a unique identifier of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type GetRawMessageContentInput

type GetRawMessageContentInput struct {

	// The identifier of the email message to retrieve.
	//
	// MessageId is a required field
	MessageId *string `location:"uri" locationName:"messageId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetRawMessageContentInput) GoString

func (s GetRawMessageContentInput) GoString() string

GoString returns the string representation

func (*GetRawMessageContentInput) SetMessageId

SetMessageId sets the MessageId field's value.

func (GetRawMessageContentInput) String

func (s GetRawMessageContentInput) String() string

String returns the string representation

func (*GetRawMessageContentInput) Validate

func (s *GetRawMessageContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetRawMessageContentOutput

type GetRawMessageContentOutput struct {

	// The raw content of the email message, in MIME format.
	//
	// MessageContent is a required field
	MessageContent io.ReadCloser `locationName:"messageContent" type:"blob" required:"true"`
	// contains filtered or unexported fields
}

func (GetRawMessageContentOutput) GoString

func (s GetRawMessageContentOutput) GoString() string

GoString returns the string representation

func (*GetRawMessageContentOutput) SetMessageContent

SetMessageContent sets the MessageContent field's value.

func (GetRawMessageContentOutput) String

String returns the string representation

type InvalidContentLocation added in v1.37.11

type InvalidContentLocation struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

WorkMail could not access the updated email content. Possible reasons:

func (*InvalidContentLocation) Code added in v1.37.11

func (s *InvalidContentLocation) Code() string

Code returns the exception type name.

func (*InvalidContentLocation) Error added in v1.37.11

func (s *InvalidContentLocation) Error() string

func (InvalidContentLocation) GoString added in v1.37.11

func (s InvalidContentLocation) GoString() string

GoString returns the string representation

func (*InvalidContentLocation) Message added in v1.37.11

func (s *InvalidContentLocation) Message() string

Message returns the exception's message.

func (*InvalidContentLocation) OrigErr added in v1.37.11

func (s *InvalidContentLocation) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidContentLocation) RequestID added in v1.37.11

func (s *InvalidContentLocation) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidContentLocation) StatusCode added in v1.37.11

func (s *InvalidContentLocation) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InvalidContentLocation) String added in v1.37.11

func (s InvalidContentLocation) String() string

String returns the string representation

type MessageFrozen added in v1.37.11

type MessageFrozen struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The requested email is not eligible for update. This is usually the case for a redirected email.

func (*MessageFrozen) Code added in v1.37.11

func (s *MessageFrozen) Code() string

Code returns the exception type name.

func (*MessageFrozen) Error added in v1.37.11

func (s *MessageFrozen) Error() string

func (MessageFrozen) GoString added in v1.37.11

func (s MessageFrozen) GoString() string

GoString returns the string representation

func (*MessageFrozen) Message added in v1.37.11

func (s *MessageFrozen) Message() string

Message returns the exception's message.

func (*MessageFrozen) OrigErr added in v1.37.11

func (s *MessageFrozen) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MessageFrozen) RequestID added in v1.37.11

func (s *MessageFrozen) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MessageFrozen) StatusCode added in v1.37.11

func (s *MessageFrozen) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MessageFrozen) String added in v1.37.11

func (s MessageFrozen) String() string

String returns the string representation

type MessageRejected added in v1.37.11

type MessageRejected struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The requested email could not be updated due to an error in the MIME content. Check the error message for more information about what caused the error.

func (*MessageRejected) Code added in v1.37.11

func (s *MessageRejected) Code() string

Code returns the exception type name.

func (*MessageRejected) Error added in v1.37.11

func (s *MessageRejected) Error() string

func (MessageRejected) GoString added in v1.37.11

func (s MessageRejected) GoString() string

GoString returns the string representation

func (*MessageRejected) Message added in v1.37.11

func (s *MessageRejected) Message() string

Message returns the exception's message.

func (*MessageRejected) OrigErr added in v1.37.11

func (s *MessageRejected) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*MessageRejected) RequestID added in v1.37.11

func (s *MessageRejected) RequestID() string

RequestID returns the service's response RequestID for request.

func (*MessageRejected) StatusCode added in v1.37.11

func (s *MessageRejected) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (MessageRejected) String added in v1.37.11

func (s MessageRejected) String() string

String returns the string representation

type PutRawMessageContentInput added in v1.37.11

type PutRawMessageContentInput struct {

	// Describes the raw message content of the updated email message.
	//
	// Content is a required field
	Content *RawMessageContent `locationName:"content" type:"structure" required:"true"`

	// The identifier of the email message being updated.
	//
	// MessageId is a required field
	MessageId *string `location:"uri" locationName:"messageId" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutRawMessageContentInput) GoString added in v1.37.11

func (s PutRawMessageContentInput) GoString() string

GoString returns the string representation

func (*PutRawMessageContentInput) SetContent added in v1.37.11

SetContent sets the Content field's value.

func (*PutRawMessageContentInput) SetMessageId added in v1.37.11

SetMessageId sets the MessageId field's value.

func (PutRawMessageContentInput) String added in v1.37.11

func (s PutRawMessageContentInput) String() string

String returns the string representation

func (*PutRawMessageContentInput) Validate added in v1.37.11

func (s *PutRawMessageContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutRawMessageContentOutput added in v1.37.11

type PutRawMessageContentOutput struct {
	// contains filtered or unexported fields
}

func (PutRawMessageContentOutput) GoString added in v1.37.11

func (s PutRawMessageContentOutput) GoString() string

GoString returns the string representation

func (PutRawMessageContentOutput) String added in v1.37.11

String returns the string representation

type RawMessageContent added in v1.37.11

type RawMessageContent struct {

	// The S3 reference of an email message.
	//
	// S3Reference is a required field
	S3Reference *S3Reference `locationName:"s3Reference" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Provides the MIME content of the updated email message as an S3 object. All MIME content must meet the following criteria:

  • Each part of a multipart MIME message must be formatted properly.

  • Attachments must be of a content type that Amazon SES supports. For more information, see Unsupported Attachment Types (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mime-types-appendix.html).

  • If any of the MIME parts in a message contain content that is outside of the 7-bit ASCII character range, we recommend encoding that content.

  • Per RFC 5321 (https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6), the maximum length of each line of text, including the <CRLF>, must not exceed 1,000 characters.

  • The message must contain all the required header fields. Check the returned error message for more information.

  • The value of immutable headers must remain unchanged. Check the returned error message for more information.

  • Certain unique headers can only appear once. Check the returned error message for more information.

func (RawMessageContent) GoString added in v1.37.11

func (s RawMessageContent) GoString() string

GoString returns the string representation

func (*RawMessageContent) SetS3Reference added in v1.37.11

func (s *RawMessageContent) SetS3Reference(v *S3Reference) *RawMessageContent

SetS3Reference sets the S3Reference field's value.

func (RawMessageContent) String added in v1.37.11

func (s RawMessageContent) String() string

String returns the string representation

func (*RawMessageContent) Validate added in v1.37.11

func (s *RawMessageContent) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceNotFoundException added in v1.28.0

type ResourceNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

The requested email message is not found.

func (*ResourceNotFoundException) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceNotFoundException) Error added in v1.28.0

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString added in v1.28.0

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation

func (*ResourceNotFoundException) Message added in v1.28.0

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr added in v1.28.0

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID added in v1.28.0

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode added in v1.28.0

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String added in v1.28.0

func (s ResourceNotFoundException) String() string

String returns the string representation

type S3Reference added in v1.37.11

type S3Reference struct {

	// The S3 bucket name.
	//
	// Bucket is a required field
	Bucket *string `locationName:"bucket" min:"3" type:"string" required:"true"`

	// The S3 key object name.
	//
	// Key is a required field
	Key *string `locationName:"key" min:"1" type:"string" required:"true"`

	// If you enable versioning for the bucket, you can specify the object version.
	ObjectVersion *string `locationName:"objectVersion" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Amazon S3 object representing the updated message content, in MIME format.

The region for the S3 bucket containing the S3 object must match the region used for WorkMail operations. Also, for WorkMail to process an S3 object, it must have permission to access that object. For more information, see Updating message content with AWS Lambda (https://docs.aws.amazon.com/workmail/latest/adminguide/update-with-lambda.html).

func (S3Reference) GoString added in v1.37.11

func (s S3Reference) GoString() string

GoString returns the string representation

func (*S3Reference) SetBucket added in v1.37.11

func (s *S3Reference) SetBucket(v string) *S3Reference

SetBucket sets the Bucket field's value.

func (*S3Reference) SetKey added in v1.37.11

func (s *S3Reference) SetKey(v string) *S3Reference

SetKey sets the Key field's value.

func (*S3Reference) SetObjectVersion added in v1.37.11

func (s *S3Reference) SetObjectVersion(v string) *S3Reference

SetObjectVersion sets the ObjectVersion field's value.

func (S3Reference) String added in v1.37.11

func (s S3Reference) String() string

String returns the string representation

func (*S3Reference) Validate added in v1.37.11

func (s *S3Reference) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WorkMailMessageFlow

type WorkMailMessageFlow struct {
	*client.Client
}

WorkMailMessageFlow provides the API operation methods for making requests to Amazon WorkMail Message Flow. See this package's package overview docs for details on the service.

WorkMailMessageFlow methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

New creates a new instance of the WorkMailMessageFlow client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a WorkMailMessageFlow client from just a session.
svc := workmailmessageflow.New(mySession)

// Create a WorkMailMessageFlow client with additional configuration
svc := workmailmessageflow.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*WorkMailMessageFlow) GetRawMessageContent

GetRawMessageContent API operation for Amazon WorkMail Message Flow.

Retrieves the raw content of an in-transit email message, in MIME format.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkMail Message Flow's API operation GetRawMessageContent for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The requested email message is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/GetRawMessageContent

func (*WorkMailMessageFlow) GetRawMessageContentRequest

func (c *WorkMailMessageFlow) GetRawMessageContentRequest(input *GetRawMessageContentInput) (req *request.Request, output *GetRawMessageContentOutput)

GetRawMessageContentRequest generates a "aws/request.Request" representing the client's request for the GetRawMessageContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetRawMessageContent for more information on using the GetRawMessageContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetRawMessageContentRequest method.
req, resp := client.GetRawMessageContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/GetRawMessageContent

func (*WorkMailMessageFlow) GetRawMessageContentWithContext

func (c *WorkMailMessageFlow) GetRawMessageContentWithContext(ctx aws.Context, input *GetRawMessageContentInput, opts ...request.Option) (*GetRawMessageContentOutput, error)

GetRawMessageContentWithContext is the same as GetRawMessageContent with the addition of the ability to pass a context and additional request options.

See GetRawMessageContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*WorkMailMessageFlow) PutRawMessageContent added in v1.37.11

PutRawMessageContent API operation for Amazon WorkMail Message Flow.

Updates the raw content of an in-transit email message, in MIME format.

This example describes how to update in-transit email message. For more information and examples for using this API, see Updating message content with AWS Lambda (https://docs.aws.amazon.com/workmail/latest/adminguide/update-with-lambda.html).

Updates to an in-transit message only appear when you call PutRawMessageContent from an AWS Lambda function configured with a synchronous Run Lambda (https://docs.aws.amazon.com/workmail/latest/adminguide/lambda.html#synchronous-rules) rule. If you call PutRawMessageContent on a delivered or sent message, the message remains unchanged, even though GetRawMessageContent (https://docs.aws.amazon.com/workmail/latest/APIReference/API_messageflow_GetRawMessageContent.html) returns an updated message.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon WorkMail Message Flow's API operation PutRawMessageContent for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The requested email message is not found.

  • InvalidContentLocation WorkMail could not access the updated email content. Possible reasons:

  • You made the request in a region other than your S3 bucket region.

  • The S3 bucket owner (https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-owner-condition.html) is not the same as the calling AWS account.

  • You have an incomplete or missing S3 bucket policy. For more information about policies, see Updating message content with AWS Lambda (https://docs.aws.amazon.com/workmail/latest/adminguide/update-with-lambda.html) in the WorkMail Administrator Guide.

  • MessageRejected The requested email could not be updated due to an error in the MIME content. Check the error message for more information about what caused the error.

  • MessageFrozen The requested email is not eligible for update. This is usually the case for a redirected email.

See also, https://docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/PutRawMessageContent

func (*WorkMailMessageFlow) PutRawMessageContentRequest added in v1.37.11

func (c *WorkMailMessageFlow) PutRawMessageContentRequest(input *PutRawMessageContentInput) (req *request.Request, output *PutRawMessageContentOutput)

PutRawMessageContentRequest generates a "aws/request.Request" representing the client's request for the PutRawMessageContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutRawMessageContent for more information on using the PutRawMessageContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutRawMessageContentRequest method.
req, resp := client.PutRawMessageContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/workmailmessageflow-2019-05-01/PutRawMessageContent

func (*WorkMailMessageFlow) PutRawMessageContentWithContext added in v1.37.11

func (c *WorkMailMessageFlow) PutRawMessageContentWithContext(ctx aws.Context, input *PutRawMessageContentInput, opts ...request.Option) (*PutRawMessageContentOutput, error)

PutRawMessageContentWithContext is the same as PutRawMessageContent with the addition of the ability to pass a context and additional request options.

See PutRawMessageContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

Directories

Path Synopsis
Package workmailmessageflowiface provides an interface to enable mocking the Amazon WorkMail Message Flow service client for testing your code.
Package workmailmessageflowiface provides an interface to enable mocking the Amazon WorkMail Message Flow service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL