Categorygithub.com/aws/aws-sdk-go-v2/service/swf
modulepackage
1.28.1
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

EndpointResolverFromURL returns an EndpointResolver configured using the provided endpoint url.
New returns an initialized Client based on the functional options.
NewDefaultEndpointResolver constructs a new service endpoint resolver.
No description provided by the author
NewFromConfig returns a new client from the provided config.
NewGetWorkflowExecutionHistoryPaginator returns a new GetWorkflowExecutionHistoryPaginator.
NewListActivityTypesPaginator returns a new ListActivityTypesPaginator.
NewListClosedWorkflowExecutionsPaginator returns a new ListClosedWorkflowExecutionsPaginator.
NewListDomainsPaginator returns a new ListDomainsPaginator.
NewListOpenWorkflowExecutionsPaginator returns a new ListOpenWorkflowExecutionsPaginator.
NewListWorkflowTypesPaginator returns a new ListWorkflowTypesPaginator.
NewPollForDecisionTaskPaginator returns a new PollForDecisionTaskPaginator.
WithAPIOptions returns a functional option for setting the Client's APIOptions option.
Deprecated: EndpointResolver and WithEndpointResolver.
WithEndpointResolverV2 returns a functional option for setting the Client's EndpointResolverV2 option.
WithSigV4SigningName applies an override to the authentication workflow to use the given signing name for SigV4-authenticated operations.
WithSigV4SigningRegion applies an override to the authentication workflow to use the given signing region for SigV4-authenticated operations.

# Constants

No description provided by the author
No description provided by the author

# Structs

AuthResolverParameters contains the set of inputs necessary for auth scheme resolution.
Client provides the API client to make operations call for Amazon Simple Workflow Service.
No description provided by the author
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions.
No description provided by the author
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions.
No description provided by the author
Contains the count of tasks in a task list.
No description provided by the author
Contains the count of tasks in a task list.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Detailed information about an activity type.
No description provided by the author
Contains details of a domain.
No description provided by the author
Contains details about a workflow execution.
No description provided by the author
Contains details about a workflow type.
EndpointParameters provides the parameters that influence how endpoints are resolved.
No description provided by the author
Paginated representation of a workflow history for a workflow execution.
GetWorkflowExecutionHistoryPaginator is a paginator for GetWorkflowExecutionHistory.
GetWorkflowExecutionHistoryPaginatorOptions is the paginator options for GetWorkflowExecutionHistory.
No description provided by the author
Contains a paginated list of activity type information structures.
ListActivityTypesPaginator is a paginator for ListActivityTypes.
ListActivityTypesPaginatorOptions is the paginator options for ListActivityTypes.
No description provided by the author
Contains a paginated list of information about workflow executions.
ListClosedWorkflowExecutionsPaginator is a paginator for ListClosedWorkflowExecutions.
ListClosedWorkflowExecutionsPaginatorOptions is the paginator options for ListClosedWorkflowExecutions.
No description provided by the author
Contains a paginated collection of DomainInfo structures.
ListDomainsPaginator is a paginator for ListDomains.
ListDomainsPaginatorOptions is the paginator options for ListDomains.
No description provided by the author
Contains a paginated list of information about workflow executions.
ListOpenWorkflowExecutionsPaginator is a paginator for ListOpenWorkflowExecutions.
ListOpenWorkflowExecutionsPaginatorOptions is the paginator options for ListOpenWorkflowExecutions.
No description provided by the author
No description provided by the author
No description provided by the author
Contains a paginated list of information structures about workflow types.
ListWorkflowTypesPaginator is a paginator for ListWorkflowTypes.
ListWorkflowTypesPaginatorOptions is the paginator options for ListWorkflowTypes.
No description provided by the author
No description provided by the author
Unit of work sent to an activity worker.
No description provided by the author
A structure that represents a decision task.
PollForDecisionTaskPaginator is a paginator for PollForDecisionTask.
PollForDecisionTaskPaginatorOptions is the paginator options for PollForDecisionTask.
No description provided by the author
Status information about an activity task.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Input data for a TaskCompleted response to a decision task.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Specifies the runId of a workflow execution.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

AuthSchemeResolver returns a set of possible authentication options for an operation.
EndpointResolver interface for resolving service endpoints.
EndpointResolverV2 provides the interface for resolving service endpoints.
GetWorkflowExecutionHistoryAPIClient is a client that implements the GetWorkflowExecutionHistory operation.
No description provided by the author
No description provided by the author
ListActivityTypesAPIClient is a client that implements the ListActivityTypes operation.
ListClosedWorkflowExecutionsAPIClient is a client that implements the ListClosedWorkflowExecutions operation.
ListDomainsAPIClient is a client that implements the ListDomains operation.
ListOpenWorkflowExecutionsAPIClient is a client that implements the ListOpenWorkflowExecutions operation.
ListWorkflowTypesAPIClient is a client that implements the ListWorkflowTypes operation.
PollForDecisionTaskAPIClient is a client that implements the PollForDecisionTask operation.

# Type aliases

EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface.
EndpointResolverOptions is the service endpoint resolver options.