Documentation ¶
Overview ¶
Package sfn provides the client and types for making API requests to AWS Step Functions.
AWS Step Functions is a web service that enables you to coordinate the components of distributed applications and microservices using visual workflows. You build applications from individual components that each perform a discrete function, or task, allowing you to scale and change applications quickly. Step Functions provides a graphical console to visualize the components of your application as a series of steps. It automatically triggers and tracks each step, and retries when there are errors, so your application executes in order and as expected, every time. Step Functions logs the state of each step, so when things do go wrong, you can diagnose and debug problems quickly.
Step Functions manages the operations and underlying infrastructure for you to ensure your application is available at any scale. You can run tasks on the AWS cloud, on your own servers, or an any system that has access to AWS. Step Functions can be accessed and used with the Step Functions console, the AWS SDKs (included with your Beta release invitation email), or an HTTP API (the subject of this document).
See https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23 for more information on this service.
See sfn package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/sfn/
Using the Client ¶
To AWS Step Functions 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 Step Functions client SFN for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/sfn/#New
Index ¶
- Constants
- type ActivityFailedEventDetails
- type ActivityListItem
- type ActivityScheduleFailedEventDetails
- func (s ActivityScheduleFailedEventDetails) GoString() string
- func (s *ActivityScheduleFailedEventDetails) SetCause(v string) *ActivityScheduleFailedEventDetails
- func (s *ActivityScheduleFailedEventDetails) SetError(v string) *ActivityScheduleFailedEventDetails
- func (s ActivityScheduleFailedEventDetails) String() string
- type ActivityScheduledEventDetails
- func (s ActivityScheduledEventDetails) GoString() string
- func (s *ActivityScheduledEventDetails) SetHeartbeatInSeconds(v int64) *ActivityScheduledEventDetails
- func (s *ActivityScheduledEventDetails) SetInput(v string) *ActivityScheduledEventDetails
- func (s *ActivityScheduledEventDetails) SetResource(v string) *ActivityScheduledEventDetails
- func (s *ActivityScheduledEventDetails) SetTimeoutInSeconds(v int64) *ActivityScheduledEventDetails
- func (s ActivityScheduledEventDetails) String() string
- type ActivityStartedEventDetails
- type ActivitySucceededEventDetails
- type ActivityTimedOutEventDetails
- type CreateActivityInput
- type CreateActivityOutput
- func (s CreateActivityOutput) GoString() string
- func (s CreateActivityOutput) SDKResponseMetadata() aws.Response
- func (s *CreateActivityOutput) SetActivityArn(v string) *CreateActivityOutput
- func (s *CreateActivityOutput) SetCreationDate(v time.Time) *CreateActivityOutput
- func (s CreateActivityOutput) String() string
- type CreateActivityRequest
- type CreateStateMachineInput
- func (s CreateStateMachineInput) GoString() string
- func (s *CreateStateMachineInput) SetDefinition(v string) *CreateStateMachineInput
- func (s *CreateStateMachineInput) SetName(v string) *CreateStateMachineInput
- func (s *CreateStateMachineInput) SetRoleArn(v string) *CreateStateMachineInput
- func (s CreateStateMachineInput) String() string
- func (s *CreateStateMachineInput) Validate() error
- type CreateStateMachineOutput
- func (s CreateStateMachineOutput) GoString() string
- func (s CreateStateMachineOutput) SDKResponseMetadata() aws.Response
- func (s *CreateStateMachineOutput) SetCreationDate(v time.Time) *CreateStateMachineOutput
- func (s *CreateStateMachineOutput) SetStateMachineArn(v string) *CreateStateMachineOutput
- func (s CreateStateMachineOutput) String() string
- type CreateStateMachineRequest
- type DeleteActivityInput
- type DeleteActivityOutput
- type DeleteActivityRequest
- type DeleteStateMachineInput
- type DeleteStateMachineOutput
- type DeleteStateMachineRequest
- type DescribeActivityInput
- type DescribeActivityOutput
- func (s DescribeActivityOutput) GoString() string
- func (s DescribeActivityOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeActivityOutput) SetActivityArn(v string) *DescribeActivityOutput
- func (s *DescribeActivityOutput) SetCreationDate(v time.Time) *DescribeActivityOutput
- func (s *DescribeActivityOutput) SetName(v string) *DescribeActivityOutput
- func (s DescribeActivityOutput) String() string
- type DescribeActivityRequest
- type DescribeExecutionInput
- type DescribeExecutionOutput
- func (s DescribeExecutionOutput) GoString() string
- func (s DescribeExecutionOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeExecutionOutput) SetExecutionArn(v string) *DescribeExecutionOutput
- func (s *DescribeExecutionOutput) SetInput(v string) *DescribeExecutionOutput
- func (s *DescribeExecutionOutput) SetName(v string) *DescribeExecutionOutput
- func (s *DescribeExecutionOutput) SetOutput(v string) *DescribeExecutionOutput
- func (s *DescribeExecutionOutput) SetStartDate(v time.Time) *DescribeExecutionOutput
- func (s *DescribeExecutionOutput) SetStateMachineArn(v string) *DescribeExecutionOutput
- func (s *DescribeExecutionOutput) SetStatus(v ExecutionStatus) *DescribeExecutionOutput
- func (s *DescribeExecutionOutput) SetStopDate(v time.Time) *DescribeExecutionOutput
- func (s DescribeExecutionOutput) String() string
- type DescribeExecutionRequest
- type DescribeStateMachineInput
- type DescribeStateMachineOutput
- func (s DescribeStateMachineOutput) GoString() string
- func (s DescribeStateMachineOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeStateMachineOutput) SetCreationDate(v time.Time) *DescribeStateMachineOutput
- func (s *DescribeStateMachineOutput) SetDefinition(v string) *DescribeStateMachineOutput
- func (s *DescribeStateMachineOutput) SetName(v string) *DescribeStateMachineOutput
- func (s *DescribeStateMachineOutput) SetRoleArn(v string) *DescribeStateMachineOutput
- func (s *DescribeStateMachineOutput) SetStateMachineArn(v string) *DescribeStateMachineOutput
- func (s *DescribeStateMachineOutput) SetStatus(v StateMachineStatus) *DescribeStateMachineOutput
- func (s DescribeStateMachineOutput) String() string
- type DescribeStateMachineRequest
- type ExecutionAbortedEventDetails
- type ExecutionFailedEventDetails
- type ExecutionListItem
- func (s ExecutionListItem) GoString() string
- func (s *ExecutionListItem) SetExecutionArn(v string) *ExecutionListItem
- func (s *ExecutionListItem) SetName(v string) *ExecutionListItem
- func (s *ExecutionListItem) SetStartDate(v time.Time) *ExecutionListItem
- func (s *ExecutionListItem) SetStateMachineArn(v string) *ExecutionListItem
- func (s *ExecutionListItem) SetStatus(v ExecutionStatus) *ExecutionListItem
- func (s *ExecutionListItem) SetStopDate(v time.Time) *ExecutionListItem
- func (s ExecutionListItem) String() string
- type ExecutionStartedEventDetails
- type ExecutionStatus
- type ExecutionSucceededEventDetails
- type ExecutionTimedOutEventDetails
- type GetActivityTaskInput
- type GetActivityTaskOutput
- func (s GetActivityTaskOutput) GoString() string
- func (s GetActivityTaskOutput) SDKResponseMetadata() aws.Response
- func (s *GetActivityTaskOutput) SetInput(v string) *GetActivityTaskOutput
- func (s *GetActivityTaskOutput) SetTaskToken(v string) *GetActivityTaskOutput
- func (s GetActivityTaskOutput) String() string
- type GetActivityTaskRequest
- type GetExecutionHistoryInput
- func (s GetExecutionHistoryInput) GoString() string
- func (s *GetExecutionHistoryInput) SetExecutionArn(v string) *GetExecutionHistoryInput
- func (s *GetExecutionHistoryInput) SetMaxResults(v int64) *GetExecutionHistoryInput
- func (s *GetExecutionHistoryInput) SetNextToken(v string) *GetExecutionHistoryInput
- func (s *GetExecutionHistoryInput) SetReverseOrder(v bool) *GetExecutionHistoryInput
- func (s GetExecutionHistoryInput) String() string
- func (s *GetExecutionHistoryInput) Validate() error
- type GetExecutionHistoryOutput
- func (s GetExecutionHistoryOutput) GoString() string
- func (s GetExecutionHistoryOutput) SDKResponseMetadata() aws.Response
- func (s *GetExecutionHistoryOutput) SetEvents(v []HistoryEvent) *GetExecutionHistoryOutput
- func (s *GetExecutionHistoryOutput) SetNextToken(v string) *GetExecutionHistoryOutput
- func (s GetExecutionHistoryOutput) String() string
- type GetExecutionHistoryRequest
- type HistoryEvent
- func (s HistoryEvent) GoString() string
- func (s *HistoryEvent) SetActivityFailedEventDetails(v *ActivityFailedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetActivityScheduleFailedEventDetails(v *ActivityScheduleFailedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetActivityScheduledEventDetails(v *ActivityScheduledEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetActivityStartedEventDetails(v *ActivityStartedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetActivitySucceededEventDetails(v *ActivitySucceededEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetActivityTimedOutEventDetails(v *ActivityTimedOutEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetExecutionAbortedEventDetails(v *ExecutionAbortedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetExecutionFailedEventDetails(v *ExecutionFailedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetExecutionStartedEventDetails(v *ExecutionStartedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetExecutionSucceededEventDetails(v *ExecutionSucceededEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetExecutionTimedOutEventDetails(v *ExecutionTimedOutEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetId(v int64) *HistoryEvent
- func (s *HistoryEvent) SetLambdaFunctionFailedEventDetails(v *LambdaFunctionFailedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetLambdaFunctionScheduleFailedEventDetails(v *LambdaFunctionScheduleFailedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetLambdaFunctionScheduledEventDetails(v *LambdaFunctionScheduledEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetLambdaFunctionStartFailedEventDetails(v *LambdaFunctionStartFailedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetLambdaFunctionSucceededEventDetails(v *LambdaFunctionSucceededEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetLambdaFunctionTimedOutEventDetails(v *LambdaFunctionTimedOutEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetPreviousEventId(v int64) *HistoryEvent
- func (s *HistoryEvent) SetStateEnteredEventDetails(v *StateEnteredEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetStateExitedEventDetails(v *StateExitedEventDetails) *HistoryEvent
- func (s *HistoryEvent) SetTimestamp(v time.Time) *HistoryEvent
- func (s *HistoryEvent) SetType(v HistoryEventType) *HistoryEvent
- func (s HistoryEvent) String() string
- type HistoryEventType
- type LambdaFunctionFailedEventDetails
- func (s LambdaFunctionFailedEventDetails) GoString() string
- func (s *LambdaFunctionFailedEventDetails) SetCause(v string) *LambdaFunctionFailedEventDetails
- func (s *LambdaFunctionFailedEventDetails) SetError(v string) *LambdaFunctionFailedEventDetails
- func (s LambdaFunctionFailedEventDetails) String() string
- type LambdaFunctionScheduleFailedEventDetails
- func (s LambdaFunctionScheduleFailedEventDetails) GoString() string
- func (s *LambdaFunctionScheduleFailedEventDetails) SetCause(v string) *LambdaFunctionScheduleFailedEventDetails
- func (s *LambdaFunctionScheduleFailedEventDetails) SetError(v string) *LambdaFunctionScheduleFailedEventDetails
- func (s LambdaFunctionScheduleFailedEventDetails) String() string
- type LambdaFunctionScheduledEventDetails
- func (s LambdaFunctionScheduledEventDetails) GoString() string
- func (s *LambdaFunctionScheduledEventDetails) SetInput(v string) *LambdaFunctionScheduledEventDetails
- func (s *LambdaFunctionScheduledEventDetails) SetResource(v string) *LambdaFunctionScheduledEventDetails
- func (s *LambdaFunctionScheduledEventDetails) SetTimeoutInSeconds(v int64) *LambdaFunctionScheduledEventDetails
- func (s LambdaFunctionScheduledEventDetails) String() string
- type LambdaFunctionStartFailedEventDetails
- func (s LambdaFunctionStartFailedEventDetails) GoString() string
- func (s *LambdaFunctionStartFailedEventDetails) SetCause(v string) *LambdaFunctionStartFailedEventDetails
- func (s *LambdaFunctionStartFailedEventDetails) SetError(v string) *LambdaFunctionStartFailedEventDetails
- func (s LambdaFunctionStartFailedEventDetails) String() string
- type LambdaFunctionSucceededEventDetails
- type LambdaFunctionTimedOutEventDetails
- func (s LambdaFunctionTimedOutEventDetails) GoString() string
- func (s *LambdaFunctionTimedOutEventDetails) SetCause(v string) *LambdaFunctionTimedOutEventDetails
- func (s *LambdaFunctionTimedOutEventDetails) SetError(v string) *LambdaFunctionTimedOutEventDetails
- func (s LambdaFunctionTimedOutEventDetails) String() string
- type ListActivitiesInput
- type ListActivitiesOutput
- func (s ListActivitiesOutput) GoString() string
- func (s ListActivitiesOutput) SDKResponseMetadata() aws.Response
- func (s *ListActivitiesOutput) SetActivities(v []ActivityListItem) *ListActivitiesOutput
- func (s *ListActivitiesOutput) SetNextToken(v string) *ListActivitiesOutput
- func (s ListActivitiesOutput) String() string
- type ListActivitiesRequest
- type ListExecutionsInput
- func (s ListExecutionsInput) GoString() string
- func (s *ListExecutionsInput) SetMaxResults(v int64) *ListExecutionsInput
- func (s *ListExecutionsInput) SetNextToken(v string) *ListExecutionsInput
- func (s *ListExecutionsInput) SetStateMachineArn(v string) *ListExecutionsInput
- func (s *ListExecutionsInput) SetStatusFilter(v ExecutionStatus) *ListExecutionsInput
- func (s ListExecutionsInput) String() string
- func (s *ListExecutionsInput) Validate() error
- type ListExecutionsOutput
- func (s ListExecutionsOutput) GoString() string
- func (s ListExecutionsOutput) SDKResponseMetadata() aws.Response
- func (s *ListExecutionsOutput) SetExecutions(v []ExecutionListItem) *ListExecutionsOutput
- func (s *ListExecutionsOutput) SetNextToken(v string) *ListExecutionsOutput
- func (s ListExecutionsOutput) String() string
- type ListExecutionsRequest
- type ListStateMachinesInput
- func (s ListStateMachinesInput) GoString() string
- func (s *ListStateMachinesInput) SetMaxResults(v int64) *ListStateMachinesInput
- func (s *ListStateMachinesInput) SetNextToken(v string) *ListStateMachinesInput
- func (s ListStateMachinesInput) String() string
- func (s *ListStateMachinesInput) Validate() error
- type ListStateMachinesOutput
- func (s ListStateMachinesOutput) GoString() string
- func (s ListStateMachinesOutput) SDKResponseMetadata() aws.Response
- func (s *ListStateMachinesOutput) SetNextToken(v string) *ListStateMachinesOutput
- func (s *ListStateMachinesOutput) SetStateMachines(v []StateMachineListItem) *ListStateMachinesOutput
- func (s ListStateMachinesOutput) String() string
- type ListStateMachinesRequest
- type SFN
- func (c *SFN) CreateActivityRequest(input *CreateActivityInput) CreateActivityRequest
- func (c *SFN) CreateStateMachineRequest(input *CreateStateMachineInput) CreateStateMachineRequest
- func (c *SFN) DeleteActivityRequest(input *DeleteActivityInput) DeleteActivityRequest
- func (c *SFN) DeleteStateMachineRequest(input *DeleteStateMachineInput) DeleteStateMachineRequest
- func (c *SFN) DescribeActivityRequest(input *DescribeActivityInput) DescribeActivityRequest
- func (c *SFN) DescribeExecutionRequest(input *DescribeExecutionInput) DescribeExecutionRequest
- func (c *SFN) DescribeStateMachineRequest(input *DescribeStateMachineInput) DescribeStateMachineRequest
- func (c *SFN) GetActivityTaskRequest(input *GetActivityTaskInput) GetActivityTaskRequest
- func (c *SFN) GetExecutionHistoryPages(input *GetExecutionHistoryInput, ...) error
- func (c *SFN) GetExecutionHistoryPagesWithContext(ctx aws.Context, input *GetExecutionHistoryInput, ...) error
- func (c *SFN) GetExecutionHistoryRequest(input *GetExecutionHistoryInput) GetExecutionHistoryRequest
- func (c *SFN) ListActivitiesPages(input *ListActivitiesInput, fn func(*ListActivitiesOutput, bool) bool) error
- func (c *SFN) ListActivitiesPagesWithContext(ctx aws.Context, input *ListActivitiesInput, ...) error
- func (c *SFN) ListActivitiesRequest(input *ListActivitiesInput) ListActivitiesRequest
- func (c *SFN) ListExecutionsPages(input *ListExecutionsInput, fn func(*ListExecutionsOutput, bool) bool) error
- func (c *SFN) ListExecutionsPagesWithContext(ctx aws.Context, input *ListExecutionsInput, ...) error
- func (c *SFN) ListExecutionsRequest(input *ListExecutionsInput) ListExecutionsRequest
- func (c *SFN) ListStateMachinesPages(input *ListStateMachinesInput, fn func(*ListStateMachinesOutput, bool) bool) error
- func (c *SFN) ListStateMachinesPagesWithContext(ctx aws.Context, input *ListStateMachinesInput, ...) error
- func (c *SFN) ListStateMachinesRequest(input *ListStateMachinesInput) ListStateMachinesRequest
- func (c *SFN) SendTaskFailureRequest(input *SendTaskFailureInput) SendTaskFailureRequest
- func (c *SFN) SendTaskHeartbeatRequest(input *SendTaskHeartbeatInput) SendTaskHeartbeatRequest
- func (c *SFN) SendTaskSuccessRequest(input *SendTaskSuccessInput) SendTaskSuccessRequest
- func (c *SFN) StartExecutionRequest(input *StartExecutionInput) StartExecutionRequest
- func (c *SFN) StopExecutionRequest(input *StopExecutionInput) StopExecutionRequest
- type SendTaskFailureInput
- func (s SendTaskFailureInput) GoString() string
- func (s *SendTaskFailureInput) SetCause(v string) *SendTaskFailureInput
- func (s *SendTaskFailureInput) SetError(v string) *SendTaskFailureInput
- func (s *SendTaskFailureInput) SetTaskToken(v string) *SendTaskFailureInput
- func (s SendTaskFailureInput) String() string
- func (s *SendTaskFailureInput) Validate() error
- type SendTaskFailureOutput
- type SendTaskFailureRequest
- type SendTaskHeartbeatInput
- type SendTaskHeartbeatOutput
- type SendTaskHeartbeatRequest
- type SendTaskSuccessInput
- type SendTaskSuccessOutput
- type SendTaskSuccessRequest
- type StartExecutionInput
- func (s StartExecutionInput) GoString() string
- func (s *StartExecutionInput) SetInput(v string) *StartExecutionInput
- func (s *StartExecutionInput) SetName(v string) *StartExecutionInput
- func (s *StartExecutionInput) SetStateMachineArn(v string) *StartExecutionInput
- func (s StartExecutionInput) String() string
- func (s *StartExecutionInput) Validate() error
- type StartExecutionOutput
- func (s StartExecutionOutput) GoString() string
- func (s StartExecutionOutput) SDKResponseMetadata() aws.Response
- func (s *StartExecutionOutput) SetExecutionArn(v string) *StartExecutionOutput
- func (s *StartExecutionOutput) SetStartDate(v time.Time) *StartExecutionOutput
- func (s StartExecutionOutput) String() string
- type StartExecutionRequest
- type StateEnteredEventDetails
- type StateExitedEventDetails
- type StateMachineListItem
- func (s StateMachineListItem) GoString() string
- func (s *StateMachineListItem) SetCreationDate(v time.Time) *StateMachineListItem
- func (s *StateMachineListItem) SetName(v string) *StateMachineListItem
- func (s *StateMachineListItem) SetStateMachineArn(v string) *StateMachineListItem
- func (s StateMachineListItem) String() string
- type StateMachineStatus
- type StopExecutionInput
- func (s StopExecutionInput) GoString() string
- func (s *StopExecutionInput) SetCause(v string) *StopExecutionInput
- func (s *StopExecutionInput) SetError(v string) *StopExecutionInput
- func (s *StopExecutionInput) SetExecutionArn(v string) *StopExecutionInput
- func (s StopExecutionInput) String() string
- func (s *StopExecutionInput) Validate() error
- type StopExecutionOutput
- type StopExecutionRequest
Constants ¶
const ( // ErrCodeActivityDoesNotExist for service response error code // "ActivityDoesNotExist". // // The specified activity does not exist. ErrCodeActivityDoesNotExist = "ActivityDoesNotExist" // ErrCodeActivityLimitExceeded for service response error code // "ActivityLimitExceeded". // // The maximum number of activities has been reached. Existing activities must // be deleted before a new activity can be created. ErrCodeActivityLimitExceeded = "ActivityLimitExceeded" // ErrCodeActivityWorkerLimitExceeded for service response error code // "ActivityWorkerLimitExceeded". // // The maximum number of workers concurrently polling for activity tasks has // been reached. ErrCodeActivityWorkerLimitExceeded = "ActivityWorkerLimitExceeded" // ErrCodeExecutionAlreadyExists for service response error code // "ExecutionAlreadyExists". // // An execution with the same name already exists. ErrCodeExecutionAlreadyExists = "ExecutionAlreadyExists" // ErrCodeExecutionDoesNotExist for service response error code // "ExecutionDoesNotExist". // // The specified execution does not exist. ErrCodeExecutionDoesNotExist = "ExecutionDoesNotExist" // ErrCodeExecutionLimitExceeded for service response error code // "ExecutionLimitExceeded". // // The maximum number of running executions has been reached. Running executions // must end or be stopped before a new execution can be started. ErrCodeExecutionLimitExceeded = "ExecutionLimitExceeded" // ErrCodeInvalidArn for service response error code // "InvalidArn". // // The provided Amazon Resource Name (ARN) is invalid. ErrCodeInvalidArn = "InvalidArn" // ErrCodeInvalidDefinition for service response error code // "InvalidDefinition". // // The provided Amazon States Language definition is invalid. ErrCodeInvalidDefinition = "InvalidDefinition" // ErrCodeInvalidExecutionInput for service response error code // "InvalidExecutionInput". // // The provided JSON input data is invalid. ErrCodeInvalidExecutionInput = "InvalidExecutionInput" // ErrCodeInvalidName for service response error code // "InvalidName". // // The provided name is invalid. ErrCodeInvalidName = "InvalidName" // ErrCodeInvalidOutput for service response error code // "InvalidOutput". // // The provided JSON output data is invalid. ErrCodeInvalidOutput = "InvalidOutput" // ErrCodeInvalidToken for service response error code // "InvalidToken". // // The provided token is invalid. ErrCodeInvalidToken = "InvalidToken" // ErrCodeStateMachineAlreadyExists for service response error code // "StateMachineAlreadyExists". // // A state machine with the same name but a different definition or role ARN // already exists. ErrCodeStateMachineAlreadyExists = "StateMachineAlreadyExists" // ErrCodeStateMachineDeleting for service response error code // "StateMachineDeleting". // // The specified state machine is being deleted. ErrCodeStateMachineDeleting = "StateMachineDeleting" // ErrCodeStateMachineDoesNotExist for service response error code // "StateMachineDoesNotExist". // // The specified state machine does not exist. ErrCodeStateMachineDoesNotExist = "StateMachineDoesNotExist" // ErrCodeStateMachineLimitExceeded for service response error code // "StateMachineLimitExceeded". // // The maximum number of state machines has been reached. Existing state machines // must be deleted before a new state machine can be created. ErrCodeStateMachineLimitExceeded = "StateMachineLimitExceeded" // ErrCodeTaskDoesNotExist for service response error code // "TaskDoesNotExist". ErrCodeTaskDoesNotExist = "TaskDoesNotExist" // ErrCodeTaskTimedOut for service response error code // "TaskTimedOut". ErrCodeTaskTimedOut = "TaskTimedOut" )
const ( ServiceName = "states" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityFailedEventDetails ¶
type ActivityFailedEventDetails struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ActivityFailedEventDetails
func (ActivityFailedEventDetails) GoString ¶
func (s ActivityFailedEventDetails) GoString() string
GoString returns the string representation
func (*ActivityFailedEventDetails) SetCause ¶
func (s *ActivityFailedEventDetails) SetCause(v string) *ActivityFailedEventDetails
SetCause sets the Cause field's value.
func (*ActivityFailedEventDetails) SetError ¶
func (s *ActivityFailedEventDetails) SetError(v string) *ActivityFailedEventDetails
SetError sets the Error field's value.
func (ActivityFailedEventDetails) String ¶
func (s ActivityFailedEventDetails) String() string
String returns the string representation
type ActivityListItem ¶
type ActivityListItem struct { // The Amazon Resource Name (ARN) that identifies the activity. // // ActivityArn is a required field ActivityArn *string `locationName:"activityArn" min:"1" type:"string" required:"true"` // The date the activity was created. // // CreationDate is a required field CreationDate *time.Time `locationName:"creationDate" type:"timestamp" timestampFormat:"unix" required:"true"` // The name of the activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ActivityListItem
func (ActivityListItem) GoString ¶
func (s ActivityListItem) GoString() string
GoString returns the string representation
func (*ActivityListItem) SetActivityArn ¶
func (s *ActivityListItem) SetActivityArn(v string) *ActivityListItem
SetActivityArn sets the ActivityArn field's value.
func (*ActivityListItem) SetCreationDate ¶
func (s *ActivityListItem) SetCreationDate(v time.Time) *ActivityListItem
SetCreationDate sets the CreationDate field's value.
func (*ActivityListItem) SetName ¶
func (s *ActivityListItem) SetName(v string) *ActivityListItem
SetName sets the Name field's value.
func (ActivityListItem) String ¶
func (s ActivityListItem) String() string
String returns the string representation
type ActivityScheduleFailedEventDetails ¶
type ActivityScheduleFailedEventDetails struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ActivityScheduleFailedEventDetails
func (ActivityScheduleFailedEventDetails) GoString ¶
func (s ActivityScheduleFailedEventDetails) GoString() string
GoString returns the string representation
func (*ActivityScheduleFailedEventDetails) SetCause ¶
func (s *ActivityScheduleFailedEventDetails) SetCause(v string) *ActivityScheduleFailedEventDetails
SetCause sets the Cause field's value.
func (*ActivityScheduleFailedEventDetails) SetError ¶
func (s *ActivityScheduleFailedEventDetails) SetError(v string) *ActivityScheduleFailedEventDetails
SetError sets the Error field's value.
func (ActivityScheduleFailedEventDetails) String ¶
func (s ActivityScheduleFailedEventDetails) String() string
String returns the string representation
type ActivityScheduledEventDetails ¶
type ActivityScheduledEventDetails struct { // The maximum allowed duration between two heartbeats for the activity task. HeartbeatInSeconds *int64 `locationName:"heartbeatInSeconds" type:"long"` // The JSON data input to the activity task. Input *string `locationName:"input" type:"string"` // The Amazon Resource Name (ARN) of the scheduled activity. // // Resource is a required field Resource *string `locationName:"resource" min:"1" type:"string" required:"true"` // The maximum allowed duration of the activity task. TimeoutInSeconds *int64 `locationName:"timeoutInSeconds" type:"long"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ActivityScheduledEventDetails
func (ActivityScheduledEventDetails) GoString ¶
func (s ActivityScheduledEventDetails) GoString() string
GoString returns the string representation
func (*ActivityScheduledEventDetails) SetHeartbeatInSeconds ¶
func (s *ActivityScheduledEventDetails) SetHeartbeatInSeconds(v int64) *ActivityScheduledEventDetails
SetHeartbeatInSeconds sets the HeartbeatInSeconds field's value.
func (*ActivityScheduledEventDetails) SetInput ¶
func (s *ActivityScheduledEventDetails) SetInput(v string) *ActivityScheduledEventDetails
SetInput sets the Input field's value.
func (*ActivityScheduledEventDetails) SetResource ¶
func (s *ActivityScheduledEventDetails) SetResource(v string) *ActivityScheduledEventDetails
SetResource sets the Resource field's value.
func (*ActivityScheduledEventDetails) SetTimeoutInSeconds ¶
func (s *ActivityScheduledEventDetails) SetTimeoutInSeconds(v int64) *ActivityScheduledEventDetails
SetTimeoutInSeconds sets the TimeoutInSeconds field's value.
func (ActivityScheduledEventDetails) String ¶
func (s ActivityScheduledEventDetails) String() string
String returns the string representation
type ActivityStartedEventDetails ¶
type ActivityStartedEventDetails struct { // The name of the worker that the task was assigned to. These names are provided // by the workers when calling GetActivityTask. WorkerName *string `locationName:"workerName" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ActivityStartedEventDetails
func (ActivityStartedEventDetails) GoString ¶
func (s ActivityStartedEventDetails) GoString() string
GoString returns the string representation
func (*ActivityStartedEventDetails) SetWorkerName ¶
func (s *ActivityStartedEventDetails) SetWorkerName(v string) *ActivityStartedEventDetails
SetWorkerName sets the WorkerName field's value.
func (ActivityStartedEventDetails) String ¶
func (s ActivityStartedEventDetails) String() string
String returns the string representation
type ActivitySucceededEventDetails ¶
type ActivitySucceededEventDetails struct { // The JSON data output by the activity task. Output *string `locationName:"output" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ActivitySucceededEventDetails
func (ActivitySucceededEventDetails) GoString ¶
func (s ActivitySucceededEventDetails) GoString() string
GoString returns the string representation
func (*ActivitySucceededEventDetails) SetOutput ¶
func (s *ActivitySucceededEventDetails) SetOutput(v string) *ActivitySucceededEventDetails
SetOutput sets the Output field's value.
func (ActivitySucceededEventDetails) String ¶
func (s ActivitySucceededEventDetails) String() string
String returns the string representation
type ActivityTimedOutEventDetails ¶
type ActivityTimedOutEventDetails struct { // A more detailed explanation of the cause of the timeout. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ActivityTimedOutEventDetails
func (ActivityTimedOutEventDetails) GoString ¶
func (s ActivityTimedOutEventDetails) GoString() string
GoString returns the string representation
func (*ActivityTimedOutEventDetails) SetCause ¶
func (s *ActivityTimedOutEventDetails) SetCause(v string) *ActivityTimedOutEventDetails
SetCause sets the Cause field's value.
func (*ActivityTimedOutEventDetails) SetError ¶
func (s *ActivityTimedOutEventDetails) SetError(v string) *ActivityTimedOutEventDetails
SetError sets the Error field's value.
func (ActivityTimedOutEventDetails) String ¶
func (s ActivityTimedOutEventDetails) String() string
String returns the string representation
type CreateActivityInput ¶
type CreateActivityInput struct { // The name of the activity to create. This name must be unique for your AWS // account and region. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/CreateActivityInput
func (CreateActivityInput) GoString ¶
func (s CreateActivityInput) GoString() string
GoString returns the string representation
func (*CreateActivityInput) SetName ¶
func (s *CreateActivityInput) SetName(v string) *CreateActivityInput
SetName sets the Name field's value.
func (CreateActivityInput) String ¶
func (s CreateActivityInput) String() string
String returns the string representation
func (*CreateActivityInput) Validate ¶
func (s *CreateActivityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateActivityOutput ¶
type CreateActivityOutput struct { // The Amazon Resource Name (ARN) that identifies the created activity. // // ActivityArn is a required field ActivityArn *string `locationName:"activityArn" min:"1" type:"string" required:"true"` // The date the activity was created. // // CreationDate is a required field CreationDate *time.Time `locationName:"creationDate" type:"timestamp" timestampFormat:"unix" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/CreateActivityOutput
func (CreateActivityOutput) GoString ¶
func (s CreateActivityOutput) GoString() string
GoString returns the string representation
func (CreateActivityOutput) SDKResponseMetadata ¶
func (s CreateActivityOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateActivityOutput) SetActivityArn ¶
func (s *CreateActivityOutput) SetActivityArn(v string) *CreateActivityOutput
SetActivityArn sets the ActivityArn field's value.
func (*CreateActivityOutput) SetCreationDate ¶
func (s *CreateActivityOutput) SetCreationDate(v time.Time) *CreateActivityOutput
SetCreationDate sets the CreationDate field's value.
func (CreateActivityOutput) String ¶
func (s CreateActivityOutput) String() string
String returns the string representation
type CreateActivityRequest ¶
type CreateActivityRequest struct { *aws.Request Input *CreateActivityInput }
CreateActivityRequest is a API request type for the CreateActivity API operation.
func (CreateActivityRequest) Send ¶
func (r CreateActivityRequest) Send() (*CreateActivityOutput, error)
Send marshals and sends the CreateActivity API request.
type CreateStateMachineInput ¶
type CreateStateMachineInput struct { // The Amazon States Language definition of the state machine. // // Definition is a required field Definition *string `locationName:"definition" min:"1" type:"string" required:"true"` // The name of the state machine. This name must be unique for your AWS account // and region. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM role to use for this state machine. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/CreateStateMachineInput
func (CreateStateMachineInput) GoString ¶
func (s CreateStateMachineInput) GoString() string
GoString returns the string representation
func (*CreateStateMachineInput) SetDefinition ¶
func (s *CreateStateMachineInput) SetDefinition(v string) *CreateStateMachineInput
SetDefinition sets the Definition field's value.
func (*CreateStateMachineInput) SetName ¶
func (s *CreateStateMachineInput) SetName(v string) *CreateStateMachineInput
SetName sets the Name field's value.
func (*CreateStateMachineInput) SetRoleArn ¶
func (s *CreateStateMachineInput) SetRoleArn(v string) *CreateStateMachineInput
SetRoleArn sets the RoleArn field's value.
func (CreateStateMachineInput) String ¶
func (s CreateStateMachineInput) String() string
String returns the string representation
func (*CreateStateMachineInput) Validate ¶
func (s *CreateStateMachineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateStateMachineOutput ¶
type CreateStateMachineOutput struct { // The date the state machine was created. // // CreationDate is a required field CreationDate *time.Time `locationName:"creationDate" type:"timestamp" timestampFormat:"unix" required:"true"` // The Amazon Resource Name (ARN) that identifies the created state machine. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/CreateStateMachineOutput
func (CreateStateMachineOutput) GoString ¶
func (s CreateStateMachineOutput) GoString() string
GoString returns the string representation
func (CreateStateMachineOutput) SDKResponseMetadata ¶
func (s CreateStateMachineOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateStateMachineOutput) SetCreationDate ¶
func (s *CreateStateMachineOutput) SetCreationDate(v time.Time) *CreateStateMachineOutput
SetCreationDate sets the CreationDate field's value.
func (*CreateStateMachineOutput) SetStateMachineArn ¶
func (s *CreateStateMachineOutput) SetStateMachineArn(v string) *CreateStateMachineOutput
SetStateMachineArn sets the StateMachineArn field's value.
func (CreateStateMachineOutput) String ¶
func (s CreateStateMachineOutput) String() string
String returns the string representation
type CreateStateMachineRequest ¶
type CreateStateMachineRequest struct { *aws.Request Input *CreateStateMachineInput }
CreateStateMachineRequest is a API request type for the CreateStateMachine API operation.
func (CreateStateMachineRequest) Send ¶
func (r CreateStateMachineRequest) Send() (*CreateStateMachineOutput, error)
Send marshals and sends the CreateStateMachine API request.
type DeleteActivityInput ¶
type DeleteActivityInput struct { // The Amazon Resource Name (ARN) of the activity to delete. // // ActivityArn is a required field ActivityArn *string `locationName:"activityArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DeleteActivityInput
func (DeleteActivityInput) GoString ¶
func (s DeleteActivityInput) GoString() string
GoString returns the string representation
func (*DeleteActivityInput) SetActivityArn ¶
func (s *DeleteActivityInput) SetActivityArn(v string) *DeleteActivityInput
SetActivityArn sets the ActivityArn field's value.
func (DeleteActivityInput) String ¶
func (s DeleteActivityInput) String() string
String returns the string representation
func (*DeleteActivityInput) Validate ¶
func (s *DeleteActivityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteActivityOutput ¶
type DeleteActivityOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DeleteActivityOutput
func (DeleteActivityOutput) GoString ¶
func (s DeleteActivityOutput) GoString() string
GoString returns the string representation
func (DeleteActivityOutput) SDKResponseMetadata ¶
func (s DeleteActivityOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteActivityOutput) String ¶
func (s DeleteActivityOutput) String() string
String returns the string representation
type DeleteActivityRequest ¶
type DeleteActivityRequest struct { *aws.Request Input *DeleteActivityInput }
DeleteActivityRequest is a API request type for the DeleteActivity API operation.
func (DeleteActivityRequest) Send ¶
func (r DeleteActivityRequest) Send() (*DeleteActivityOutput, error)
Send marshals and sends the DeleteActivity API request.
type DeleteStateMachineInput ¶
type DeleteStateMachineInput struct { // The Amazon Resource Name (ARN) of the state machine to delete. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DeleteStateMachineInput
func (DeleteStateMachineInput) GoString ¶
func (s DeleteStateMachineInput) GoString() string
GoString returns the string representation
func (*DeleteStateMachineInput) SetStateMachineArn ¶
func (s *DeleteStateMachineInput) SetStateMachineArn(v string) *DeleteStateMachineInput
SetStateMachineArn sets the StateMachineArn field's value.
func (DeleteStateMachineInput) String ¶
func (s DeleteStateMachineInput) String() string
String returns the string representation
func (*DeleteStateMachineInput) Validate ¶
func (s *DeleteStateMachineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteStateMachineOutput ¶
type DeleteStateMachineOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DeleteStateMachineOutput
func (DeleteStateMachineOutput) GoString ¶
func (s DeleteStateMachineOutput) GoString() string
GoString returns the string representation
func (DeleteStateMachineOutput) SDKResponseMetadata ¶
func (s DeleteStateMachineOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteStateMachineOutput) String ¶
func (s DeleteStateMachineOutput) String() string
String returns the string representation
type DeleteStateMachineRequest ¶
type DeleteStateMachineRequest struct { *aws.Request Input *DeleteStateMachineInput }
DeleteStateMachineRequest is a API request type for the DeleteStateMachine API operation.
func (DeleteStateMachineRequest) Send ¶
func (r DeleteStateMachineRequest) Send() (*DeleteStateMachineOutput, error)
Send marshals and sends the DeleteStateMachine API request.
type DescribeActivityInput ¶
type DescribeActivityInput struct { // The Amazon Resource Name (ARN) of the activity to describe. // // ActivityArn is a required field ActivityArn *string `locationName:"activityArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeActivityInput
func (DescribeActivityInput) GoString ¶
func (s DescribeActivityInput) GoString() string
GoString returns the string representation
func (*DescribeActivityInput) SetActivityArn ¶
func (s *DescribeActivityInput) SetActivityArn(v string) *DescribeActivityInput
SetActivityArn sets the ActivityArn field's value.
func (DescribeActivityInput) String ¶
func (s DescribeActivityInput) String() string
String returns the string representation
func (*DescribeActivityInput) Validate ¶
func (s *DescribeActivityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeActivityOutput ¶
type DescribeActivityOutput struct { // The Amazon Resource Name (ARN) that identifies the activity. // // ActivityArn is a required field ActivityArn *string `locationName:"activityArn" min:"1" type:"string" required:"true"` // The date the activity was created. // // CreationDate is a required field CreationDate *time.Time `locationName:"creationDate" type:"timestamp" timestampFormat:"unix" required:"true"` // The name of the activity. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeActivityOutput
func (DescribeActivityOutput) GoString ¶
func (s DescribeActivityOutput) GoString() string
GoString returns the string representation
func (DescribeActivityOutput) SDKResponseMetadata ¶
func (s DescribeActivityOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeActivityOutput) SetActivityArn ¶
func (s *DescribeActivityOutput) SetActivityArn(v string) *DescribeActivityOutput
SetActivityArn sets the ActivityArn field's value.
func (*DescribeActivityOutput) SetCreationDate ¶
func (s *DescribeActivityOutput) SetCreationDate(v time.Time) *DescribeActivityOutput
SetCreationDate sets the CreationDate field's value.
func (*DescribeActivityOutput) SetName ¶
func (s *DescribeActivityOutput) SetName(v string) *DescribeActivityOutput
SetName sets the Name field's value.
func (DescribeActivityOutput) String ¶
func (s DescribeActivityOutput) String() string
String returns the string representation
type DescribeActivityRequest ¶
type DescribeActivityRequest struct { *aws.Request Input *DescribeActivityInput }
DescribeActivityRequest is a API request type for the DescribeActivity API operation.
func (DescribeActivityRequest) Send ¶
func (r DescribeActivityRequest) Send() (*DescribeActivityOutput, error)
Send marshals and sends the DescribeActivity API request.
type DescribeExecutionInput ¶
type DescribeExecutionInput struct { // The Amazon Resource Name (ARN) of the execution to describe. // // ExecutionArn is a required field ExecutionArn *string `locationName:"executionArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeExecutionInput
func (DescribeExecutionInput) GoString ¶
func (s DescribeExecutionInput) GoString() string
GoString returns the string representation
func (*DescribeExecutionInput) SetExecutionArn ¶
func (s *DescribeExecutionInput) SetExecutionArn(v string) *DescribeExecutionInput
SetExecutionArn sets the ExecutionArn field's value.
func (DescribeExecutionInput) String ¶
func (s DescribeExecutionInput) String() string
String returns the string representation
func (*DescribeExecutionInput) Validate ¶
func (s *DescribeExecutionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeExecutionOutput ¶
type DescribeExecutionOutput struct { // The Amazon Resource Name (ARN) that identifies the execution. // // ExecutionArn is a required field ExecutionArn *string `locationName:"executionArn" min:"1" type:"string" required:"true"` // The JSON input data of the execution. // // Input is a required field Input *string `locationName:"input" type:"string" required:"true"` // The name of the execution. Name *string `locationName:"name" min:"1" type:"string"` // The JSON output data of the execution. Output *string `locationName:"output" type:"string"` // The date the execution was started. // // StartDate is a required field StartDate *time.Time `locationName:"startDate" type:"timestamp" timestampFormat:"unix" required:"true"` // The Amazon Resource Name (ARN) of the executed stated machine. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // The current status of the execution. // // Status is a required field Status ExecutionStatus `locationName:"status" type:"string" required:"true" enum:"true"` // If the execution has already ended, the date the execution stopped. StopDate *time.Time `locationName:"stopDate" type:"timestamp" timestampFormat:"unix"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeExecutionOutput
func (DescribeExecutionOutput) GoString ¶
func (s DescribeExecutionOutput) GoString() string
GoString returns the string representation
func (DescribeExecutionOutput) SDKResponseMetadata ¶
func (s DescribeExecutionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeExecutionOutput) SetExecutionArn ¶
func (s *DescribeExecutionOutput) SetExecutionArn(v string) *DescribeExecutionOutput
SetExecutionArn sets the ExecutionArn field's value.
func (*DescribeExecutionOutput) SetInput ¶
func (s *DescribeExecutionOutput) SetInput(v string) *DescribeExecutionOutput
SetInput sets the Input field's value.
func (*DescribeExecutionOutput) SetName ¶
func (s *DescribeExecutionOutput) SetName(v string) *DescribeExecutionOutput
SetName sets the Name field's value.
func (*DescribeExecutionOutput) SetOutput ¶
func (s *DescribeExecutionOutput) SetOutput(v string) *DescribeExecutionOutput
SetOutput sets the Output field's value.
func (*DescribeExecutionOutput) SetStartDate ¶
func (s *DescribeExecutionOutput) SetStartDate(v time.Time) *DescribeExecutionOutput
SetStartDate sets the StartDate field's value.
func (*DescribeExecutionOutput) SetStateMachineArn ¶
func (s *DescribeExecutionOutput) SetStateMachineArn(v string) *DescribeExecutionOutput
SetStateMachineArn sets the StateMachineArn field's value.
func (*DescribeExecutionOutput) SetStatus ¶
func (s *DescribeExecutionOutput) SetStatus(v ExecutionStatus) *DescribeExecutionOutput
SetStatus sets the Status field's value.
func (*DescribeExecutionOutput) SetStopDate ¶
func (s *DescribeExecutionOutput) SetStopDate(v time.Time) *DescribeExecutionOutput
SetStopDate sets the StopDate field's value.
func (DescribeExecutionOutput) String ¶
func (s DescribeExecutionOutput) String() string
String returns the string representation
type DescribeExecutionRequest ¶
type DescribeExecutionRequest struct { *aws.Request Input *DescribeExecutionInput }
DescribeExecutionRequest is a API request type for the DescribeExecution API operation.
func (DescribeExecutionRequest) Send ¶
func (r DescribeExecutionRequest) Send() (*DescribeExecutionOutput, error)
Send marshals and sends the DescribeExecution API request.
type DescribeStateMachineInput ¶
type DescribeStateMachineInput struct { // The Amazon Resource Name (ARN) of the state machine to describe. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeStateMachineInput
func (DescribeStateMachineInput) GoString ¶
func (s DescribeStateMachineInput) GoString() string
GoString returns the string representation
func (*DescribeStateMachineInput) SetStateMachineArn ¶
func (s *DescribeStateMachineInput) SetStateMachineArn(v string) *DescribeStateMachineInput
SetStateMachineArn sets the StateMachineArn field's value.
func (DescribeStateMachineInput) String ¶
func (s DescribeStateMachineInput) String() string
String returns the string representation
func (*DescribeStateMachineInput) Validate ¶
func (s *DescribeStateMachineInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeStateMachineOutput ¶
type DescribeStateMachineOutput struct { // The date the state machine was created. // // CreationDate is a required field CreationDate *time.Time `locationName:"creationDate" type:"timestamp" timestampFormat:"unix" required:"true"` // The Amazon States Language definition of the state machine. // // Definition is a required field Definition *string `locationName:"definition" min:"1" type:"string" required:"true"` // The name of the state machine. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) of the IAM role used for executing this state // machine. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) that identifies the state machine. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // The current status of the state machine. Status StateMachineStatus `locationName:"status" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeStateMachineOutput
func (DescribeStateMachineOutput) GoString ¶
func (s DescribeStateMachineOutput) GoString() string
GoString returns the string representation
func (DescribeStateMachineOutput) SDKResponseMetadata ¶
func (s DescribeStateMachineOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeStateMachineOutput) SetCreationDate ¶
func (s *DescribeStateMachineOutput) SetCreationDate(v time.Time) *DescribeStateMachineOutput
SetCreationDate sets the CreationDate field's value.
func (*DescribeStateMachineOutput) SetDefinition ¶
func (s *DescribeStateMachineOutput) SetDefinition(v string) *DescribeStateMachineOutput
SetDefinition sets the Definition field's value.
func (*DescribeStateMachineOutput) SetName ¶
func (s *DescribeStateMachineOutput) SetName(v string) *DescribeStateMachineOutput
SetName sets the Name field's value.
func (*DescribeStateMachineOutput) SetRoleArn ¶
func (s *DescribeStateMachineOutput) SetRoleArn(v string) *DescribeStateMachineOutput
SetRoleArn sets the RoleArn field's value.
func (*DescribeStateMachineOutput) SetStateMachineArn ¶
func (s *DescribeStateMachineOutput) SetStateMachineArn(v string) *DescribeStateMachineOutput
SetStateMachineArn sets the StateMachineArn field's value.
func (*DescribeStateMachineOutput) SetStatus ¶
func (s *DescribeStateMachineOutput) SetStatus(v StateMachineStatus) *DescribeStateMachineOutput
SetStatus sets the Status field's value.
func (DescribeStateMachineOutput) String ¶
func (s DescribeStateMachineOutput) String() string
String returns the string representation
type DescribeStateMachineRequest ¶
type DescribeStateMachineRequest struct { *aws.Request Input *DescribeStateMachineInput }
DescribeStateMachineRequest is a API request type for the DescribeStateMachine API operation.
func (DescribeStateMachineRequest) Send ¶
func (r DescribeStateMachineRequest) Send() (*DescribeStateMachineOutput, error)
Send marshals and sends the DescribeStateMachine API request.
type ExecutionAbortedEventDetails ¶
type ExecutionAbortedEventDetails struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ExecutionAbortedEventDetails
func (ExecutionAbortedEventDetails) GoString ¶
func (s ExecutionAbortedEventDetails) GoString() string
GoString returns the string representation
func (*ExecutionAbortedEventDetails) SetCause ¶
func (s *ExecutionAbortedEventDetails) SetCause(v string) *ExecutionAbortedEventDetails
SetCause sets the Cause field's value.
func (*ExecutionAbortedEventDetails) SetError ¶
func (s *ExecutionAbortedEventDetails) SetError(v string) *ExecutionAbortedEventDetails
SetError sets the Error field's value.
func (ExecutionAbortedEventDetails) String ¶
func (s ExecutionAbortedEventDetails) String() string
String returns the string representation
type ExecutionFailedEventDetails ¶
type ExecutionFailedEventDetails struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ExecutionFailedEventDetails
func (ExecutionFailedEventDetails) GoString ¶
func (s ExecutionFailedEventDetails) GoString() string
GoString returns the string representation
func (*ExecutionFailedEventDetails) SetCause ¶
func (s *ExecutionFailedEventDetails) SetCause(v string) *ExecutionFailedEventDetails
SetCause sets the Cause field's value.
func (*ExecutionFailedEventDetails) SetError ¶
func (s *ExecutionFailedEventDetails) SetError(v string) *ExecutionFailedEventDetails
SetError sets the Error field's value.
func (ExecutionFailedEventDetails) String ¶
func (s ExecutionFailedEventDetails) String() string
String returns the string representation
type ExecutionListItem ¶
type ExecutionListItem struct { // The Amazon Resource Name (ARN) that identifies the execution. // // ExecutionArn is a required field ExecutionArn *string `locationName:"executionArn" min:"1" type:"string" required:"true"` // The name of the execution. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The date the execution started. // // StartDate is a required field StartDate *time.Time `locationName:"startDate" type:"timestamp" timestampFormat:"unix" required:"true"` // The Amazon Resource Name (ARN) of the executed state machine. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // The current status of the execution. // // Status is a required field Status ExecutionStatus `locationName:"status" type:"string" required:"true" enum:"true"` // If the execution already ended, the date the execution stopped. StopDate *time.Time `locationName:"stopDate" type:"timestamp" timestampFormat:"unix"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ExecutionListItem
func (ExecutionListItem) GoString ¶
func (s ExecutionListItem) GoString() string
GoString returns the string representation
func (*ExecutionListItem) SetExecutionArn ¶
func (s *ExecutionListItem) SetExecutionArn(v string) *ExecutionListItem
SetExecutionArn sets the ExecutionArn field's value.
func (*ExecutionListItem) SetName ¶
func (s *ExecutionListItem) SetName(v string) *ExecutionListItem
SetName sets the Name field's value.
func (*ExecutionListItem) SetStartDate ¶
func (s *ExecutionListItem) SetStartDate(v time.Time) *ExecutionListItem
SetStartDate sets the StartDate field's value.
func (*ExecutionListItem) SetStateMachineArn ¶
func (s *ExecutionListItem) SetStateMachineArn(v string) *ExecutionListItem
SetStateMachineArn sets the StateMachineArn field's value.
func (*ExecutionListItem) SetStatus ¶
func (s *ExecutionListItem) SetStatus(v ExecutionStatus) *ExecutionListItem
SetStatus sets the Status field's value.
func (*ExecutionListItem) SetStopDate ¶
func (s *ExecutionListItem) SetStopDate(v time.Time) *ExecutionListItem
SetStopDate sets the StopDate field's value.
func (ExecutionListItem) String ¶
func (s ExecutionListItem) String() string
String returns the string representation
type ExecutionStartedEventDetails ¶
type ExecutionStartedEventDetails struct { // The JSON data input to the execution. Input *string `locationName:"input" type:"string"` // The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda // tasks. RoleArn *string `locationName:"roleArn" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ExecutionStartedEventDetails
func (ExecutionStartedEventDetails) GoString ¶
func (s ExecutionStartedEventDetails) GoString() string
GoString returns the string representation
func (*ExecutionStartedEventDetails) SetInput ¶
func (s *ExecutionStartedEventDetails) SetInput(v string) *ExecutionStartedEventDetails
SetInput sets the Input field's value.
func (*ExecutionStartedEventDetails) SetRoleArn ¶
func (s *ExecutionStartedEventDetails) SetRoleArn(v string) *ExecutionStartedEventDetails
SetRoleArn sets the RoleArn field's value.
func (ExecutionStartedEventDetails) String ¶
func (s ExecutionStartedEventDetails) String() string
String returns the string representation
type ExecutionStatus ¶
type ExecutionStatus string
const ( ExecutionStatusRunning ExecutionStatus = "RUNNING" ExecutionStatusSucceeded ExecutionStatus = "SUCCEEDED" ExecutionStatusFailed ExecutionStatus = "FAILED" ExecutionStatusTimedOut ExecutionStatus = "TIMED_OUT" ExecutionStatusAborted ExecutionStatus = "ABORTED" )
Enum values for ExecutionStatus
type ExecutionSucceededEventDetails ¶
type ExecutionSucceededEventDetails struct { // The JSON data output by the execution. Output *string `locationName:"output" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ExecutionSucceededEventDetails
func (ExecutionSucceededEventDetails) GoString ¶
func (s ExecutionSucceededEventDetails) GoString() string
GoString returns the string representation
func (*ExecutionSucceededEventDetails) SetOutput ¶
func (s *ExecutionSucceededEventDetails) SetOutput(v string) *ExecutionSucceededEventDetails
SetOutput sets the Output field's value.
func (ExecutionSucceededEventDetails) String ¶
func (s ExecutionSucceededEventDetails) String() string
String returns the string representation
type ExecutionTimedOutEventDetails ¶
type ExecutionTimedOutEventDetails struct { // A more detailed explanation of the cause of the timeout. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ExecutionTimedOutEventDetails
func (ExecutionTimedOutEventDetails) GoString ¶
func (s ExecutionTimedOutEventDetails) GoString() string
GoString returns the string representation
func (*ExecutionTimedOutEventDetails) SetCause ¶
func (s *ExecutionTimedOutEventDetails) SetCause(v string) *ExecutionTimedOutEventDetails
SetCause sets the Cause field's value.
func (*ExecutionTimedOutEventDetails) SetError ¶
func (s *ExecutionTimedOutEventDetails) SetError(v string) *ExecutionTimedOutEventDetails
SetError sets the Error field's value.
func (ExecutionTimedOutEventDetails) String ¶
func (s ExecutionTimedOutEventDetails) String() string
String returns the string representation
type GetActivityTaskInput ¶
type GetActivityTaskInput struct { // The Amazon Resource Name (ARN) of the activity to retrieve tasks from. // // ActivityArn is a required field ActivityArn *string `locationName:"activityArn" min:"1" type:"string" required:"true"` // An arbitrary name may be provided in order to identify the worker that the // task is assigned to. This name will be used when it is logged in the execution // history. WorkerName *string `locationName:"workerName" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/GetActivityTaskInput
func (GetActivityTaskInput) GoString ¶
func (s GetActivityTaskInput) GoString() string
GoString returns the string representation
func (*GetActivityTaskInput) SetActivityArn ¶
func (s *GetActivityTaskInput) SetActivityArn(v string) *GetActivityTaskInput
SetActivityArn sets the ActivityArn field's value.
func (*GetActivityTaskInput) SetWorkerName ¶
func (s *GetActivityTaskInput) SetWorkerName(v string) *GetActivityTaskInput
SetWorkerName sets the WorkerName field's value.
func (GetActivityTaskInput) String ¶
func (s GetActivityTaskInput) String() string
String returns the string representation
func (*GetActivityTaskInput) Validate ¶
func (s *GetActivityTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetActivityTaskOutput ¶
type GetActivityTaskOutput struct { // The JSON input data for the task. Input *string `locationName:"input" type:"string"` // A token that identifies the scheduled task. This token must be copied and // included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure // in order to report the progress or completion of the task. TaskToken *string `locationName:"taskToken" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/GetActivityTaskOutput
func (GetActivityTaskOutput) GoString ¶
func (s GetActivityTaskOutput) GoString() string
GoString returns the string representation
func (GetActivityTaskOutput) SDKResponseMetadata ¶
func (s GetActivityTaskOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetActivityTaskOutput) SetInput ¶
func (s *GetActivityTaskOutput) SetInput(v string) *GetActivityTaskOutput
SetInput sets the Input field's value.
func (*GetActivityTaskOutput) SetTaskToken ¶
func (s *GetActivityTaskOutput) SetTaskToken(v string) *GetActivityTaskOutput
SetTaskToken sets the TaskToken field's value.
func (GetActivityTaskOutput) String ¶
func (s GetActivityTaskOutput) String() string
String returns the string representation
type GetActivityTaskRequest ¶
type GetActivityTaskRequest struct { *aws.Request Input *GetActivityTaskInput }
GetActivityTaskRequest is a API request type for the GetActivityTask API operation.
func (GetActivityTaskRequest) Send ¶
func (r GetActivityTaskRequest) Send() (*GetActivityTaskOutput, error)
Send marshals and sends the GetActivityTask API request.
type GetExecutionHistoryInput ¶
type GetExecutionHistoryInput struct { // The Amazon Resource Name (ARN) of the execution. // // ExecutionArn is a required field ExecutionArn *string `locationName:"executionArn" min:"1" type:"string" required:"true"` // The maximum number of results that will be returned per call. nextToken can // be used to obtain further pages of results. The default is 100 and the maximum // allowed page size is 1000. // // This is an upper limit only; the actual number of results returned per call // may be fewer than the specified maximum. MaxResults *int64 `locationName:"maxResults" type:"integer"` // If a nextToken was returned by a previous call, there are more results available. // To retrieve the next page of results, make the call again using the returned // token in nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // Lists events in descending order of their timeStamp. ReverseOrder *bool `locationName:"reverseOrder" type:"boolean"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/GetExecutionHistoryInput
func (GetExecutionHistoryInput) GoString ¶
func (s GetExecutionHistoryInput) GoString() string
GoString returns the string representation
func (*GetExecutionHistoryInput) SetExecutionArn ¶
func (s *GetExecutionHistoryInput) SetExecutionArn(v string) *GetExecutionHistoryInput
SetExecutionArn sets the ExecutionArn field's value.
func (*GetExecutionHistoryInput) SetMaxResults ¶
func (s *GetExecutionHistoryInput) SetMaxResults(v int64) *GetExecutionHistoryInput
SetMaxResults sets the MaxResults field's value.
func (*GetExecutionHistoryInput) SetNextToken ¶
func (s *GetExecutionHistoryInput) SetNextToken(v string) *GetExecutionHistoryInput
SetNextToken sets the NextToken field's value.
func (*GetExecutionHistoryInput) SetReverseOrder ¶
func (s *GetExecutionHistoryInput) SetReverseOrder(v bool) *GetExecutionHistoryInput
SetReverseOrder sets the ReverseOrder field's value.
func (GetExecutionHistoryInput) String ¶
func (s GetExecutionHistoryInput) String() string
String returns the string representation
func (*GetExecutionHistoryInput) Validate ¶
func (s *GetExecutionHistoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetExecutionHistoryOutput ¶
type GetExecutionHistoryOutput struct { // The list of events that occurred in the execution. // // Events is a required field Events []HistoryEvent `locationName:"events" type:"list" required:"true"` // If a nextToken is returned, there are more results available. To retrieve // the next page of results, make the call again using the returned token in // nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/GetExecutionHistoryOutput
func (GetExecutionHistoryOutput) GoString ¶
func (s GetExecutionHistoryOutput) GoString() string
GoString returns the string representation
func (GetExecutionHistoryOutput) SDKResponseMetadata ¶
func (s GetExecutionHistoryOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetExecutionHistoryOutput) SetEvents ¶
func (s *GetExecutionHistoryOutput) SetEvents(v []HistoryEvent) *GetExecutionHistoryOutput
SetEvents sets the Events field's value.
func (*GetExecutionHistoryOutput) SetNextToken ¶
func (s *GetExecutionHistoryOutput) SetNextToken(v string) *GetExecutionHistoryOutput
SetNextToken sets the NextToken field's value.
func (GetExecutionHistoryOutput) String ¶
func (s GetExecutionHistoryOutput) String() string
String returns the string representation
type GetExecutionHistoryRequest ¶
type GetExecutionHistoryRequest struct { *aws.Request Input *GetExecutionHistoryInput }
GetExecutionHistoryRequest is a API request type for the GetExecutionHistory API operation.
func (GetExecutionHistoryRequest) Send ¶
func (r GetExecutionHistoryRequest) Send() (*GetExecutionHistoryOutput, error)
Send marshals and sends the GetExecutionHistory API request.
type HistoryEvent ¶
type HistoryEvent struct { ActivityFailedEventDetails *ActivityFailedEventDetails `locationName:"activityFailedEventDetails" type:"structure"` ActivityScheduleFailedEventDetails *ActivityScheduleFailedEventDetails `locationName:"activityScheduleFailedEventDetails" type:"structure"` ActivityScheduledEventDetails *ActivityScheduledEventDetails `locationName:"activityScheduledEventDetails" type:"structure"` ActivityStartedEventDetails *ActivityStartedEventDetails `locationName:"activityStartedEventDetails" type:"structure"` ActivitySucceededEventDetails *ActivitySucceededEventDetails `locationName:"activitySucceededEventDetails" type:"structure"` ActivityTimedOutEventDetails *ActivityTimedOutEventDetails `locationName:"activityTimedOutEventDetails" type:"structure"` ExecutionAbortedEventDetails *ExecutionAbortedEventDetails `locationName:"executionAbortedEventDetails" type:"structure"` ExecutionFailedEventDetails *ExecutionFailedEventDetails `locationName:"executionFailedEventDetails" type:"structure"` ExecutionStartedEventDetails *ExecutionStartedEventDetails `locationName:"executionStartedEventDetails" type:"structure"` ExecutionSucceededEventDetails *ExecutionSucceededEventDetails `locationName:"executionSucceededEventDetails" type:"structure"` ExecutionTimedOutEventDetails *ExecutionTimedOutEventDetails `locationName:"executionTimedOutEventDetails" type:"structure"` // The id of the event. Events are numbered sequentially, starting at one. // // Id is a required field Id *int64 `locationName:"id" type:"long" required:"true"` LambdaFunctionFailedEventDetails *LambdaFunctionFailedEventDetails `locationName:"lambdaFunctionFailedEventDetails" type:"structure"` LambdaFunctionScheduleFailedEventDetails *LambdaFunctionScheduleFailedEventDetails `locationName:"lambdaFunctionScheduleFailedEventDetails" type:"structure"` LambdaFunctionScheduledEventDetails *LambdaFunctionScheduledEventDetails `locationName:"lambdaFunctionScheduledEventDetails" type:"structure"` LambdaFunctionStartFailedEventDetails *LambdaFunctionStartFailedEventDetails `locationName:"lambdaFunctionStartFailedEventDetails" type:"structure"` LambdaFunctionSucceededEventDetails *LambdaFunctionSucceededEventDetails `locationName:"lambdaFunctionSucceededEventDetails" type:"structure"` LambdaFunctionTimedOutEventDetails *LambdaFunctionTimedOutEventDetails `locationName:"lambdaFunctionTimedOutEventDetails" type:"structure"` // The id of the previous event. PreviousEventId *int64 `locationName:"previousEventId" type:"long"` StateEnteredEventDetails *StateEnteredEventDetails `locationName:"stateEnteredEventDetails" type:"structure"` StateExitedEventDetails *StateExitedEventDetails `locationName:"stateExitedEventDetails" type:"structure"` // The date the event occured. // // Timestamp is a required field Timestamp *time.Time `locationName:"timestamp" type:"timestamp" timestampFormat:"unix" required:"true"` // The type of the event. // // Type is a required field Type HistoryEventType `locationName:"type" type:"string" required:"true" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/HistoryEvent
func (HistoryEvent) GoString ¶
func (s HistoryEvent) GoString() string
GoString returns the string representation
func (*HistoryEvent) SetActivityFailedEventDetails ¶
func (s *HistoryEvent) SetActivityFailedEventDetails(v *ActivityFailedEventDetails) *HistoryEvent
SetActivityFailedEventDetails sets the ActivityFailedEventDetails field's value.
func (*HistoryEvent) SetActivityScheduleFailedEventDetails ¶
func (s *HistoryEvent) SetActivityScheduleFailedEventDetails(v *ActivityScheduleFailedEventDetails) *HistoryEvent
SetActivityScheduleFailedEventDetails sets the ActivityScheduleFailedEventDetails field's value.
func (*HistoryEvent) SetActivityScheduledEventDetails ¶
func (s *HistoryEvent) SetActivityScheduledEventDetails(v *ActivityScheduledEventDetails) *HistoryEvent
SetActivityScheduledEventDetails sets the ActivityScheduledEventDetails field's value.
func (*HistoryEvent) SetActivityStartedEventDetails ¶
func (s *HistoryEvent) SetActivityStartedEventDetails(v *ActivityStartedEventDetails) *HistoryEvent
SetActivityStartedEventDetails sets the ActivityStartedEventDetails field's value.
func (*HistoryEvent) SetActivitySucceededEventDetails ¶
func (s *HistoryEvent) SetActivitySucceededEventDetails(v *ActivitySucceededEventDetails) *HistoryEvent
SetActivitySucceededEventDetails sets the ActivitySucceededEventDetails field's value.
func (*HistoryEvent) SetActivityTimedOutEventDetails ¶
func (s *HistoryEvent) SetActivityTimedOutEventDetails(v *ActivityTimedOutEventDetails) *HistoryEvent
SetActivityTimedOutEventDetails sets the ActivityTimedOutEventDetails field's value.
func (*HistoryEvent) SetExecutionAbortedEventDetails ¶
func (s *HistoryEvent) SetExecutionAbortedEventDetails(v *ExecutionAbortedEventDetails) *HistoryEvent
SetExecutionAbortedEventDetails sets the ExecutionAbortedEventDetails field's value.
func (*HistoryEvent) SetExecutionFailedEventDetails ¶
func (s *HistoryEvent) SetExecutionFailedEventDetails(v *ExecutionFailedEventDetails) *HistoryEvent
SetExecutionFailedEventDetails sets the ExecutionFailedEventDetails field's value.
func (*HistoryEvent) SetExecutionStartedEventDetails ¶
func (s *HistoryEvent) SetExecutionStartedEventDetails(v *ExecutionStartedEventDetails) *HistoryEvent
SetExecutionStartedEventDetails sets the ExecutionStartedEventDetails field's value.
func (*HistoryEvent) SetExecutionSucceededEventDetails ¶
func (s *HistoryEvent) SetExecutionSucceededEventDetails(v *ExecutionSucceededEventDetails) *HistoryEvent
SetExecutionSucceededEventDetails sets the ExecutionSucceededEventDetails field's value.
func (*HistoryEvent) SetExecutionTimedOutEventDetails ¶
func (s *HistoryEvent) SetExecutionTimedOutEventDetails(v *ExecutionTimedOutEventDetails) *HistoryEvent
SetExecutionTimedOutEventDetails sets the ExecutionTimedOutEventDetails field's value.
func (*HistoryEvent) SetId ¶
func (s *HistoryEvent) SetId(v int64) *HistoryEvent
SetId sets the Id field's value.
func (*HistoryEvent) SetLambdaFunctionFailedEventDetails ¶
func (s *HistoryEvent) SetLambdaFunctionFailedEventDetails(v *LambdaFunctionFailedEventDetails) *HistoryEvent
SetLambdaFunctionFailedEventDetails sets the LambdaFunctionFailedEventDetails field's value.
func (*HistoryEvent) SetLambdaFunctionScheduleFailedEventDetails ¶
func (s *HistoryEvent) SetLambdaFunctionScheduleFailedEventDetails(v *LambdaFunctionScheduleFailedEventDetails) *HistoryEvent
SetLambdaFunctionScheduleFailedEventDetails sets the LambdaFunctionScheduleFailedEventDetails field's value.
func (*HistoryEvent) SetLambdaFunctionScheduledEventDetails ¶
func (s *HistoryEvent) SetLambdaFunctionScheduledEventDetails(v *LambdaFunctionScheduledEventDetails) *HistoryEvent
SetLambdaFunctionScheduledEventDetails sets the LambdaFunctionScheduledEventDetails field's value.
func (*HistoryEvent) SetLambdaFunctionStartFailedEventDetails ¶
func (s *HistoryEvent) SetLambdaFunctionStartFailedEventDetails(v *LambdaFunctionStartFailedEventDetails) *HistoryEvent
SetLambdaFunctionStartFailedEventDetails sets the LambdaFunctionStartFailedEventDetails field's value.
func (*HistoryEvent) SetLambdaFunctionSucceededEventDetails ¶
func (s *HistoryEvent) SetLambdaFunctionSucceededEventDetails(v *LambdaFunctionSucceededEventDetails) *HistoryEvent
SetLambdaFunctionSucceededEventDetails sets the LambdaFunctionSucceededEventDetails field's value.
func (*HistoryEvent) SetLambdaFunctionTimedOutEventDetails ¶
func (s *HistoryEvent) SetLambdaFunctionTimedOutEventDetails(v *LambdaFunctionTimedOutEventDetails) *HistoryEvent
SetLambdaFunctionTimedOutEventDetails sets the LambdaFunctionTimedOutEventDetails field's value.
func (*HistoryEvent) SetPreviousEventId ¶
func (s *HistoryEvent) SetPreviousEventId(v int64) *HistoryEvent
SetPreviousEventId sets the PreviousEventId field's value.
func (*HistoryEvent) SetStateEnteredEventDetails ¶
func (s *HistoryEvent) SetStateEnteredEventDetails(v *StateEnteredEventDetails) *HistoryEvent
SetStateEnteredEventDetails sets the StateEnteredEventDetails field's value.
func (*HistoryEvent) SetStateExitedEventDetails ¶
func (s *HistoryEvent) SetStateExitedEventDetails(v *StateExitedEventDetails) *HistoryEvent
SetStateExitedEventDetails sets the StateExitedEventDetails field's value.
func (*HistoryEvent) SetTimestamp ¶
func (s *HistoryEvent) SetTimestamp(v time.Time) *HistoryEvent
SetTimestamp sets the Timestamp field's value.
func (*HistoryEvent) SetType ¶
func (s *HistoryEvent) SetType(v HistoryEventType) *HistoryEvent
SetType sets the Type field's value.
func (HistoryEvent) String ¶
func (s HistoryEvent) String() string
String returns the string representation
type HistoryEventType ¶
type HistoryEventType string
const ( HistoryEventTypeActivityFailed HistoryEventType = "ActivityFailed" HistoryEventTypeActivityScheduleFailed HistoryEventType = "ActivityScheduleFailed" HistoryEventTypeActivityScheduled HistoryEventType = "ActivityScheduled" HistoryEventTypeActivityStarted HistoryEventType = "ActivityStarted" HistoryEventTypeActivitySucceeded HistoryEventType = "ActivitySucceeded" HistoryEventTypeActivityTimedOut HistoryEventType = "ActivityTimedOut" HistoryEventTypeChoiceStateEntered HistoryEventType = "ChoiceStateEntered" HistoryEventTypeChoiceStateExited HistoryEventType = "ChoiceStateExited" HistoryEventTypeExecutionFailed HistoryEventType = "ExecutionFailed" HistoryEventTypeExecutionStarted HistoryEventType = "ExecutionStarted" HistoryEventTypeExecutionSucceeded HistoryEventType = "ExecutionSucceeded" HistoryEventTypeExecutionAborted HistoryEventType = "ExecutionAborted" HistoryEventTypeExecutionTimedOut HistoryEventType = "ExecutionTimedOut" HistoryEventTypeFailStateEntered HistoryEventType = "FailStateEntered" HistoryEventTypeLambdaFunctionFailed HistoryEventType = "LambdaFunctionFailed" HistoryEventTypeLambdaFunctionScheduleFailed HistoryEventType = "LambdaFunctionScheduleFailed" HistoryEventTypeLambdaFunctionScheduled HistoryEventType = "LambdaFunctionScheduled" HistoryEventTypeLambdaFunctionStartFailed HistoryEventType = "LambdaFunctionStartFailed" HistoryEventTypeLambdaFunctionStarted HistoryEventType = "LambdaFunctionStarted" HistoryEventTypeLambdaFunctionSucceeded HistoryEventType = "LambdaFunctionSucceeded" HistoryEventTypeLambdaFunctionTimedOut HistoryEventType = "LambdaFunctionTimedOut" HistoryEventTypeSucceedStateEntered HistoryEventType = "SucceedStateEntered" HistoryEventTypeSucceedStateExited HistoryEventType = "SucceedStateExited" HistoryEventTypeTaskStateEntered HistoryEventType = "TaskStateEntered" HistoryEventTypeTaskStateExited HistoryEventType = "TaskStateExited" HistoryEventTypePassStateEntered HistoryEventType = "PassStateEntered" HistoryEventTypePassStateExited HistoryEventType = "PassStateExited" HistoryEventTypeParallelStateEntered HistoryEventType = "ParallelStateEntered" HistoryEventTypeParallelStateExited HistoryEventType = "ParallelStateExited" HistoryEventTypeWaitStateEntered HistoryEventType = "WaitStateEntered" HistoryEventTypeWaitStateExited HistoryEventType = "WaitStateExited" )
Enum values for HistoryEventType
type LambdaFunctionFailedEventDetails ¶
type LambdaFunctionFailedEventDetails struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/LambdaFunctionFailedEventDetails
func (LambdaFunctionFailedEventDetails) GoString ¶
func (s LambdaFunctionFailedEventDetails) GoString() string
GoString returns the string representation
func (*LambdaFunctionFailedEventDetails) SetCause ¶
func (s *LambdaFunctionFailedEventDetails) SetCause(v string) *LambdaFunctionFailedEventDetails
SetCause sets the Cause field's value.
func (*LambdaFunctionFailedEventDetails) SetError ¶
func (s *LambdaFunctionFailedEventDetails) SetError(v string) *LambdaFunctionFailedEventDetails
SetError sets the Error field's value.
func (LambdaFunctionFailedEventDetails) String ¶
func (s LambdaFunctionFailedEventDetails) String() string
String returns the string representation
type LambdaFunctionScheduleFailedEventDetails ¶
type LambdaFunctionScheduleFailedEventDetails struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/LambdaFunctionScheduleFailedEventDetails
func (LambdaFunctionScheduleFailedEventDetails) GoString ¶
func (s LambdaFunctionScheduleFailedEventDetails) GoString() string
GoString returns the string representation
func (*LambdaFunctionScheduleFailedEventDetails) SetCause ¶
func (s *LambdaFunctionScheduleFailedEventDetails) SetCause(v string) *LambdaFunctionScheduleFailedEventDetails
SetCause sets the Cause field's value.
func (*LambdaFunctionScheduleFailedEventDetails) SetError ¶
func (s *LambdaFunctionScheduleFailedEventDetails) SetError(v string) *LambdaFunctionScheduleFailedEventDetails
SetError sets the Error field's value.
func (LambdaFunctionScheduleFailedEventDetails) String ¶
func (s LambdaFunctionScheduleFailedEventDetails) String() string
String returns the string representation
type LambdaFunctionScheduledEventDetails ¶
type LambdaFunctionScheduledEventDetails struct { // The JSON data input to the lambda function. Input *string `locationName:"input" type:"string"` // The Amazon Resource Name (ARN) of the scheduled lambda function. // // Resource is a required field Resource *string `locationName:"resource" min:"1" type:"string" required:"true"` // The maximum allowed duration of the lambda function. TimeoutInSeconds *int64 `locationName:"timeoutInSeconds" type:"long"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/LambdaFunctionScheduledEventDetails
func (LambdaFunctionScheduledEventDetails) GoString ¶
func (s LambdaFunctionScheduledEventDetails) GoString() string
GoString returns the string representation
func (*LambdaFunctionScheduledEventDetails) SetInput ¶
func (s *LambdaFunctionScheduledEventDetails) SetInput(v string) *LambdaFunctionScheduledEventDetails
SetInput sets the Input field's value.
func (*LambdaFunctionScheduledEventDetails) SetResource ¶
func (s *LambdaFunctionScheduledEventDetails) SetResource(v string) *LambdaFunctionScheduledEventDetails
SetResource sets the Resource field's value.
func (*LambdaFunctionScheduledEventDetails) SetTimeoutInSeconds ¶
func (s *LambdaFunctionScheduledEventDetails) SetTimeoutInSeconds(v int64) *LambdaFunctionScheduledEventDetails
SetTimeoutInSeconds sets the TimeoutInSeconds field's value.
func (LambdaFunctionScheduledEventDetails) String ¶
func (s LambdaFunctionScheduledEventDetails) String() string
String returns the string representation
type LambdaFunctionStartFailedEventDetails ¶
type LambdaFunctionStartFailedEventDetails struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/LambdaFunctionStartFailedEventDetails
func (LambdaFunctionStartFailedEventDetails) GoString ¶
func (s LambdaFunctionStartFailedEventDetails) GoString() string
GoString returns the string representation
func (*LambdaFunctionStartFailedEventDetails) SetCause ¶
func (s *LambdaFunctionStartFailedEventDetails) SetCause(v string) *LambdaFunctionStartFailedEventDetails
SetCause sets the Cause field's value.
func (*LambdaFunctionStartFailedEventDetails) SetError ¶
func (s *LambdaFunctionStartFailedEventDetails) SetError(v string) *LambdaFunctionStartFailedEventDetails
SetError sets the Error field's value.
func (LambdaFunctionStartFailedEventDetails) String ¶
func (s LambdaFunctionStartFailedEventDetails) String() string
String returns the string representation
type LambdaFunctionSucceededEventDetails ¶
type LambdaFunctionSucceededEventDetails struct { // The JSON data output by the lambda function. Output *string `locationName:"output" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/LambdaFunctionSucceededEventDetails
func (LambdaFunctionSucceededEventDetails) GoString ¶
func (s LambdaFunctionSucceededEventDetails) GoString() string
GoString returns the string representation
func (*LambdaFunctionSucceededEventDetails) SetOutput ¶
func (s *LambdaFunctionSucceededEventDetails) SetOutput(v string) *LambdaFunctionSucceededEventDetails
SetOutput sets the Output field's value.
func (LambdaFunctionSucceededEventDetails) String ¶
func (s LambdaFunctionSucceededEventDetails) String() string
String returns the string representation
type LambdaFunctionTimedOutEventDetails ¶
type LambdaFunctionTimedOutEventDetails struct { // A more detailed explanation of the cause of the timeout. Cause *string `locationName:"cause" type:"string"` // The error code of the failure. Error *string `locationName:"error" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/LambdaFunctionTimedOutEventDetails
func (LambdaFunctionTimedOutEventDetails) GoString ¶
func (s LambdaFunctionTimedOutEventDetails) GoString() string
GoString returns the string representation
func (*LambdaFunctionTimedOutEventDetails) SetCause ¶
func (s *LambdaFunctionTimedOutEventDetails) SetCause(v string) *LambdaFunctionTimedOutEventDetails
SetCause sets the Cause field's value.
func (*LambdaFunctionTimedOutEventDetails) SetError ¶
func (s *LambdaFunctionTimedOutEventDetails) SetError(v string) *LambdaFunctionTimedOutEventDetails
SetError sets the Error field's value.
func (LambdaFunctionTimedOutEventDetails) String ¶
func (s LambdaFunctionTimedOutEventDetails) String() string
String returns the string representation
type ListActivitiesInput ¶
type ListActivitiesInput struct { // The maximum number of results that will be returned per call. nextToken can // be used to obtain further pages of results. The default is 100 and the maximum // allowed page size is 1000. // // This is an upper limit only; the actual number of results returned per call // may be fewer than the specified maximum. MaxResults *int64 `locationName:"maxResults" type:"integer"` // If a nextToken was returned by a previous call, there are more results available. // To retrieve the next page of results, make the call again using the returned // token in nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListActivitiesInput
func (ListActivitiesInput) GoString ¶
func (s ListActivitiesInput) GoString() string
GoString returns the string representation
func (*ListActivitiesInput) SetMaxResults ¶
func (s *ListActivitiesInput) SetMaxResults(v int64) *ListActivitiesInput
SetMaxResults sets the MaxResults field's value.
func (*ListActivitiesInput) SetNextToken ¶
func (s *ListActivitiesInput) SetNextToken(v string) *ListActivitiesInput
SetNextToken sets the NextToken field's value.
func (ListActivitiesInput) String ¶
func (s ListActivitiesInput) String() string
String returns the string representation
func (*ListActivitiesInput) Validate ¶
func (s *ListActivitiesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListActivitiesOutput ¶
type ListActivitiesOutput struct { // The list of activities. // // Activities is a required field Activities []ActivityListItem `locationName:"activities" type:"list" required:"true"` // If a nextToken is returned, there are more results available. To retrieve // the next page of results, make the call again using the returned token in // nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListActivitiesOutput
func (ListActivitiesOutput) GoString ¶
func (s ListActivitiesOutput) GoString() string
GoString returns the string representation
func (ListActivitiesOutput) SDKResponseMetadata ¶
func (s ListActivitiesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListActivitiesOutput) SetActivities ¶
func (s *ListActivitiesOutput) SetActivities(v []ActivityListItem) *ListActivitiesOutput
SetActivities sets the Activities field's value.
func (*ListActivitiesOutput) SetNextToken ¶
func (s *ListActivitiesOutput) SetNextToken(v string) *ListActivitiesOutput
SetNextToken sets the NextToken field's value.
func (ListActivitiesOutput) String ¶
func (s ListActivitiesOutput) String() string
String returns the string representation
type ListActivitiesRequest ¶
type ListActivitiesRequest struct { *aws.Request Input *ListActivitiesInput }
ListActivitiesRequest is a API request type for the ListActivities API operation.
func (ListActivitiesRequest) Send ¶
func (r ListActivitiesRequest) Send() (*ListActivitiesOutput, error)
Send marshals and sends the ListActivities API request.
type ListExecutionsInput ¶
type ListExecutionsInput struct { // The maximum number of results that will be returned per call. nextToken can // be used to obtain further pages of results. The default is 100 and the maximum // allowed page size is 1000. // // This is an upper limit only; the actual number of results returned per call // may be fewer than the specified maximum. MaxResults *int64 `locationName:"maxResults" type:"integer"` // If a nextToken was returned by a previous call, there are more results available. // To retrieve the next page of results, make the call again using the returned // token in nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The Amazon Resource Name (ARN) of the state machine whose executions will // be listed. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // If specified, only list the executions whose current execution status matches // the given filter. StatusFilter ExecutionStatus `locationName:"statusFilter" type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListExecutionsInput
func (ListExecutionsInput) GoString ¶
func (s ListExecutionsInput) GoString() string
GoString returns the string representation
func (*ListExecutionsInput) SetMaxResults ¶
func (s *ListExecutionsInput) SetMaxResults(v int64) *ListExecutionsInput
SetMaxResults sets the MaxResults field's value.
func (*ListExecutionsInput) SetNextToken ¶
func (s *ListExecutionsInput) SetNextToken(v string) *ListExecutionsInput
SetNextToken sets the NextToken field's value.
func (*ListExecutionsInput) SetStateMachineArn ¶
func (s *ListExecutionsInput) SetStateMachineArn(v string) *ListExecutionsInput
SetStateMachineArn sets the StateMachineArn field's value.
func (*ListExecutionsInput) SetStatusFilter ¶
func (s *ListExecutionsInput) SetStatusFilter(v ExecutionStatus) *ListExecutionsInput
SetStatusFilter sets the StatusFilter field's value.
func (ListExecutionsInput) String ¶
func (s ListExecutionsInput) String() string
String returns the string representation
func (*ListExecutionsInput) Validate ¶
func (s *ListExecutionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListExecutionsOutput ¶
type ListExecutionsOutput struct { // The list of matching executions. // // Executions is a required field Executions []ExecutionListItem `locationName:"executions" type:"list" required:"true"` // If a nextToken is returned, there are more results available. To retrieve // the next page of results, make the call again using the returned token in // nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListExecutionsOutput
func (ListExecutionsOutput) GoString ¶
func (s ListExecutionsOutput) GoString() string
GoString returns the string representation
func (ListExecutionsOutput) SDKResponseMetadata ¶
func (s ListExecutionsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListExecutionsOutput) SetExecutions ¶
func (s *ListExecutionsOutput) SetExecutions(v []ExecutionListItem) *ListExecutionsOutput
SetExecutions sets the Executions field's value.
func (*ListExecutionsOutput) SetNextToken ¶
func (s *ListExecutionsOutput) SetNextToken(v string) *ListExecutionsOutput
SetNextToken sets the NextToken field's value.
func (ListExecutionsOutput) String ¶
func (s ListExecutionsOutput) String() string
String returns the string representation
type ListExecutionsRequest ¶
type ListExecutionsRequest struct { *aws.Request Input *ListExecutionsInput }
ListExecutionsRequest is a API request type for the ListExecutions API operation.
func (ListExecutionsRequest) Send ¶
func (r ListExecutionsRequest) Send() (*ListExecutionsOutput, error)
Send marshals and sends the ListExecutions API request.
type ListStateMachinesInput ¶
type ListStateMachinesInput struct { // The maximum number of results that will be returned per call. nextToken can // be used to obtain further pages of results. The default is 100 and the maximum // allowed page size is 1000. // // This is an upper limit only; the actual number of results returned per call // may be fewer than the specified maximum. MaxResults *int64 `locationName:"maxResults" type:"integer"` // If a nextToken was returned by a previous call, there are more results available. // To retrieve the next page of results, make the call again using the returned // token in nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListStateMachinesInput
func (ListStateMachinesInput) GoString ¶
func (s ListStateMachinesInput) GoString() string
GoString returns the string representation
func (*ListStateMachinesInput) SetMaxResults ¶
func (s *ListStateMachinesInput) SetMaxResults(v int64) *ListStateMachinesInput
SetMaxResults sets the MaxResults field's value.
func (*ListStateMachinesInput) SetNextToken ¶
func (s *ListStateMachinesInput) SetNextToken(v string) *ListStateMachinesInput
SetNextToken sets the NextToken field's value.
func (ListStateMachinesInput) String ¶
func (s ListStateMachinesInput) String() string
String returns the string representation
func (*ListStateMachinesInput) Validate ¶
func (s *ListStateMachinesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListStateMachinesOutput ¶
type ListStateMachinesOutput struct { // If a nextToken is returned, there are more results available. To retrieve // the next page of results, make the call again using the returned token in // nextToken. Keep all other arguments unchanged. // // The configured maxResults determines how many results can be returned in // a single call. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // StateMachines is a required field StateMachines []StateMachineListItem `locationName:"stateMachines" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListStateMachinesOutput
func (ListStateMachinesOutput) GoString ¶
func (s ListStateMachinesOutput) GoString() string
GoString returns the string representation
func (ListStateMachinesOutput) SDKResponseMetadata ¶
func (s ListStateMachinesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListStateMachinesOutput) SetNextToken ¶
func (s *ListStateMachinesOutput) SetNextToken(v string) *ListStateMachinesOutput
SetNextToken sets the NextToken field's value.
func (*ListStateMachinesOutput) SetStateMachines ¶
func (s *ListStateMachinesOutput) SetStateMachines(v []StateMachineListItem) *ListStateMachinesOutput
SetStateMachines sets the StateMachines field's value.
func (ListStateMachinesOutput) String ¶
func (s ListStateMachinesOutput) String() string
String returns the string representation
type ListStateMachinesRequest ¶
type ListStateMachinesRequest struct { *aws.Request Input *ListStateMachinesInput }
ListStateMachinesRequest is a API request type for the ListStateMachines API operation.
func (ListStateMachinesRequest) Send ¶
func (r ListStateMachinesRequest) Send() (*ListStateMachinesOutput, error)
Send marshals and sends the ListStateMachines API request.
type SFN ¶
SFN provides the API operation methods for making requests to AWS Step Functions. See this package's package overview docs for details on the service.
SFN 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 SFN client with a config. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a SFN client from just a config. svc := sfn.New(myConfig) // Create a SFN client with additional configuration svc := sfn.New(myConfig, aws.NewConfig().WithRegion("us-west-2"))
func (*SFN) CreateActivityRequest ¶
func (c *SFN) CreateActivityRequest(input *CreateActivityInput) CreateActivityRequest
CreateActivityRequest returns a request value for making API operation for AWS Step Functions.
Creates an activity.
// Example sending a request using the CreateActivityRequest method. req := client.CreateActivityRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/CreateActivity
func (*SFN) CreateStateMachineRequest ¶
func (c *SFN) CreateStateMachineRequest(input *CreateStateMachineInput) CreateStateMachineRequest
CreateStateMachineRequest returns a request value for making API operation for AWS Step Functions.
Creates a state machine.
// Example sending a request using the CreateStateMachineRequest method. req := client.CreateStateMachineRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/CreateStateMachine
func (*SFN) DeleteActivityRequest ¶
func (c *SFN) DeleteActivityRequest(input *DeleteActivityInput) DeleteActivityRequest
DeleteActivityRequest returns a request value for making API operation for AWS Step Functions.
Deletes an activity.
// Example sending a request using the DeleteActivityRequest method. req := client.DeleteActivityRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DeleteActivity
func (*SFN) DeleteStateMachineRequest ¶
func (c *SFN) DeleteStateMachineRequest(input *DeleteStateMachineInput) DeleteStateMachineRequest
DeleteStateMachineRequest returns a request value for making API operation for AWS Step Functions.
Deletes a state machine. This is an asynchronous operation-- it sets the state machine's status to "DELETING" and begins the delete process.
// Example sending a request using the DeleteStateMachineRequest method. req := client.DeleteStateMachineRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DeleteStateMachine
func (*SFN) DescribeActivityRequest ¶
func (c *SFN) DescribeActivityRequest(input *DescribeActivityInput) DescribeActivityRequest
DescribeActivityRequest returns a request value for making API operation for AWS Step Functions.
Describes an activity.
// Example sending a request using the DescribeActivityRequest method. req := client.DescribeActivityRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeActivity
func (*SFN) DescribeExecutionRequest ¶
func (c *SFN) DescribeExecutionRequest(input *DescribeExecutionInput) DescribeExecutionRequest
DescribeExecutionRequest returns a request value for making API operation for AWS Step Functions.
Describes an execution.
// Example sending a request using the DescribeExecutionRequest method. req := client.DescribeExecutionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeExecution
func (*SFN) DescribeStateMachineRequest ¶
func (c *SFN) DescribeStateMachineRequest(input *DescribeStateMachineInput) DescribeStateMachineRequest
DescribeStateMachineRequest returns a request value for making API operation for AWS Step Functions.
Describes a state machine.
// Example sending a request using the DescribeStateMachineRequest method. req := client.DescribeStateMachineRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/DescribeStateMachine
func (*SFN) GetActivityTaskRequest ¶
func (c *SFN) GetActivityTaskRequest(input *GetActivityTaskInput) GetActivityTaskRequest
GetActivityTaskRequest returns a request value for making API operation for AWS Step Functions.
Used by workers to retrieve a task (with the specified activity ARN) scheduled for execution by a running state machine. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available (i.e. an execution of a task of this type is needed.) The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll will return an empty result, that is, the taskToken returned is an empty string.
Workers should set their client side socket timeout to at least 65 seconds (5 seconds higher than the maximum time the service may hold the poll request).
// Example sending a request using the GetActivityTaskRequest method. req := client.GetActivityTaskRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/GetActivityTask
func (*SFN) GetExecutionHistoryPages ¶
func (c *SFN) GetExecutionHistoryPages(input *GetExecutionHistoryInput, fn func(*GetExecutionHistoryOutput, bool) bool) error
GetExecutionHistoryPages iterates over the pages of a GetExecutionHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetExecutionHistory method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetExecutionHistory operation. pageNum := 0 err := client.GetExecutionHistoryPages(params, func(page *GetExecutionHistoryOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SFN) GetExecutionHistoryPagesWithContext ¶
func (c *SFN) GetExecutionHistoryPagesWithContext(ctx aws.Context, input *GetExecutionHistoryInput, fn func(*GetExecutionHistoryOutput, bool) bool, opts ...aws.Option) error
GetExecutionHistoryPagesWithContext same as GetExecutionHistoryPages except it takes a Context and allows setting request options on the pages.
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 (*SFN) GetExecutionHistoryRequest ¶
func (c *SFN) GetExecutionHistoryRequest(input *GetExecutionHistoryInput) GetExecutionHistoryRequest
GetExecutionHistoryRequest returns a request value for making API operation for AWS Step Functions.
Returns the history of the specified execution as a list of events. By default, the results are returned in ascending order of the timeStamp of the events. Use the reverseOrder parameter to get the latest events first. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
// Example sending a request using the GetExecutionHistoryRequest method. req := client.GetExecutionHistoryRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/GetExecutionHistory
func (*SFN) ListActivitiesPages ¶
func (c *SFN) ListActivitiesPages(input *ListActivitiesInput, fn func(*ListActivitiesOutput, bool) bool) error
ListActivitiesPages iterates over the pages of a ListActivities operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListActivities method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListActivities operation. pageNum := 0 err := client.ListActivitiesPages(params, func(page *ListActivitiesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SFN) ListActivitiesPagesWithContext ¶
func (c *SFN) ListActivitiesPagesWithContext(ctx aws.Context, input *ListActivitiesInput, fn func(*ListActivitiesOutput, bool) bool, opts ...aws.Option) error
ListActivitiesPagesWithContext same as ListActivitiesPages except it takes a Context and allows setting request options on the pages.
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 (*SFN) ListActivitiesRequest ¶
func (c *SFN) ListActivitiesRequest(input *ListActivitiesInput) ListActivitiesRequest
ListActivitiesRequest returns a request value for making API operation for AWS Step Functions.
Lists the existing activities. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
// Example sending a request using the ListActivitiesRequest method. req := client.ListActivitiesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListActivities
func (*SFN) ListExecutionsPages ¶
func (c *SFN) ListExecutionsPages(input *ListExecutionsInput, fn func(*ListExecutionsOutput, bool) bool) error
ListExecutionsPages iterates over the pages of a ListExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListExecutions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListExecutions operation. pageNum := 0 err := client.ListExecutionsPages(params, func(page *ListExecutionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SFN) ListExecutionsPagesWithContext ¶
func (c *SFN) ListExecutionsPagesWithContext(ctx aws.Context, input *ListExecutionsInput, fn func(*ListExecutionsOutput, bool) bool, opts ...aws.Option) error
ListExecutionsPagesWithContext same as ListExecutionsPages except it takes a Context and allows setting request options on the pages.
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 (*SFN) ListExecutionsRequest ¶
func (c *SFN) ListExecutionsRequest(input *ListExecutionsInput) ListExecutionsRequest
ListExecutionsRequest returns a request value for making API operation for AWS Step Functions.
Lists the executions of a state machine that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
// Example sending a request using the ListExecutionsRequest method. req := client.ListExecutionsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListExecutions
func (*SFN) ListStateMachinesPages ¶
func (c *SFN) ListStateMachinesPages(input *ListStateMachinesInput, fn func(*ListStateMachinesOutput, bool) bool) error
ListStateMachinesPages iterates over the pages of a ListStateMachines operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListStateMachines method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListStateMachines operation. pageNum := 0 err := client.ListStateMachinesPages(params, func(page *ListStateMachinesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*SFN) ListStateMachinesPagesWithContext ¶
func (c *SFN) ListStateMachinesPagesWithContext(ctx aws.Context, input *ListStateMachinesInput, fn func(*ListStateMachinesOutput, bool) bool, opts ...aws.Option) error
ListStateMachinesPagesWithContext same as ListStateMachinesPages except it takes a Context and allows setting request options on the pages.
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 (*SFN) ListStateMachinesRequest ¶
func (c *SFN) ListStateMachinesRequest(input *ListStateMachinesInput) ListStateMachinesRequest
ListStateMachinesRequest returns a request value for making API operation for AWS Step Functions.
Lists the existing state machines. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextToken returned by the previous call.
// Example sending a request using the ListStateMachinesRequest method. req := client.ListStateMachinesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/ListStateMachines
func (*SFN) SendTaskFailureRequest ¶
func (c *SFN) SendTaskFailureRequest(input *SendTaskFailureInput) SendTaskFailureRequest
SendTaskFailureRequest returns a request value for making API operation for AWS Step Functions.
Used by workers to report that the task identified by the taskToken failed.
// Example sending a request using the SendTaskFailureRequest method. req := client.SendTaskFailureRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskFailure
func (*SFN) SendTaskHeartbeatRequest ¶
func (c *SFN) SendTaskHeartbeatRequest(input *SendTaskHeartbeatInput) SendTaskHeartbeatRequest
SendTaskHeartbeatRequest returns a request value for making API operation for AWS Step Functions.
Used by workers to report to the service that the task represented by the specified taskToken is still making progress. This action resets the Heartbeat clock. The Heartbeat threshold is specified in the state machine's Amazon States Language definition. This action does not in itself create an event in the execution history. However, if the task times out, the execution history will contain an ActivityTimedOut event.
The Timeout of a task, defined in the state machine's Amazon States Language definition, is its maximum allowed duration, regardless of the number of SendTaskHeartbeat requests received.
This operation is only useful for long-lived tasks to report the liveliness of the task.
// Example sending a request using the SendTaskHeartbeatRequest method. req := client.SendTaskHeartbeatRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskHeartbeat
func (*SFN) SendTaskSuccessRequest ¶
func (c *SFN) SendTaskSuccessRequest(input *SendTaskSuccessInput) SendTaskSuccessRequest
SendTaskSuccessRequest returns a request value for making API operation for AWS Step Functions.
Used by workers to report that the task identified by the taskToken completed successfully.
// Example sending a request using the SendTaskSuccessRequest method. req := client.SendTaskSuccessRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskSuccess
func (*SFN) StartExecutionRequest ¶
func (c *SFN) StartExecutionRequest(input *StartExecutionInput) StartExecutionRequest
StartExecutionRequest returns a request value for making API operation for AWS Step Functions.
Starts a state machine execution.
// Example sending a request using the StartExecutionRequest method. req := client.StartExecutionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StartExecution
func (*SFN) StopExecutionRequest ¶
func (c *SFN) StopExecutionRequest(input *StopExecutionInput) StopExecutionRequest
StopExecutionRequest returns a request value for making API operation for AWS Step Functions.
Stops an execution.
// Example sending a request using the StopExecutionRequest method. req := client.StopExecutionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StopExecution
type SendTaskFailureInput ¶
type SendTaskFailureInput struct { // A more detailed explanation of the cause of the failure. Cause *string `locationName:"cause" type:"string"` // An arbitrary error code that identifies the cause of the failure. Error *string `locationName:"error" type:"string"` // The token that represents this task. Task tokens are generated by the service // when the tasks are assigned to a worker (see GetActivityTask::taskToken). // // TaskToken is a required field TaskToken *string `locationName:"taskToken" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskFailureInput
func (SendTaskFailureInput) GoString ¶
func (s SendTaskFailureInput) GoString() string
GoString returns the string representation
func (*SendTaskFailureInput) SetCause ¶
func (s *SendTaskFailureInput) SetCause(v string) *SendTaskFailureInput
SetCause sets the Cause field's value.
func (*SendTaskFailureInput) SetError ¶
func (s *SendTaskFailureInput) SetError(v string) *SendTaskFailureInput
SetError sets the Error field's value.
func (*SendTaskFailureInput) SetTaskToken ¶
func (s *SendTaskFailureInput) SetTaskToken(v string) *SendTaskFailureInput
SetTaskToken sets the TaskToken field's value.
func (SendTaskFailureInput) String ¶
func (s SendTaskFailureInput) String() string
String returns the string representation
func (*SendTaskFailureInput) Validate ¶
func (s *SendTaskFailureInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SendTaskFailureOutput ¶
type SendTaskFailureOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskFailureOutput
func (SendTaskFailureOutput) GoString ¶
func (s SendTaskFailureOutput) GoString() string
GoString returns the string representation
func (SendTaskFailureOutput) SDKResponseMetadata ¶
func (s SendTaskFailureOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (SendTaskFailureOutput) String ¶
func (s SendTaskFailureOutput) String() string
String returns the string representation
type SendTaskFailureRequest ¶
type SendTaskFailureRequest struct { *aws.Request Input *SendTaskFailureInput }
SendTaskFailureRequest is a API request type for the SendTaskFailure API operation.
func (SendTaskFailureRequest) Send ¶
func (r SendTaskFailureRequest) Send() (*SendTaskFailureOutput, error)
Send marshals and sends the SendTaskFailure API request.
type SendTaskHeartbeatInput ¶
type SendTaskHeartbeatInput struct { // The token that represents this task. Task tokens are generated by the service // when the tasks are assigned to a worker (see GetActivityTask::taskToken). // // TaskToken is a required field TaskToken *string `locationName:"taskToken" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskHeartbeatInput
func (SendTaskHeartbeatInput) GoString ¶
func (s SendTaskHeartbeatInput) GoString() string
GoString returns the string representation
func (*SendTaskHeartbeatInput) SetTaskToken ¶
func (s *SendTaskHeartbeatInput) SetTaskToken(v string) *SendTaskHeartbeatInput
SetTaskToken sets the TaskToken field's value.
func (SendTaskHeartbeatInput) String ¶
func (s SendTaskHeartbeatInput) String() string
String returns the string representation
func (*SendTaskHeartbeatInput) Validate ¶
func (s *SendTaskHeartbeatInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SendTaskHeartbeatOutput ¶
type SendTaskHeartbeatOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskHeartbeatOutput
func (SendTaskHeartbeatOutput) GoString ¶
func (s SendTaskHeartbeatOutput) GoString() string
GoString returns the string representation
func (SendTaskHeartbeatOutput) SDKResponseMetadata ¶
func (s SendTaskHeartbeatOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (SendTaskHeartbeatOutput) String ¶
func (s SendTaskHeartbeatOutput) String() string
String returns the string representation
type SendTaskHeartbeatRequest ¶
type SendTaskHeartbeatRequest struct { *aws.Request Input *SendTaskHeartbeatInput }
SendTaskHeartbeatRequest is a API request type for the SendTaskHeartbeat API operation.
func (SendTaskHeartbeatRequest) Send ¶
func (r SendTaskHeartbeatRequest) Send() (*SendTaskHeartbeatOutput, error)
Send marshals and sends the SendTaskHeartbeat API request.
type SendTaskSuccessInput ¶
type SendTaskSuccessInput struct { // The JSON output of the task. // // Output is a required field Output *string `locationName:"output" type:"string" required:"true"` // The token that represents this task. Task tokens are generated by the service // when the tasks are assigned to a worker (see GetActivityTask::taskToken). // // TaskToken is a required field TaskToken *string `locationName:"taskToken" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskSuccessInput
func (SendTaskSuccessInput) GoString ¶
func (s SendTaskSuccessInput) GoString() string
GoString returns the string representation
func (*SendTaskSuccessInput) SetOutput ¶
func (s *SendTaskSuccessInput) SetOutput(v string) *SendTaskSuccessInput
SetOutput sets the Output field's value.
func (*SendTaskSuccessInput) SetTaskToken ¶
func (s *SendTaskSuccessInput) SetTaskToken(v string) *SendTaskSuccessInput
SetTaskToken sets the TaskToken field's value.
func (SendTaskSuccessInput) String ¶
func (s SendTaskSuccessInput) String() string
String returns the string representation
func (*SendTaskSuccessInput) Validate ¶
func (s *SendTaskSuccessInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SendTaskSuccessOutput ¶
type SendTaskSuccessOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/SendTaskSuccessOutput
func (SendTaskSuccessOutput) GoString ¶
func (s SendTaskSuccessOutput) GoString() string
GoString returns the string representation
func (SendTaskSuccessOutput) SDKResponseMetadata ¶
func (s SendTaskSuccessOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (SendTaskSuccessOutput) String ¶
func (s SendTaskSuccessOutput) String() string
String returns the string representation
type SendTaskSuccessRequest ¶
type SendTaskSuccessRequest struct { *aws.Request Input *SendTaskSuccessInput }
SendTaskSuccessRequest is a API request type for the SendTaskSuccess API operation.
func (SendTaskSuccessRequest) Send ¶
func (r SendTaskSuccessRequest) Send() (*SendTaskSuccessOutput, error)
Send marshals and sends the SendTaskSuccess API request.
type StartExecutionInput ¶
type StartExecutionInput struct { // The JSON input data for the execution. Input *string `locationName:"input" type:"string"` // The name of the execution. This name must be unique for your AWS account // and region. Name *string `locationName:"name" min:"1" type:"string"` // The Amazon Resource Name (ARN) of the state machine to execute. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StartExecutionInput
func (StartExecutionInput) GoString ¶
func (s StartExecutionInput) GoString() string
GoString returns the string representation
func (*StartExecutionInput) SetInput ¶
func (s *StartExecutionInput) SetInput(v string) *StartExecutionInput
SetInput sets the Input field's value.
func (*StartExecutionInput) SetName ¶
func (s *StartExecutionInput) SetName(v string) *StartExecutionInput
SetName sets the Name field's value.
func (*StartExecutionInput) SetStateMachineArn ¶
func (s *StartExecutionInput) SetStateMachineArn(v string) *StartExecutionInput
SetStateMachineArn sets the StateMachineArn field's value.
func (StartExecutionInput) String ¶
func (s StartExecutionInput) String() string
String returns the string representation
func (*StartExecutionInput) Validate ¶
func (s *StartExecutionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartExecutionOutput ¶
type StartExecutionOutput struct { // The Amazon Resource Name (ARN) that identifies the execution. // // ExecutionArn is a required field ExecutionArn *string `locationName:"executionArn" min:"1" type:"string" required:"true"` // The date the execution was started. // // StartDate is a required field StartDate *time.Time `locationName:"startDate" type:"timestamp" timestampFormat:"unix" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StartExecutionOutput
func (StartExecutionOutput) GoString ¶
func (s StartExecutionOutput) GoString() string
GoString returns the string representation
func (StartExecutionOutput) SDKResponseMetadata ¶
func (s StartExecutionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*StartExecutionOutput) SetExecutionArn ¶
func (s *StartExecutionOutput) SetExecutionArn(v string) *StartExecutionOutput
SetExecutionArn sets the ExecutionArn field's value.
func (*StartExecutionOutput) SetStartDate ¶
func (s *StartExecutionOutput) SetStartDate(v time.Time) *StartExecutionOutput
SetStartDate sets the StartDate field's value.
func (StartExecutionOutput) String ¶
func (s StartExecutionOutput) String() string
String returns the string representation
type StartExecutionRequest ¶
type StartExecutionRequest struct { *aws.Request Input *StartExecutionInput }
StartExecutionRequest is a API request type for the StartExecution API operation.
func (StartExecutionRequest) Send ¶
func (r StartExecutionRequest) Send() (*StartExecutionOutput, error)
Send marshals and sends the StartExecution API request.
type StateEnteredEventDetails ¶
type StateEnteredEventDetails struct { // The JSON input data to the state. Input *string `locationName:"input" type:"string"` // The name of the state. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StateEnteredEventDetails
func (StateEnteredEventDetails) GoString ¶
func (s StateEnteredEventDetails) GoString() string
GoString returns the string representation
func (*StateEnteredEventDetails) SetInput ¶
func (s *StateEnteredEventDetails) SetInput(v string) *StateEnteredEventDetails
SetInput sets the Input field's value.
func (*StateEnteredEventDetails) SetName ¶
func (s *StateEnteredEventDetails) SetName(v string) *StateEnteredEventDetails
SetName sets the Name field's value.
func (StateEnteredEventDetails) String ¶
func (s StateEnteredEventDetails) String() string
String returns the string representation
type StateExitedEventDetails ¶
type StateExitedEventDetails struct { // The name of the state. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The JSON output data of the state. Output *string `locationName:"output" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StateExitedEventDetails
func (StateExitedEventDetails) GoString ¶
func (s StateExitedEventDetails) GoString() string
GoString returns the string representation
func (*StateExitedEventDetails) SetName ¶
func (s *StateExitedEventDetails) SetName(v string) *StateExitedEventDetails
SetName sets the Name field's value.
func (*StateExitedEventDetails) SetOutput ¶
func (s *StateExitedEventDetails) SetOutput(v string) *StateExitedEventDetails
SetOutput sets the Output field's value.
func (StateExitedEventDetails) String ¶
func (s StateExitedEventDetails) String() string
String returns the string representation
type StateMachineListItem ¶
type StateMachineListItem struct { // The date the state machine was created. // // CreationDate is a required field CreationDate *time.Time `locationName:"creationDate" type:"timestamp" timestampFormat:"unix" required:"true"` // The name of the state machine. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The Amazon Resource Name (ARN) that identifies the state machine. // // StateMachineArn is a required field StateMachineArn *string `locationName:"stateMachineArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StateMachineListItem
func (StateMachineListItem) GoString ¶
func (s StateMachineListItem) GoString() string
GoString returns the string representation
func (*StateMachineListItem) SetCreationDate ¶
func (s *StateMachineListItem) SetCreationDate(v time.Time) *StateMachineListItem
SetCreationDate sets the CreationDate field's value.
func (*StateMachineListItem) SetName ¶
func (s *StateMachineListItem) SetName(v string) *StateMachineListItem
SetName sets the Name field's value.
func (*StateMachineListItem) SetStateMachineArn ¶
func (s *StateMachineListItem) SetStateMachineArn(v string) *StateMachineListItem
SetStateMachineArn sets the StateMachineArn field's value.
func (StateMachineListItem) String ¶
func (s StateMachineListItem) String() string
String returns the string representation
type StateMachineStatus ¶
type StateMachineStatus string
const ( StateMachineStatusActive StateMachineStatus = "ACTIVE" StateMachineStatusDeleting StateMachineStatus = "DELETING" )
Enum values for StateMachineStatus
type StopExecutionInput ¶
type StopExecutionInput struct { // A more detailed explanation of the cause of the termination. Cause *string `locationName:"cause" type:"string"` // An arbitrary error code that identifies the cause of the termination. Error *string `locationName:"error" type:"string"` // The Amazon Resource Name (ARN) of the execution to stop. // // ExecutionArn is a required field ExecutionArn *string `locationName:"executionArn" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StopExecutionInput
func (StopExecutionInput) GoString ¶
func (s StopExecutionInput) GoString() string
GoString returns the string representation
func (*StopExecutionInput) SetCause ¶
func (s *StopExecutionInput) SetCause(v string) *StopExecutionInput
SetCause sets the Cause field's value.
func (*StopExecutionInput) SetError ¶
func (s *StopExecutionInput) SetError(v string) *StopExecutionInput
SetError sets the Error field's value.
func (*StopExecutionInput) SetExecutionArn ¶
func (s *StopExecutionInput) SetExecutionArn(v string) *StopExecutionInput
SetExecutionArn sets the ExecutionArn field's value.
func (StopExecutionInput) String ¶
func (s StopExecutionInput) String() string
String returns the string representation
func (*StopExecutionInput) Validate ¶
func (s *StopExecutionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopExecutionOutput ¶
type StopExecutionOutput struct { // The date the execution was stopped. // // StopDate is a required field StopDate *time.Time `locationName:"stopDate" type:"timestamp" timestampFormat:"unix" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/StopExecutionOutput
func (StopExecutionOutput) GoString ¶
func (s StopExecutionOutput) GoString() string
GoString returns the string representation
func (StopExecutionOutput) SDKResponseMetadata ¶
func (s StopExecutionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*StopExecutionOutput) SetStopDate ¶
func (s *StopExecutionOutput) SetStopDate(v time.Time) *StopExecutionOutput
SetStopDate sets the StopDate field's value.
func (StopExecutionOutput) String ¶
func (s StopExecutionOutput) String() string
String returns the string representation
type StopExecutionRequest ¶
type StopExecutionRequest struct { *aws.Request Input *StopExecutionInput }
StopExecutionRequest is a API request type for the StopExecution API operation.
func (StopExecutionRequest) Send ¶
func (r StopExecutionRequest) Send() (*StopExecutionOutput, error)
Send marshals and sends the StopExecution API request.