
models.swf-2012-01-25-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2012-01-25",
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "Amazon Simple Workflow Service The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to coordinate work across distributed components. In Amazon SWF, a task represents a logical unit of work that is performed by a component of your workflow. Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and concurrency in accordance with the logical flow of the application.
Amazon SWF gives you full control over implementing tasks and coordinating them without worrying about underlying complexities such as tracking their progress and maintaining their state.
This documentation serves as reference only. For a broader overview of the Amazon SWF programming model, see the Amazon SWF Developer Guide.
",
"defaultEndpoint" : "swf.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "swf.us-east-1.amazonaws.com",
"syncInterface" : "AmazonSimpleWorkflow",
"syncClient" : "AmazonSimpleWorkflowClient",
"asyncInterface" : "AmazonSimpleWorkflowAsync",
"asyncClient" : "AmazonSimpleWorkflowAsyncClient",
"packageName" : "com.amazonaws.services.simpleworkflow",
"packagePath" : "com/amazonaws/services/simpleworkflow",
"serviceAbbreviation" : "Amazon SWF",
"serviceFullName" : "Amazon Simple Workflow Service",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : "1.0",
"endpointPrefix" : "swf",
"signingName" : "swf",
"protocolDefaultExceptionUmarshallerImpl" : null,
"syncClientBuilderClassName" : "AmazonSimpleWorkflowClientBuilder",
"asyncClientBuilderClassName" : "AmazonSimpleWorkflowAsyncClientBuilder",
"serviceName" : "Amazon SWF",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true
},
"operations" : {
"CountClosedWorkflowExecutions" : {
"documentation" : "Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. tagFilter.tag
: String constraint. The key is swf:tagFilter.tag
. typeFilter.name
: String constraint. The key is swf:typeFilter.name
. typeFilter.version
: String constraint. The key is swf:typeFilter.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "CountClosedWorkflowExecutions",
"deprecated" : false,
"input" : {
"variableName" : "countClosedWorkflowExecutionsRequest",
"variableType" : "CountClosedWorkflowExecutionsRequest",
"variableDeclarationType" : "CountClosedWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "CountClosedWorkflowExecutionsRequest",
"variableSetterType" : "CountClosedWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "WorkflowExecutionCount",
"documentation" : "Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "WorkflowExecutionCount",
"asyncReturnType" : "WorkflowExecutionCount",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "countClosedWorkflowExecutions"
},
"CountOpenWorkflowExecutions" : {
"documentation" : "Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. tagFilter.tag
: String constraint. The key is swf:tagFilter.tag
. typeFilter.name
: String constraint. The key is swf:typeFilter.name
. typeFilter.version
: String constraint. The key is swf:typeFilter.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "CountOpenWorkflowExecutions",
"deprecated" : false,
"input" : {
"variableName" : "countOpenWorkflowExecutionsRequest",
"variableType" : "CountOpenWorkflowExecutionsRequest",
"variableDeclarationType" : "CountOpenWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "CountOpenWorkflowExecutionsRequest",
"variableSetterType" : "CountOpenWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "WorkflowExecutionCount",
"documentation" : "Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "WorkflowExecutionCount",
"asyncReturnType" : "WorkflowExecutionCount",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "countOpenWorkflowExecutions"
},
"CountPendingActivityTasks" : {
"documentation" : "Returns the estimated number of activity tasks in the specified task list. The count returned is an approximation and is not guaranteed to be exact. If you specify a task list that no activity task was ever scheduled in then 0 will be returned.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the
taskList.name
parameter by using a Condition element with the swf:taskList.name
key to allow the action to access only certain task lists.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "CountPendingActivityTasks",
"deprecated" : false,
"input" : {
"variableName" : "countPendingActivityTasksRequest",
"variableType" : "CountPendingActivityTasksRequest",
"variableDeclarationType" : "CountPendingActivityTasksRequest",
"documentation" : "",
"simpleType" : "CountPendingActivityTasksRequest",
"variableSetterType" : "CountPendingActivityTasksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PendingTaskCount",
"documentation" : "Contains the count of tasks in a task list.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PendingTaskCount",
"asyncReturnType" : "PendingTaskCount",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "countPendingActivityTasks"
},
"CountPendingDecisionTasks" : {
"documentation" : "Returns the estimated number of decision tasks in the specified task list. The count returned is an approximation and is not guaranteed to be exact. If you specify a task list that no decision task was ever scheduled in then 0 will be returned.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the
taskList.name
parameter by using a Condition element with the swf:taskList.name
key to allow the action to access only certain task lists.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "CountPendingDecisionTasks",
"deprecated" : false,
"input" : {
"variableName" : "countPendingDecisionTasksRequest",
"variableType" : "CountPendingDecisionTasksRequest",
"variableDeclarationType" : "CountPendingDecisionTasksRequest",
"documentation" : "",
"simpleType" : "CountPendingDecisionTasksRequest",
"variableSetterType" : "CountPendingDecisionTasksRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PendingTaskCount",
"documentation" : "Contains the count of tasks in a task list.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PendingTaskCount",
"asyncReturnType" : "PendingTaskCount",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "countPendingDecisionTasks"
},
"DeprecateActivityType" : {
"documentation" : "Deprecates the specified activity type. After an activity type has been deprecated, you cannot create new tasks of that activity type. Tasks of this type that were scheduled before the type was deprecated will continue to run.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. activityType.name
: String constraint. The key is swf:activityType.name
. activityType.version
: String constraint. The key is swf:activityType.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "DeprecateActivityType",
"deprecated" : false,
"input" : {
"variableName" : "deprecateActivityTypeRequest",
"variableType" : "DeprecateActivityTypeRequest",
"variableDeclarationType" : "DeprecateActivityTypeRequest",
"documentation" : "",
"simpleType" : "DeprecateActivityTypeRequest",
"variableSetterType" : "DeprecateActivityTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "TypeDeprecatedException",
"documentation" : "Returned when the specified activity or workflow type was already deprecated.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deprecateActivityType"
},
"DeprecateDomain" : {
"documentation" : "Deprecates the specified domain. After a domain has been deprecated it cannot be used to create new workflow executions or register new types. However, you can still use visibility actions on this domain. Deprecating a domain also deprecates all activity and workflow types registered in the domain. Executions that were started before the domain was deprecated will continue to run.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "DeprecateDomain",
"deprecated" : false,
"input" : {
"variableName" : "deprecateDomainRequest",
"variableType" : "DeprecateDomainRequest",
"variableDeclarationType" : "DeprecateDomainRequest",
"documentation" : "",
"simpleType" : "DeprecateDomainRequest",
"variableSetterType" : "DeprecateDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "DomainDeprecatedException",
"documentation" : "Returned when the specified domain has been deprecated.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deprecateDomain"
},
"DeprecateWorkflowType" : {
"documentation" : "Deprecates the specified workflow type. After a workflow type has been deprecated, you cannot create new executions of that type. Executions that were started before the type was deprecated will continue to run. A deprecated workflow type may still be used when calling visibility actions.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. workflowType.name
: String constraint. The key is swf:workflowType.name
. workflowType.version
: String constraint. The key is swf:workflowType.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "DeprecateWorkflowType",
"deprecated" : false,
"input" : {
"variableName" : "deprecateWorkflowTypeRequest",
"variableType" : "DeprecateWorkflowTypeRequest",
"variableDeclarationType" : "DeprecateWorkflowTypeRequest",
"documentation" : "",
"simpleType" : "DeprecateWorkflowTypeRequest",
"variableSetterType" : "DeprecateWorkflowTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "TypeDeprecatedException",
"documentation" : "Returned when the specified activity or workflow type was already deprecated.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deprecateWorkflowType"
},
"DescribeActivityType" : {
"documentation" : "Returns information about the specified activity type. This includes configuration settings provided when the type was registered and other general information about the type.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. activityType.name
: String constraint. The key is swf:activityType.name
. activityType.version
: String constraint. The key is swf:activityType.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "DescribeActivityType",
"deprecated" : false,
"input" : {
"variableName" : "describeActivityTypeRequest",
"variableType" : "DescribeActivityTypeRequest",
"variableDeclarationType" : "DescribeActivityTypeRequest",
"documentation" : "",
"simpleType" : "DescribeActivityTypeRequest",
"variableSetterType" : "DescribeActivityTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ActivityTypeDetail",
"documentation" : "Detailed information about an activity type.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ActivityTypeDetail",
"asyncReturnType" : "ActivityTypeDetail",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeActivityType"
},
"DescribeDomain" : {
"documentation" : "Returns information about the specified domain, including description and status.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "DescribeDomain",
"deprecated" : false,
"input" : {
"variableName" : "describeDomainRequest",
"variableType" : "DescribeDomainRequest",
"variableDeclarationType" : "DescribeDomainRequest",
"documentation" : "",
"simpleType" : "DescribeDomainRequest",
"variableSetterType" : "DescribeDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DomainDetail",
"documentation" : "Contains details of a domain.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DomainDetail",
"asyncReturnType" : "DomainDetail",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeDomain"
},
"DescribeWorkflowExecution" : {
"documentation" : "Returns information about the specified workflow execution including its type and some statistics.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "DescribeWorkflowExecution",
"deprecated" : false,
"input" : {
"variableName" : "describeWorkflowExecutionRequest",
"variableType" : "DescribeWorkflowExecutionRequest",
"variableDeclarationType" : "DescribeWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "DescribeWorkflowExecutionRequest",
"variableSetterType" : "DescribeWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "WorkflowExecutionDetail",
"documentation" : "Contains details about a workflow execution.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "WorkflowExecutionDetail",
"asyncReturnType" : "WorkflowExecutionDetail",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeWorkflowExecution"
},
"DescribeWorkflowType" : {
"documentation" : "Returns information about the specified workflow type. This includes configuration settings specified when the type was registered and other information such as creation date, current status, and so on.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. workflowType.name
: String constraint. The key is swf:workflowType.name
. workflowType.version
: String constraint. The key is swf:workflowType.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "DescribeWorkflowType",
"deprecated" : false,
"input" : {
"variableName" : "describeWorkflowTypeRequest",
"variableType" : "DescribeWorkflowTypeRequest",
"variableDeclarationType" : "DescribeWorkflowTypeRequest",
"documentation" : "",
"simpleType" : "DescribeWorkflowTypeRequest",
"variableSetterType" : "DescribeWorkflowTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "WorkflowTypeDetail",
"documentation" : "Contains details about a workflow type.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "WorkflowTypeDetail",
"asyncReturnType" : "WorkflowTypeDetail",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeWorkflowType"
},
"GetWorkflowExecutionHistory" : {
"documentation" : "Returns the history of the specified workflow execution. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken
returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "GetWorkflowExecutionHistory",
"deprecated" : false,
"input" : {
"variableName" : "getWorkflowExecutionHistoryRequest",
"variableType" : "GetWorkflowExecutionHistoryRequest",
"variableDeclarationType" : "GetWorkflowExecutionHistoryRequest",
"documentation" : "",
"simpleType" : "GetWorkflowExecutionHistoryRequest",
"variableSetterType" : "GetWorkflowExecutionHistoryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "History",
"documentation" : "Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "History",
"asyncReturnType" : "History",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getWorkflowExecutionHistory"
},
"ListActivityTypes" : {
"documentation" : "Returns information about all activities registered in the specified domain that match the specified name and registration status. The result includes information like creation date, current status of the activity, etc. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken
returned by the initial call.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "ListActivityTypes",
"deprecated" : false,
"input" : {
"variableName" : "listActivityTypesRequest",
"variableType" : "ListActivityTypesRequest",
"variableDeclarationType" : "ListActivityTypesRequest",
"documentation" : "",
"simpleType" : "ListActivityTypesRequest",
"variableSetterType" : "ListActivityTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ActivityTypeInfos",
"documentation" : "Contains a paginated list of activity type information structures.
"
},
"exceptions" : [ {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
}, {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ActivityTypeInfos",
"asyncReturnType" : "ActivityTypeInfos",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listActivityTypes"
},
"ListClosedWorkflowExecutions" : {
"documentation" : "Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. tagFilter.tag
: String constraint. The key is swf:tagFilter.tag
. typeFilter.name
: String constraint. The key is swf:typeFilter.name
. typeFilter.version
: String constraint. The key is swf:typeFilter.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "ListClosedWorkflowExecutions",
"deprecated" : false,
"input" : {
"variableName" : "listClosedWorkflowExecutionsRequest",
"variableType" : "ListClosedWorkflowExecutionsRequest",
"variableDeclarationType" : "ListClosedWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "ListClosedWorkflowExecutionsRequest",
"variableSetterType" : "ListClosedWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "WorkflowExecutionInfos",
"documentation" : "Contains a paginated list of information about workflow executions.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "WorkflowExecutionInfos",
"asyncReturnType" : "WorkflowExecutionInfos",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listClosedWorkflowExecutions"
},
"ListDomains" : {
"documentation" : "Returns the list of domains registered in the account. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. The element must be set to arn:aws:swf::AccountID:domain/*
, where AccountID is the account ID, with no dashes. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "ListDomains",
"deprecated" : false,
"input" : {
"variableName" : "listDomainsRequest",
"variableType" : "ListDomainsRequest",
"variableDeclarationType" : "ListDomainsRequest",
"documentation" : "",
"simpleType" : "ListDomainsRequest",
"variableSetterType" : "ListDomainsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DomainInfos",
"documentation" : "Contains a paginated collection of DomainInfo structures.
"
},
"exceptions" : [ {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DomainInfos",
"asyncReturnType" : "DomainInfos",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listDomains"
},
"ListOpenWorkflowExecutions" : {
"documentation" : "Returns a list of open workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.
This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. tagFilter.tag
: String constraint. The key is swf:tagFilter.tag
. typeFilter.name
: String constraint. The key is swf:typeFilter.name
. typeFilter.version
: String constraint. The key is swf:typeFilter.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "ListOpenWorkflowExecutions",
"deprecated" : false,
"input" : {
"variableName" : "listOpenWorkflowExecutionsRequest",
"variableType" : "ListOpenWorkflowExecutionsRequest",
"variableDeclarationType" : "ListOpenWorkflowExecutionsRequest",
"documentation" : "",
"simpleType" : "ListOpenWorkflowExecutionsRequest",
"variableSetterType" : "ListOpenWorkflowExecutionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "WorkflowExecutionInfos",
"documentation" : "Contains a paginated list of information about workflow executions.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "WorkflowExecutionInfos",
"asyncReturnType" : "WorkflowExecutionInfos",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listOpenWorkflowExecutions"
},
"ListWorkflowTypes" : {
"documentation" : "Returns information about workflow types in the specified domain. The results may be split into multiple pages that can be retrieved by making the call repeatedly.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "ListWorkflowTypes",
"deprecated" : false,
"input" : {
"variableName" : "listWorkflowTypesRequest",
"variableType" : "ListWorkflowTypesRequest",
"variableDeclarationType" : "ListWorkflowTypesRequest",
"documentation" : "",
"simpleType" : "ListWorkflowTypesRequest",
"variableSetterType" : "ListWorkflowTypesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "WorkflowTypeInfos",
"documentation" : "Contains a paginated list of information structures about workflow types.
"
},
"exceptions" : [ {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
}, {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "WorkflowTypeInfos",
"asyncReturnType" : "WorkflowTypeInfos",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "listWorkflowTypes"
},
"PollForActivityTask" : {
"documentation" : "Used by workers to get an ActivityTask from the specified activity taskList
. This initiates a long poll, where the service holds the HTTP connection open and responds as soon as a task becomes available. The maximum time the service holds on to the request before responding is 60 seconds. If no task is available within 60 seconds, the poll will return an empty result. An empty result, in this context, means that an ActivityTask is returned, but that the value of taskToken is an empty string. If a task is returned, the worker should use its type to identify and process it correctly.
Workers should set their client side socket timeout to at least 70 seconds (10 seconds higher than the maximum time service may hold the poll request). Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the
taskList.name
parameter by using a Condition element with the swf:taskList.name
key to allow the action to access only certain task lists.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "PollForActivityTask",
"deprecated" : false,
"input" : {
"variableName" : "pollForActivityTaskRequest",
"variableType" : "PollForActivityTaskRequest",
"variableDeclarationType" : "PollForActivityTaskRequest",
"documentation" : "",
"simpleType" : "PollForActivityTaskRequest",
"variableSetterType" : "PollForActivityTaskRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ActivityTask",
"documentation" : "Unit of work sent to an activity worker.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ActivityTask",
"asyncReturnType" : "ActivityTask",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "pollForActivityTask"
},
"PollForDecisionTask" : {
"documentation" : "Used by deciders to get a DecisionTask from the specified decision taskList
. A decision task may be returned for any open workflow execution that is using the specified task list. The task includes a paginated view of the history of the workflow execution. The decider should use the workflow type and the history to determine how to properly handle the task.
This action initiates a long poll, where the service holds the HTTP connection open and responds as soon a task becomes available. If no decision task is available in the specified task list before the timeout of 60 seconds expires, an empty result is returned. An empty result, in this context, means that a DecisionTask is returned, but that the value of taskToken
is an empty string.
Deciders should set their client-side socket timeout to at least 70 seconds (10 seconds higher than the timeout). Because the number of workflow history events for a single workflow execution might be very large, the result returned might be split up across a number of pages. To retrieve subsequent pages, make additional calls to PollForDecisionTask
using the nextPageToken
returned by the initial call. Note that you do not call GetWorkflowExecutionHistory
with this nextPageToken
. Instead, call PollForDecisionTask
again. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the
taskList.name
parameter by using a Condition element with the swf:taskList.name
key to allow the action to access only certain task lists.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "PollForDecisionTask",
"deprecated" : false,
"input" : {
"variableName" : "pollForDecisionTaskRequest",
"variableType" : "PollForDecisionTaskRequest",
"variableDeclarationType" : "PollForDecisionTaskRequest",
"documentation" : "",
"simpleType" : "PollForDecisionTaskRequest",
"variableSetterType" : "PollForDecisionTaskRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DecisionTask",
"documentation" : "A structure that represents a decision task. Decision tasks are sent to deciders in order for them to make decisions.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DecisionTask",
"asyncReturnType" : "DecisionTask",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "pollForDecisionTask"
},
"RecordActivityTaskHeartbeat" : {
"documentation" : "Used by activity workers to report to the service that the ActivityTask represented by the specified taskToken
is still making progress. The worker can also (optionally) specify details of the progress, for example percent complete, using the details
parameter. This action can also be used by the worker as a mechanism to check if cancellation is being requested for the activity task. If a cancellation is being attempted for the specified task, then the boolean cancelRequested
flag returned by the service is set to true
.
This action resets the taskHeartbeatTimeout
clock. The taskHeartbeatTimeout
is specified in RegisterActivityType.
This action does not in itself create an event in the workflow execution history. However, if the task times out, the workflow execution history will contain a ActivityTaskTimedOut
event that contains the information from the last heartbeat generated by the activity worker.
The taskStartToCloseTimeout
of an activity type is the maximum duration of an activity task, regardless of the number of RecordActivityTaskHeartbeat requests received. The taskStartToCloseTimeout
is also specified in RegisterActivityType. This operation is only useful for long-lived activities to report liveliness of the task and to determine if a cancellation is being attempted. If the cancelRequested
flag returns true
, a cancellation is being attempted. If the worker can cancel the activity, it should respond with RespondActivityTaskCanceled. Otherwise, it should ignore the cancellation request. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RecordActivityTaskHeartbeat",
"deprecated" : false,
"input" : {
"variableName" : "recordActivityTaskHeartbeatRequest",
"variableType" : "RecordActivityTaskHeartbeatRequest",
"variableDeclarationType" : "RecordActivityTaskHeartbeatRequest",
"documentation" : "",
"simpleType" : "RecordActivityTaskHeartbeatRequest",
"variableSetterType" : "RecordActivityTaskHeartbeatRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ActivityTaskStatus",
"documentation" : "Status information about an activity task.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "ActivityTaskStatus",
"asyncReturnType" : "ActivityTaskStatus",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "recordActivityTaskHeartbeat"
},
"RegisterActivityType" : {
"documentation" : "Registers a new activity type along with its configuration settings in the specified domain.
A TypeAlreadyExists
fault is returned if the type already exists in the domain. You cannot change any configuration settings of the type after its registration, and it must be registered as a new version. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. -
defaultTaskList.name
: String constraint. The key is swf:defaultTaskList.name
. -
name
: String constraint. The key is swf:name
. -
version
: String constraint. The key is swf:version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RegisterActivityType",
"deprecated" : false,
"input" : {
"variableName" : "registerActivityTypeRequest",
"variableType" : "RegisterActivityTypeRequest",
"variableDeclarationType" : "RegisterActivityTypeRequest",
"documentation" : "",
"simpleType" : "RegisterActivityTypeRequest",
"variableSetterType" : "RegisterActivityTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "TypeAlreadyExistsException",
"documentation" : "Returned if the type already exists in the specified domain. You will get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
"
}, {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerActivityType"
},
"RegisterDomain" : {
"documentation" : "Registers a new domain.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- You cannot use an IAM policy to control domain access for this action. The name of the domain being registered is available as the resource of this action.
- Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RegisterDomain",
"deprecated" : false,
"input" : {
"variableName" : "registerDomainRequest",
"variableType" : "RegisterDomainRequest",
"variableDeclarationType" : "RegisterDomainRequest",
"documentation" : "",
"simpleType" : "RegisterDomainRequest",
"variableSetterType" : "RegisterDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "DomainAlreadyExistsException",
"documentation" : "Returned if the specified domain already exists. You will get this fault even if the existing domain is in deprecated status.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerDomain"
},
"RegisterWorkflowType" : {
"documentation" : "Registers a new workflow type and its configuration settings in the specified domain.
The retention period for the workflow history is set by the RegisterDomain action.
If the type already exists, then a TypeAlreadyExists
fault is returned. You cannot change the configuration settings of a workflow type once it is registered and it must be registered as a new version. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. -
defaultTaskList.name
: String constraint. The key is swf:defaultTaskList.name
. -
name
: String constraint. The key is swf:name
. -
version
: String constraint. The key is swf:version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RegisterWorkflowType",
"deprecated" : false,
"input" : {
"variableName" : "registerWorkflowTypeRequest",
"variableType" : "RegisterWorkflowTypeRequest",
"variableDeclarationType" : "RegisterWorkflowTypeRequest",
"documentation" : "",
"simpleType" : "RegisterWorkflowTypeRequest",
"variableSetterType" : "RegisterWorkflowTypeRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "TypeAlreadyExistsException",
"documentation" : "Returned if the type already exists in the specified domain. You will get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
"
}, {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "registerWorkflowType"
},
"RequestCancelWorkflowExecution" : {
"documentation" : "Records a WorkflowExecutionCancelRequested
event in the currently running workflow execution identified by the given domain, workflowId, and runId. This logically requests the cancellation of the workflow execution as a whole. It is up to the decider to take appropriate actions when it receives an execution history with this event.
If the runId is not specified, the WorkflowExecutionCancelRequested
event is recorded in the history of the current open workflow execution with the specified workflowId in the domain. Because this action allows the workflow to properly clean up and gracefully close, it should be used instead of TerminateWorkflowExecution when possible. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RequestCancelWorkflowExecution",
"deprecated" : false,
"input" : {
"variableName" : "requestCancelWorkflowExecutionRequest",
"variableType" : "RequestCancelWorkflowExecutionRequest",
"variableDeclarationType" : "RequestCancelWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "RequestCancelWorkflowExecutionRequest",
"variableSetterType" : "RequestCancelWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "requestCancelWorkflowExecution"
},
"RespondActivityTaskCanceled" : {
"documentation" : "Used by workers to tell the service that the ActivityTask identified by the taskToken
was successfully canceled. Additional details
can be optionally provided using the details
argument.
These details
(if provided) appear in the ActivityTaskCanceled
event added to the workflow history.
Only use this operation if the canceled
flag of a RecordActivityTaskHeartbeat request returns true
and if the activity can be safely undone or abandoned. A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RespondActivityTaskCanceled",
"deprecated" : false,
"input" : {
"variableName" : "respondActivityTaskCanceledRequest",
"variableType" : "RespondActivityTaskCanceledRequest",
"variableDeclarationType" : "RespondActivityTaskCanceledRequest",
"documentation" : "",
"simpleType" : "RespondActivityTaskCanceledRequest",
"variableSetterType" : "RespondActivityTaskCanceledRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "respondActivityTaskCanceled"
},
"RespondActivityTaskCompleted" : {
"documentation" : "Used by workers to tell the service that the ActivityTask identified by the taskToken
completed successfully with a result
(if provided). The result
appears in the ActivityTaskCompleted
event in the workflow history.
If the requested task does not complete successfully, use RespondActivityTaskFailed instead. If the worker finds that the task is canceled through the canceled
flag returned by RecordActivityTaskHeartbeat, it should cancel the task, clean up and then call RespondActivityTaskCanceled. A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RespondActivityTaskCompleted",
"deprecated" : false,
"input" : {
"variableName" : "respondActivityTaskCompletedRequest",
"variableType" : "RespondActivityTaskCompletedRequest",
"variableDeclarationType" : "RespondActivityTaskCompletedRequest",
"documentation" : "",
"simpleType" : "RespondActivityTaskCompletedRequest",
"variableSetterType" : "RespondActivityTaskCompletedRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "respondActivityTaskCompleted"
},
"RespondActivityTaskFailed" : {
"documentation" : "Used by workers to tell the service that the ActivityTask identified by the taskToken
has failed with reason
(if specified). The reason
and details
appear in the ActivityTaskFailed
event added to the workflow history.
A task is considered open from the time that it is scheduled until it is closed. Therefore a task is reported as open while a worker is processing it. A task is closed after it has been specified in a call to RespondActivityTaskCompleted, RespondActivityTaskCanceled, RespondActivityTaskFailed, or the task has timed out.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RespondActivityTaskFailed",
"deprecated" : false,
"input" : {
"variableName" : "respondActivityTaskFailedRequest",
"variableType" : "RespondActivityTaskFailedRequest",
"variableDeclarationType" : "RespondActivityTaskFailedRequest",
"documentation" : "",
"simpleType" : "RespondActivityTaskFailedRequest",
"variableSetterType" : "RespondActivityTaskFailedRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "respondActivityTaskFailed"
},
"RespondDecisionTaskCompleted" : {
"documentation" : "Used by deciders to tell the service that the DecisionTask identified by the taskToken
has successfully completed. The decisions
argument specifies the list of decisions made while processing the task.
A DecisionTaskCompleted
event is added to the workflow history. The executionContext
specified is attached to the event in the workflow execution history.
Access Control
If an IAM policy grants permission to use RespondDecisionTaskCompleted
, it can express permissions for the list of decisions in the decisions
parameter. Each of the decisions has one or more parameters, much like a regular API call. To allow for policies to be as readable as possible, you can express permissions on decisions as if they were actual API calls, including applying conditions to some parameters. For more information, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "RespondDecisionTaskCompleted",
"deprecated" : false,
"input" : {
"variableName" : "respondDecisionTaskCompletedRequest",
"variableType" : "RespondDecisionTaskCompletedRequest",
"variableDeclarationType" : "RespondDecisionTaskCompletedRequest",
"documentation" : "",
"simpleType" : "RespondDecisionTaskCompletedRequest",
"variableSetterType" : "RespondDecisionTaskCompletedRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "respondDecisionTaskCompleted"
},
"SignalWorkflowExecution" : {
"documentation" : "Records a WorkflowExecutionSignaled
event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId. The event is recorded with the specified user defined signalName and input (if provided).
If a runId is not specified, then the WorkflowExecutionSignaled
event is recorded in the history of the current open workflow with the matching workflowId in the domain. If the specified workflow execution is not open, this method fails with UnknownResource
. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "SignalWorkflowExecution",
"deprecated" : false,
"input" : {
"variableName" : "signalWorkflowExecutionRequest",
"variableType" : "SignalWorkflowExecutionRequest",
"variableDeclarationType" : "SignalWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "SignalWorkflowExecutionRequest",
"variableSetterType" : "SignalWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "signalWorkflowExecution"
},
"StartWorkflowExecution" : {
"documentation" : "Starts an execution of the workflow type in the specified domain using the provided workflowId
and input data.
This action returns the newly started workflow execution.
Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. -
tagList.member.0
: The key is swf:tagList.member.0
. -
tagList.member.1
: The key is swf:tagList.member.1
. -
tagList.member.2
: The key is swf:tagList.member.2
. -
tagList.member.3
: The key is swf:tagList.member.3
. -
tagList.member.4
: The key is swf:tagList.member.4
. taskList
: String constraint. The key is swf:taskList.name
. workflowType.name
: String constraint. The key is swf:workflowType.name
. workflowType.version
: String constraint. The key is swf:workflowType.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "StartWorkflowExecution",
"deprecated" : false,
"input" : {
"variableName" : "startWorkflowExecutionRequest",
"variableType" : "StartWorkflowExecutionRequest",
"variableDeclarationType" : "StartWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "StartWorkflowExecutionRequest",
"variableSetterType" : "StartWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "Run",
"documentation" : "Specifies the runId
of a workflow execution.
"
},
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "TypeDeprecatedException",
"documentation" : "Returned when the specified activity or workflow type was already deprecated.
"
}, {
"exceptionName" : "WorkflowExecutionAlreadyStartedException",
"documentation" : "Returned by StartWorkflowExecution when an open execution with the same workflowId is already running in the specified domain.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
}, {
"exceptionName" : "DefaultUndefinedException",
"documentation" : null
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "Run",
"asyncReturnType" : "Run",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "startWorkflowExecution"
},
"TerminateWorkflowExecution" : {
"documentation" : "Records a WorkflowExecutionTerminated
event and forces closure of the workflow execution identified by the given domain, runId, and workflowId. The child policy, registered with the workflow type or specified when starting this execution, is applied to any open child workflow executions of this workflow execution.
If the identified workflow execution was in progress, it is terminated immediately. If a runId is not specified, then the WorkflowExecutionTerminated
event is recorded in the history of the current open workflow with the matching workflowId in the domain. You should consider using RequestCancelWorkflowExecution action instead because it allows the workflow to gracefully close while TerminateWorkflowExecution does not. Access Control
You can use IAM policies to control this action's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"operationName" : "TerminateWorkflowExecution",
"deprecated" : false,
"input" : {
"variableName" : "terminateWorkflowExecutionRequest",
"variableType" : "TerminateWorkflowExecutionRequest",
"variableDeclarationType" : "TerminateWorkflowExecutionRequest",
"documentation" : "",
"simpleType" : "TerminateWorkflowExecutionRequest",
"variableSetterType" : "TerminateWorkflowExecutionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : null,
"exceptions" : [ {
"exceptionName" : "UnknownResourceException",
"documentation" : "Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
"
}, {
"exceptionName" : "OperationNotPermittedException",
"documentation" : "Returned when the caller does not have sufficient permissions to invoke the action.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "void",
"asyncReturnType" : "Void",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "terminateWorkflowExecution"
}
},
"shapes" : {
"WorkflowExecutionCancelRequestedCause" : {
"c2jName" : "WorkflowExecutionCancelRequestedCause",
"documentation" : "",
"shapeName" : "WorkflowExecutionCancelRequestedCause",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "CHILD_POLICY_APPLIED",
"value" : "CHILD_POLICY_APPLIED"
} ],
"variable" : {
"variableName" : "workflowExecutionCancelRequestedCause",
"variableType" : "WorkflowExecutionCancelRequestedCause",
"variableDeclarationType" : "WorkflowExecutionCancelRequestedCause",
"documentation" : null,
"simpleType" : "WorkflowExecutionCancelRequestedCause",
"variableSetterType" : "WorkflowExecutionCancelRequestedCause"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ActivityTaskScheduledEventAttributes" : {
"c2jName" : "ActivityTaskScheduledEventAttributes",
"documentation" : "Provides details of the ActivityTaskScheduled
event.
",
"shapeName" : "ActivityTaskScheduledEventAttributes",
"deprecated" : false,
"required" : [ "activityType", "activityId", "taskList", "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The type of the activity task.
",
"name" : "ActivityType",
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"variable" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "The type of the activity task.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"setterModel" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityType",
"marshallLocationName" : "activityType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.*/",
"getterDocumentation" : "/**The type of the activity task.
\n@return The type of the activity task.*/",
"fluentSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The unique ID of the activity task.
",
"name" : "ActivityId",
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"variable" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityId",
"marshallLocationName" : "activityId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.*/",
"getterDocumentation" : "/**The unique ID of the activity task.
\n@return The unique ID of the activity task.*/",
"fluentSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The input provided to the activity task.
",
"name" : "Input",
"c2jName" : "input",
"c2jShape" : "Data",
"variable" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The input provided to the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "input",
"marshallLocationName" : "input",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.*/",
"getterDocumentation" : "/**The input provided to the activity task.
\n@return The input provided to the activity task.*/",
"fluentSetterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@param control Optional.*/",
"getterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@return Optional.*/",
"fluentSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"name" : "ScheduleToStartTimeout",
"c2jName" : "scheduleToStartTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "scheduleToStartTimeout",
"marshallLocationName" : "scheduleToStartTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"getterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@return The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"fluentSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum amount of time for this activity task.
",
"name" : "ScheduleToCloseTimeout",
"c2jName" : "scheduleToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum amount of time for this activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "scheduleToCloseTimeout",
"marshallLocationName" : "scheduleToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.*/",
"getterDocumentation" : "/**The maximum amount of time for this activity task.
\n@return The maximum amount of time for this activity task.*/",
"fluentSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"name" : "StartToCloseTimeout",
"c2jName" : "startToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startToCloseTimeout",
"marshallLocationName" : "startToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.*/",
"getterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@return The maximum amount of time a worker may take to process the activity task.*/",
"fluentSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The task list in which the activity task has been scheduled.
",
"name" : "TaskList",
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"variable" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "The task list in which the activity task has been scheduled.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"setterModel" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskList",
"marshallLocationName" : "taskList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.*/",
"getterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@return The task list in which the activity task has been scheduled.*/",
"fluentSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"name" : "TaskPriority",
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"variable" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskPriority",
"marshallLocationName" : "taskPriority",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"fluentSetterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"name" : "HeartbeatTimeout",
"c2jName" : "heartbeatTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "heartbeatTimeout",
"marshallLocationName" : "heartbeatTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"getterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@return The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"fluentSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "activityTaskScheduledEventAttributes",
"variableType" : "ActivityTaskScheduledEventAttributes",
"variableDeclarationType" : "ActivityTaskScheduledEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskScheduledEventAttributes",
"variableSetterType" : "ActivityTaskScheduledEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ScheduleToStartTimeout" : {
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"name" : "ScheduleToStartTimeout",
"c2jName" : "scheduleToStartTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum amount of time the activity task can wait to be assigned to a worker.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "scheduleToStartTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "scheduleToStartTimeout",
"marshallLocationName" : "scheduleToStartTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"getterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@return The maximum amount of time the activity task can wait to be assigned to a worker.*/",
"fluentSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum amount of time the activity task can wait to be assigned to a worker.
\n@param scheduleToStartTimeout The maximum amount of time the activity task can wait to be assigned to a worker.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Input" : {
"documentation" : "The input provided to the activity task.
",
"name" : "Input",
"c2jName" : "input",
"c2jShape" : "Data",
"variable" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The input provided to the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "input",
"marshallLocationName" : "input",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.*/",
"getterDocumentation" : "/**The input provided to the activity task.
\n@return The input provided to the activity task.*/",
"fluentSetterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The input provided to the activity task.
\n@param input The input provided to the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Control" : {
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@param control Optional.*/",
"getterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@return Optional.*/",
"fluentSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the activity.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TaskPriority" : {
"documentation" : "Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"name" : "TaskPriority",
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"variable" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskPriority",
"marshallLocationName" : "taskPriority",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"fluentSetterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered.
Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. The priority to assign to the scheduled activity task. If set, this will override any default priority value that was assigned when the activity type was registered. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ActivityId" : {
"documentation" : "
The unique ID of the activity task.
",
"name" : "ActivityId",
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"variable" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityId",
"marshallLocationName" : "activityId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.*/",
"getterDocumentation" : "/**The unique ID of the activity task.
\n@return The unique ID of the activity task.*/",
"fluentSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of the activity task.
\n@param activityId The unique ID of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TaskList" : {
"documentation" : "The task list in which the activity task has been scheduled.
",
"name" : "TaskList",
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"variable" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "The task list in which the activity task has been scheduled.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"setterModel" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskList",
"marshallLocationName" : "taskList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.*/",
"getterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@return The task list in which the activity task has been scheduled.*/",
"fluentSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The task list in which the activity task has been scheduled.
\n@param taskList The task list in which the activity task has been scheduled.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ActivityType" : {
"documentation" : "The type of the activity task.
",
"name" : "ActivityType",
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"variable" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "The type of the activity task.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"setterModel" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityType",
"marshallLocationName" : "activityType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.*/",
"getterDocumentation" : "/**The type of the activity task.
\n@return The type of the activity task.*/",
"fluentSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the activity task.
\n@param activityType The type of the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"HeartbeatTimeout" : {
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"name" : "HeartbeatTimeout",
"c2jName" : "heartbeatTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "heartbeatTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "heartbeatTimeout",
"marshallLocationName" : "heartbeatTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"getterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@return The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.*/",
"fluentSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.
\n@param heartbeatTimeout The maximum time before which the worker processing this task must report progress by calling RecordActivityTaskHeartbeat. If the timeout is exceeded, the activity task is automatically timed out. If the worker subsequently attempts to record a heartbeat or return a result, it will be ignored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ScheduleToCloseTimeout" : {
"documentation" : "The maximum amount of time for this activity task.
",
"name" : "ScheduleToCloseTimeout",
"c2jName" : "scheduleToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum amount of time for this activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "scheduleToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "scheduleToCloseTimeout",
"marshallLocationName" : "scheduleToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.*/",
"getterDocumentation" : "/**The maximum amount of time for this activity task.
\n@return The maximum amount of time for this activity task.*/",
"fluentSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum amount of time for this activity task.
\n@param scheduleToCloseTimeout The maximum amount of time for this activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StartToCloseTimeout" : {
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"name" : "StartToCloseTimeout",
"c2jName" : "startToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum amount of time a worker may take to process the activity task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "startToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startToCloseTimeout",
"marshallLocationName" : "startToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.*/",
"getterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@return The maximum amount of time a worker may take to process the activity task.*/",
"fluentSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum amount of time a worker may take to process the activity task.
\n@param startToCloseTimeout The maximum amount of time a worker may take to process the activity task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RespondActivityTaskCompletedRequest" : {
"c2jName" : "RespondActivityTaskCompletedInput",
"documentation" : "",
"shapeName" : "RespondActivityTaskCompletedRequest",
"deprecated" : false,
"required" : [ "taskToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"name" : "TaskToken",
"c2jName" : "taskToken",
"c2jShape" : "TaskToken",
"variable" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskToken",
"marshallLocationName" : "taskToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"getterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@return The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"fluentSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The result of the activity task. It is a free form string that is implementation specific.
",
"name" : "Result",
"c2jName" : "result",
"c2jShape" : "Data",
"variable" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The result of the activity task. It is a free form string that is implementation specific.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "result",
"marshallLocationName" : "result",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@param result The result of the activity task. It is a free form string that is implementation specific.*/",
"getterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@return The result of the activity task. It is a free form string that is implementation specific.*/",
"fluentSetterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@param result The result of the activity task. It is a free form string that is implementation specific.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@param result The result of the activity task. It is a free form string that is implementation specific.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "respondActivityTaskCompletedRequest",
"variableType" : "RespondActivityTaskCompletedRequest",
"variableDeclarationType" : "RespondActivityTaskCompletedRequest",
"documentation" : null,
"simpleType" : "RespondActivityTaskCompletedRequest",
"variableSetterType" : "RespondActivityTaskCompletedRequest"
},
"marshaller" : {
"action" : "RespondActivityTaskCompleted",
"verb" : "POST",
"target" : "SimpleWorkflowService.RespondActivityTaskCompleted",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TaskToken" : {
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"name" : "TaskToken",
"c2jName" : "taskToken",
"c2jShape" : "TaskToken",
"variable" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskToken",
"marshallLocationName" : "taskToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"getterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@return The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"fluentSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Result" : {
"documentation" : "The result of the activity task. It is a free form string that is implementation specific.
",
"name" : "Result",
"c2jName" : "result",
"c2jShape" : "Data",
"variable" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The result of the activity task. It is a free form string that is implementation specific.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "result",
"marshallLocationName" : "result",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@param result The result of the activity task. It is a free form string that is implementation specific.*/",
"getterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@return The result of the activity task. It is a free form string that is implementation specific.*/",
"fluentSetterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@param result The result of the activity task. It is a free form string that is implementation specific.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The result of the activity task. It is a free form string that is implementation specific.
\n@param result The result of the activity task. It is a free form string that is implementation specific.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ActivityTaskStartedEventAttributes" : {
"c2jName" : "ActivityTaskStartedEventAttributes",
"documentation" : "Provides details of the ActivityTaskStarted
event.
",
"shapeName" : "ActivityTaskStartedEventAttributes",
"deprecated" : false,
"required" : [ "scheduledEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"name" : "Identity",
"c2jName" : "identity",
"c2jShape" : "Identity",
"variable" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "identity",
"marshallLocationName" : "identity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"getterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@return Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"fluentSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "ScheduledEventId",
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "scheduledEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "scheduledEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "scheduledEventId",
"marshallLocationName" : "scheduledEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "activityTaskStartedEventAttributes",
"variableType" : "ActivityTaskStartedEventAttributes",
"variableDeclarationType" : "ActivityTaskStartedEventAttributes",
"documentation" : null,
"simpleType" : "ActivityTaskStartedEventAttributes",
"variableSetterType" : "ActivityTaskStartedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ScheduledEventId" : {
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "ScheduledEventId",
"c2jName" : "scheduledEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "scheduledEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "scheduledEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "scheduledEventId",
"marshallLocationName" : "scheduledEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param scheduledEventId The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Identity" : {
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"name" : "Identity",
"c2jName" : "identity",
"c2jShape" : "Identity",
"variable" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "identity",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "identity",
"marshallLocationName" : "identity",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"getterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@return Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.*/",
"fluentSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
\n@param identity Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StartChildWorkflowExecutionDecisionAttributes" : {
"c2jName" : "StartChildWorkflowExecutionDecisionAttributes",
"documentation" : "Provides details of the StartChildWorkflowExecution
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - Constrain the following parameters by using a
Condition
element with the appropriate keys. -
tagList.member.N
: The key is \"swf:tagList.N\" where N is the tag number from 0 to 4, inclusive. taskList
: String constraint. The key is swf:taskList.name
. workflowType.name
: String constraint. The key is swf:workflowType.name
. workflowType.version
: String constraint. The key is swf:workflowType.version
.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"shapeName" : "StartChildWorkflowExecutionDecisionAttributes",
"deprecated" : false,
"required" : [ "workflowType", "workflowId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Required. The type of the workflow execution to be started.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "Required. The type of the workflow execution to be started.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@param workflowType Required.*/",
"getterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@return Required.*/",
"fluentSetterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@param workflowType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@param workflowType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param workflowId Required. The workflowId
of the workflow execution. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"getterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@return Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"fluentSetterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param workflowId Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param workflowId Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@param control Optional.*/",
"getterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@return Optional.*/",
"fluentSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The input to be provided to the workflow execution.
",
"name" : "Input",
"c2jName" : "input",
"c2jShape" : "Data",
"variable" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The input to be provided to the workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "input",
"marshallLocationName" : "input",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The input to be provided to the workflow execution.
\n@param input The input to be provided to the workflow execution.*/",
"getterDocumentation" : "/**The input to be provided to the workflow execution.
\n@return The input to be provided to the workflow execution.*/",
"fluentSetterDocumentation" : "/**The input to be provided to the workflow execution.
\n@param input The input to be provided to the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The input to be provided to the workflow execution.
\n@param input The input to be provided to the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"name" : "ExecutionStartToCloseTimeout",
"c2jName" : "executionStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "executionStartToCloseTimeout",
"marshallLocationName" : "executionStartToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@return The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"fluentSetterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"name" : "TaskList",
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"variable" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"setterModel" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskList",
"marshallLocationName" : "taskList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param taskList The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.*/",
"getterDocumentation" : "/**
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@return The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.*/",
"fluentSetterDocumentation" : "/**
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param taskList The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param taskList The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"name" : "TaskPriority",
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"variable" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskPriority",
"marshallLocationName" : "taskPriority",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterDocumentation" : "/**
Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"fluentSetterDocumentation" : "/**
Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"name" : "TaskStartToCloseTimeout",
"c2jName" : "taskStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskStartToCloseTimeout",
"marshallLocationName" : "taskStartToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@return Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"fluentSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"name" : "ChildPolicy",
"c2jName" : "childPolicy",
"c2jShape" : "ChildPolicy",
"variable" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "childPolicy",
"marshallLocationName" : "childPolicy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChildPolicy",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"getterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@return Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"fluentSetterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"varargSetterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/"
}, {
"documentation" : "The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"name" : "TagList",
"c2jName" : "tagList",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "tagList",
"marshallLocationName" : "tagList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"getterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@return The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"fluentSetterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"name" : "LambdaRole",
"c2jName" : "lambdaRole",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "lambdaRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lambdaRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "lambdaRole",
"marshallLocationName" : "lambdaRole",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"getterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@return The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"fluentSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "startChildWorkflowExecutionDecisionAttributes",
"variableType" : "StartChildWorkflowExecutionDecisionAttributes",
"variableDeclarationType" : "StartChildWorkflowExecutionDecisionAttributes",
"documentation" : null,
"simpleType" : "StartChildWorkflowExecutionDecisionAttributes",
"variableSetterType" : "StartChildWorkflowExecutionDecisionAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Control" : {
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@param control Optional.*/",
"getterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@return Optional.*/",
"fluentSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks. This data is not sent to the child workflow execution.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Input" : {
"documentation" : "The input to be provided to the workflow execution.
",
"name" : "Input",
"c2jName" : "input",
"c2jShape" : "Data",
"variable" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The input to be provided to the workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "input",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "input",
"marshallLocationName" : "input",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The input to be provided to the workflow execution.
\n@param input The input to be provided to the workflow execution.*/",
"getterDocumentation" : "/**The input to be provided to the workflow execution.
\n@return The input to be provided to the workflow execution.*/",
"fluentSetterDocumentation" : "/**The input to be provided to the workflow execution.
\n@param input The input to be provided to the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The input to be provided to the workflow execution.
\n@param input The input to be provided to the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TaskPriority" : {
"documentation" : "Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"name" : "TaskPriority",
"c2jName" : "taskPriority",
"c2jShape" : "TaskPriority",
"variable" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskPriority",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskPriority",
"marshallLocationName" : "taskPriority",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"getterDocumentation" : "/**
Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@return Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide*/",
"fluentSetterDocumentation" : "/**
Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority.
For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide.
\n@param taskPriority Optional. A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE
(-2147483648) to Integer.MAX_VALUE
(2147483647). Higher numbers indicate higher priority. For more information about setting task priority, see Setting Task Priority in the Amazon Simple Workflow Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowType" : {
"documentation" : "
Required. The type of the workflow execution to be started.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "Required. The type of the workflow execution to be started.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@param workflowType Required.*/",
"getterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@return Required.*/",
"fluentSetterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@param workflowType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The type of the workflow execution to be started.
\n@param workflowType Required.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TaskStartToCloseTimeout" : {
"documentation" : "Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"name" : "TaskStartToCloseTimeout",
"c2jName" : "taskStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskStartToCloseTimeout",
"marshallLocationName" : "taskStartToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@return Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.*/",
"fluentSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned. \n@param taskStartToCloseTimeout Specifies the maximum duration of decision tasks for this workflow execution. This parameter overrides the defaultTaskStartToCloseTimout
specified when registering the workflow type using RegisterWorkflowType. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
A task start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TaskList" : {
"documentation" : "The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"name" : "TaskList",
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"variable" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"setterModel" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskList",
"marshallLocationName" : "taskList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param taskList The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.*/",
"getterDocumentation" : "/**
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@return The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.*/",
"fluentSetterDocumentation" : "/**
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param taskList The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the task list to be used for decision tasks of the child workflow execution.
A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param taskList The name of the task list to be used for decision tasks of the child workflow execution. A task list for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default task list was specified at registration time then a fault will be returned. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TagList" : {
"documentation" : "
The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"name" : "TagList",
"c2jName" : "tagList",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "tagList",
"marshallLocationName" : "tagList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"getterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@return The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.*/",
"fluentSetterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\n@param tagList The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagList(java.util.Collection)} or {@link #withTagList(java.util.Collection)} if you want to override the existing values.
\n@param tagList The list of tags to associate with the child workflow execution. A maximum of 5 tags can be specified. You can list workflow executions with a specific tag by calling ListOpenWorkflowExecutions or ListClosedWorkflowExecutions and specifying a TagFilter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowId" : {
"documentation" : "Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param workflowId Required. The workflowId
of the workflow execution. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"getterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@return Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"fluentSetterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param workflowId Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param workflowId Required. The workflowId
of the workflow execution.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ExecutionStartToCloseTimeout" : {
"documentation" : "The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"name" : "ExecutionStartToCloseTimeout",
"c2jName" : "executionStartToCloseTimeout",
"c2jShape" : "DurationInSecondsOptional",
"variable" : {
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "executionStartToCloseTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "executionStartToCloseTimeout",
"marshallLocationName" : "executionStartToCloseTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"getterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@return The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.*/",
"fluentSetterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type.
The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned. \n@param executionStartToCloseTimeout The total duration for this workflow execution. This overrides the defaultExecutionStartToCloseTimeout specified when registering the workflow type. The duration is specified in seconds; an integer greater than or equal to 0. The value \"NONE\" can be used to specify unlimited duration.
An execution start-to-close timeout for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default execution start-to-close timeout was specified at registration time then a fault will be returned.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ChildPolicy" : {
"documentation" : "Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"name" : "ChildPolicy",
"c2jName" : "childPolicy",
"c2jShape" : "ChildPolicy",
"variable" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "childPolicy",
"marshallLocationName" : "childPolicy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChildPolicy",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"getterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@return Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"fluentSetterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"varargSetterDocumentation" : "/**Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
A child policy for this workflow execution must be specified either as a default for the workflow type or through this parameter. If neither this parameter is set nor a default child policy was specified at registration time then a fault will be returned. \n@param childPolicy Optional. If set, specifies the policy to use for the child workflow executions if the workflow execution being started is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. This policy overrides the default child policy specified when registering the workflow type using RegisterWorkflowType. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/"
},
"LambdaRole" : {
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"name" : "LambdaRole",
"c2jName" : "lambdaRole",
"c2jShape" : "Arn",
"variable" : {
"variableName" : "lambdaRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lambdaRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "lambdaRole",
"marshallLocationName" : "lambdaRole",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"getterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@return The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.*/",
"fluentSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.
In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field. \n@param lambdaRole The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions. In order for this workflow execution to invoke AWS Lambda functions, an appropriate IAM role must be specified either as a default for the workflow type or through this field.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WorkflowExecutionFilter" : {
"c2jName" : "WorkflowExecutionFilter",
"documentation" : "Used to filter the workflow executions in visibility APIs by their workflowId
.
",
"shapeName" : "WorkflowExecutionFilter",
"deprecated" : false,
"required" : [ "workflowId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The workflowId to pass of match the criteria of this filter.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId to pass of match the criteria of this filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@param workflowId The workflowId to pass of match the criteria of this filter.*/",
"getterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@return The workflowId to pass of match the criteria of this filter.*/",
"fluentSetterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@param workflowId The workflowId to pass of match the criteria of this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@param workflowId The workflowId to pass of match the criteria of this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "workflowExecutionFilter",
"variableType" : "WorkflowExecutionFilter",
"variableDeclarationType" : "WorkflowExecutionFilter",
"documentation" : null,
"simpleType" : "WorkflowExecutionFilter",
"variableSetterType" : "WorkflowExecutionFilter"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"WorkflowId" : {
"documentation" : "The workflowId to pass of match the criteria of this filter.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId to pass of match the criteria of this filter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@param workflowId The workflowId to pass of match the criteria of this filter.*/",
"getterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@return The workflowId to pass of match the criteria of this filter.*/",
"fluentSetterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@param workflowId The workflowId to pass of match the criteria of this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId to pass of match the criteria of this filter.
\n@param workflowId The workflowId to pass of match the criteria of this filter.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RecordActivityTaskHeartbeatRequest" : {
"c2jName" : "RecordActivityTaskHeartbeatInput",
"documentation" : "",
"shapeName" : "RecordActivityTaskHeartbeatRequest",
"deprecated" : false,
"required" : [ "taskToken" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"name" : "TaskToken",
"c2jName" : "taskToken",
"c2jShape" : "TaskToken",
"variable" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskToken",
"marshallLocationName" : "taskToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"getterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@return The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"fluentSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If specified, contains details about the progress of the task.
",
"name" : "Details",
"c2jName" : "details",
"c2jShape" : "LimitedData",
"variable" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If specified, contains details about the progress of the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "details",
"marshallLocationName" : "details",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@param details If specified, contains details about the progress of the task.*/",
"getterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@return If specified, contains details about the progress of the task.*/",
"fluentSetterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@param details If specified, contains details about the progress of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@param details If specified, contains details about the progress of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "recordActivityTaskHeartbeatRequest",
"variableType" : "RecordActivityTaskHeartbeatRequest",
"variableDeclarationType" : "RecordActivityTaskHeartbeatRequest",
"documentation" : null,
"simpleType" : "RecordActivityTaskHeartbeatRequest",
"variableSetterType" : "RecordActivityTaskHeartbeatRequest"
},
"marshaller" : {
"action" : "RecordActivityTaskHeartbeat",
"verb" : "POST",
"target" : "SimpleWorkflowService.RecordActivityTaskHeartbeat",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Details" : {
"documentation" : "If specified, contains details about the progress of the task.
",
"name" : "Details",
"c2jName" : "details",
"c2jShape" : "LimitedData",
"variable" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If specified, contains details about the progress of the task.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "details",
"marshallLocationName" : "details",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@param details If specified, contains details about the progress of the task.*/",
"getterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@return If specified, contains details about the progress of the task.*/",
"fluentSetterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@param details If specified, contains details about the progress of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If specified, contains details about the progress of the task.
\n@param details If specified, contains details about the progress of the task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TaskToken" : {
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"name" : "TaskToken",
"c2jName" : "taskToken",
"c2jShape" : "TaskToken",
"variable" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "taskToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskToken",
"marshallLocationName" : "taskToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"getterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@return The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.*/",
"fluentSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The taskToken
of the ActivityTask.
taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results. \n@param taskToken The taskToken
of the ActivityTask. taskToken
is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken
must also be passed. This enables it to provide its progress and respond with results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DomainAlreadyExistsException" : {
"c2jName" : "DomainAlreadyExistsFault",
"documentation" : "Returned if the specified domain already exists. You will get this fault even if the existing domain is in deprecated status.
",
"shapeName" : "DomainAlreadyExistsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "domainAlreadyExistsException",
"variableType" : "DomainAlreadyExistsException",
"variableDeclarationType" : "DomainAlreadyExistsException",
"documentation" : null,
"simpleType" : "DomainAlreadyExistsException",
"variableSetterType" : "DomainAlreadyExistsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DomainAlreadyExistsFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"History" : {
"c2jName" : "History",
"documentation" : "Paginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.
",
"shapeName" : "History",
"deprecated" : false,
"required" : [ "events" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The list of history events.
",
"name" : "Events",
"c2jName" : "events",
"c2jShape" : "HistoryEventList",
"variable" : {
"variableName" : "events",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The list of history events.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "events",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "events",
"marshallLocationName" : "events",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HistoryEvent",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HistoryEvent",
"variable" : {
"variableName" : "member",
"variableType" : "HistoryEvent",
"variableDeclarationType" : "HistoryEvent",
"documentation" : "",
"simpleType" : "HistoryEvent",
"variableSetterType" : "HistoryEvent"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HistoryEvent",
"variableDeclarationType" : "HistoryEvent",
"documentation" : "",
"simpleType" : "HistoryEvent",
"variableSetterType" : "HistoryEvent"
},
"getterModel" : {
"returnType" : "HistoryEvent",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "HistoryEvent",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The list of history events.
\n@param events The list of history events.*/",
"getterDocumentation" : "/**The list of history events.
\n@return The list of history events.*/",
"fluentSetterDocumentation" : "/**The list of history events.
\n@param events The list of history events.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The list of history events.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.
\n@param events The list of history events.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
",
"name" : "NextPageToken",
"c2jName" : "nextPageToken",
"c2jShape" : "PageToken",
"variable" : {
"variableName" : "nextPageToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextPageToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextPageToken",
"marshallLocationName" : "nextPageToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@param nextPageToken If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.*/",
"getterDocumentation" : "/**
If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@return If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.*/",
"fluentSetterDocumentation" : "/**
If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@param nextPageToken If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@param nextPageToken If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "history",
"variableType" : "History",
"variableDeclarationType" : "History",
"documentation" : null,
"simpleType" : "History",
"variableSetterType" : "History"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Events" : {
"documentation" : "
The list of history events.
",
"name" : "Events",
"c2jName" : "events",
"c2jShape" : "HistoryEventList",
"variable" : {
"variableName" : "events",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The list of history events.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "events",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "events",
"marshallLocationName" : "events",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "HistoryEvent",
"memberLocationName" : null,
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "HistoryEvent",
"variable" : {
"variableName" : "member",
"variableType" : "HistoryEvent",
"variableDeclarationType" : "HistoryEvent",
"documentation" : "",
"simpleType" : "HistoryEvent",
"variableSetterType" : "HistoryEvent"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "HistoryEvent",
"variableDeclarationType" : "HistoryEvent",
"documentation" : "",
"simpleType" : "HistoryEvent",
"variableSetterType" : "HistoryEvent"
},
"getterModel" : {
"returnType" : "HistoryEvent",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "HistoryEvent",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The list of history events.
\n@param events The list of history events.*/",
"getterDocumentation" : "/**The list of history events.
\n@return The list of history events.*/",
"fluentSetterDocumentation" : "/**The list of history events.
\n@param events The list of history events.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The list of history events.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.
\n@param events The list of history events.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextPageToken" : {
"documentation" : "If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
",
"name" : "NextPageToken",
"c2jName" : "nextPageToken",
"c2jShape" : "PageToken",
"variable" : {
"variableName" : "nextPageToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextPageToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextPageToken",
"marshallLocationName" : "nextPageToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@param nextPageToken If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.*/",
"getterDocumentation" : "/**
If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@return If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.*/",
"fluentSetterDocumentation" : "/**
If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@param nextPageToken If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize
determines how many results can be returned in a single call.
\n@param nextPageToken If a NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged. The configured maximumPageSize
determines how many results can be returned in a single call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CompleteWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "CompleteWorkflowExecutionFailedEventAttributes",
"documentation" : "
Provides details of the CompleteWorkflowExecutionFailed
event.
",
"shapeName" : "CompleteWorkflowExecutionFailedEventAttributes",
"deprecated" : false,
"required" : [ "cause", "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "CompleteWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "CompleteWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/"
}, {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "completeWorkflowExecutionFailedEventAttributes",
"variableType" : "CompleteWorkflowExecutionFailedEventAttributes",
"variableDeclarationType" : "CompleteWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "CompleteWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "CompleteWorkflowExecutionFailedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Cause" : {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "CompleteWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "CompleteWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see CompleteWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see CompleteWorkflowExecutionFailedCause*/"
},
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WorkflowExecutionTimedOutEventAttributes" : {
"c2jName" : "WorkflowExecutionTimedOutEventAttributes",
"documentation" : "Provides details of the WorkflowExecutionTimedOut
event.
",
"shapeName" : "WorkflowExecutionTimedOutEventAttributes",
"deprecated" : false,
"required" : [ "timeoutType", "childPolicy" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The type of timeout that caused this event.
",
"name" : "TimeoutType",
"c2jName" : "timeoutType",
"c2jShape" : "WorkflowExecutionTimeoutType",
"variable" : {
"variableName" : "timeoutType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of timeout that caused this event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timeoutType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timeoutType",
"marshallLocationName" : "timeoutType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "WorkflowExecutionTimeoutType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of timeout that caused this event.
\n@param timeoutType The type of timeout that caused this event.\n@see WorkflowExecutionTimeoutType*/",
"getterDocumentation" : "/**The type of timeout that caused this event.
\n@return The type of timeout that caused this event.\n@see WorkflowExecutionTimeoutType*/",
"fluentSetterDocumentation" : "/**The type of timeout that caused this event.
\n@param timeoutType The type of timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/",
"varargSetterDocumentation" : "/**The type of timeout that caused this event.
\n@param timeoutType The type of timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/"
}, {
"documentation" : "The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
",
"name" : "ChildPolicy",
"c2jName" : "childPolicy",
"c2jShape" : "ChildPolicy",
"variable" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "childPolicy",
"marshallLocationName" : "childPolicy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChildPolicy",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@param childPolicy The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"getterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"fluentSetterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@param childPolicy The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"varargSetterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@param childPolicy The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "workflowExecutionTimedOutEventAttributes",
"variableType" : "WorkflowExecutionTimedOutEventAttributes",
"variableDeclarationType" : "WorkflowExecutionTimedOutEventAttributes",
"documentation" : null,
"simpleType" : "WorkflowExecutionTimedOutEventAttributes",
"variableSetterType" : "WorkflowExecutionTimedOutEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TimeoutType" : {
"documentation" : "The type of timeout that caused this event.
",
"name" : "TimeoutType",
"c2jName" : "timeoutType",
"c2jShape" : "WorkflowExecutionTimeoutType",
"variable" : {
"variableName" : "timeoutType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of timeout that caused this event.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timeoutType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timeoutType",
"marshallLocationName" : "timeoutType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "WorkflowExecutionTimeoutType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of timeout that caused this event.
\n@param timeoutType The type of timeout that caused this event.\n@see WorkflowExecutionTimeoutType*/",
"getterDocumentation" : "/**The type of timeout that caused this event.
\n@return The type of timeout that caused this event.\n@see WorkflowExecutionTimeoutType*/",
"fluentSetterDocumentation" : "/**The type of timeout that caused this event.
\n@param timeoutType The type of timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/",
"varargSetterDocumentation" : "/**The type of timeout that caused this event.
\n@param timeoutType The type of timeout that caused this event.\n@return Returns a reference to this object so that method calls can be chained together.\n@see WorkflowExecutionTimeoutType*/"
},
"ChildPolicy" : {
"documentation" : "The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
",
"name" : "ChildPolicy",
"c2jName" : "childPolicy",
"c2jShape" : "ChildPolicy",
"variable" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "childPolicy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "childPolicy",
"marshallLocationName" : "childPolicy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ChildPolicy",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@param childPolicy The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"getterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@see ChildPolicy*/",
"fluentSetterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@param childPolicy The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/",
"varargSetterDocumentation" : "/**The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@param childPolicy The policy used for the child workflow executions of this workflow execution. The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each child execution by recording a
WorkflowExecutionCancelRequested
event in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildPolicy*/"
}
}
},
"ContinueAsNewWorkflowExecutionFailedCause" : {
"c2jName" : "ContinueAsNewWorkflowExecutionFailedCause",
"documentation" : "",
"shapeName" : "ContinueAsNewWorkflowExecutionFailedCause",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "UNHANDLED_DECISION",
"value" : "UNHANDLED_DECISION"
}, {
"name" : "WORKFLOW_TYPE_DEPRECATED",
"value" : "WORKFLOW_TYPE_DEPRECATED"
}, {
"name" : "WORKFLOW_TYPE_DOES_NOT_EXIST",
"value" : "WORKFLOW_TYPE_DOES_NOT_EXIST"
}, {
"name" : "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
"value" : "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED"
}, {
"name" : "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
"value" : "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED"
}, {
"name" : "DEFAULT_TASK_LIST_UNDEFINED",
"value" : "DEFAULT_TASK_LIST_UNDEFINED"
}, {
"name" : "DEFAULT_CHILD_POLICY_UNDEFINED",
"value" : "DEFAULT_CHILD_POLICY_UNDEFINED"
}, {
"name" : "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED",
"value" : "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED"
}, {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"variable" : {
"variableName" : "continueAsNewWorkflowExecutionFailedCause",
"variableType" : "ContinueAsNewWorkflowExecutionFailedCause",
"variableDeclarationType" : "ContinueAsNewWorkflowExecutionFailedCause",
"documentation" : null,
"simpleType" : "ContinueAsNewWorkflowExecutionFailedCause",
"variableSetterType" : "ContinueAsNewWorkflowExecutionFailedCause"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RecordMarkerFailedCause" : {
"c2jName" : "RecordMarkerFailedCause",
"documentation" : "",
"shapeName" : "RecordMarkerFailedCause",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"variable" : {
"variableName" : "recordMarkerFailedCause",
"variableType" : "RecordMarkerFailedCause",
"variableDeclarationType" : "RecordMarkerFailedCause",
"documentation" : null,
"simpleType" : "RecordMarkerFailedCause",
"variableSetterType" : "RecordMarkerFailedCause"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"TimerCanceledEventAttributes" : {
"c2jName" : "TimerCanceledEventAttributes",
"documentation" : " Provides details of the TimerCanceled
event.
",
"shapeName" : "TimerCanceledEventAttributes",
"deprecated" : false,
"required" : [ "timerId", "startedEventId", "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : " The unique ID of the timer that was canceled.
",
"name" : "TimerId",
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"variable" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The unique ID of the timer that was canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timerId",
"marshallLocationName" : "timerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@param timerId The unique ID of the timer that was canceled.*/",
"getterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@return The unique ID of the timer that was canceled.*/",
"fluentSetterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@param timerId The unique ID of the timer that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@param timerId The unique ID of the timer that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "timerCanceledEventAttributes",
"variableType" : "TimerCanceledEventAttributes",
"variableDeclarationType" : "TimerCanceledEventAttributes",
"documentation" : null,
"simpleType" : "TimerCanceledEventAttributes",
"variableSetterType" : "TimerCanceledEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StartedEventId" : {
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TimerId" : {
"documentation" : " The unique ID of the timer that was canceled.
",
"name" : "TimerId",
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"variable" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The unique ID of the timer that was canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timerId",
"marshallLocationName" : "timerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@param timerId The unique ID of the timer that was canceled.*/",
"getterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@return The unique ID of the timer that was canceled.*/",
"fluentSetterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@param timerId The unique ID of the timer that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The unique ID of the timer that was canceled.
\n@param timerId The unique ID of the timer that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StartChildWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "StartChildWorkflowExecutionFailedEventAttributes",
"documentation" : "Provides details of the StartChildWorkflowExecutionFailed
event.
",
"shapeName" : "StartChildWorkflowExecutionFailedEventAttributes",
"deprecated" : false,
"required" : [ "workflowType", "cause", "workflowId", "initiatedEventId", "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The workflow type provided in the StartChildWorkflowExecution
decision that failed.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The workflow type provided in the StartChildWorkflowExecution
decision that failed.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@param workflowType The workflow type provided in the StartChildWorkflowExecution
decision that failed.*/",
"getterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@return The workflow type provided in the StartChildWorkflowExecution
decision that failed.*/",
"fluentSetterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@param workflowType The workflow type provided in the StartChildWorkflowExecution
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@param workflowType The workflow type provided in the StartChildWorkflowExecution
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "StartChildWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StartChildWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see StartChildWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see StartChildWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartChildWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartChildWorkflowExecutionFailedCause*/"
}, {
"documentation" : "The workflowId
of the child workflow execution.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId
of the child workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@param workflowId The workflowId
of the child workflow execution.*/",
"getterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@return The workflowId
of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@param workflowId The workflowId
of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@param workflowId The workflowId
of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param control */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "startChildWorkflowExecutionFailedEventAttributes",
"variableType" : "StartChildWorkflowExecutionFailedEventAttributes",
"variableDeclarationType" : "StartChildWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "StartChildWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "StartChildWorkflowExecutionFailedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Control" : {
"documentation" : "",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param control */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowType" : {
"documentation" : "The workflow type provided in the StartChildWorkflowExecution
decision that failed.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The workflow type provided in the StartChildWorkflowExecution
decision that failed.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@param workflowType The workflow type provided in the StartChildWorkflowExecution
decision that failed.*/",
"getterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@return The workflow type provided in the StartChildWorkflowExecution
decision that failed.*/",
"fluentSetterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@param workflowType The workflow type provided in the StartChildWorkflowExecution
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflow type provided in the StartChildWorkflowExecution
decision that failed.
\n@param workflowType The workflow type provided in the StartChildWorkflowExecution
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cause" : {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "StartChildWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "StartChildWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see StartChildWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see StartChildWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartChildWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StartChildWorkflowExecutionFailedCause*/"
},
"WorkflowId" : {
"documentation" : "The workflowId
of the child workflow execution.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId
of the child workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@param workflowId The workflowId
of the child workflow execution.*/",
"getterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@return The workflowId
of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@param workflowId The workflowId
of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId
of the child workflow execution.
\n@param workflowId The workflowId
of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the StartChildWorkflowExecution
decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InitiatedEventId" : {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TimerFiredEventAttributes" : {
"c2jName" : "TimerFiredEventAttributes",
"documentation" : "Provides details of the TimerFired
event.
",
"shapeName" : "TimerFiredEventAttributes",
"deprecated" : false,
"required" : [ "timerId", "startedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The unique ID of the timer that fired.
",
"name" : "TimerId",
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"variable" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of the timer that fired.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timerId",
"marshallLocationName" : "timerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of the timer that fired.
\n@param timerId The unique ID of the timer that fired.*/",
"getterDocumentation" : "/**The unique ID of the timer that fired.
\n@return The unique ID of the timer that fired.*/",
"fluentSetterDocumentation" : "/**The unique ID of the timer that fired.
\n@param timerId The unique ID of the timer that fired.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of the timer that fired.
\n@param timerId The unique ID of the timer that fired.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "timerFiredEventAttributes",
"variableType" : "TimerFiredEventAttributes",
"variableDeclarationType" : "TimerFiredEventAttributes",
"documentation" : null,
"simpleType" : "TimerFiredEventAttributes",
"variableSetterType" : "TimerFiredEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StartedEventId" : {
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TimerId" : {
"documentation" : "The unique ID of the timer that fired.
",
"name" : "TimerId",
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"variable" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of the timer that fired.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timerId",
"marshallLocationName" : "timerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of the timer that fired.
\n@param timerId The unique ID of the timer that fired.*/",
"getterDocumentation" : "/**The unique ID of the timer that fired.
\n@return The unique ID of the timer that fired.*/",
"fluentSetterDocumentation" : "/**The unique ID of the timer that fired.
\n@param timerId The unique ID of the timer that fired.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of the timer that fired.
\n@param timerId The unique ID of the timer that fired.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WorkflowTypeDetail" : {
"c2jName" : "WorkflowTypeDetail",
"documentation" : "Contains details about a workflow type.
",
"shapeName" : "WorkflowTypeDetail",
"deprecated" : false,
"required" : [ "typeInfo", "configuration" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
",
"name" : "TypeInfo",
"c2jName" : "typeInfo",
"c2jShape" : "WorkflowTypeInfo",
"variable" : {
"variableName" : "typeInfo",
"variableType" : "WorkflowTypeInfo",
"variableDeclarationType" : "WorkflowTypeInfo",
"documentation" : "General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
",
"simpleType" : "WorkflowTypeInfo",
"variableSetterType" : "WorkflowTypeInfo"
},
"setterModel" : {
"variableName" : "typeInfo",
"variableType" : "WorkflowTypeInfo",
"variableDeclarationType" : "WorkflowTypeInfo",
"documentation" : "",
"simpleType" : "WorkflowTypeInfo",
"variableSetterType" : "WorkflowTypeInfo"
},
"getterModel" : {
"returnType" : "WorkflowTypeInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "typeInfo",
"marshallLocationName" : "typeInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@param typeInfo General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
*/",
"getterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@return General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
*/",
"fluentSetterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@param typeInfo General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@param typeInfo General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Configuration settings of the workflow type registered through RegisterWorkflowType
",
"name" : "Configuration",
"c2jName" : "configuration",
"c2jShape" : "WorkflowTypeConfiguration",
"variable" : {
"variableName" : "configuration",
"variableType" : "WorkflowTypeConfiguration",
"variableDeclarationType" : "WorkflowTypeConfiguration",
"documentation" : "Configuration settings of the workflow type registered through RegisterWorkflowType
",
"simpleType" : "WorkflowTypeConfiguration",
"variableSetterType" : "WorkflowTypeConfiguration"
},
"setterModel" : {
"variableName" : "configuration",
"variableType" : "WorkflowTypeConfiguration",
"variableDeclarationType" : "WorkflowTypeConfiguration",
"documentation" : "",
"simpleType" : "WorkflowTypeConfiguration",
"variableSetterType" : "WorkflowTypeConfiguration"
},
"getterModel" : {
"returnType" : "WorkflowTypeConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configuration",
"marshallLocationName" : "configuration",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@param configuration Configuration settings of the workflow type registered through RegisterWorkflowType*/",
"getterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@return Configuration settings of the workflow type registered through RegisterWorkflowType*/",
"fluentSetterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@param configuration Configuration settings of the workflow type registered through RegisterWorkflowType\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@param configuration Configuration settings of the workflow type registered through RegisterWorkflowType\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "workflowTypeDetail",
"variableType" : "WorkflowTypeDetail",
"variableDeclarationType" : "WorkflowTypeDetail",
"documentation" : null,
"simpleType" : "WorkflowTypeDetail",
"variableSetterType" : "WorkflowTypeDetail"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Configuration" : {
"documentation" : "Configuration settings of the workflow type registered through RegisterWorkflowType
",
"name" : "Configuration",
"c2jName" : "configuration",
"c2jShape" : "WorkflowTypeConfiguration",
"variable" : {
"variableName" : "configuration",
"variableType" : "WorkflowTypeConfiguration",
"variableDeclarationType" : "WorkflowTypeConfiguration",
"documentation" : "Configuration settings of the workflow type registered through RegisterWorkflowType
",
"simpleType" : "WorkflowTypeConfiguration",
"variableSetterType" : "WorkflowTypeConfiguration"
},
"setterModel" : {
"variableName" : "configuration",
"variableType" : "WorkflowTypeConfiguration",
"variableDeclarationType" : "WorkflowTypeConfiguration",
"documentation" : "",
"simpleType" : "WorkflowTypeConfiguration",
"variableSetterType" : "WorkflowTypeConfiguration"
},
"getterModel" : {
"returnType" : "WorkflowTypeConfiguration",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "configuration",
"marshallLocationName" : "configuration",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@param configuration Configuration settings of the workflow type registered through RegisterWorkflowType*/",
"getterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@return Configuration settings of the workflow type registered through RegisterWorkflowType*/",
"fluentSetterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@param configuration Configuration settings of the workflow type registered through RegisterWorkflowType\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Configuration settings of the workflow type registered through RegisterWorkflowType
\n@param configuration Configuration settings of the workflow type registered through RegisterWorkflowType\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TypeInfo" : {
"documentation" : "General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
",
"name" : "TypeInfo",
"c2jName" : "typeInfo",
"c2jShape" : "WorkflowTypeInfo",
"variable" : {
"variableName" : "typeInfo",
"variableType" : "WorkflowTypeInfo",
"variableDeclarationType" : "WorkflowTypeInfo",
"documentation" : "General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
",
"simpleType" : "WorkflowTypeInfo",
"variableSetterType" : "WorkflowTypeInfo"
},
"setterModel" : {
"variableName" : "typeInfo",
"variableType" : "WorkflowTypeInfo",
"variableDeclarationType" : "WorkflowTypeInfo",
"documentation" : "",
"simpleType" : "WorkflowTypeInfo",
"variableSetterType" : "WorkflowTypeInfo"
},
"getterModel" : {
"returnType" : "WorkflowTypeInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "typeInfo",
"marshallLocationName" : "typeInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@param typeInfo General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
*/",
"getterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@return General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
*/",
"fluentSetterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@param typeInfo General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@param typeInfo General information about the workflow type. The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
- REGISTERED: The type is registered and available. Workers supporting this type should be running.
- DEPRECATED: The type was deprecated using DeprecateWorkflowType, but is still in use. You should keep workers supporting this type running. You cannot create new workflow executions of this type.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ExecutionStatus" : {
"c2jName" : "ExecutionStatus",
"documentation" : "",
"shapeName" : "ExecutionStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "OPEN",
"value" : "OPEN"
}, {
"name" : "CLOSED",
"value" : "CLOSED"
} ],
"variable" : {
"variableName" : "executionStatus",
"variableType" : "ExecutionStatus",
"variableDeclarationType" : "ExecutionStatus",
"documentation" : null,
"simpleType" : "ExecutionStatus",
"variableSetterType" : "ExecutionStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"WorkflowExecutionTerminatedCause" : {
"c2jName" : "WorkflowExecutionTerminatedCause",
"documentation" : "",
"shapeName" : "WorkflowExecutionTerminatedCause",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "CHILD_POLICY_APPLIED",
"value" : "CHILD_POLICY_APPLIED"
}, {
"name" : "EVENT_LIMIT_EXCEEDED",
"value" : "EVENT_LIMIT_EXCEEDED"
}, {
"name" : "OPERATOR_INITIATED",
"value" : "OPERATOR_INITIATED"
} ],
"variable" : {
"variableName" : "workflowExecutionTerminatedCause",
"variableType" : "WorkflowExecutionTerminatedCause",
"variableDeclarationType" : "WorkflowExecutionTerminatedCause",
"documentation" : null,
"simpleType" : "WorkflowExecutionTerminatedCause",
"variableSetterType" : "WorkflowExecutionTerminatedCause"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ScheduleActivityTaskFailedEventAttributes" : {
"c2jName" : "ScheduleActivityTaskFailedEventAttributes",
"documentation" : "Provides details of the ScheduleActivityTaskFailed
event.
",
"shapeName" : "ScheduleActivityTaskFailedEventAttributes",
"deprecated" : false,
"required" : [ "activityType", "activityId", "cause", "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The activity type provided in the ScheduleActivityTask
decision that failed.
",
"name" : "ActivityType",
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"variable" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "The activity type provided in the ScheduleActivityTask
decision that failed.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"setterModel" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityType",
"marshallLocationName" : "activityType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@param activityType The activity type provided in the ScheduleActivityTask
decision that failed.*/",
"getterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@return The activity type provided in the ScheduleActivityTask
decision that failed.*/",
"fluentSetterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@param activityType The activity type provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@param activityType The activity type provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The activityId provided in the ScheduleActivityTask
decision that failed.
",
"name" : "ActivityId",
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"variable" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The activityId provided in the ScheduleActivityTask
decision that failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityId",
"marshallLocationName" : "activityId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@param activityId The activityId provided in the ScheduleActivityTask
decision that failed.*/",
"getterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@return The activityId provided in the ScheduleActivityTask
decision that failed.*/",
"fluentSetterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@param activityId The activityId provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@param activityId The activityId provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "ScheduleActivityTaskFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ScheduleActivityTaskFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ScheduleActivityTaskFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ScheduleActivityTaskFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScheduleActivityTaskFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScheduleActivityTaskFailedCause*/"
}, {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "scheduleActivityTaskFailedEventAttributes",
"variableType" : "ScheduleActivityTaskFailedEventAttributes",
"variableDeclarationType" : "ScheduleActivityTaskFailedEventAttributes",
"documentation" : null,
"simpleType" : "ScheduleActivityTaskFailedEventAttributes",
"variableSetterType" : "ScheduleActivityTaskFailedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ActivityId" : {
"documentation" : "The activityId provided in the ScheduleActivityTask
decision that failed.
",
"name" : "ActivityId",
"c2jName" : "activityId",
"c2jShape" : "ActivityId",
"variable" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The activityId provided in the ScheduleActivityTask
decision that failed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "activityId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityId",
"marshallLocationName" : "activityId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@param activityId The activityId provided in the ScheduleActivityTask
decision that failed.*/",
"getterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@return The activityId provided in the ScheduleActivityTask
decision that failed.*/",
"fluentSetterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@param activityId The activityId provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The activityId provided in the ScheduleActivityTask
decision that failed.
\n@param activityId The activityId provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cause" : {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "ScheduleActivityTaskFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ScheduleActivityTaskFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ScheduleActivityTaskFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see ScheduleActivityTaskFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScheduleActivityTaskFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ScheduleActivityTaskFailedCause*/"
},
"ActivityType" : {
"documentation" : "The activity type provided in the ScheduleActivityTask
decision that failed.
",
"name" : "ActivityType",
"c2jName" : "activityType",
"c2jShape" : "ActivityType",
"variable" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "The activity type provided in the ScheduleActivityTask
decision that failed.
",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"setterModel" : {
"variableName" : "activityType",
"variableType" : "ActivityType",
"variableDeclarationType" : "ActivityType",
"documentation" : "",
"simpleType" : "ActivityType",
"variableSetterType" : "ActivityType"
},
"getterModel" : {
"returnType" : "ActivityType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "activityType",
"marshallLocationName" : "activityType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@param activityType The activity type provided in the ScheduleActivityTask
decision that failed.*/",
"getterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@return The activity type provided in the ScheduleActivityTask
decision that failed.*/",
"fluentSetterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@param activityType The activity type provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The activity type provided in the ScheduleActivityTask
decision that failed.
\n@param activityType The activity type provided in the ScheduleActivityTask
decision that failed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CancelTimerFailedCause" : {
"c2jName" : "CancelTimerFailedCause",
"documentation" : "",
"shapeName" : "CancelTimerFailedCause",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "TIMER_ID_UNKNOWN",
"value" : "TIMER_ID_UNKNOWN"
}, {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"variable" : {
"variableName" : "cancelTimerFailedCause",
"variableType" : "CancelTimerFailedCause",
"variableDeclarationType" : "CancelTimerFailedCause",
"documentation" : null,
"simpleType" : "CancelTimerFailedCause",
"variableSetterType" : "CancelTimerFailedCause"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"TypeAlreadyExistsException" : {
"c2jName" : "TypeAlreadyExistsFault",
"documentation" : "Returned if the type already exists in the specified domain. You will get this fault even if the existing type is in deprecated status. You can specify another version if the intent is to create a new distinct version of the type.
",
"shapeName" : "TypeAlreadyExistsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "typeAlreadyExistsException",
"variableType" : "TypeAlreadyExistsException",
"variableDeclarationType" : "TypeAlreadyExistsException",
"documentation" : null,
"simpleType" : "TypeAlreadyExistsException",
"variableSetterType" : "TypeAlreadyExistsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "TypeAlreadyExistsFault",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DomainInfo" : {
"c2jName" : "DomainInfo",
"documentation" : "Contains general information about a domain.
",
"shapeName" : "DomainInfo",
"deprecated" : false,
"required" : [ "name", "status" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain. This name is unique within the account.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain. This name is unique within the account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@param name The name of the domain. This name is unique within the account.*/",
"getterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@return The name of the domain. This name is unique within the account.*/",
"fluentSetterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@param name The name of the domain. This name is unique within the account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@param name The name of the domain. This name is unique within the account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "RegistrationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "RegistrationStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@param status The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@see RegistrationStatus*/",
"getterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@return The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@see RegistrationStatus*/",
"fluentSetterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@param status The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/",
"varargSetterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@param status The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/"
}, {
"documentation" : "The description of the domain provided through RegisterDomain.
",
"name" : "Description",
"c2jName" : "description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the domain provided through RegisterDomain.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "description",
"marshallLocationName" : "description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@param description The description of the domain provided through RegisterDomain.*/",
"getterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@return The description of the domain provided through RegisterDomain.*/",
"fluentSetterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@param description The description of the domain provided through RegisterDomain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@param description The description of the domain provided through RegisterDomain.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "domainInfo",
"variableType" : "DomainInfo",
"variableDeclarationType" : "DomainInfo",
"documentation" : null,
"simpleType" : "DomainInfo",
"variableSetterType" : "DomainInfo"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
",
"name" : "Status",
"c2jName" : "status",
"c2jShape" : "RegistrationStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "status",
"marshallLocationName" : "status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "RegistrationStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@param status The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@see RegistrationStatus*/",
"getterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@return The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@see RegistrationStatus*/",
"fluentSetterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@param status The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/",
"varargSetterDocumentation" : "/**The status of the domain:
- REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@param status The status of the domain: - REGISTERED: The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions.
- DEPRECATED: The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/"
},
"Description" : {
"documentation" : "The description of the domain provided through RegisterDomain.
",
"name" : "Description",
"c2jName" : "description",
"c2jShape" : "Description",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The description of the domain provided through RegisterDomain.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "description",
"marshallLocationName" : "description",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@param description The description of the domain provided through RegisterDomain.*/",
"getterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@return The description of the domain provided through RegisterDomain.*/",
"fluentSetterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@param description The description of the domain provided through RegisterDomain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The description of the domain provided through RegisterDomain.
\n@param description The description of the domain provided through RegisterDomain.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "The name of the domain. This name is unique within the account.
",
"name" : "Name",
"c2jName" : "name",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain. This name is unique within the account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "name",
"marshallLocationName" : "name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@param name The name of the domain. This name is unique within the account.*/",
"getterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@return The name of the domain. This name is unique within the account.*/",
"fluentSetterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@param name The name of the domain. This name is unique within the account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain. This name is unique within the account.
\n@param name The name of the domain. This name is unique within the account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RequestCancelWorkflowExecutionRequest" : {
"c2jName" : "RequestCancelWorkflowExecutionInput",
"documentation" : "",
"shapeName" : "RequestCancelWorkflowExecutionRequest",
"deprecated" : false,
"required" : [ "domain", "workflowId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain containing the workflow execution to cancel.
",
"name" : "Domain",
"c2jName" : "domain",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain containing the workflow execution to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domain",
"marshallLocationName" : "domain",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@param domain The name of the domain containing the workflow execution to cancel.*/",
"getterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@return The name of the domain containing the workflow execution to cancel.*/",
"fluentSetterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@param domain The name of the domain containing the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@param domain The name of the domain containing the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The workflowId of the workflow execution to cancel.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId of the workflow execution to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@param workflowId The workflowId of the workflow execution to cancel.*/",
"getterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@return The workflowId of the workflow execution to cancel.*/",
"fluentSetterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@param workflowId The workflowId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@param workflowId The workflowId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The runId of the workflow execution to cancel.
",
"name" : "RunId",
"c2jName" : "runId",
"c2jShape" : "RunIdOptional",
"variable" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The runId of the workflow execution to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "runId",
"marshallLocationName" : "runId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@param runId The runId of the workflow execution to cancel.*/",
"getterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@return The runId of the workflow execution to cancel.*/",
"fluentSetterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@param runId The runId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@param runId The runId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "requestCancelWorkflowExecutionRequest",
"variableType" : "RequestCancelWorkflowExecutionRequest",
"variableDeclarationType" : "RequestCancelWorkflowExecutionRequest",
"documentation" : null,
"simpleType" : "RequestCancelWorkflowExecutionRequest",
"variableSetterType" : "RequestCancelWorkflowExecutionRequest"
},
"marshaller" : {
"action" : "RequestCancelWorkflowExecution",
"verb" : "POST",
"target" : "SimpleWorkflowService.RequestCancelWorkflowExecution",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Domain" : {
"documentation" : "The name of the domain containing the workflow execution to cancel.
",
"name" : "Domain",
"c2jName" : "domain",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain containing the workflow execution to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domain",
"marshallLocationName" : "domain",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@param domain The name of the domain containing the workflow execution to cancel.*/",
"getterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@return The name of the domain containing the workflow execution to cancel.*/",
"fluentSetterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@param domain The name of the domain containing the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain containing the workflow execution to cancel.
\n@param domain The name of the domain containing the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowId" : {
"documentation" : "The workflowId of the workflow execution to cancel.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId of the workflow execution to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@param workflowId The workflowId of the workflow execution to cancel.*/",
"getterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@return The workflowId of the workflow execution to cancel.*/",
"fluentSetterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@param workflowId The workflowId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId of the workflow execution to cancel.
\n@param workflowId The workflowId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RunId" : {
"documentation" : "The runId of the workflow execution to cancel.
",
"name" : "RunId",
"c2jName" : "runId",
"c2jShape" : "RunIdOptional",
"variable" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The runId of the workflow execution to cancel.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "runId",
"marshallLocationName" : "runId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@param runId The runId of the workflow execution to cancel.*/",
"getterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@return The runId of the workflow execution to cancel.*/",
"fluentSetterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@param runId The runId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The runId of the workflow execution to cancel.
\n@param runId The runId of the workflow execution to cancel.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RequestCancelExternalWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes",
"documentation" : "Provides details of the RequestCancelExternalWorkflowExecutionFailed
event.
",
"shapeName" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes",
"deprecated" : false,
"required" : [ "workflowId", "cause", "initiatedEventId", "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The workflowId
of the external workflow to which the cancel request was to be delivered.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId
of the external workflow to which the cancel request was to be delivered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@param workflowId The workflowId
of the external workflow to which the cancel request was to be delivered.*/",
"getterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@return The workflowId
of the external workflow to which the cancel request was to be delivered.*/",
"fluentSetterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@param workflowId The workflowId
of the external workflow to which the cancel request was to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@param workflowId The workflowId
of the external workflow to which the cancel request was to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The runId
of the external workflow execution.
",
"name" : "RunId",
"c2jName" : "runId",
"c2jShape" : "RunIdOptional",
"variable" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The runId
of the external workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "runId",
"marshallLocationName" : "runId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The runId
of the external workflow execution.
\n@param runId The runId
of the external workflow execution.*/",
"getterDocumentation" : "/**The runId
of the external workflow execution.
\n@return The runId
of the external workflow execution.*/",
"fluentSetterDocumentation" : "/**The runId
of the external workflow execution.
\n@param runId The runId
of the external workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The runId
of the external workflow execution.
\n@param runId The runId
of the external workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "RequestCancelExternalWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "RequestCancelExternalWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/"
}, {
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param control */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "requestCancelExternalWorkflowExecutionFailedEventAttributes",
"variableType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes",
"variableDeclarationType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "RequestCancelExternalWorkflowExecutionFailedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Control" : {
"documentation" : "",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param control */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cause" : {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "RequestCancelExternalWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "RequestCancelExternalWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RequestCancelExternalWorkflowExecutionFailedCause*/"
},
"WorkflowId" : {
"documentation" : "The workflowId
of the external workflow to which the cancel request was to be delivered.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId
of the external workflow to which the cancel request was to be delivered.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@param workflowId The workflowId
of the external workflow to which the cancel request was to be delivered.*/",
"getterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@return The workflowId
of the external workflow to which the cancel request was to be delivered.*/",
"fluentSetterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@param workflowId The workflowId
of the external workflow to which the cancel request was to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId
of the external workflow to which the cancel request was to be delivered.
\n@param workflowId The workflowId
of the external workflow to which the cancel request was to be delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RunId" : {
"documentation" : "The runId
of the external workflow execution.
",
"name" : "RunId",
"c2jName" : "runId",
"c2jShape" : "RunIdOptional",
"variable" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The runId
of the external workflow execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "runId",
"marshallLocationName" : "runId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The runId
of the external workflow execution.
\n@param runId The runId
of the external workflow execution.*/",
"getterDocumentation" : "/**The runId
of the external workflow execution.
\n@return The runId
of the external workflow execution.*/",
"fluentSetterDocumentation" : "/**The runId
of the external workflow execution.
\n@param runId The runId
of the external workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The runId
of the external workflow execution.
\n@param runId The runId
of the external workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InitiatedEventId" : {
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CountPendingDecisionTasksRequest" : {
"c2jName" : "CountPendingDecisionTasksInput",
"documentation" : "",
"shapeName" : "CountPendingDecisionTasksRequest",
"deprecated" : false,
"required" : [ "domain", "taskList" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain that contains the task list.
",
"name" : "Domain",
"c2jName" : "domain",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain that contains the task list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domain",
"marshallLocationName" : "domain",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain that contains the task list.
\n@param domain The name of the domain that contains the task list.*/",
"getterDocumentation" : "/**The name of the domain that contains the task list.
\n@return The name of the domain that contains the task list.*/",
"fluentSetterDocumentation" : "/**The name of the domain that contains the task list.
\n@param domain The name of the domain that contains the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain that contains the task list.
\n@param domain The name of the domain that contains the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the task list.
",
"name" : "TaskList",
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"variable" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "The name of the task list.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"setterModel" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskList",
"marshallLocationName" : "taskList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the task list.
\n@param taskList The name of the task list.*/",
"getterDocumentation" : "/**The name of the task list.
\n@return The name of the task list.*/",
"fluentSetterDocumentation" : "/**The name of the task list.
\n@param taskList The name of the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the task list.
\n@param taskList The name of the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "countPendingDecisionTasksRequest",
"variableType" : "CountPendingDecisionTasksRequest",
"variableDeclarationType" : "CountPendingDecisionTasksRequest",
"documentation" : null,
"simpleType" : "CountPendingDecisionTasksRequest",
"variableSetterType" : "CountPendingDecisionTasksRequest"
},
"marshaller" : {
"action" : "CountPendingDecisionTasks",
"verb" : "POST",
"target" : "SimpleWorkflowService.CountPendingDecisionTasks",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TaskList" : {
"documentation" : "The name of the task list.
",
"name" : "TaskList",
"c2jName" : "taskList",
"c2jShape" : "TaskList",
"variable" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "The name of the task list.
",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"setterModel" : {
"variableName" : "taskList",
"variableType" : "TaskList",
"variableDeclarationType" : "TaskList",
"documentation" : "",
"simpleType" : "TaskList",
"variableSetterType" : "TaskList"
},
"getterModel" : {
"returnType" : "TaskList",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "taskList",
"marshallLocationName" : "taskList",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the task list.
\n@param taskList The name of the task list.*/",
"getterDocumentation" : "/**The name of the task list.
\n@return The name of the task list.*/",
"fluentSetterDocumentation" : "/**The name of the task list.
\n@param taskList The name of the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the task list.
\n@param taskList The name of the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Domain" : {
"documentation" : "The name of the domain that contains the task list.
",
"name" : "Domain",
"c2jName" : "domain",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain that contains the task list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domain",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "domain",
"marshallLocationName" : "domain",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain that contains the task list.
\n@param domain The name of the domain that contains the task list.*/",
"getterDocumentation" : "/**The name of the domain that contains the task list.
\n@return The name of the domain that contains the task list.*/",
"fluentSetterDocumentation" : "/**The name of the domain that contains the task list.
\n@param domain The name of the domain that contains the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the domain that contains the task list.
\n@param domain The name of the domain that contains the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CancelWorkflowExecutionFailedCause" : {
"c2jName" : "CancelWorkflowExecutionFailedCause",
"documentation" : "",
"shapeName" : "CancelWorkflowExecutionFailedCause",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "UNHANDLED_DECISION",
"value" : "UNHANDLED_DECISION"
}, {
"name" : "OPERATION_NOT_PERMITTED",
"value" : "OPERATION_NOT_PERMITTED"
} ],
"variable" : {
"variableName" : "cancelWorkflowExecutionFailedCause",
"variableType" : "CancelWorkflowExecutionFailedCause",
"variableDeclarationType" : "CancelWorkflowExecutionFailedCause",
"documentation" : null,
"simpleType" : "CancelWorkflowExecutionFailedCause",
"variableSetterType" : "CancelWorkflowExecutionFailedCause"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"PendingTaskCount" : {
"c2jName" : "PendingTaskCount",
"documentation" : "Contains the count of tasks in a task list.
",
"shapeName" : "PendingTaskCount",
"deprecated" : false,
"required" : [ "count" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The number of tasks in the task list.
",
"name" : "Count",
"c2jName" : "count",
"c2jShape" : "Count",
"variable" : {
"variableName" : "count",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of tasks in the task list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "count",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "count",
"marshallLocationName" : "count",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of tasks in the task list.
\n@param count The number of tasks in the task list.*/",
"getterDocumentation" : "/**The number of tasks in the task list.
\n@return The number of tasks in the task list.*/",
"fluentSetterDocumentation" : "/**The number of tasks in the task list.
\n@param count The number of tasks in the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of tasks in the task list.
\n@param count The number of tasks in the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
",
"name" : "Truncated",
"c2jName" : "truncated",
"c2jShape" : "Truncated",
"variable" : {
"variableName" : "truncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "truncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "truncated",
"marshallLocationName" : "truncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@param truncated If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.*/",
"getterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@return If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.*/",
"fluentSetterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@param truncated If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@param truncated If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "pendingTaskCount",
"variableType" : "PendingTaskCount",
"variableDeclarationType" : "PendingTaskCount",
"documentation" : null,
"simpleType" : "PendingTaskCount",
"variableSetterType" : "PendingTaskCount"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Truncated" : {
"documentation" : "If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
",
"name" : "Truncated",
"c2jName" : "truncated",
"c2jShape" : "Truncated",
"variable" : {
"variableName" : "truncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "truncated",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "truncated",
"marshallLocationName" : "truncated",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@param truncated If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.*/",
"getterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@return If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.*/",
"fluentSetterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@param truncated If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
\n@param truncated If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Count" : {
"documentation" : "The number of tasks in the task list.
",
"name" : "Count",
"c2jName" : "count",
"c2jShape" : "Count",
"variable" : {
"variableName" : "count",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of tasks in the task list.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "count",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "count",
"marshallLocationName" : "count",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of tasks in the task list.
\n@param count The number of tasks in the task list.*/",
"getterDocumentation" : "/**The number of tasks in the task list.
\n@return The number of tasks in the task list.*/",
"fluentSetterDocumentation" : "/**The number of tasks in the task list.
\n@param count The number of tasks in the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of tasks in the task list.
\n@param count The number of tasks in the task list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ChildWorkflowExecutionCanceledEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionCanceledEventAttributes",
"documentation" : "Provide details of the ChildWorkflowExecutionCanceled
event.
",
"shapeName" : "ChildWorkflowExecutionCanceledEventAttributes",
"deprecated" : false,
"required" : [ "workflowExecution", "workflowType", "initiatedEventId", "startedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The child workflow execution that was canceled.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was canceled.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.*/",
"getterDocumentation" : "/**The child workflow execution that was canceled.
\n@return The child workflow execution that was canceled.*/",
"fluentSetterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of the child workflow execution.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Details of the cancellation (if provided).
",
"name" : "Details",
"c2jName" : "details",
"c2jShape" : "Data",
"variable" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Details of the cancellation (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "details",
"marshallLocationName" : "details",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).*/",
"getterDocumentation" : "/**Details of the cancellation (if provided).
\n@return Details of the cancellation (if provided).*/",
"fluentSetterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "childWorkflowExecutionCanceledEventAttributes",
"variableType" : "ChildWorkflowExecutionCanceledEventAttributes",
"variableDeclarationType" : "ChildWorkflowExecutionCanceledEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionCanceledEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionCanceledEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Details" : {
"documentation" : "Details of the cancellation (if provided).
",
"name" : "Details",
"c2jName" : "details",
"c2jShape" : "Data",
"variable" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Details of the cancellation (if provided).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "details",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "details",
"marshallLocationName" : "details",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).*/",
"getterDocumentation" : "/**Details of the cancellation (if provided).
\n@return Details of the cancellation (if provided).*/",
"fluentSetterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Details of the cancellation (if provided).
\n@param details Details of the cancellation (if provided).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StartedEventId" : {
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowType" : {
"documentation" : "The type of the child workflow execution.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowExecution" : {
"documentation" : "The child workflow execution that was canceled.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was canceled.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.*/",
"getterDocumentation" : "/**The child workflow execution that was canceled.
\n@return The child workflow execution that was canceled.*/",
"fluentSetterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The child workflow execution that was canceled.
\n@param workflowExecution The child workflow execution that was canceled.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InitiatedEventId" : {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ChildWorkflowExecutionStartedEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionStartedEventAttributes",
"documentation" : "Provides details of the ChildWorkflowExecutionStarted
event.
",
"shapeName" : "ChildWorkflowExecutionStartedEventAttributes",
"deprecated" : false,
"required" : [ "workflowExecution", "workflowType", "initiatedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The child workflow execution that was started.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was started.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.*/",
"getterDocumentation" : "/**The child workflow execution that was started.
\n@return The child workflow execution that was started.*/",
"fluentSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of the child workflow execution.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "childWorkflowExecutionStartedEventAttributes",
"variableType" : "ChildWorkflowExecutionStartedEventAttributes",
"variableDeclarationType" : "ChildWorkflowExecutionStartedEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionStartedEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionStartedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"WorkflowType" : {
"documentation" : "The type of the child workflow execution.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowExecution" : {
"documentation" : "The child workflow execution that was started.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was started.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.*/",
"getterDocumentation" : "/**The child workflow execution that was started.
\n@return The child workflow execution that was started.*/",
"fluentSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The child workflow execution that was started.
\n@param workflowExecution The child workflow execution that was started.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InitiatedEventId" : {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SignalExternalWorkflowExecutionFailedEventAttributes" : {
"c2jName" : "SignalExternalWorkflowExecutionFailedEventAttributes",
"documentation" : "Provides details of the SignalExternalWorkflowExecutionFailed
event.
",
"shapeName" : "SignalExternalWorkflowExecutionFailedEventAttributes",
"deprecated" : false,
"required" : [ "workflowId", "cause", "initiatedEventId", "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The workflowId
of the external workflow execution that the signal was being delivered to.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId
of the external workflow execution that the signal was being delivered to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@param workflowId The workflowId
of the external workflow execution that the signal was being delivered to.*/",
"getterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@return The workflowId
of the external workflow execution that the signal was being delivered to.*/",
"fluentSetterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@param workflowId The workflowId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@param workflowId The workflowId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The runId
of the external workflow execution that the signal was being delivered to.
",
"name" : "RunId",
"c2jName" : "runId",
"c2jShape" : "RunIdOptional",
"variable" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The runId
of the external workflow execution that the signal was being delivered to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "runId",
"marshallLocationName" : "runId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@param runId The runId
of the external workflow execution that the signal was being delivered to.*/",
"getterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@return The runId
of the external workflow execution that the signal was being delivered to.*/",
"fluentSetterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@param runId The runId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@param runId The runId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "SignalExternalWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SignalExternalWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see SignalExternalWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see SignalExternalWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SignalExternalWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SignalExternalWorkflowExecutionFailedCause*/"
}, {
"documentation" : "The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param control */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "signalExternalWorkflowExecutionFailedEventAttributes",
"variableType" : "SignalExternalWorkflowExecutionFailedEventAttributes",
"variableDeclarationType" : "SignalExternalWorkflowExecutionFailedEventAttributes",
"documentation" : null,
"simpleType" : "SignalExternalWorkflowExecutionFailedEventAttributes",
"variableSetterType" : "SignalExternalWorkflowExecutionFailedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Control" : {
"documentation" : "",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param control */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param control \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Cause" : {
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"name" : "Cause",
"c2jName" : "cause",
"c2jShape" : "SignalExternalWorkflowExecutionFailedCause",
"variable" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. ",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "cause",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "cause",
"marshallLocationName" : "cause",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SignalExternalWorkflowExecutionFailedCause",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see SignalExternalWorkflowExecutionFailedCause*/",
"getterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@return The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@see SignalExternalWorkflowExecutionFailedCause*/",
"fluentSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SignalExternalWorkflowExecutionFailedCause*/",
"varargSetterDocumentation" : "/**The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows. \n@param cause The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes. If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SignalExternalWorkflowExecutionFailedCause*/"
},
"WorkflowId" : {
"documentation" : "The workflowId
of the external workflow execution that the signal was being delivered to.
",
"name" : "WorkflowId",
"c2jName" : "workflowId",
"c2jShape" : "WorkflowId",
"variable" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The workflowId
of the external workflow execution that the signal was being delivered to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "workflowId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowId",
"marshallLocationName" : "workflowId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@param workflowId The workflowId
of the external workflow execution that the signal was being delivered to.*/",
"getterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@return The workflowId
of the external workflow execution that the signal was being delivered to.*/",
"fluentSetterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@param workflowId The workflowId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflowId
of the external workflow execution that the signal was being delivered to.
\n@param workflowId The workflowId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RunId" : {
"documentation" : "The runId
of the external workflow execution that the signal was being delivered to.
",
"name" : "RunId",
"c2jName" : "runId",
"c2jShape" : "RunIdOptional",
"variable" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The runId
of the external workflow execution that the signal was being delivered to.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "runId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "runId",
"marshallLocationName" : "runId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@param runId The runId
of the external workflow execution that the signal was being delivered to.*/",
"getterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@return The runId
of the external workflow execution that the signal was being delivered to.*/",
"fluentSetterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@param runId The runId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The runId
of the external workflow execution that the signal was being delivered to.
\n@param runId The runId
of the external workflow execution that the signal was being delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution
decision for this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InitiatedEventId" : {
"documentation" : "The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StartTimerDecisionAttributes" : {
"c2jName" : "StartTimerDecisionAttributes",
"documentation" : "Provides details of the StartTimer
decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
- Use a
Resource
element with the domain name to limit the action to only specified domains. - Use an
Action
element to allow or deny permission to call this action. - You cannot use an IAM policy to constrain this action's parameters.
If the caller does not have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter will be set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.
",
"shapeName" : "StartTimerDecisionAttributes",
"deprecated" : false,
"required" : [ "timerId", "startToFireTimeout" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"name" : "TimerId",
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"variable" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timerId",
"marshallLocationName" : "timerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param timerId Required. The unique ID of the timer. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"getterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@return Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"fluentSetterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param timerId Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param timerId Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@param control Optional.*/",
"getterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@return Optional.*/",
"fluentSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
",
"name" : "StartToFireTimeout",
"c2jName" : "startToFireTimeout",
"c2jShape" : "DurationInSeconds",
"variable" : {
"variableName" : "startToFireTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "startToFireTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startToFireTimeout",
"marshallLocationName" : "startToFireTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@param startToFireTimeout Required. The duration to wait before firing the timer.
*/",
"getterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@return Required. The duration to wait before firing the timer.*/",
"fluentSetterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@param startToFireTimeout Required. The duration to wait before firing the timer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@param startToFireTimeout Required. The duration to wait before firing the timer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "startTimerDecisionAttributes",
"variableType" : "StartTimerDecisionAttributes",
"variableDeclarationType" : "StartTimerDecisionAttributes",
"documentation" : null,
"simpleType" : "StartTimerDecisionAttributes",
"variableSetterType" : "StartTimerDecisionAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Control" : {
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
",
"name" : "Control",
"c2jName" : "control",
"c2jShape" : "Data",
"variable" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "control",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "control",
"marshallLocationName" : "control",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@param control Optional.*/",
"getterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@return Optional.*/",
"fluentSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
\n@param control Optional.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TimerId" : {
"documentation" : "Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"name" : "TimerId",
"c2jName" : "timerId",
"c2jShape" : "TimerId",
"variable" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "timerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "timerId",
"marshallLocationName" : "timerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param timerId Required. The unique ID of the timer. The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"getterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@return Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |*/",
"fluentSetterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param timerId Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |
(vertical bar), or any control characters (\\u0000-\\u001f | \\u007f - \\u009f). Also, it must not contain the literal string quotarnquot.
\n@param timerId Required. The unique ID of the timer.
The specified string must not start or end with whitespace. It must not contain a :
(colon), /
(slash), |\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StartToFireTimeout" : {
"documentation" : "Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
",
"name" : "StartToFireTimeout",
"c2jName" : "startToFireTimeout",
"c2jShape" : "DurationInSeconds",
"variable" : {
"variableName" : "startToFireTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "startToFireTimeout",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startToFireTimeout",
"marshallLocationName" : "startToFireTimeout",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@param startToFireTimeout Required. The duration to wait before firing the timer.
*/",
"getterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@return Required. The duration to wait before firing the timer.*/",
"fluentSetterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@param startToFireTimeout Required. The duration to wait before firing the timer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Required. The duration to wait before firing the timer.
The duration is specified in seconds; an integer greater than or equal to 0.
\n@param startToFireTimeout Required. The duration to wait before firing the timer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WorkflowExecutionOpenCounts" : {
"c2jName" : "WorkflowExecutionOpenCounts",
"documentation" : "Contains the counts of open tasks, child workflow executions and timers for a workflow execution.
",
"shapeName" : "WorkflowExecutionOpenCounts",
"deprecated" : false,
"required" : [ "openActivityTasks", "openDecisionTasks", "openTimers", "openChildWorkflowExecutions" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The count of activity tasks whose status is OPEN.
",
"name" : "OpenActivityTasks",
"c2jName" : "openActivityTasks",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openActivityTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of activity tasks whose status is OPEN.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openActivityTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openActivityTasks",
"marshallLocationName" : "openActivityTasks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@param openActivityTasks The count of activity tasks whose status is OPEN.*/",
"getterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@return The count of activity tasks whose status is OPEN.*/",
"fluentSetterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@param openActivityTasks The count of activity tasks whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@param openActivityTasks The count of activity tasks whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
",
"name" : "OpenDecisionTasks",
"c2jName" : "openDecisionTasks",
"c2jShape" : "OpenDecisionTasksCount",
"variable" : {
"variableName" : "openDecisionTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openDecisionTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openDecisionTasks",
"marshallLocationName" : "openDecisionTasks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@param openDecisionTasks The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.*/",
"getterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@return The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.*/",
"fluentSetterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@param openDecisionTasks The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@param openDecisionTasks The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The count of timers started by this workflow execution that have not fired yet.
",
"name" : "OpenTimers",
"c2jName" : "openTimers",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openTimers",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of timers started by this workflow execution that have not fired yet.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openTimers",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openTimers",
"marshallLocationName" : "openTimers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@param openTimers The count of timers started by this workflow execution that have not fired yet.*/",
"getterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@return The count of timers started by this workflow execution that have not fired yet.*/",
"fluentSetterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@param openTimers The count of timers started by this workflow execution that have not fired yet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@param openTimers The count of timers started by this workflow execution that have not fired yet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The count of child workflow executions whose status is OPEN.
",
"name" : "OpenChildWorkflowExecutions",
"c2jName" : "openChildWorkflowExecutions",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openChildWorkflowExecutions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of child workflow executions whose status is OPEN.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openChildWorkflowExecutions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openChildWorkflowExecutions",
"marshallLocationName" : "openChildWorkflowExecutions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@param openChildWorkflowExecutions The count of child workflow executions whose status is OPEN.*/",
"getterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@return The count of child workflow executions whose status is OPEN.*/",
"fluentSetterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@param openChildWorkflowExecutions The count of child workflow executions whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@param openChildWorkflowExecutions The count of child workflow executions whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The count of AWS Lambda functions that are currently executing.
",
"name" : "OpenLambdaFunctions",
"c2jName" : "openLambdaFunctions",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openLambdaFunctions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of AWS Lambda functions that are currently executing.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openLambdaFunctions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openLambdaFunctions",
"marshallLocationName" : "openLambdaFunctions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@param openLambdaFunctions The count of AWS Lambda functions that are currently executing.*/",
"getterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@return The count of AWS Lambda functions that are currently executing.*/",
"fluentSetterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@param openLambdaFunctions The count of AWS Lambda functions that are currently executing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@param openLambdaFunctions The count of AWS Lambda functions that are currently executing.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "workflowExecutionOpenCounts",
"variableType" : "WorkflowExecutionOpenCounts",
"variableDeclarationType" : "WorkflowExecutionOpenCounts",
"documentation" : null,
"simpleType" : "WorkflowExecutionOpenCounts",
"variableSetterType" : "WorkflowExecutionOpenCounts"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OpenChildWorkflowExecutions" : {
"documentation" : "The count of child workflow executions whose status is OPEN.
",
"name" : "OpenChildWorkflowExecutions",
"c2jName" : "openChildWorkflowExecutions",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openChildWorkflowExecutions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of child workflow executions whose status is OPEN.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openChildWorkflowExecutions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openChildWorkflowExecutions",
"marshallLocationName" : "openChildWorkflowExecutions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@param openChildWorkflowExecutions The count of child workflow executions whose status is OPEN.*/",
"getterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@return The count of child workflow executions whose status is OPEN.*/",
"fluentSetterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@param openChildWorkflowExecutions The count of child workflow executions whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of child workflow executions whose status is OPEN.
\n@param openChildWorkflowExecutions The count of child workflow executions whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OpenLambdaFunctions" : {
"documentation" : "The count of AWS Lambda functions that are currently executing.
",
"name" : "OpenLambdaFunctions",
"c2jName" : "openLambdaFunctions",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openLambdaFunctions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of AWS Lambda functions that are currently executing.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openLambdaFunctions",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openLambdaFunctions",
"marshallLocationName" : "openLambdaFunctions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@param openLambdaFunctions The count of AWS Lambda functions that are currently executing.*/",
"getterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@return The count of AWS Lambda functions that are currently executing.*/",
"fluentSetterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@param openLambdaFunctions The count of AWS Lambda functions that are currently executing.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of AWS Lambda functions that are currently executing.
\n@param openLambdaFunctions The count of AWS Lambda functions that are currently executing.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OpenActivityTasks" : {
"documentation" : "The count of activity tasks whose status is OPEN.
",
"name" : "OpenActivityTasks",
"c2jName" : "openActivityTasks",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openActivityTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of activity tasks whose status is OPEN.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openActivityTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openActivityTasks",
"marshallLocationName" : "openActivityTasks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@param openActivityTasks The count of activity tasks whose status is OPEN.*/",
"getterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@return The count of activity tasks whose status is OPEN.*/",
"fluentSetterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@param openActivityTasks The count of activity tasks whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of activity tasks whose status is OPEN.
\n@param openActivityTasks The count of activity tasks whose status is OPEN.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OpenDecisionTasks" : {
"documentation" : "The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
",
"name" : "OpenDecisionTasks",
"c2jName" : "openDecisionTasks",
"c2jShape" : "OpenDecisionTasksCount",
"variable" : {
"variableName" : "openDecisionTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openDecisionTasks",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openDecisionTasks",
"marshallLocationName" : "openDecisionTasks",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@param openDecisionTasks The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.*/",
"getterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@return The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.*/",
"fluentSetterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@param openDecisionTasks The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.
\n@param openDecisionTasks The count of decision tasks whose status is OPEN. A workflow execution can have at most one open decision task.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"OpenTimers" : {
"documentation" : "The count of timers started by this workflow execution that have not fired yet.
",
"name" : "OpenTimers",
"c2jName" : "openTimers",
"c2jShape" : "Count",
"variable" : {
"variableName" : "openTimers",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The count of timers started by this workflow execution that have not fired yet.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "openTimers",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "openTimers",
"marshallLocationName" : "openTimers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@param openTimers The count of timers started by this workflow execution that have not fired yet.*/",
"getterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@return The count of timers started by this workflow execution that have not fired yet.*/",
"fluentSetterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@param openTimers The count of timers started by this workflow execution that have not fired yet.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The count of timers started by this workflow execution that have not fired yet.
\n@param openTimers The count of timers started by this workflow execution that have not fired yet.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WorkflowExecutionCompletedEventAttributes" : {
"c2jName" : "WorkflowExecutionCompletedEventAttributes",
"documentation" : "Provides details of the WorkflowExecutionCompleted
event.
",
"shapeName" : "WorkflowExecutionCompletedEventAttributes",
"deprecated" : false,
"required" : [ "decisionTaskCompletedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The result produced by the workflow execution upon successful completion.
",
"name" : "Result",
"c2jName" : "result",
"c2jShape" : "Data",
"variable" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The result produced by the workflow execution upon successful completion.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "result",
"marshallLocationName" : "result",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@param result The result produced by the workflow execution upon successful completion.*/",
"getterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@return The result produced by the workflow execution upon successful completion.*/",
"fluentSetterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@param result The result produced by the workflow execution upon successful completion.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@param result The result produced by the workflow execution upon successful completion.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "workflowExecutionCompletedEventAttributes",
"variableType" : "WorkflowExecutionCompletedEventAttributes",
"variableDeclarationType" : "WorkflowExecutionCompletedEventAttributes",
"documentation" : null,
"simpleType" : "WorkflowExecutionCompletedEventAttributes",
"variableSetterType" : "WorkflowExecutionCompletedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DecisionTaskCompletedEventId" : {
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "DecisionTaskCompletedEventId",
"c2jName" : "decisionTaskCompletedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "decisionTaskCompletedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "decisionTaskCompletedEventId",
"marshallLocationName" : "decisionTaskCompletedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param decisionTaskCompletedEventId The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the CompleteWorkflowExecution
decision to complete this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Result" : {
"documentation" : "The result produced by the workflow execution upon successful completion.
",
"name" : "Result",
"c2jName" : "result",
"c2jShape" : "Data",
"variable" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The result produced by the workflow execution upon successful completion.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "result",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "result",
"marshallLocationName" : "result",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@param result The result produced by the workflow execution upon successful completion.*/",
"getterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@return The result produced by the workflow execution upon successful completion.*/",
"fluentSetterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@param result The result produced by the workflow execution upon successful completion.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The result produced by the workflow execution upon successful completion.
\n@param result The result produced by the workflow execution upon successful completion.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ExternalWorkflowExecutionCancelRequestedEventAttributes" : {
"c2jName" : "ExternalWorkflowExecutionCancelRequestedEventAttributes",
"documentation" : "Provides details of the ExternalWorkflowExecutionCancelRequested
event.
",
"shapeName" : "ExternalWorkflowExecutionCancelRequestedEventAttributes",
"deprecated" : false,
"required" : [ "workflowExecution", "initiatedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The external workflow execution to which the cancellation request was delivered.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The external workflow execution to which the cancellation request was delivered.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@param workflowExecution The external workflow execution to which the cancellation request was delivered.*/",
"getterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@return The external workflow execution to which the cancellation request was delivered.*/",
"fluentSetterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@param workflowExecution The external workflow execution to which the cancellation request was delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@param workflowExecution The external workflow execution to which the cancellation request was delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "externalWorkflowExecutionCancelRequestedEventAttributes",
"variableType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes",
"variableDeclarationType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes",
"documentation" : null,
"simpleType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes",
"variableSetterType" : "ExternalWorkflowExecutionCancelRequestedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"WorkflowExecution" : {
"documentation" : "The external workflow execution to which the cancellation request was delivered.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The external workflow execution to which the cancellation request was delivered.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@param workflowExecution The external workflow execution to which the cancellation request was delivered.*/",
"getterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@return The external workflow execution to which the cancellation request was delivered.*/",
"fluentSetterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@param workflowExecution The external workflow execution to which the cancellation request was delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The external workflow execution to which the cancellation request was delivered.
\n@param workflowExecution The external workflow execution to which the cancellation request was delivered.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InitiatedEventId" : {
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ChildWorkflowExecutionTerminatedEventAttributes" : {
"c2jName" : "ChildWorkflowExecutionTerminatedEventAttributes",
"documentation" : "Provides details of the ChildWorkflowExecutionTerminated
event.
",
"shapeName" : "ChildWorkflowExecutionTerminatedEventAttributes",
"deprecated" : false,
"required" : [ "workflowExecution", "workflowType", "initiatedEventId", "startedEventId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The child workflow execution that was terminated.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was terminated.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.*/",
"getterDocumentation" : "/**The child workflow execution that was terminated.
\n@return The child workflow execution that was terminated.*/",
"fluentSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of the child workflow execution.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "childWorkflowExecutionTerminatedEventAttributes",
"variableType" : "ChildWorkflowExecutionTerminatedEventAttributes",
"variableDeclarationType" : "ChildWorkflowExecutionTerminatedEventAttributes",
"documentation" : null,
"simpleType" : "ChildWorkflowExecutionTerminatedEventAttributes",
"variableSetterType" : "ChildWorkflowExecutionTerminatedEventAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"StartedEventId" : {
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "StartedEventId",
"c2jName" : "startedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "startedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startedEventId",
"marshallLocationName" : "startedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param startedEventId The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowType" : {
"documentation" : "The type of the child workflow execution.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The type of the child workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.*/",
"getterDocumentation" : "/**The type of the child workflow execution.
\n@return The type of the child workflow execution.*/",
"fluentSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the child workflow execution.
\n@param workflowType The type of the child workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"WorkflowExecution" : {
"documentation" : "The child workflow execution that was terminated.
",
"name" : "WorkflowExecution",
"c2jName" : "workflowExecution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The child workflow execution that was terminated.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "workflowExecution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowExecution",
"marshallLocationName" : "workflowExecution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.*/",
"getterDocumentation" : "/**The child workflow execution that was terminated.
\n@return The child workflow execution that was terminated.*/",
"fluentSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The child workflow execution that was terminated.
\n@param workflowExecution The child workflow execution that was terminated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InitiatedEventId" : {
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"name" : "InitiatedEventId",
"c2jName" : "initiatedEventId",
"c2jShape" : "EventId",
"variable" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "initiatedEventId",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "initiatedEventId",
"marshallLocationName" : "initiatedEventId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"getterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@return The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.*/",
"fluentSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
\n@param initiatedEventId The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the StartChildWorkflowExecution
decision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"WorkflowExecutionInfo" : {
"c2jName" : "WorkflowExecutionInfo",
"documentation" : "Contains information about a workflow execution.
",
"shapeName" : "WorkflowExecutionInfo",
"deprecated" : false,
"required" : [ "execution", "workflowType", "startTimestamp", "executionStatus" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The workflow execution this information is about.
",
"name" : "Execution",
"c2jName" : "execution",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "execution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "The workflow execution this information is about.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "execution",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "execution",
"marshallLocationName" : "execution",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The workflow execution this information is about.
\n@param execution The workflow execution this information is about.*/",
"getterDocumentation" : "/**The workflow execution this information is about.
\n@return The workflow execution this information is about.*/",
"fluentSetterDocumentation" : "/**The workflow execution this information is about.
\n@param execution The workflow execution this information is about.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The workflow execution this information is about.
\n@param execution The workflow execution this information is about.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of the workflow execution.
",
"name" : "WorkflowType",
"c2jName" : "workflowType",
"c2jShape" : "WorkflowType",
"variable" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "The type of the workflow execution.
",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"setterModel" : {
"variableName" : "workflowType",
"variableType" : "WorkflowType",
"variableDeclarationType" : "WorkflowType",
"documentation" : "",
"simpleType" : "WorkflowType",
"variableSetterType" : "WorkflowType"
},
"getterModel" : {
"returnType" : "WorkflowType",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "workflowType",
"marshallLocationName" : "workflowType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the workflow execution.
\n@param workflowType The type of the workflow execution.*/",
"getterDocumentation" : "/**The type of the workflow execution.
\n@return The type of the workflow execution.*/",
"fluentSetterDocumentation" : "/**The type of the workflow execution.
\n@param workflowType The type of the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The type of the workflow execution.
\n@param workflowType The type of the workflow execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time when the execution was started.
",
"name" : "StartTimestamp",
"c2jName" : "startTimestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "startTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time when the execution was started.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "startTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "startTimestamp",
"marshallLocationName" : "startTimestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time when the execution was started.
\n@param startTimestamp The time when the execution was started.*/",
"getterDocumentation" : "/**The time when the execution was started.
\n@return The time when the execution was started.*/",
"fluentSetterDocumentation" : "/**The time when the execution was started.
\n@param startTimestamp The time when the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time when the execution was started.
\n@param startTimestamp The time when the execution was started.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time when the workflow execution was closed. Set only if the execution status is CLOSED.
",
"name" : "CloseTimestamp",
"c2jName" : "closeTimestamp",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "closeTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time when the workflow execution was closed. Set only if the execution status is CLOSED.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "closeTimestamp",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "closeTimestamp",
"marshallLocationName" : "closeTimestamp",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time when the workflow execution was closed. Set only if the execution status is CLOSED.
\n@param closeTimestamp The time when the workflow execution was closed. Set only if the execution status is CLOSED.*/",
"getterDocumentation" : "/**The time when the workflow execution was closed. Set only if the execution status is CLOSED.
\n@return The time when the workflow execution was closed. Set only if the execution status is CLOSED.*/",
"fluentSetterDocumentation" : "/**The time when the workflow execution was closed. Set only if the execution status is CLOSED.
\n@param closeTimestamp The time when the workflow execution was closed. Set only if the execution status is CLOSED.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time when the workflow execution was closed. Set only if the execution status is CLOSED.
\n@param closeTimestamp The time when the workflow execution was closed. Set only if the execution status is CLOSED.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current status of the execution.
",
"name" : "ExecutionStatus",
"c2jName" : "executionStatus",
"c2jShape" : "ExecutionStatus",
"variable" : {
"variableName" : "executionStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the execution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "executionStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "executionStatus",
"marshallLocationName" : "executionStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ExecutionStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the execution.
\n@param executionStatus The current status of the execution.\n@see ExecutionStatus*/",
"getterDocumentation" : "/**The current status of the execution.
\n@return The current status of the execution.\n@see ExecutionStatus*/",
"fluentSetterDocumentation" : "/**The current status of the execution.
\n@param executionStatus The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/",
"varargSetterDocumentation" : "/**The current status of the execution.
\n@param executionStatus The current status of the execution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ExecutionStatus*/"
}, {
"documentation" : "If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
",
"name" : "CloseStatus",
"c2jName" : "closeStatus",
"c2jShape" : "CloseStatus",
"variable" : {
"variableName" : "closeStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "closeStatus",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "closeStatus",
"marshallLocationName" : "closeStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "CloseStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
\n@param closeStatus If the execution status is closed then this specifies how the execution was closed: -
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow. \n@see CloseStatus*/",
"getterDocumentation" : "/**If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
\n@return If the execution status is closed then this specifies how the execution was closed: -
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow. \n@see CloseStatus*/",
"fluentSetterDocumentation" : "/**If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
\n@param closeStatus If the execution status is closed then this specifies how the execution was closed: -
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow. \n@return Returns a reference to this object so that method calls can be chained together.\n@see CloseStatus*/",
"varargSetterDocumentation" : "/**If the execution status is closed then this specifies how the execution was closed:
-
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow.
\n@param closeStatus If the execution status is closed then this specifies how the execution was closed: -
COMPLETED
: the execution was successfully completed. -
CANCELED
: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. -
TERMINATED
: the execution was force terminated. -
FAILED
: the execution failed to complete. -
TIMED_OUT
: the execution did not complete in the alloted time and was automatically timed out. -
CONTINUED_AS_NEW
: the execution is logically continued. This means the current execution was completed and a new execution was started to carry on the workflow. \n@return Returns a reference to this object so that method calls can be chained together.\n@see CloseStatus*/"
}, {
"documentation" : "If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
",
"name" : "Parent",
"c2jName" : "parent",
"c2jShape" : "WorkflowExecution",
"variable" : {
"variableName" : "parent",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"setterModel" : {
"variableName" : "parent",
"variableType" : "WorkflowExecution",
"variableDeclarationType" : "WorkflowExecution",
"documentation" : "",
"simpleType" : "WorkflowExecution",
"variableSetterType" : "WorkflowExecution"
},
"getterModel" : {
"returnType" : "WorkflowExecution",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "parent",
"marshallLocationName" : "parent",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
\n@param parent If this workflow execution is a child of another execution then contains the workflow execution that started this execution.*/",
"getterDocumentation" : "/**If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
\n@return If this workflow execution is a child of another execution then contains the workflow execution that started this execution.*/",
"fluentSetterDocumentation" : "/**If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
\n@param parent If this workflow execution is a child of another execution then contains the workflow execution that started this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If this workflow execution is a child of another execution then contains the workflow execution that started this execution.
\n@param parent If this workflow execution is a child of another execution then contains the workflow execution that started this execution.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.
",
"name" : "TagList",
"c2jName" : "tagList",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "The list of tags associated with the workflow execution. Tags can be used to identify and list workflow executions of interest through the visibility APIs. A workflow execution can have a maximum of 5 tags.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagList",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List