Documentation ¶
Overview ¶
Package sfn provides the API client, operations, and parameter types for AWS Step Functions.
Step Functions ¶
Step Functions coordinates the components of distributed applications and microservices using visual workflows.
You can use Step Functions to build applications from individual components, each of which performs a discrete function, or task, allowing you to scale and change applications quickly. Step Functions provides a console that helps visualize the components of your application as a series of steps. Step Functions automatically triggers and tracks each step, and retries steps when there are errors, so your application executes predictably and in the right order every time. Step Functions logs the state of each step, so you can quickly diagnose and debug any issues.
Step Functions manages operations and underlying infrastructure to ensure your application is available at any scale. You can run tasks on Amazon Web Services, your own servers, or any system that has access to Amazon Web Services. You can access and use Step Functions using the console, the Amazon Web Services SDKs, or an HTTP API. For more information about Step Functions, see the Step Functions Developer Guide.
If you use the Step Functions API actions using Amazon Web Services SDK integrations, make sure the API actions are in camel case and parameter names are in Pascal case. For example, you could use Step Functions API action startSyncExecution and specify its parameter as StateMachineArn .
Index ¶
- Constants
- func NewDefaultEndpointResolver() *internalendpoints.Resolver
- func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
- func WithEndpointResolver(v EndpointResolver) func(*Options)deprecated
- func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
- func WithSigV4SigningName(name string) func(*Options)
- func WithSigV4SigningRegion(region string) func(*Options)
- type AuthResolverParameters
- type AuthSchemeResolver
- type Client
- func (c *Client) CreateActivity(ctx context.Context, params *CreateActivityInput, optFns ...func(*Options)) (*CreateActivityOutput, error)
- func (c *Client) CreateStateMachine(ctx context.Context, params *CreateStateMachineInput, optFns ...func(*Options)) (*CreateStateMachineOutput, error)
- func (c *Client) CreateStateMachineAlias(ctx context.Context, params *CreateStateMachineAliasInput, ...) (*CreateStateMachineAliasOutput, error)
- func (c *Client) DeleteActivity(ctx context.Context, params *DeleteActivityInput, optFns ...func(*Options)) (*DeleteActivityOutput, error)
- func (c *Client) DeleteStateMachine(ctx context.Context, params *DeleteStateMachineInput, optFns ...func(*Options)) (*DeleteStateMachineOutput, error)
- func (c *Client) DeleteStateMachineAlias(ctx context.Context, params *DeleteStateMachineAliasInput, ...) (*DeleteStateMachineAliasOutput, error)
- func (c *Client) DeleteStateMachineVersion(ctx context.Context, params *DeleteStateMachineVersionInput, ...) (*DeleteStateMachineVersionOutput, error)
- func (c *Client) DescribeActivity(ctx context.Context, params *DescribeActivityInput, optFns ...func(*Options)) (*DescribeActivityOutput, error)
- func (c *Client) DescribeExecution(ctx context.Context, params *DescribeExecutionInput, optFns ...func(*Options)) (*DescribeExecutionOutput, error)
- func (c *Client) DescribeMapRun(ctx context.Context, params *DescribeMapRunInput, optFns ...func(*Options)) (*DescribeMapRunOutput, error)
- func (c *Client) DescribeStateMachine(ctx context.Context, params *DescribeStateMachineInput, ...) (*DescribeStateMachineOutput, error)
- func (c *Client) DescribeStateMachineAlias(ctx context.Context, params *DescribeStateMachineAliasInput, ...) (*DescribeStateMachineAliasOutput, error)
- func (c *Client) DescribeStateMachineForExecution(ctx context.Context, params *DescribeStateMachineForExecutionInput, ...) (*DescribeStateMachineForExecutionOutput, error)
- func (c *Client) GetActivityTask(ctx context.Context, params *GetActivityTaskInput, optFns ...func(*Options)) (*GetActivityTaskOutput, error)
- func (c *Client) GetExecutionHistory(ctx context.Context, params *GetExecutionHistoryInput, ...) (*GetExecutionHistoryOutput, error)
- func (c *Client) ListActivities(ctx context.Context, params *ListActivitiesInput, optFns ...func(*Options)) (*ListActivitiesOutput, error)
- func (c *Client) ListExecutions(ctx context.Context, params *ListExecutionsInput, optFns ...func(*Options)) (*ListExecutionsOutput, error)
- func (c *Client) ListMapRuns(ctx context.Context, params *ListMapRunsInput, optFns ...func(*Options)) (*ListMapRunsOutput, error)
- func (c *Client) ListStateMachineAliases(ctx context.Context, params *ListStateMachineAliasesInput, ...) (*ListStateMachineAliasesOutput, error)
- func (c *Client) ListStateMachineVersions(ctx context.Context, params *ListStateMachineVersionsInput, ...) (*ListStateMachineVersionsOutput, error)
- func (c *Client) ListStateMachines(ctx context.Context, params *ListStateMachinesInput, optFns ...func(*Options)) (*ListStateMachinesOutput, error)
- func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, ...) (*ListTagsForResourceOutput, error)
- func (c *Client) Options() Options
- func (c *Client) PublishStateMachineVersion(ctx context.Context, params *PublishStateMachineVersionInput, ...) (*PublishStateMachineVersionOutput, error)
- func (c *Client) RedriveExecution(ctx context.Context, params *RedriveExecutionInput, optFns ...func(*Options)) (*RedriveExecutionOutput, error)
- func (c *Client) SendTaskFailure(ctx context.Context, params *SendTaskFailureInput, optFns ...func(*Options)) (*SendTaskFailureOutput, error)
- func (c *Client) SendTaskHeartbeat(ctx context.Context, params *SendTaskHeartbeatInput, optFns ...func(*Options)) (*SendTaskHeartbeatOutput, error)
- func (c *Client) SendTaskSuccess(ctx context.Context, params *SendTaskSuccessInput, optFns ...func(*Options)) (*SendTaskSuccessOutput, error)
- func (c *Client) StartExecution(ctx context.Context, params *StartExecutionInput, optFns ...func(*Options)) (*StartExecutionOutput, error)
- func (c *Client) StartSyncExecution(ctx context.Context, params *StartSyncExecutionInput, optFns ...func(*Options)) (*StartSyncExecutionOutput, error)
- func (c *Client) StopExecution(ctx context.Context, params *StopExecutionInput, optFns ...func(*Options)) (*StopExecutionOutput, error)
- func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
- func (c *Client) TestState(ctx context.Context, params *TestStateInput, optFns ...func(*Options)) (*TestStateOutput, error)
- func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
- func (c *Client) UpdateMapRun(ctx context.Context, params *UpdateMapRunInput, optFns ...func(*Options)) (*UpdateMapRunOutput, error)
- func (c *Client) UpdateStateMachine(ctx context.Context, params *UpdateStateMachineInput, optFns ...func(*Options)) (*UpdateStateMachineOutput, error)
- func (c *Client) UpdateStateMachineAlias(ctx context.Context, params *UpdateStateMachineAliasInput, ...) (*UpdateStateMachineAliasOutput, error)
- func (c *Client) ValidateStateMachineDefinition(ctx context.Context, params *ValidateStateMachineDefinitionInput, ...) (*ValidateStateMachineDefinitionOutput, error)
- type CreateActivityInput
- type CreateActivityOutput
- type CreateStateMachineAliasInput
- type CreateStateMachineAliasOutput
- type CreateStateMachineInput
- type CreateStateMachineOutput
- type DeleteActivityInput
- type DeleteActivityOutput
- type DeleteStateMachineAliasInput
- type DeleteStateMachineAliasOutput
- type DeleteStateMachineInput
- type DeleteStateMachineOutput
- type DeleteStateMachineVersionInput
- type DeleteStateMachineVersionOutput
- type DescribeActivityInput
- type DescribeActivityOutput
- type DescribeExecutionInput
- type DescribeExecutionOutput
- type DescribeMapRunInput
- type DescribeMapRunOutput
- type DescribeStateMachineAliasInput
- type DescribeStateMachineAliasOutput
- type DescribeStateMachineForExecutionInput
- type DescribeStateMachineForExecutionOutput
- type DescribeStateMachineInput
- type DescribeStateMachineOutput
- type EndpointParameters
- type EndpointResolver
- type EndpointResolverFunc
- type EndpointResolverOptions
- type EndpointResolverV2
- type GetActivityTaskInput
- type GetActivityTaskOutput
- type GetExecutionHistoryAPIClient
- type GetExecutionHistoryInput
- type GetExecutionHistoryOutput
- type GetExecutionHistoryPaginator
- type GetExecutionHistoryPaginatorOptions
- type HTTPClient
- type HTTPSignerV4
- type IdempotencyTokenProvider
- type ListActivitiesAPIClient
- type ListActivitiesInput
- type ListActivitiesOutput
- type ListActivitiesPaginator
- type ListActivitiesPaginatorOptions
- type ListExecutionsAPIClient
- type ListExecutionsInput
- type ListExecutionsOutput
- type ListExecutionsPaginator
- type ListExecutionsPaginatorOptions
- type ListMapRunsAPIClient
- type ListMapRunsInput
- type ListMapRunsOutput
- type ListMapRunsPaginator
- type ListMapRunsPaginatorOptions
- type ListStateMachineAliasesInput
- type ListStateMachineAliasesOutput
- type ListStateMachineVersionsInput
- type ListStateMachineVersionsOutput
- type ListStateMachinesAPIClient
- type ListStateMachinesInput
- type ListStateMachinesOutput
- type ListStateMachinesPaginator
- type ListStateMachinesPaginatorOptions
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type Options
- type PublishStateMachineVersionInput
- type PublishStateMachineVersionOutput
- type RedriveExecutionInput
- type RedriveExecutionOutput
- type ResolveEndpoint
- type SendTaskFailureInput
- type SendTaskFailureOutput
- type SendTaskHeartbeatInput
- type SendTaskHeartbeatOutput
- type SendTaskSuccessInput
- type SendTaskSuccessOutput
- type StartExecutionInput
- type StartExecutionOutput
- type StartSyncExecutionInput
- type StartSyncExecutionOutput
- type StopExecutionInput
- type StopExecutionOutput
- type TagResourceInput
- type TagResourceOutput
- type TestStateInput
- type TestStateOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateMapRunInput
- type UpdateMapRunOutput
- type UpdateStateMachineAliasInput
- type UpdateStateMachineAliasOutput
- type UpdateStateMachineInput
- type UpdateStateMachineOutput
- type ValidateStateMachineDefinitionInput
- type ValidateStateMachineDefinitionOutput
Constants ¶
const ServiceAPIVersion = "2016-11-23"
const ServiceID = "SFN"
Variables ¶
This section is empty.
Functions ¶
func NewDefaultEndpointResolver ¶
func NewDefaultEndpointResolver() *internalendpoints.Resolver
NewDefaultEndpointResolver constructs a new service endpoint resolver
func WithAPIOptions ¶ added in v1.0.0
func WithAPIOptions(optFns ...func(*middleware.Stack) error) func(*Options)
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
func WithEndpointResolver
deprecated
func WithEndpointResolver(v EndpointResolver) func(*Options)
Deprecated: EndpointResolver and WithEndpointResolver. Providing a value for this field will likely prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2 and BaseEndpoint.
To migrate an EndpointResolver implementation that uses a custom endpoint, set the client option BaseEndpoint instead.
func WithEndpointResolverV2 ¶ added in v1.19.0
func WithEndpointResolverV2(v EndpointResolverV2) func(*Options)
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
func WithSigV4SigningName ¶ added in v1.22.1
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing name from both auth scheme resolution and endpoint resolution.
func WithSigV4SigningRegion ¶ added in v1.22.1
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.
This is an advanced setting. The value here is FINAL, taking precedence over the resolved signing region from both auth scheme resolution and endpoint resolution.
Types ¶
type AuthResolverParameters ¶ added in v1.22.1
type AuthResolverParameters struct { // The name of the operation being invoked. Operation string // The region in which the operation is being invoked. Region string }
AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
type AuthSchemeResolver ¶ added in v1.22.1
type AuthSchemeResolver interface {
ResolveAuthSchemes(context.Context, *AuthResolverParameters) ([]*smithyauth.Option, error)
}
AuthSchemeResolver returns a set of possible authentication options for an operation.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client provides the API client to make operations call for AWS Step Functions.
func New ¶
New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.
func NewFromConfig ¶
NewFromConfig returns a new client from the provided config.
func (*Client) CreateActivity ¶
func (c *Client) CreateActivity(ctx context.Context, params *CreateActivityInput, optFns ...func(*Options)) (*CreateActivityOutput, error)
Creates an activity. An activity is a task that you write in any programming language and host on any machine that has access to Step Functions. Activities must poll Step Functions using the GetActivityTask API action and respond using SendTask* API actions. This function lets Step Functions know the existence of your activity and returns an identifier for use in a state machine and when polling from the activity.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
CreateActivity is an idempotent API. Subsequent requests won’t create a duplicate resource if it was already created. CreateActivity 's idempotency check is based on the activity name . If a following request has different tags values, Step Functions will ignore these differences and treat it as an idempotent request of the previous. In this case, tags will not be updated, even if they are different.
func (*Client) CreateStateMachine ¶
func (c *Client) CreateStateMachine(ctx context.Context, params *CreateStateMachineInput, optFns ...func(*Options)) (*CreateStateMachineOutput, error)
Creates a state machine. A state machine consists of a collection of states that can do work ( Task states), determine to which states to transition next ( Choice states), stop an execution with an error ( Fail states), and so on. State machines are specified using a JSON-based, structured language. For more information, see Amazon States Languagein the Step Functions User Guide.
If you set the publish parameter of this API action to true , it publishes version 1 as the first revision of the state machine.
For additional control over security, you can encrypt your data using a customer-managed key for Step Functions state machines. You can configure a symmetric KMS key and data key reuse period when creating or updating a State Machine. The execution history and state machine definition will be encrypted with the key applied to the State Machine.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
CreateStateMachine is an idempotent API. Subsequent requests won’t create a duplicate resource if it was already created. CreateStateMachine 's idempotency check is based on the state machine name , definition , type , LoggingConfiguration , TracingConfiguration , and EncryptionConfiguration The check is also based on the publish and versionDescription parameters. If a following request has a different roleArn or tags , Step Functions will ignore these differences and treat it as an idempotent request of the previous. In this case, roleArn and tags will not be updated, even if they are different.
func (*Client) CreateStateMachineAlias ¶ added in v1.18.0
func (c *Client) CreateStateMachineAlias(ctx context.Context, params *CreateStateMachineAliasInput, optFns ...func(*Options)) (*CreateStateMachineAliasOutput, error)
Creates an alias for a state machine that points to one or two versions of the same state machine. You can set your application to call StartExecutionwith an alias and update the version the alias uses without changing the client's code.
You can also map an alias to split StartExecution requests between two versions of a state machine. To do this, add a second RoutingConfig object in the routingConfiguration parameter. You must also specify the percentage of execution run requests each version should receive in both RoutingConfig objects. Step Functions randomly chooses which version runs a given execution based on the percentage you specify.
To create an alias that points to a single version, specify a single RoutingConfig object with a weight set to 100.
You can create up to 100 aliases for each state machine. You must delete unused aliases using the DeleteStateMachineAliasAPI action.
CreateStateMachineAlias is an idempotent API. Step Functions bases the idempotency check on the stateMachineArn , description , name , and routingConfiguration parameters. Requests that contain the same values for these parameters return a successful idempotent response without creating a duplicate resource.
Related operations:
DescribeStateMachineAlias ¶
ListStateMachineAliases ¶
UpdateStateMachineAlias ¶
DeleteStateMachineAlias ¶
func (*Client) DeleteActivity ¶
func (c *Client) DeleteActivity(ctx context.Context, params *DeleteActivityInput, optFns ...func(*Options)) (*DeleteActivityOutput, error)
Deletes an activity.
func (*Client) DeleteStateMachine ¶
func (c *Client) DeleteStateMachine(ctx context.Context, params *DeleteStateMachineInput, optFns ...func(*Options)) (*DeleteStateMachineOutput, error)
Deletes a state machine. This is an asynchronous operation. It sets the state machine's status to DELETING and begins the deletion process. A state machine is deleted only when all its executions are completed. On the next state transition, the state machine's executions are terminated.
A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN.
The following are some examples of qualified and unqualified state machine ARNs:
- The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine .
arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel
If you provide a qualified state machine ARN that refers to a Distributed Map
state, the request fails with ValidationException . - The following unqualified state machine ARN refers to a state machine named myStateMachine .
arn:partition:states:region:account-id:stateMachine:myStateMachine
This API action also deletes all versions and aliases associated with a state machine.
For EXPRESS state machines, the deletion happens eventually (usually in less than a minute). Running executions may emit logs after DeleteStateMachine API is called.
func (*Client) DeleteStateMachineAlias ¶ added in v1.18.0
func (c *Client) DeleteStateMachineAlias(ctx context.Context, params *DeleteStateMachineAliasInput, optFns ...func(*Options)) (*DeleteStateMachineAliasOutput, error)
Deletes a state machine alias.
After you delete a state machine alias, you can't use it to start executions. When you delete a state machine alias, Step Functions doesn't delete the state machine versions that alias references.
Related operations:
CreateStateMachineAlias ¶
DescribeStateMachineAlias ¶
ListStateMachineAliases ¶
UpdateStateMachineAlias ¶
func (*Client) DeleteStateMachineVersion ¶ added in v1.18.0
func (c *Client) DeleteStateMachineVersion(ctx context.Context, params *DeleteStateMachineVersionInput, optFns ...func(*Options)) (*DeleteStateMachineVersionOutput, error)
Deletes a state machine version. After you delete a version, you can't call StartExecution using that version's ARN or use the version with a state machine alias.
Deleting a state machine version won't terminate its in-progress executions.
You can't delete a state machine version currently referenced by one or more aliases. Before you delete a version, you must either delete the aliases or update them to point to another state machine version.
Related operations:
PublishStateMachineVersion ¶
ListStateMachineVersions ¶
func (*Client) DescribeActivity ¶
func (c *Client) DescribeActivity(ctx context.Context, params *DescribeActivityInput, optFns ...func(*Options)) (*DescribeActivityOutput, error)
Describes an activity.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
func (*Client) DescribeExecution ¶
func (c *Client) DescribeExecution(ctx context.Context, params *DescribeExecutionInput, optFns ...func(*Options)) (*DescribeExecutionOutput, error)
Provides information about a state machine execution, such as the state machine associated with the execution, the execution input and output, and relevant execution metadata. If you've redrivenan execution, you can use this API action to return information about the redrives of that execution. In addition, you can use this API action to return the Map Run Amazon Resource Name (ARN) if the execution was dispatched by a Map Run.
If you specify a version or alias ARN when you call the StartExecution API action, DescribeExecution returns that ARN.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
Executions of an EXPRESS state machine aren't supported by DescribeExecution unless a Map Run dispatched them.
func (*Client) DescribeMapRun ¶ added in v1.16.0
func (c *Client) DescribeMapRun(ctx context.Context, params *DescribeMapRunInput, optFns ...func(*Options)) (*DescribeMapRunOutput, error)
Provides information about a Map Run's configuration, progress, and results. If you've redrivena Map Run, this API action also returns information about the redrives of that Map Run. For more information, see Examining Map Runin the Step Functions Developer Guide.
func (*Client) DescribeStateMachine ¶
func (c *Client) DescribeStateMachine(ctx context.Context, params *DescribeStateMachineInput, optFns ...func(*Options)) (*DescribeStateMachineOutput, error)
Provides information about a state machine's definition, its IAM role Amazon Resource Name (ARN), and configuration.
A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN.
The following are some examples of qualified and unqualified state machine ARNs:
- The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine .
arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel
If you provide a qualified state machine ARN that refers to a Distributed Map
state, the request fails with ValidationException . - The following qualified state machine ARN refers to an alias named PROD .
arn::states:::stateMachine:
If you provide a qualified state machine ARN that refers to a version ARN or an
alias ARN, the request starts execution for that version or alias. - The following unqualified state machine ARN refers to a state machine named myStateMachine .
arn::states:::stateMachine:
This API action returns the details for a state machine version if the stateMachineArn you specify is a state machine version ARN.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
func (*Client) DescribeStateMachineAlias ¶ added in v1.18.0
func (c *Client) DescribeStateMachineAlias(ctx context.Context, params *DescribeStateMachineAliasInput, optFns ...func(*Options)) (*DescribeStateMachineAliasOutput, error)
Returns details about a state machine alias.
Related operations:
CreateStateMachineAlias ¶
ListStateMachineAliases ¶
UpdateStateMachineAlias ¶
DeleteStateMachineAlias ¶
func (*Client) DescribeStateMachineForExecution ¶
func (c *Client) DescribeStateMachineForExecution(ctx context.Context, params *DescribeStateMachineForExecutionInput, optFns ...func(*Options)) (*DescribeStateMachineForExecutionOutput, error)
Provides information about a state machine's definition, its execution role ARN, and configuration. If a Map Run dispatched the execution, this action returns the Map Run Amazon Resource Name (ARN) in the response. The state machine returned is the state machine associated with the Map Run.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
This API action is not supported by EXPRESS state machines.
func (*Client) GetActivityTask ¶
func (c *Client) GetActivityTask(ctx context.Context, params *GetActivityTaskInput, optFns ...func(*Options)) (*GetActivityTaskOutput, error)
Used by workers to retrieve a task (with the specified activity ARN) which has been 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 returns a taskToken with a null string.
This API action isn't logged in CloudTrail.
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).
Polling with GetActivityTask can cause latency in some implementations. See Avoid Latency When Polling for Activity Tasks in the Step Functions Developer Guide.
func (*Client) GetExecutionHistory ¶
func (c *Client) GetExecutionHistory(ctx context.Context, params *GetExecutionHistoryInput, optFns ...func(*Options)) (*GetExecutionHistoryOutput, error)
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.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
This API action is not supported by EXPRESS state machines.
func (*Client) ListActivities ¶
func (c *Client) ListActivities(ctx context.Context, params *ListActivitiesInput, optFns ...func(*Options)) (*ListActivitiesOutput, error)
Lists the existing activities.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
func (*Client) ListExecutions ¶
func (c *Client) ListExecutions(ctx context.Context, params *ListExecutionsInput, optFns ...func(*Options)) (*ListExecutionsOutput, error)
Lists all executions of a state machine or a Map Run. You can list all executions related to a state machine by specifying a state machine Amazon Resource Name (ARN), or those related to a Map Run by specifying a Map Run ARN. Using this API action, you can also list all redrivenexecutions.
You can also provide a state machine alias ARN or version ARN to list the executions associated with a specific alias or version.
Results are sorted by time, with the most recent execution first.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
This API action is not supported by EXPRESS state machines.
func (*Client) ListMapRuns ¶ added in v1.16.0
func (c *Client) ListMapRuns(ctx context.Context, params *ListMapRunsInput, optFns ...func(*Options)) (*ListMapRunsOutput, error)
Lists all Map Runs that were started by a given state machine execution. Use this API action to obtain Map Run ARNs, and then call DescribeMapRun to obtain more information, if needed.
func (*Client) ListStateMachineAliases ¶ added in v1.18.0
func (c *Client) ListStateMachineAliases(ctx context.Context, params *ListStateMachineAliasesInput, optFns ...func(*Options)) (*ListStateMachineAliasesOutput, error)
Lists aliases for a specified state machine ARN. Results are sorted by time, with the most recently created aliases listed first.
To list aliases that reference a state machine version, you can specify the version ARN in the stateMachineArn parameter.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Related operations:
CreateStateMachineAlias ¶
DescribeStateMachineAlias ¶
UpdateStateMachineAlias ¶
DeleteStateMachineAlias ¶
func (*Client) ListStateMachineVersions ¶ added in v1.18.0
func (c *Client) ListStateMachineVersions(ctx context.Context, params *ListStateMachineVersionsInput, optFns ...func(*Options)) (*ListStateMachineVersionsOutput, error)
Lists versions for the specified state machine Amazon Resource Name (ARN).
The results are sorted in descending order of the version creation time.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Related operations:
PublishStateMachineVersion ¶
DeleteStateMachineVersion ¶
func (*Client) ListStateMachines ¶
func (c *Client) ListStateMachines(ctx context.Context, params *ListStateMachinesInput, optFns ...func(*Options)) (*ListStateMachinesOutput, error)
Lists the existing state machines.
If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
func (*Client) ListTagsForResource ¶
func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)
List tags for a given resource.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @ .
func (*Client) Options ¶ added in v1.24.0
Options returns a copy of the client configuration.
Callers SHOULD NOT perform mutations on any inner structures within client config. Config overrides should instead be made on a per-operation basis through functional options.
func (*Client) PublishStateMachineVersion ¶ added in v1.18.0
func (c *Client) PublishStateMachineVersion(ctx context.Context, params *PublishStateMachineVersionInput, optFns ...func(*Options)) (*PublishStateMachineVersionOutput, error)
Creates a version from the current revision of a state machine. Use versions to create immutable snapshots of your state machine. You can start executions from versions either directly or with an alias. To create an alias, use CreateStateMachineAlias.
You can publish up to 1000 versions for each state machine. You must manually delete unused versions using the DeleteStateMachineVersionAPI action.
PublishStateMachineVersion is an idempotent API. It doesn't create a duplicate state machine version if it already exists for the current revision. Step Functions bases PublishStateMachineVersion 's idempotency check on the stateMachineArn , name , and revisionId parameters. Requests with the same parameters return a successful idempotent response. If you don't specify a revisionId , Step Functions checks for a previously published version of the state machine's current revision.
Related operations:
DeleteStateMachineVersion ¶
ListStateMachineVersions ¶
func (*Client) RedriveExecution ¶ added in v1.22.0
func (c *Client) RedriveExecution(ctx context.Context, params *RedriveExecutionInput, optFns ...func(*Options)) (*RedriveExecutionOutput, error)
Restarts unsuccessful executions of Standard workflows that didn't complete successfully in the last 14 days. These include failed, aborted, or timed out executions. When you redrivean execution, it continues the failed execution from the unsuccessful step and uses the same input. Step Functions preserves the results and execution history of the successful steps, and doesn't rerun these steps when you redrive an execution. Redriven executions use the same state machine definition and execution ARN as the original execution attempt.
For workflows that include an Inline Map or Parallel state, RedriveExecution API action reschedules and redrives only the iterations and branches that failed or aborted.
To redrive a workflow that includes a Distributed Map state whose Map Run failed, you must redrive the parent workflow. The parent workflow redrives all the unsuccessful states, including a failed Map Run. If a Map Run was not started in the original execution attempt, the redriven parent workflow starts the Map Run.
This API action is not supported by EXPRESS state machines.
However, you can restart the unsuccessful executions of Express child workflows in a Distributed Map by redriving its Map Run. When you redrive a Map Run, the Express child workflows are rerun using the StartExecutionAPI action. For more information, see Redriving Map Runs.
You can redrive executions if your original execution meets the following conditions:
The execution status isn't SUCCEEDED .
Your workflow execution has not exceeded the redrivable period of 14 days. Redrivable period refers to the time during which you can redrive a given execution. This period starts from the day a state machine completes its execution.
The workflow execution has not exceeded the maximum open time of one year. For more information about state machine quotas, see Quotas related to state machine executions.
The execution event history count is less than 24,999. Redriven executions append their event history to the existing event history. Make sure your workflow execution contains less than 24,999 events to accommodate the ExecutionRedriven history event and at least one other history event.
func (*Client) SendTaskFailure ¶
func (c *Client) SendTaskFailure(ctx context.Context, params *SendTaskFailureInput, optFns ...func(*Options)) (*SendTaskFailureOutput, error)
Used by activity workers, Task states using the callback pattern, and optionally Task states using the job runpattern to report that the task identified by the taskToken failed.
For an execution with encryption enabled, Step Functions will encrypt the error and cause fields using the KMS key for the execution role.
A caller can mark a task as fail without using any KMS permissions in the execution role if the caller provides a null value for both error and cause fields because no data needs to be encrypted.
func (*Client) SendTaskHeartbeat ¶
func (c *Client) SendTaskHeartbeat(ctx context.Context, params *SendTaskHeartbeatInput, optFns ...func(*Options)) (*SendTaskHeartbeatOutput, error)
Used by activity workers and Task states using the callback pattern, and optionally Task states using the job runpattern to report to Step Functions 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 ( HeartbeatSeconds ). This action does not in itself create an event in the execution history. However, if the task times out, the execution history contains an ActivityTimedOut entry for activities, or a TaskTimedOut entry for tasks using the job run or callback pattern.
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. Use HeartbeatSeconds to configure the timeout interval for heartbeats.
func (*Client) SendTaskSuccess ¶
func (c *Client) SendTaskSuccess(ctx context.Context, params *SendTaskSuccessInput, optFns ...func(*Options)) (*SendTaskSuccessOutput, error)
Used by activity workers, Task states using the callback pattern, and optionally Task states using the job runpattern to report that the task identified by the taskToken completed successfully.
func (*Client) StartExecution ¶
func (c *Client) StartExecution(ctx context.Context, params *StartExecutionInput, optFns ...func(*Options)) (*StartExecutionOutput, error)
Starts a state machine execution.
A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN.
The following are some examples of qualified and unqualified state machine ARNs:
- The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine .
arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel
If you provide a qualified state machine ARN that refers to a Distributed Map
state, the request fails with ValidationException . - The following qualified state machine ARN refers to an alias named PROD .
arn::states:::stateMachine:
If you provide a qualified state machine ARN that refers to a version ARN or an
alias ARN, the request starts execution for that version or alias. - The following unqualified state machine ARN refers to a state machine named myStateMachine .
arn::states:::stateMachine:
If you start an execution with an unqualified state machine ARN, Step Functions uses the latest revision of the state machine for the execution.
To start executions of a state machine version, call StartExecution and provide the version ARN or the ARN of an aliasthat points to the version.
StartExecution is idempotent for STANDARD workflows. For a STANDARD workflow, if you call StartExecution with the same name and input as a running execution, the call succeeds and return the same response as the original request. If the execution is closed or if the input is different, it returns a 400 ExecutionAlreadyExists error. You can reuse names after 90 days.
StartExecution isn't idempotent for EXPRESS workflows.
func (*Client) StartSyncExecution ¶ added in v0.31.0
func (c *Client) StartSyncExecution(ctx context.Context, params *StartSyncExecutionInput, optFns ...func(*Options)) (*StartSyncExecutionOutput, error)
Starts a Synchronous Express state machine execution. StartSyncExecution is not available for STANDARD workflows.
StartSyncExecution will return a 200 OK response, even if your execution fails, because the status code in the API response doesn't reflect function errors. Error codes are reserved for errors that prevent your execution from running, such as permissions errors, limit errors, or issues with your state machine code and configuration.
This API action isn't logged in CloudTrail.
func (*Client) StopExecution ¶
func (c *Client) StopExecution(ctx context.Context, params *StopExecutionInput, optFns ...func(*Options)) (*StopExecutionOutput, error)
Stops an execution.
This API action is not supported by EXPRESS state machines.
For an execution with encryption enabled, Step Functions will encrypt the error and cause fields using the KMS key for the execution role.
A caller can stop an execution without using any KMS permissions in the execution role if the caller provides a null value for both error and cause fields because no data needs to be encrypted.
func (*Client) TagResource ¶
func (c *Client) TagResource(ctx context.Context, params *TagResourceInput, optFns ...func(*Options)) (*TagResourceOutput, error)
Add a tag to a Step Functions resource.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @ .
func (*Client) TestState ¶ added in v1.23.0
func (c *Client) TestState(ctx context.Context, params *TestStateInput, optFns ...func(*Options)) (*TestStateOutput, error)
Accepts the definition of a single state and executes it. You can test a state without creating a state machine or updating an existing state machine. Using this API, you can test the following:
A state's input and output processingdata flow
An Amazon Web Services service integrationrequest and response
An HTTP Taskrequest and response
You can call this API on only one state at a time. The states that you can test include the following:
- except Activity
The TestState API assumes an IAM role which must contain the required IAM permissions for the resources your state is accessing. For information about the permissions a state might need, see IAM permissions to test a state.
The TestState API can run for up to five minutes. If the execution of a state exceeds this duration, it fails with the States.Timeout error.
TestState doesn't support Activity tasks, .sync or .waitForTaskTokenservice integration patterns , Parallel, or Map states.
func (*Client) UntagResource ¶
func (c *Client) UntagResource(ctx context.Context, params *UntagResourceInput, optFns ...func(*Options)) (*UntagResourceOutput, error)
Remove a tag from a Step Functions resource
func (*Client) UpdateMapRun ¶ added in v1.16.0
func (c *Client) UpdateMapRun(ctx context.Context, params *UpdateMapRunInput, optFns ...func(*Options)) (*UpdateMapRunOutput, error)
Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.
func (*Client) UpdateStateMachine ¶
func (c *Client) UpdateStateMachine(ctx context.Context, params *UpdateStateMachineInput, optFns ...func(*Options)) (*UpdateStateMachineOutput, error)
Updates an existing state machine by modifying its definition , roleArn , loggingConfiguration , or EncryptionConfiguration . Running executions will continue to use the previous definition and roleArn . You must include at least one of definition or roleArn or you will receive a MissingRequiredParameter error.
A qualified state machine ARN refers to a Distributed Map state defined within a state machine. For example, the qualified state machine ARN arn:partition:states:region:account-id:stateMachine:stateMachineName/mapStateLabel refers to a Distributed Map state with a label mapStateLabel in the state machine named stateMachineName .
A qualified state machine ARN can either refer to a Distributed Map state defined within a state machine, a version ARN, or an alias ARN.
The following are some examples of qualified and unqualified state machine ARNs:
- The following qualified state machine ARN refers to a Distributed Map state with a label mapStateLabel in a state machine named myStateMachine .
arn:partition:states:region:account-id:stateMachine:myStateMachine/mapStateLabel
If you provide a qualified state machine ARN that refers to a Distributed Map
state, the request fails with ValidationException . - The following qualified state machine ARN refers to an alias named PROD .
arn::states:::stateMachine:
If you provide a qualified state machine ARN that refers to a version ARN or an
alias ARN, the request starts execution for that version or alias. - The following unqualified state machine ARN refers to a state machine named myStateMachine .
arn::states:::stateMachine:
After you update your state machine, you can set the publish parameter to true in the same action to publish a new version. This way, you can opt-in to strict versioning of your state machine.
Step Functions assigns monotonically increasing integers for state machine versions, starting at version number 1.
All StartExecution calls within a few seconds use the updated definition and roleArn . Executions started immediately after you call UpdateStateMachine may use the previous state machine definition and roleArn .
func (*Client) UpdateStateMachineAlias ¶ added in v1.18.0
func (c *Client) UpdateStateMachineAlias(ctx context.Context, params *UpdateStateMachineAliasInput, optFns ...func(*Options)) (*UpdateStateMachineAliasOutput, error)
Updates the configuration of an existing state machine alias by modifying its description or routingConfiguration .
You must specify at least one of the description or routingConfiguration parameters to update a state machine alias.
UpdateStateMachineAlias is an idempotent API. Step Functions bases the idempotency check on the stateMachineAliasArn , description , and routingConfiguration parameters. Requests with the same parameters return an idempotent response.
This operation is eventually consistent. All StartExecution requests made within a few seconds use the latest alias configuration. Executions started immediately after calling UpdateStateMachineAlias may use the previous routing configuration.
Related operations:
CreateStateMachineAlias ¶
DescribeStateMachineAlias ¶
ListStateMachineAliases ¶
DeleteStateMachineAlias ¶
func (*Client) ValidateStateMachineDefinition ¶ added in v1.27.0
func (c *Client) ValidateStateMachineDefinition(ctx context.Context, params *ValidateStateMachineDefinitionInput, optFns ...func(*Options)) (*ValidateStateMachineDefinitionOutput, error)
Validates the syntax of a state machine definition specified in Amazon States Language (ASL), a JSON-based, structured language.
You can validate that a state machine definition is correct without creating a state machine resource.
Suggested uses for ValidateStateMachineDefinition :
Integrate automated checks into your code review or Continuous Integration (CI) process to check state machine definitions before starting deployments.
Run validation from a Git pre-commit hook to verify the definition before committing to your source repository.
Validation will look for problems in your state machine definition and return a result and a list of diagnostic elements.
The result value will be OK when your workflow definition can be successfully created or updated. Note the result can be OK even when diagnostic warnings are present in the response. The result value will be FAIL when the workflow definition contains errors that would prevent you from creating or updating your state machine.
The list of ValidateStateMachineDefinitionDiagnostic data elements can contain zero or more WARNING and/or ERROR elements.
The ValidateStateMachineDefinition API might add new diagnostics in the future, adjust diagnostic codes, or change the message wording. Your automated processes should only rely on the value of the result field value (OK, FAIL). Do not rely on the exact order, count, or wording of diagnostic messages.
type CreateActivityInput ¶
type CreateActivityInput struct { // The name of the activity to create. This name must be unique for your Amazon // Web Services account and region for 90 days. For more information, see [Limits Related to State Machine Executions]in the // Step Functions Developer Guide. // // A name must not contain: // // - white space // // - brackets < > { } [ ] // // - wildcard characters ? * // // - special characters " # % \ ^ | ~ ` $ & , ; : / // // - control characters ( U+0000-001F , U+007F-009F ) // // To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, // a-z, - and _. // // [Limits Related to State Machine Executions]: https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions // // This member is required. Name *string // Settings to configure server-side encryption. EncryptionConfiguration *types.EncryptionConfiguration // The list of tags to add to a resource. // // An array of key-value pairs. For more information, see [Using Cost Allocation Tags] in the Amazon Web // Services Billing and Cost Management User Guide, and [Controlling Access Using IAM Tags]. // // Tags may only contain Unicode letters, digits, white space, or these symbols: _ // . : / = + - @ . // // [Controlling Access Using IAM Tags]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html // [Using Cost Allocation Tags]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html Tags []types.Tag // contains filtered or unexported fields }
type CreateActivityOutput ¶
type CreateActivityOutput struct { // The Amazon Resource Name (ARN) that identifies the created activity. // // This member is required. ActivityArn *string // The date the activity is created. // // This member is required. CreationDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateStateMachineAliasInput ¶ added in v1.18.0
type CreateStateMachineAliasInput struct { // The name of the state machine alias. // // To avoid conflict with version ARNs, don't use an integer in the name of the // alias. // // This member is required. Name *string // The routing configuration of a state machine alias. The routing configuration // shifts execution traffic between two state machine versions. // routingConfiguration contains an array of RoutingConfig objects that specify up // to two state machine versions. Step Functions then randomly choses which version // to run an execution with based on the weight assigned to each RoutingConfig . // // This member is required. RoutingConfiguration []types.RoutingConfigurationListItem // A description for the state machine alias. Description *string // contains filtered or unexported fields }
type CreateStateMachineAliasOutput ¶ added in v1.18.0
type CreateStateMachineAliasOutput struct { // The date the state machine alias was created. // // This member is required. CreationDate *time.Time // The Amazon Resource Name (ARN) that identifies the created state machine alias. // // This member is required. StateMachineAliasArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type CreateStateMachineInput ¶
type CreateStateMachineInput struct { // The Amazon States Language definition of the state machine. See [Amazon States Language]. // // [Amazon States Language]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html // // This member is required. Definition *string // The name of the state machine. // // A name must not contain: // // - white space // // - brackets < > { } [ ] // // - wildcard characters ? * // // - special characters " # % \ ^ | ~ ` $ & , ; : / // // - control characters ( U+0000-001F , U+007F-009F ) // // To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, // a-z, - and _. // // This member is required. Name *string // The Amazon Resource Name (ARN) of the IAM role to use for this state machine. // // This member is required. RoleArn *string // Settings to configure server-side encryption. EncryptionConfiguration *types.EncryptionConfiguration // Defines what execution history events are logged and where they are logged. // // By default, the level is set to OFF . For more information see [Log Levels] in the Step // Functions User Guide. // // [Log Levels]: https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html LoggingConfiguration *types.LoggingConfiguration // Set to true to publish the first version of the state machine during creation. // The default is false . Publish bool // Tags to be added when creating a state machine. // // An array of key-value pairs. For more information, see [Using Cost Allocation Tags] in the Amazon Web // Services Billing and Cost Management User Guide, and [Controlling Access Using IAM Tags]. // // Tags may only contain Unicode letters, digits, white space, or these symbols: _ // . : / = + - @ . // // [Controlling Access Using IAM Tags]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html // [Using Cost Allocation Tags]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html Tags []types.Tag // Selects whether X-Ray tracing is enabled. TracingConfiguration *types.TracingConfiguration // Determines whether a Standard or Express state machine is created. The default // is STANDARD . You cannot update the type of a state machine once it has been // created. Type types.StateMachineType // Sets description about the state machine version. You can only set the // description if the publish parameter is set to true . Otherwise, if you set // versionDescription , but publish to false , this API action throws // ValidationException . VersionDescription *string // contains filtered or unexported fields }
type CreateStateMachineOutput ¶
type CreateStateMachineOutput struct { // The date the state machine is created. // // This member is required. CreationDate *time.Time // The Amazon Resource Name (ARN) that identifies the created state machine. // // This member is required. StateMachineArn *string // The Amazon Resource Name (ARN) that identifies the created state machine // version. If you do not set the publish parameter to true , this field returns // null value. StateMachineVersionArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteActivityInput ¶
type DeleteActivityInput struct { // The Amazon Resource Name (ARN) of the activity to delete. // // This member is required. ActivityArn *string // contains filtered or unexported fields }
type DeleteActivityOutput ¶
type DeleteActivityOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteStateMachineAliasInput ¶ added in v1.18.0
type DeleteStateMachineAliasInput struct { // The Amazon Resource Name (ARN) of the state machine alias to delete. // // This member is required. StateMachineAliasArn *string // contains filtered or unexported fields }
type DeleteStateMachineAliasOutput ¶ added in v1.18.0
type DeleteStateMachineAliasOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteStateMachineInput ¶
type DeleteStateMachineInput struct { // The Amazon Resource Name (ARN) of the state machine to delete. // // This member is required. StateMachineArn *string // contains filtered or unexported fields }
type DeleteStateMachineOutput ¶
type DeleteStateMachineOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DeleteStateMachineVersionInput ¶ added in v1.18.0
type DeleteStateMachineVersionInput struct { // The Amazon Resource Name (ARN) of the state machine version to delete. // // This member is required. StateMachineVersionArn *string // contains filtered or unexported fields }
type DeleteStateMachineVersionOutput ¶ added in v1.18.0
type DeleteStateMachineVersionOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeActivityInput ¶
type DescribeActivityInput struct { // The Amazon Resource Name (ARN) of the activity to describe. // // This member is required. ActivityArn *string // contains filtered or unexported fields }
type DescribeActivityOutput ¶
type DescribeActivityOutput struct { // The Amazon Resource Name (ARN) that identifies the activity. // // This member is required. ActivityArn *string // The date the activity is created. // // This member is required. CreationDate *time.Time // The name of the activity. // // A name must not contain: // // - white space // // - brackets < > { } [ ] // // - wildcard characters ? * // // - special characters " # % \ ^ | ~ ` $ & , ; : / // // - control characters ( U+0000-001F , U+007F-009F ) // // To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, // a-z, - and _. // // This member is required. Name *string // Settings for configured server-side encryption. EncryptionConfiguration *types.EncryptionConfiguration // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeExecutionInput ¶
type DescribeExecutionInput struct { // The Amazon Resource Name (ARN) of the execution to describe. // // This member is required. ExecutionArn *string // If your state machine definition is encrypted with a KMS key, callers must have // kms:Decrypt permission to decrypt the definition. Alternatively, you can call // DescribeStateMachine API with includedData = METADATA_ONLY to get a successful // response without the encrypted definition. IncludedData types.IncludedData // contains filtered or unexported fields }
type DescribeExecutionOutput ¶
type DescribeExecutionOutput struct { // The Amazon Resource Name (ARN) that identifies the execution. // // This member is required. ExecutionArn *string // The date the execution is started. // // This member is required. StartDate *time.Time // The Amazon Resource Name (ARN) of the executed stated machine. // // This member is required. StateMachineArn *string // The current status of the execution. // // This member is required. Status types.ExecutionStatus // The cause string if the state machine execution failed. Cause *string // The error string if the state machine execution failed. Error *string // The string that contains the JSON input data of the execution. Length // constraints apply to the payload size, and are expressed as bytes in UTF-8 // encoding. Input *string // Provides details about execution input or output. InputDetails *types.CloudWatchEventsExecutionDataDetails // The Amazon Resource Name (ARN) that identifies a Map Run, which dispatched this // execution. MapRunArn *string // The name of the execution. // // A name must not contain: // // - white space // // - brackets < > { } [ ] // // - wildcard characters ? * // // - special characters " # % \ ^ | ~ ` $ & , ; : / // // - control characters ( U+0000-001F , U+007F-009F ) // // To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, // a-z, - and _. Name *string // The JSON output data of the execution. Length constraints apply to the payload // size, and are expressed as bytes in UTF-8 encoding. // // This field is set only if the execution succeeds. If the execution fails, this // field is null. Output *string // Provides details about execution input or output. OutputDetails *types.CloudWatchEventsExecutionDataDetails // The number of times you've redriven an execution. If you have not yet redriven // an execution, the redriveCount is 0. This count is only updated if you // successfully redrive an execution. RedriveCount *int32 // The date the execution was last redriven. If you have not yet redriven an // execution, the redriveDate is null. // // The redriveDate is unavailable if you redrive a Map Run that starts child // workflow executions of type EXPRESS . RedriveDate *time.Time // Indicates whether or not an execution can be redriven at a given point in time. // // - For executions of type STANDARD , redriveStatus is NOT_REDRIVABLE if calling // the RedriveExecutionAPI action would return the ExecutionNotRedrivable error. // // - For a Distributed Map that includes child workflows of type STANDARD , // redriveStatus indicates whether or not the Map Run can redrive child workflow // executions. // // - For a Distributed Map that includes child workflows of type EXPRESS , // redriveStatus indicates whether or not the Map Run can redrive child workflow // executions. // // You can redrive failed or timed out EXPRESS workflows only if they're a part of // a Map Run. When you [redrive]the Map Run, these workflows are restarted using the StartExecutionAPI // action. // // [redrive]: https://docs.aws.amazon.com/step-functions/latest/dg/redrive-map-run.html RedriveStatus types.ExecutionRedriveStatus // When redriveStatus is NOT_REDRIVABLE , redriveStatusReason specifies the reason // why an execution cannot be redriven. // // - For executions of type STANDARD , or for a Distributed Map that includes // child workflows of type STANDARD , redriveStatusReason can include one of the // following reasons: // // - State machine is in DELETING status . // // - Execution is RUNNING and cannot be redriven . // // - Execution is SUCCEEDED and cannot be redriven . // // - Execution was started before the launch of RedriveExecution . // // - Execution history event limit exceeded . // // - Execution has exceeded the max execution time . // // - Execution redrivable period exceeded . // // - For a Distributed Map that includes child workflows of type EXPRESS , // redriveStatusReason is only returned if the child workflows are not // redrivable. This happens when the child workflow executions have completed // successfully. RedriveStatusReason *string // The Amazon Resource Name (ARN) of the state machine alias associated with the // execution. The alias ARN is a combination of state machine ARN and the alias // name separated by a colon (:). For example, stateMachineARN:PROD . // // If you start an execution from a StartExecution request with a state machine // version ARN, this field will be null. StateMachineAliasArn *string // The Amazon Resource Name (ARN) of the state machine version associated with the // execution. The version ARN is a combination of state machine ARN and the version // number separated by a colon (:). For example, stateMachineARN:1 . // // If you start an execution from a StartExecution request without specifying a // state machine version or alias ARN, Step Functions returns a null value. StateMachineVersionArn *string // If the execution ended, the date the execution stopped. StopDate *time.Time // The X-Ray trace header that was passed to the execution. TraceHeader *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeMapRunInput ¶ added in v1.16.0
type DescribeMapRunInput struct { // The Amazon Resource Name (ARN) that identifies a Map Run. // // This member is required. MapRunArn *string // contains filtered or unexported fields }
type DescribeMapRunOutput ¶ added in v1.16.0
type DescribeMapRunOutput struct { // The Amazon Resource Name (ARN) that identifies the execution in which the Map // Run was started. // // This member is required. ExecutionArn *string // A JSON object that contains information about the total number of child // workflow executions for the Map Run, and the count of child workflow executions // for each status, such as failed and succeeded . // // This member is required. ExecutionCounts *types.MapRunExecutionCounts // A JSON object that contains information about the total number of items, and // the item count for each processing status, such as pending and failed . // // This member is required. ItemCounts *types.MapRunItemCounts // The Amazon Resource Name (ARN) that identifies a Map Run. // // This member is required. MapRunArn *string // The maximum number of child workflow executions configured to run in parallel // for the Map Run at the same time. // // This member is required. MaxConcurrency int32 // The date when the Map Run was started. // // This member is required. StartDate *time.Time // The current status of the Map Run. // // This member is required. Status types.MapRunStatus // The maximum number of failed child workflow executions before the Map Run fails. // // This member is required. ToleratedFailureCount int64 // The maximum percentage of failed child workflow executions before the Map Run // fails. // // This member is required. ToleratedFailurePercentage float32 // The number of times you've redriven a Map Run. If you have not yet redriven a // Map Run, the redriveCount is 0. This count is only updated if you successfully // redrive a Map Run. RedriveCount *int32 // The date a Map Run was last redriven. If you have not yet redriven a Map Run, // the redriveDate is null. RedriveDate *time.Time // The date when the Map Run was stopped. StopDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeStateMachineAliasInput ¶ added in v1.18.0
type DescribeStateMachineAliasInput struct { // The Amazon Resource Name (ARN) of the state machine alias. // // This member is required. StateMachineAliasArn *string // contains filtered or unexported fields }
type DescribeStateMachineAliasOutput ¶ added in v1.18.0
type DescribeStateMachineAliasOutput struct { // The date the state machine alias was created. CreationDate *time.Time // A description of the alias. Description *string // The name of the state machine alias. Name *string // The routing configuration of the alias. RoutingConfiguration []types.RoutingConfigurationListItem // The Amazon Resource Name (ARN) of the state machine alias. StateMachineAliasArn *string // The date the state machine alias was last updated. // // For a newly created state machine, this is the same as the creation date. UpdateDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeStateMachineForExecutionInput ¶
type DescribeStateMachineForExecutionInput struct { // The Amazon Resource Name (ARN) of the execution you want state machine // information for. // // This member is required. ExecutionArn *string // If your state machine definition is encrypted with a KMS key, callers must have // kms:Decrypt permission to decrypt the definition. Alternatively, you can call // the API with includedData = METADATA_ONLY to get a successful response without // the encrypted definition. IncludedData types.IncludedData // contains filtered or unexported fields }
type DescribeStateMachineForExecutionOutput ¶
type DescribeStateMachineForExecutionOutput struct { // The Amazon States Language definition of the state machine. See [Amazon States Language]. // // [Amazon States Language]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html // // This member is required. Definition *string // The name of the state machine associated with the execution. // // This member is required. Name *string // The Amazon Resource Name (ARN) of the IAM role of the State Machine for the // execution. // // This member is required. RoleArn *string // The Amazon Resource Name (ARN) of the state machine associated with the // execution. // // This member is required. StateMachineArn *string // The date and time the state machine associated with an execution was updated. // For a newly created state machine, this is the creation date. // // This member is required. UpdateDate *time.Time // Settings to configure server-side encryption. EncryptionConfiguration *types.EncryptionConfiguration // A user-defined or an auto-generated string that identifies a Map state. This // field is returned only if the executionArn is a child workflow execution that // was started by a Distributed Map state. Label *string // The LoggingConfiguration data type is used to set CloudWatch Logs options. LoggingConfiguration *types.LoggingConfiguration // The Amazon Resource Name (ARN) of the Map Run that started the child workflow // execution. This field is returned only if the executionArn is a child workflow // execution that was started by a Distributed Map state. MapRunArn *string // The revision identifier for the state machine. The first revision ID when you // create the state machine is null. // // Use the state machine revisionId parameter to compare the revision of a state // machine with the configuration of the state machine used for executions without // performing a diff of the properties, such as definition and roleArn . RevisionId *string // Selects whether X-Ray tracing is enabled. TracingConfiguration *types.TracingConfiguration // A map of state name to a list of variables referenced by that state. States // that do not use variable references will not be shown in the response. VariableReferences map[string][]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type DescribeStateMachineInput ¶
type DescribeStateMachineInput struct { // The Amazon Resource Name (ARN) of the state machine for which you want the // information. // // If you specify a state machine version ARN, this API returns details about that // version. The version ARN is a combination of state machine ARN and the version // number separated by a colon (:). For example, stateMachineARN:1 . // // This member is required. StateMachineArn *string // If your state machine definition is encrypted with a KMS key, callers must have // kms:Decrypt permission to decrypt the definition. Alternatively, you can call // the API with includedData = METADATA_ONLY to get a successful response without // the encrypted definition. // // When calling a labelled ARN for an encrypted state machine, the includedData = // METADATA_ONLY parameter will not apply because Step Functions needs to decrypt // the entire state machine definition to get the Distributed Map state’s // definition. In this case, the API caller needs to have kms:Decrypt permission. IncludedData types.IncludedData // contains filtered or unexported fields }
type DescribeStateMachineOutput ¶
type DescribeStateMachineOutput struct { // The date the state machine is created. // // For a state machine version, creationDate is the date the version was created. // // This member is required. CreationDate *time.Time // The Amazon States Language definition of the state machine. See [Amazon States Language]. // // If called with includedData = METADATA_ONLY , the returned definition will be {} // . // // [Amazon States Language]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html // // This member is required. Definition *string // The name of the state machine. // // A name must not contain: // // - white space // // - brackets < > { } [ ] // // - wildcard characters ? * // // - special characters " # % \ ^ | ~ ` $ & , ; : / // // - control characters ( U+0000-001F , U+007F-009F ) // // To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, // a-z, - and _. // // This member is required. Name *string // The Amazon Resource Name (ARN) of the IAM role used when creating this state // machine. (The IAM role maintains security by granting Step Functions access to // Amazon Web Services resources.) // // This member is required. RoleArn *string // The Amazon Resource Name (ARN) that identifies the state machine. // // If you specified a state machine version ARN in your request, the API returns // the version ARN. The version ARN is a combination of state machine ARN and the // version number separated by a colon (:). For example, stateMachineARN:1 . // // This member is required. StateMachineArn *string // The type of the state machine ( STANDARD or EXPRESS ). // // This member is required. Type types.StateMachineType // The description of the state machine version. Description *string // Settings to configure server-side encryption. EncryptionConfiguration *types.EncryptionConfiguration // A user-defined or an auto-generated string that identifies a Map state. This // parameter is present only if the stateMachineArn specified in input is a // qualified state machine ARN. Label *string // The LoggingConfiguration data type is used to set CloudWatch Logs options. LoggingConfiguration *types.LoggingConfiguration // The revision identifier for the state machine. // // Use the revisionId parameter to compare between versions of a state machine // configuration used for executions without performing a diff of the properties, // such as definition and roleArn . RevisionId *string // The current status of the state machine. Status types.StateMachineStatus // Selects whether X-Ray tracing is enabled. TracingConfiguration *types.TracingConfiguration // A map of state name to a list of variables referenced by that state. States // that do not use variable references will not be shown in the response. VariableReferences map[string][]string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type EndpointParameters ¶ added in v1.19.0
type EndpointParameters struct { // The AWS region used to dispatch the request. // // Parameter is // required. // // AWS::Region Region *string // When true, use the dual-stack endpoint. If the configured endpoint does not // support dual-stack, dispatching the request MAY return an error. // // Defaults to // false if no value is provided. // // AWS::UseDualStack UseDualStack *bool // When true, send this request to the FIPS-compliant regional endpoint. If the // configured endpoint does not have a FIPS compliant endpoint, dispatching the // request will return an error. // // Defaults to false if no value is // provided. // // AWS::UseFIPS UseFIPS *bool // Override the endpoint used to send this request // // Parameter is // required. // // SDK::Endpoint Endpoint *string }
EndpointParameters provides the parameters that influence how endpoints are resolved.
func (EndpointParameters) ValidateRequired ¶ added in v1.19.0
func (p EndpointParameters) ValidateRequired() error
ValidateRequired validates required parameters are set.
func (EndpointParameters) WithDefaults ¶ added in v1.19.0
func (p EndpointParameters) WithDefaults() EndpointParameters
WithDefaults returns a shallow copy of EndpointParameterswith default values applied to members where applicable.
type EndpointResolver ¶
type EndpointResolver interface {
ResolveEndpoint(region string, options EndpointResolverOptions) (aws.Endpoint, error)
}
EndpointResolver interface for resolving service endpoints.
func EndpointResolverFromURL ¶ added in v1.1.0
func EndpointResolverFromURL(url string, optFns ...func(*aws.Endpoint)) EndpointResolver
EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url. By default, the resolved endpoint resolver uses the client region as signing region, and the endpoint source is set to EndpointSourceCustom.You can provide functional options to configure endpoint values for the resolved endpoint.
type EndpointResolverFunc ¶
type EndpointResolverFunc func(region string, options EndpointResolverOptions) (aws.Endpoint, error)
EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.
func (EndpointResolverFunc) ResolveEndpoint ¶
func (fn EndpointResolverFunc) ResolveEndpoint(region string, options EndpointResolverOptions) (endpoint aws.Endpoint, err error)
type EndpointResolverOptions ¶ added in v0.29.0
type EndpointResolverOptions = internalendpoints.Options
EndpointResolverOptions is the service endpoint resolver options
type EndpointResolverV2 ¶ added in v1.19.0
type EndpointResolverV2 interface { // ResolveEndpoint attempts to resolve the endpoint with the provided options, // returning the endpoint if found. Otherwise an error is returned. ResolveEndpoint(ctx context.Context, params EndpointParameters) ( smithyendpoints.Endpoint, error, ) }
EndpointResolverV2 provides the interface for resolving service endpoints.
func NewDefaultEndpointResolverV2 ¶ added in v1.19.0
func NewDefaultEndpointResolverV2() EndpointResolverV2
type GetActivityTaskInput ¶
type GetActivityTaskInput struct { // The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned // when you create the task using CreateActivity.) // // This member is required. ActivityArn *string // You can provide an arbitrary name in order to identify the worker that the task // is assigned to. This name is used when it is logged in the execution history. WorkerName *string // contains filtered or unexported fields }
type GetActivityTaskOutput ¶
type GetActivityTaskOutput struct { // The string that contains the JSON input data for the task. Length constraints // apply to the payload size, and are expressed as bytes in UTF-8 encoding. Input *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 // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetExecutionHistoryAPIClient ¶ added in v0.30.0
type GetExecutionHistoryAPIClient interface {
GetExecutionHistory(context.Context, *GetExecutionHistoryInput, ...func(*Options)) (*GetExecutionHistoryOutput, error)
}
GetExecutionHistoryAPIClient is a client that implements the GetExecutionHistory operation.
type GetExecutionHistoryInput ¶
type GetExecutionHistoryInput struct { // The Amazon Resource Name (ARN) of the execution. // // This member is required. ExecutionArn *string // You can select whether execution data (input or output of a history event) is // returned. The default is true . IncludeExecutionData *bool // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. MaxResults int32 // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Lists events in descending order of their timeStamp . ReverseOrder bool // contains filtered or unexported fields }
type GetExecutionHistoryOutput ¶
type GetExecutionHistoryOutput struct { // The list of events that occurred in the execution. // // This member is required. Events []types.HistoryEvent // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type GetExecutionHistoryPaginator ¶ added in v0.30.0
type GetExecutionHistoryPaginator struct {
// contains filtered or unexported fields
}
GetExecutionHistoryPaginator is a paginator for GetExecutionHistory
func NewGetExecutionHistoryPaginator ¶ added in v0.30.0
func NewGetExecutionHistoryPaginator(client GetExecutionHistoryAPIClient, params *GetExecutionHistoryInput, optFns ...func(*GetExecutionHistoryPaginatorOptions)) *GetExecutionHistoryPaginator
NewGetExecutionHistoryPaginator returns a new GetExecutionHistoryPaginator
func (*GetExecutionHistoryPaginator) HasMorePages ¶ added in v0.30.0
func (p *GetExecutionHistoryPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*GetExecutionHistoryPaginator) NextPage ¶ added in v0.30.0
func (p *GetExecutionHistoryPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*GetExecutionHistoryOutput, error)
NextPage retrieves the next GetExecutionHistory page.
type GetExecutionHistoryPaginatorOptions ¶ added in v0.30.0
type GetExecutionHistoryPaginatorOptions struct { // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
GetExecutionHistoryPaginatorOptions is the paginator options for GetExecutionHistory
type HTTPSignerV4 ¶
type IdempotencyTokenProvider ¶ added in v1.22.0
IdempotencyTokenProvider interface for providing idempotency token
type ListActivitiesAPIClient ¶ added in v0.30.0
type ListActivitiesAPIClient interface {
ListActivities(context.Context, *ListActivitiesInput, ...func(*Options)) (*ListActivitiesOutput, error)
}
ListActivitiesAPIClient is a client that implements the ListActivities operation.
type ListActivitiesInput ¶
type ListActivitiesInput struct { // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. MaxResults int32 // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // contains filtered or unexported fields }
type ListActivitiesOutput ¶
type ListActivitiesOutput struct { // The list of activities. // // This member is required. Activities []types.ActivityListItem // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListActivitiesPaginator ¶ added in v0.30.0
type ListActivitiesPaginator struct {
// contains filtered or unexported fields
}
ListActivitiesPaginator is a paginator for ListActivities
func NewListActivitiesPaginator ¶ added in v0.30.0
func NewListActivitiesPaginator(client ListActivitiesAPIClient, params *ListActivitiesInput, optFns ...func(*ListActivitiesPaginatorOptions)) *ListActivitiesPaginator
NewListActivitiesPaginator returns a new ListActivitiesPaginator
func (*ListActivitiesPaginator) HasMorePages ¶ added in v0.30.0
func (p *ListActivitiesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListActivitiesPaginator) NextPage ¶ added in v0.30.0
func (p *ListActivitiesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListActivitiesOutput, error)
NextPage retrieves the next ListActivities page.
type ListActivitiesPaginatorOptions ¶ added in v0.30.0
type ListActivitiesPaginatorOptions struct { // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListActivitiesPaginatorOptions is the paginator options for ListActivities
type ListExecutionsAPIClient ¶ added in v0.30.0
type ListExecutionsAPIClient interface {
ListExecutions(context.Context, *ListExecutionsInput, ...func(*Options)) (*ListExecutionsOutput, error)
}
ListExecutionsAPIClient is a client that implements the ListExecutions operation.
type ListExecutionsInput ¶
type ListExecutionsInput struct { // The Amazon Resource Name (ARN) of the Map Run that started the child workflow // executions. If the mapRunArn field is specified, a list of all of the child // workflow executions started by a Map Run is returned. For more information, see [Examining Map Run] // in the Step Functions Developer Guide. // // You can specify either a mapRunArn or a stateMachineArn , but not both. // // [Examining Map Run]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-examine-map-run.html MapRunArn *string // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. MaxResults int32 // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Sets a filter to list executions based on whether or not they have been // redriven. // // For a Distributed Map, redriveFilter sets a filter to list child workflow // executions based on whether or not they have been redriven. // // If you do not provide a redriveFilter , Step Functions returns a list of both // redriven and non-redriven executions. // // If you provide a state machine ARN in redriveFilter , the API returns a // validation exception. RedriveFilter types.ExecutionRedriveFilter // The Amazon Resource Name (ARN) of the state machine whose executions is listed. // // You can specify either a mapRunArn or a stateMachineArn , but not both. // // You can also return a list of executions associated with a specific [alias] or [version], by // specifying an alias ARN or a version ARN in the stateMachineArn parameter. // // [alias]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-alias.html // [version]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-state-machine-version.html StateMachineArn *string // If specified, only list the executions whose current execution status matches // the given filter. StatusFilter types.ExecutionStatus // contains filtered or unexported fields }
type ListExecutionsOutput ¶
type ListExecutionsOutput struct { // The list of matching executions. // // This member is required. Executions []types.ExecutionListItem // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListExecutionsPaginator ¶ added in v0.30.0
type ListExecutionsPaginator struct {
// contains filtered or unexported fields
}
ListExecutionsPaginator is a paginator for ListExecutions
func NewListExecutionsPaginator ¶ added in v0.30.0
func NewListExecutionsPaginator(client ListExecutionsAPIClient, params *ListExecutionsInput, optFns ...func(*ListExecutionsPaginatorOptions)) *ListExecutionsPaginator
NewListExecutionsPaginator returns a new ListExecutionsPaginator
func (*ListExecutionsPaginator) HasMorePages ¶ added in v0.30.0
func (p *ListExecutionsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListExecutionsPaginator) NextPage ¶ added in v0.30.0
func (p *ListExecutionsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListExecutionsOutput, error)
NextPage retrieves the next ListExecutions page.
type ListExecutionsPaginatorOptions ¶ added in v0.30.0
type ListExecutionsPaginatorOptions struct { // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListExecutionsPaginatorOptions is the paginator options for ListExecutions
type ListMapRunsAPIClient ¶ added in v1.16.0
type ListMapRunsAPIClient interface {
ListMapRuns(context.Context, *ListMapRunsInput, ...func(*Options)) (*ListMapRunsOutput, error)
}
ListMapRunsAPIClient is a client that implements the ListMapRuns operation.
type ListMapRunsInput ¶ added in v1.16.0
type ListMapRunsInput struct { // The Amazon Resource Name (ARN) of the execution for which the Map Runs must be // listed. // // This member is required. ExecutionArn *string // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. MaxResults int32 // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // contains filtered or unexported fields }
type ListMapRunsOutput ¶ added in v1.16.0
type ListMapRunsOutput struct { // An array that lists information related to a Map Run, such as the Amazon // Resource Name (ARN) of the Map Run and the ARN of the state machine that started // the Map Run. // // This member is required. MapRuns []types.MapRunListItem // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListMapRunsPaginator ¶ added in v1.16.0
type ListMapRunsPaginator struct {
// contains filtered or unexported fields
}
ListMapRunsPaginator is a paginator for ListMapRuns
func NewListMapRunsPaginator ¶ added in v1.16.0
func NewListMapRunsPaginator(client ListMapRunsAPIClient, params *ListMapRunsInput, optFns ...func(*ListMapRunsPaginatorOptions)) *ListMapRunsPaginator
NewListMapRunsPaginator returns a new ListMapRunsPaginator
func (*ListMapRunsPaginator) HasMorePages ¶ added in v1.16.0
func (p *ListMapRunsPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListMapRunsPaginator) NextPage ¶ added in v1.16.0
func (p *ListMapRunsPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListMapRunsOutput, error)
NextPage retrieves the next ListMapRuns page.
type ListMapRunsPaginatorOptions ¶ added in v1.16.0
type ListMapRunsPaginatorOptions struct { // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListMapRunsPaginatorOptions is the paginator options for ListMapRuns
type ListStateMachineAliasesInput ¶ added in v1.18.0
type ListStateMachineAliasesInput struct { // The Amazon Resource Name (ARN) of the state machine for which you want to list // aliases. // // If you specify a state machine version ARN, this API returns a list of aliases // for that version. // // This member is required. StateMachineArn *string // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. MaxResults int32 // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // contains filtered or unexported fields }
type ListStateMachineAliasesOutput ¶ added in v1.18.0
type ListStateMachineAliasesOutput struct { // Aliases for the state machine. // // This member is required. StateMachineAliases []types.StateMachineAliasListItem // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListStateMachineVersionsInput ¶ added in v1.18.0
type ListStateMachineVersionsInput struct { // The Amazon Resource Name (ARN) of the state machine. // // This member is required. StateMachineArn *string // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. MaxResults int32 // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // contains filtered or unexported fields }
type ListStateMachineVersionsOutput ¶ added in v1.18.0
type ListStateMachineVersionsOutput struct { // Versions for the state machine. // // This member is required. StateMachineVersions []types.StateMachineVersionListItem // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListStateMachinesAPIClient ¶ added in v0.30.0
type ListStateMachinesAPIClient interface {
ListStateMachines(context.Context, *ListStateMachinesInput, ...func(*Options)) (*ListStateMachinesOutput, error)
}
ListStateMachinesAPIClient is a client that implements the ListStateMachines operation.
type ListStateMachinesInput ¶
type ListStateMachinesInput struct { // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. MaxResults int32 // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // contains filtered or unexported fields }
type ListStateMachinesOutput ¶
type ListStateMachinesOutput struct { // This member is required. StateMachines []types.StateMachineListItem // If nextToken is returned, there are more results available. The value of // nextToken is a unique pagination token for each page. Make the call again using // the returned token to retrieve the next page. Keep all other arguments // unchanged. Each pagination token expires after 24 hours. Using an expired // pagination token will return an HTTP 400 InvalidToken error. NextToken *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ListStateMachinesPaginator ¶ added in v0.30.0
type ListStateMachinesPaginator struct {
// contains filtered or unexported fields
}
ListStateMachinesPaginator is a paginator for ListStateMachines
func NewListStateMachinesPaginator ¶ added in v0.30.0
func NewListStateMachinesPaginator(client ListStateMachinesAPIClient, params *ListStateMachinesInput, optFns ...func(*ListStateMachinesPaginatorOptions)) *ListStateMachinesPaginator
NewListStateMachinesPaginator returns a new ListStateMachinesPaginator
func (*ListStateMachinesPaginator) HasMorePages ¶ added in v0.30.0
func (p *ListStateMachinesPaginator) HasMorePages() bool
HasMorePages returns a boolean indicating whether more pages are available
func (*ListStateMachinesPaginator) NextPage ¶ added in v0.30.0
func (p *ListStateMachinesPaginator) NextPage(ctx context.Context, optFns ...func(*Options)) (*ListStateMachinesOutput, error)
NextPage retrieves the next ListStateMachines page.
type ListStateMachinesPaginatorOptions ¶ added in v0.30.0
type ListStateMachinesPaginatorOptions struct { // The maximum number of results that are returned per call. You can use nextToken // to obtain further pages of results. The default is 100 and the maximum allowed // page size is 1000. A value of 0 uses the default. // // This is only an upper limit. The actual number of results returned per call // might be fewer than the specified maximum. Limit int32 // Set to true if pagination should stop if the service returns a pagination token // that matches the most recent token provided to the service. StopOnDuplicateToken bool }
ListStateMachinesPaginatorOptions is the paginator options for ListStateMachines
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) for the Step Functions state machine or activity. // // This member is required. ResourceArn *string // contains filtered or unexported fields }
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // An array of tags associated with the resource. Tags []types.Tag // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type Options ¶
type Options struct { // Set of options to modify how an operation is invoked. These apply to all // operations invoked for this client. Use functional options on operation call to // modify this list for per operation behavior. APIOptions []func(*middleware.Stack) error // The optional application specific identifier appended to the User-Agent header. AppID string // This endpoint will be given as input to an EndpointResolverV2. It is used for // providing a custom base endpoint that is subject to modifications by the // processing EndpointResolverV2. BaseEndpoint *string // Configures the events that will be sent to the configured logger. ClientLogMode aws.ClientLogMode // The credentials object to use when signing requests. Credentials aws.CredentialsProvider // The configuration DefaultsMode that the SDK should use when constructing the // clients initial default settings. DefaultsMode aws.DefaultsMode // The endpoint options to be used when attempting to resolve an endpoint. EndpointOptions EndpointResolverOptions // The service endpoint resolver. // // Deprecated: Deprecated: EndpointResolver and WithEndpointResolver. Providing a // value for this field will likely prevent you from using any endpoint-related // service features released after the introduction of EndpointResolverV2 and // BaseEndpoint. // // To migrate an EndpointResolver implementation that uses a custom endpoint, set // the client option BaseEndpoint instead. EndpointResolver EndpointResolver // Resolves the endpoint used for a particular service operation. This should be // used over the deprecated EndpointResolver. EndpointResolverV2 EndpointResolverV2 // Signature Version 4 (SigV4) Signer HTTPSignerV4 HTTPSignerV4 // Provides idempotency tokens values that will be automatically populated into // idempotent API operations. IdempotencyTokenProvider IdempotencyTokenProvider // The logger writer interface to write logging messages to. Logger logging.Logger // The client meter provider. MeterProvider metrics.MeterProvider // The region to send requests to. (Required) Region string // RetryMaxAttempts specifies the maximum number attempts an API client will call // an operation that fails with a retryable error. A value of 0 is ignored, and // will not be used to configure the API client created default retryer, or modify // per operation call's retry max attempts. // // If specified in an operation call's functional options with a value that is // different than the constructed client's Options, the Client's Retryer will be // wrapped to use the operation's specific RetryMaxAttempts value. RetryMaxAttempts int // RetryMode specifies the retry mode the API client will be created with, if // Retryer option is not also specified. // // When creating a new API Clients this member will only be used if the Retryer // Options member is nil. This value will be ignored if Retryer is not nil. // // Currently does not support per operation call overrides, may in the future. RetryMode aws.RetryMode // Retryer guides how HTTP requests should be retried in case of recoverable // failures. When nil the API client will use a default retryer. The kind of // default retry created by the API client can be changed with the RetryMode // option. Retryer aws.Retryer // The RuntimeEnvironment configuration, only populated if the DefaultsMode is set // to DefaultsModeAuto and is initialized using config.LoadDefaultConfig . You // should not populate this structure programmatically, or rely on the values here // within your applications. RuntimeEnvironment aws.RuntimeEnvironment // The client tracer provider. TracerProvider tracing.TracerProvider // The HTTP client to invoke API calls with. Defaults to client's default HTTP // implementation if nil. HTTPClient HTTPClient // The auth scheme resolver which determines how to authenticate for each // operation. AuthSchemeResolver AuthSchemeResolver // The list of auth schemes supported by the client. AuthSchemes []smithyhttp.AuthScheme // contains filtered or unexported fields }
func (Options) GetIdentityResolver ¶ added in v1.22.1
func (o Options) GetIdentityResolver(schemeID string) smithyauth.IdentityResolver
type PublishStateMachineVersionInput ¶ added in v1.18.0
type PublishStateMachineVersionInput struct { // The Amazon Resource Name (ARN) of the state machine. // // This member is required. StateMachineArn *string // An optional description of the state machine version. Description *string // Only publish the state machine version if the current state machine's revision // ID matches the specified ID. // // Use this option to avoid publishing a version if the state machine changed // since you last updated it. If the specified revision ID doesn't match the state // machine's current revision ID, the API returns ConflictException . // // To specify an initial revision ID for a state machine with no revision ID // assigned, specify the string INITIAL for the revisionId parameter. For example, // you can specify a revisionID of INITIAL when you create a state machine using // the CreateStateMachineAPI action. RevisionId *string // contains filtered or unexported fields }
type PublishStateMachineVersionOutput ¶ added in v1.18.0
type PublishStateMachineVersionOutput struct { // The date the version was created. // // This member is required. CreationDate *time.Time // The Amazon Resource Name (ARN) (ARN) that identifies the state machine version. // // This member is required. StateMachineVersionArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type RedriveExecutionInput ¶ added in v1.22.0
type RedriveExecutionInput struct { // The Amazon Resource Name (ARN) of the execution to be redriven. // // This member is required. ExecutionArn *string // A unique, case-sensitive identifier that you provide to ensure the idempotency // of the request. If you don’t specify a client token, the Amazon Web Services SDK // automatically generates a client token and uses it for the request to ensure // idempotency. The API will return idempotent responses for the last 10 client // tokens used to successfully redrive the execution. These client tokens are valid // for up to 15 minutes after they are first used. ClientToken *string // contains filtered or unexported fields }
type RedriveExecutionOutput ¶ added in v1.22.0
type RedriveExecutionOutput struct { // The date the execution was last redriven. // // This member is required. RedriveDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ResolveEndpoint ¶
type ResolveEndpoint struct { Resolver EndpointResolver Options EndpointResolverOptions }
func (*ResolveEndpoint) HandleSerialize ¶
func (m *ResolveEndpoint) HandleSerialize(ctx context.Context, in middleware.SerializeInput, next middleware.SerializeHandler) ( out middleware.SerializeOutput, metadata middleware.Metadata, err error, )
func (*ResolveEndpoint) ID ¶
func (*ResolveEndpoint) ID() string
type SendTaskFailureInput ¶
type SendTaskFailureInput struct { // The token that represents this task. Task tokens are generated by Step // Functions when tasks are assigned to a worker, or in the [context object]when a workflow enters // a task state. See GetActivityTaskOutput$taskToken. // // [context object]: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html // // This member is required. TaskToken *string // A more detailed explanation of the cause of the failure. Cause *string // The error code of the failure. Error *string // contains filtered or unexported fields }
type SendTaskFailureOutput ¶
type SendTaskFailureOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SendTaskHeartbeatInput ¶
type SendTaskHeartbeatInput struct { // The token that represents this task. Task tokens are generated by Step // Functions when tasks are assigned to a worker, or in the [context object]when a workflow enters // a task state. See GetActivityTaskOutput$taskToken. // // [context object]: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html // // This member is required. TaskToken *string // contains filtered or unexported fields }
type SendTaskHeartbeatOutput ¶
type SendTaskHeartbeatOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type SendTaskSuccessInput ¶
type SendTaskSuccessInput struct { // The JSON output of the task. Length constraints apply to the payload size, and // are expressed as bytes in UTF-8 encoding. // // This member is required. Output *string // The token that represents this task. Task tokens are generated by Step // Functions when tasks are assigned to a worker, or in the [context object]when a workflow enters // a task state. See GetActivityTaskOutput$taskToken. // // [context object]: https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html // // This member is required. TaskToken *string // contains filtered or unexported fields }
type SendTaskSuccessOutput ¶
type SendTaskSuccessOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartExecutionInput ¶
type StartExecutionInput struct { // The Amazon Resource Name (ARN) of the state machine to execute. // // The stateMachineArn parameter accepts one of the following inputs: // // - An unqualified state machine ARN – Refers to a state machine ARN that isn't // qualified with a version or alias ARN. The following is an example of an // unqualified state machine ARN. // // arn::states:::stateMachine: // // Step Functions doesn't associate state machine executions that you start with // an unqualified ARN with a version. This is true even if that version uses the // same revision that the execution used. // // - A state machine version ARN – Refers to a version ARN, which is a // combination of state machine ARN and the version number separated by a colon // (:). The following is an example of the ARN for version 10. // // arn::states:::stateMachine::10 // // Step Functions doesn't associate executions that you start with a version ARN // with any aliases that point to that version. // // - A state machine alias ARN – Refers to an alias ARN, which is a combination // of state machine ARN and the alias name separated by a colon (:). The following // is an example of the ARN for an alias named PROD . // // arn::states:::stateMachine: // // Step Functions associates executions that you start with an alias ARN with that // alias and the state machine version used for that execution. // // This member is required. StateMachineArn *string // The string that contains the JSON input data for the execution, for example: // // "input": "{\"first_name\" : \"test\"}" // // If you don't include any JSON input data, you still must include the two // braces, for example: "input": "{}" // // Length constraints apply to the payload size, and are expressed as bytes in // UTF-8 encoding. Input *string // Optional name of the execution. This name must be unique for your Amazon Web // Services account, Region, and state machine for 90 days. For more information, // see [Limits Related to State Machine Executions]in the Step Functions Developer Guide. // // If you don't provide a name for the execution, Step Functions automatically // generates a universally unique identifier (UUID) as the execution name. // // A name must not contain: // // - white space // // - brackets < > { } [ ] // // - wildcard characters ? * // // - special characters " # % \ ^ | ~ ` $ & , ; : / // // - control characters ( U+0000-001F , U+007F-009F ) // // To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, // a-z, - and _. // // [Limits Related to State Machine Executions]: https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions Name *string // Passes the X-Ray trace header. The trace header can also be passed in the // request payload. TraceHeader *string // contains filtered or unexported fields }
type StartExecutionOutput ¶
type StartExecutionOutput struct { // The Amazon Resource Name (ARN) that identifies the execution. // // This member is required. ExecutionArn *string // The date the execution is started. // // This member is required. StartDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StartSyncExecutionInput ¶ added in v0.31.0
type StartSyncExecutionInput struct { // The Amazon Resource Name (ARN) of the state machine to execute. // // This member is required. StateMachineArn *string // If your state machine definition is encrypted with a KMS key, callers must have // kms:Decrypt permission to decrypt the definition. Alternatively, you can call // the API with includedData = METADATA_ONLY to get a successful response without // the encrypted definition. IncludedData types.IncludedData // The string that contains the JSON input data for the execution, for example: // // "input": "{\"first_name\" : \"test\"}" // // If you don't include any JSON input data, you still must include the two // braces, for example: "input": "{}" // // Length constraints apply to the payload size, and are expressed as bytes in // UTF-8 encoding. Input *string // The name of the execution. Name *string // Passes the X-Ray trace header. The trace header can also be passed in the // request payload. TraceHeader *string // contains filtered or unexported fields }
type StartSyncExecutionOutput ¶ added in v0.31.0
type StartSyncExecutionOutput struct { // The Amazon Resource Name (ARN) that identifies the execution. // // This member is required. ExecutionArn *string // The date the execution is started. // // This member is required. StartDate *time.Time // The current status of the execution. // // This member is required. Status types.SyncExecutionStatus // If the execution has already ended, the date the execution stopped. // // This member is required. StopDate *time.Time // An object that describes workflow billing details, including billed duration // and memory use. BillingDetails *types.BillingDetails // A more detailed explanation of the cause of the failure. Cause *string // The error code of the failure. Error *string // The string that contains the JSON input data of the execution. Length // constraints apply to the payload size, and are expressed as bytes in UTF-8 // encoding. Input *string // Provides details about execution input or output. InputDetails *types.CloudWatchEventsExecutionDataDetails // The name of the execution. Name *string // The JSON output data of the execution. Length constraints apply to the payload // size, and are expressed as bytes in UTF-8 encoding. // // This field is set only if the execution succeeds. If the execution fails, this // field is null. Output *string // Provides details about execution input or output. OutputDetails *types.CloudWatchEventsExecutionDataDetails // The Amazon Resource Name (ARN) that identifies the state machine. StateMachineArn *string // The X-Ray trace header that was passed to the execution. TraceHeader *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type StopExecutionInput ¶
type StopExecutionInput struct { // The Amazon Resource Name (ARN) of the execution to stop. // // This member is required. ExecutionArn *string // A more detailed explanation of the cause of the failure. Cause *string // The error code of the failure. Error *string // contains filtered or unexported fields }
type StopExecutionOutput ¶
type StopExecutionOutput struct { // The date the execution is stopped. // // This member is required. StopDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TagResourceInput ¶
type TagResourceInput struct { // The Amazon Resource Name (ARN) for the Step Functions state machine or activity. // // This member is required. ResourceArn *string // The list of tags to add to a resource. // // Tags may only contain Unicode letters, digits, white space, or these symbols: _ // . : / = + - @ . // // This member is required. Tags []types.Tag // contains filtered or unexported fields }
type TagResourceOutput ¶
type TagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type TestStateInput ¶ added in v1.23.0
type TestStateInput struct { // The [Amazon States Language] (ASL) definition of the state. // // [Amazon States Language]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html // // This member is required. Definition *string // A string that contains the JSON input data for the state. Input *string // Determines the values to return when a state is tested. You can specify one of // the following types: // // - INFO : Shows the final state output. By default, Step Functions sets // inspectionLevel to INFO if you don't specify a level. // // - DEBUG : Shows the final state output along with the input and output data // processing result. // // - TRACE : Shows the HTTP request and response for an HTTP Task. This level // also shows the final state output along with the input and output data // processing result. // // Each of these levels also provide information about the status of the state // execution and the next state to transition to. InspectionLevel types.InspectionLevel // Specifies whether or not to include secret information in the test result. For // HTTP Tasks, a secret includes the data that an EventBridge connection adds to // modify the HTTP request headers, query parameters, and body. Step Functions // doesn't omit any information included in the state definition or the HTTP // response. // // If you set revealSecrets to true , you must make sure that the IAM user that // calls the TestState API has permission for the states:RevealSecrets action. For // an example of IAM policy that sets the states:RevealSecrets permission, see [IAM permissions to test a state]. // Without this permission, Step Functions throws an access denied error. // // By default, revealSecrets is set to false . // // [IAM permissions to test a state]: https://docs.aws.amazon.com/step-functions/latest/dg/test-state-isolation.html#test-state-permissions RevealSecrets bool // The Amazon Resource Name (ARN) of the execution role with the required IAM // permissions for the state. RoleArn *string // JSON object literal that sets variables used in the state under test. Object // keys are the variable names and values are the variable values. Variables *string // contains filtered or unexported fields }
type TestStateOutput ¶ added in v1.23.0
type TestStateOutput struct { // A detailed explanation of the cause for the error when the execution of a state // fails. Cause *string // The error returned when the execution of a state fails. Error *string // Returns additional details about the state's execution, including its input and // output data processing flow, and HTTP request and response information. The // inspectionLevel request parameter specifies which details are returned. InspectionData *types.InspectionData // The name of the next state to transition to. If you haven't defined a next // state in your definition or if the execution of the state fails, this field // doesn't contain a value. NextState *string // The JSON output data of the state. Length constraints apply to the payload // size, and are expressed as bytes in UTF-8 encoding. Output *string // The execution status of the state. Status types.TestExecutionStatus // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UntagResourceInput ¶
type UntagResourceInput struct { // The Amazon Resource Name (ARN) for the Step Functions state machine or activity. // // This member is required. ResourceArn *string // The list of tags to remove from the resource. // // This member is required. TagKeys []string // contains filtered or unexported fields }
type UntagResourceOutput ¶
type UntagResourceOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateMapRunInput ¶ added in v1.16.0
type UpdateMapRunInput struct { // The Amazon Resource Name (ARN) of a Map Run. // // This member is required. MapRunArn *string // The maximum number of child workflow executions that can be specified to run in // parallel for the Map Run at the same time. MaxConcurrency *int32 // The maximum number of failed items before the Map Run fails. ToleratedFailureCount *int64 // The maximum percentage of failed items before the Map Run fails. ToleratedFailurePercentage *float32 // contains filtered or unexported fields }
type UpdateMapRunOutput ¶ added in v1.16.0
type UpdateMapRunOutput struct { // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateStateMachineAliasInput ¶ added in v1.18.0
type UpdateStateMachineAliasInput struct { // The Amazon Resource Name (ARN) of the state machine alias. // // This member is required. StateMachineAliasArn *string // A description of the state machine alias. Description *string // The routing configuration of the state machine alias. // // An array of RoutingConfig objects that specifies up to two state machine // versions that the alias starts executions for. RoutingConfiguration []types.RoutingConfigurationListItem // contains filtered or unexported fields }
type UpdateStateMachineAliasOutput ¶ added in v1.18.0
type UpdateStateMachineAliasOutput struct { // The date and time the state machine alias was updated. // // This member is required. UpdateDate *time.Time // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type UpdateStateMachineInput ¶
type UpdateStateMachineInput struct { // The Amazon Resource Name (ARN) of the state machine. // // This member is required. StateMachineArn *string // The Amazon States Language definition of the state machine. See [Amazon States Language]. // // [Amazon States Language]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html Definition *string // Settings to configure server-side encryption. EncryptionConfiguration *types.EncryptionConfiguration // Use the LoggingConfiguration data type to set CloudWatch Logs options. LoggingConfiguration *types.LoggingConfiguration // Specifies whether the state machine version is published. The default is false . // To publish a version after updating the state machine, set publish to true . Publish bool // The Amazon Resource Name (ARN) of the IAM role of the state machine. RoleArn *string // Selects whether X-Ray tracing is enabled. TracingConfiguration *types.TracingConfiguration // An optional description of the state machine version to publish. // // You can only specify the versionDescription parameter if you've set publish to // true . VersionDescription *string // contains filtered or unexported fields }
type UpdateStateMachineOutput ¶
type UpdateStateMachineOutput struct { // The date and time the state machine was updated. // // This member is required. UpdateDate *time.Time // The revision identifier for the updated state machine. RevisionId *string // The Amazon Resource Name (ARN) of the published state machine version. // // If the publish parameter isn't set to true , this field returns null. StateMachineVersionArn *string // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
type ValidateStateMachineDefinitionInput ¶ added in v1.27.0
type ValidateStateMachineDefinitionInput struct { // The Amazon States Language definition of the state machine. For more // information, see [Amazon States Language](ASL). // // [Amazon States Language]: https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html // // This member is required. Definition *string // The maximum number of diagnostics that are returned per call. The default and // maximum value is 100. Setting the value to 0 will also use the default of 100. // // If the number of diagnostics returned in the response exceeds maxResults , the // value of the truncated field in the response will be set to true . MaxResults int32 // Minimum level of diagnostics to return. ERROR returns only ERROR diagnostics, // whereas WARNING returns both WARNING and ERROR diagnostics. The default is ERROR // . Severity types.ValidateStateMachineDefinitionSeverity // The target type of state machine for this definition. The default is STANDARD . Type types.StateMachineType // contains filtered or unexported fields }
type ValidateStateMachineDefinitionOutput ¶ added in v1.27.0
type ValidateStateMachineDefinitionOutput struct { // An array of diagnostic errors and warnings found during validation of the state // machine definition. Since warnings do not prevent deploying your workflow // definition, the result value could be OK even when warning diagnostics are // present in the response. // // This member is required. Diagnostics []types.ValidateStateMachineDefinitionDiagnostic // The result value will be OK when no syntax errors are found, or FAIL if the // workflow definition does not pass verification. // // This member is required. Result types.ValidateStateMachineDefinitionResultCode // The result value will be true if the number of diagnostics found in the // workflow definition exceeds maxResults . When all diagnostics results are // returned, the value will be false . Truncated *bool // Metadata pertaining to the operation's result. ResultMetadata middleware.Metadata // contains filtered or unexported fields }
Source Files ¶
- api_client.go
- api_op_CreateActivity.go
- api_op_CreateStateMachine.go
- api_op_CreateStateMachineAlias.go
- api_op_DeleteActivity.go
- api_op_DeleteStateMachine.go
- api_op_DeleteStateMachineAlias.go
- api_op_DeleteStateMachineVersion.go
- api_op_DescribeActivity.go
- api_op_DescribeExecution.go
- api_op_DescribeMapRun.go
- api_op_DescribeStateMachine.go
- api_op_DescribeStateMachineAlias.go
- api_op_DescribeStateMachineForExecution.go
- api_op_GetActivityTask.go
- api_op_GetExecutionHistory.go
- api_op_ListActivities.go
- api_op_ListExecutions.go
- api_op_ListMapRuns.go
- api_op_ListStateMachineAliases.go
- api_op_ListStateMachineVersions.go
- api_op_ListStateMachines.go
- api_op_ListTagsForResource.go
- api_op_PublishStateMachineVersion.go
- api_op_RedriveExecution.go
- api_op_SendTaskFailure.go
- api_op_SendTaskHeartbeat.go
- api_op_SendTaskSuccess.go
- api_op_StartExecution.go
- api_op_StartSyncExecution.go
- api_op_StopExecution.go
- api_op_TagResource.go
- api_op_TestState.go
- api_op_UntagResource.go
- api_op_UpdateMapRun.go
- api_op_UpdateStateMachine.go
- api_op_UpdateStateMachineAlias.go
- api_op_ValidateStateMachineDefinition.go
- auth.go
- deserializers.go
- doc.go
- endpoints.go
- go_module_metadata.go
- options.go
- serializers.go
- validators.go